Method: CVFFI::CvMatFunctions#transpose
- Defined in:
- lib/opencv-ffi-wrappers/core/mat.rb
#transpose ⇒ Object
110 111 112 113 114 |
# File 'lib/opencv-ffi-wrappers/core/mat.rb', line 110 def transpose a = twin CVFFI::cvTranspose( self, a ) a end |