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

implemented and tested CvHuMoments

This commit is contained in:
ser1zw 2011-03-06 22:58:34 +09:00
parent 9e79d09e74
commit 13ccfb5257
5 changed files with 269 additions and 0 deletions

View file

@ -542,6 +542,7 @@ extern "C"{
mOpenCV::cCvFont::define_ruby_class();
mOpenCV::cIplConvKernel::define_ruby_class();
mOpenCV::cCvMoments::define_ruby_class();
mOpenCV::cCvHuMoments::define_ruby_class();
mOpenCV::cCvConvexityDefect::define_ruby_class();
mOpenCV::cCvMemStorage::define_ruby_class();