Class: OpenCV::IplImage

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

Instance Method Summary collapse

Instance Method Details

#to_multiarrayObject



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

def to_multiarray
  to_CvMat.to_multiarray
end