Method: CVFFI::CvMatFunctions#transpose

Defined in:
lib/opencv-ffi-wrappers/core/mat.rb

#transposeObject



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