D-Alex / ropencv

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

Some examples from 'Examples' folder are not working #6

Closed olegkurchin closed 10 years ago

olegkurchin commented 10 years ago

1) file_storage.rb throws "undefined method `<<' for #OpenCV::Cv::FileStorage:0x007f8ee6031318"

2) findhomography throws error "undefined method `' for #OpenCV::Cv::Point2f:0x007fd97caccaf8" Replacing "pt_0.2" with simple "pt" allows to run example successfully

All the rest - works fine. Thanks for great wrapper!

D-Alex commented 10 years ago

Thx for reporting.

The problem was that rbind, used for generating the bindings, was seriously broken on master and was not generating operator signatures like *, [] etc.

It is know fixed on master. If the unit test is passing over night I will update the gems for ropencv and rbind