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

@ -115,6 +115,7 @@ extern "C"{
#include "cvsparsemat.h"
#include "cvhistogram.h"
#include "cvcapture.h"
#include "cvvideowriter.h"
#include "cvline.h"
#include "cvtwopoints.h"