mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
implemented CvSURFPoint
This commit is contained in:
parent
d2ad460eb7
commit
6197c1f7fc
5 changed files with 343 additions and 1 deletions
|
@ -747,7 +747,8 @@ extern "C"{
|
|||
mOpenCV::cCvMoments::define_ruby_class();
|
||||
mOpenCV::cCvHuMoments::define_ruby_class();
|
||||
mOpenCV::cCvConvexityDefect::define_ruby_class();
|
||||
|
||||
mOpenCV::cCvSURFPoint::define_ruby_class();
|
||||
|
||||
mOpenCV::cCvMemStorage::define_ruby_class();
|
||||
|
||||
mOpenCV::cCvSeq::define_ruby_class();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue