D-Alex / ropencv

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

How to use SIFT or SURF #38

Open dapicester opened 8 years ago

dapicester commented 8 years ago

Hi, I have compiled opencv-3.1.0 enabling the opencv_contrib module so that I can use SIFT and SURF, for example using the Python wrapper with the official tutorials.

Is it possible to use them with ropencv too?