D-Alex / ropencv

ffi ruby wrapper for opencv
Other
67 stars 14 forks source link

Missing GaussianBlur and Canny #35

Closed anthonator closed 8 years ago

anthonator commented 9 years ago

I can't access either GaussianBlur or Canny.

anthonator commented 9 years ago

Tried:

OpenCV::Cv::GaussianBlur
OpenCV::Cv::Canny

Also looked at everything defined on OpenCV::Cv using OpenCV::Cv.constants and did not see either class.

D-Alex commented 8 years ago

there are methods therefore you have to use the following notation:

OpenCV::Cv.GaussianBlur(...)  #see opencv documentation for args