|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.naokishibata.ocvimgio.CvVideoWriter
public class CvVideoWriter
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 |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |