org.naokishibata.ocvimgio
Class CvVideoWriter

java.lang.Object
  extended by org.naokishibata.ocvimgio.CvVideoWriter

public class CvVideoWriter
extends java.lang.Object


Method Summary
 void close()
           
static CvVideoWriter cvCreateVideoWriter(java.lang.String fn, java.lang.String fourcc, double fps, int width, int height, int is_color)
           
 int cvWriteFrame(IplImage img)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cvCreateVideoWriter

public static CvVideoWriter cvCreateVideoWriter(java.lang.String fn,
                                                java.lang.String fourcc,
                                                double fps,
                                                int width,
                                                int height,
                                                int is_color)

close

public void close()

cvWriteFrame

public int cvWriteFrame(IplImage img)