D-Alex / ropencv

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

Works only with opencv v2.4.9 #27

Closed dmitry closed 9 years ago

dmitry commented 9 years ago

I've tried to run examples with 2.4.8, 2.4.10 and 3.0.0 (trunk), and match_keypoints.rb example didn't worked for those versions. 2.4.8 and 3.0.0 related to https://github.com/D-Alex/ropencv/issues/26 and 2.4.10 isn't supported at all.

D-Alex commented 9 years ago

I fixed the example for opencv 3.0 on master (ropencv + rbind). Does that help or do you need the example to run on a specific version?