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:
parent
dbc579c3e0
commit
3c23c44edc
5 changed files with 309 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue