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

added CvVideoWriter (not fully tested)

This commit is contained in:
ser1zw 2011-06-11 02:46:52 +09:00
parent bff95e942a
commit aae092dc04
5 changed files with 75 additions and 13 deletions

View file

@ -765,6 +765,7 @@ extern "C"{
mOpenCV::cCvSparseMat::define_ruby_class();
mOpenCV::cCvHistogram::define_ruby_class();
mOpenCV::cCvCapture::define_ruby_class();
mOpenCV::cCvVideoWriter::define_ruby_class();
mOpenCV::cCvLine::define_ruby_class();
mOpenCV::cCvTwoPoints::define_ruby_class();