public class CvVideoWriter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
public static CvVideoWriter cvCreateVideoWriter(java.lang.String fn, java.lang.String fourcc, double fps, int width, int height, int is_color)
public void close()
public int cvWriteFrame(IplImage img)