Method: CVFFI::Mat#to_ptr
- Defined in:
- lib/opencv-ffi-wrappers/core/mat.rb
#to_ptr ⇒ Object
Should impedence match Mat anywhere a CvMat * is required… TODO: Figure out how to handler passing by_value
246 247 248 |
# File 'lib/opencv-ffi-wrappers/core/mat.rb', line 246 def to_ptr @mat.pointer end |