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