1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

implementated CvSURFParams

This commit is contained in:
ser1zw 2011-06-19 07:16:25 +09:00
parent dbc579c3e0
commit 3c23c44edc
5 changed files with 309 additions and 0 deletions

View file

@ -747,7 +747,9 @@ extern "C"{
mOpenCV::cCvMoments::define_ruby_class();
mOpenCV::cCvHuMoments::define_ruby_class();
mOpenCV::cCvConvexityDefect::define_ruby_class();
mOpenCV::cCvSURFPoint::define_ruby_class();
mOpenCV::cCvSURFParams::define_ruby_class();
mOpenCV::cCvMemStorage::define_ruby_class();