Class: OpenCV::IplImage

Inherits:
Object
  • Object
show all
Defined in:
lib/hornetseye-opencv/iplimage.rb

Instance Method Summary collapse

Instance Method Details

#to_multiarrayObject



20
21
22
# File 'lib/hornetseye-opencv/iplimage.rb', line 20

def to_multiarray
  to_CvMat.to_multiarray
end