Closed anthonator closed 8 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.
there are methods therefore you have to use the following notation:
OpenCV::Cv.GaussianBlur(...) #see opencv documentation for args
I can't access either
GaussianBlur
orCanny
.