1
0
Fork 0
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:
ser1zw 2011-06-19 06:13:26 +09:00
parent d2ad460eb7
commit 6197c1f7fc
5 changed files with 343 additions and 1 deletions

View file

@ -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();