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:
parent
9e79d09e74
commit
13ccfb5257
5 changed files with 269 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue