Method: CVFFI::CvMatFunctions#print
- Defined in:
- lib/opencv-ffi-wrappers/core/mat.rb
#print(opts = {}) ⇒ Object
120 121 122 |
# File 'lib/opencv-ffi-wrappers/core/mat.rb', line 120 def print( opts = {} ) CVFFI::print_matrix( self, opts ) end |