| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateAVIWriter(BytePointer arg1,
int arg2,
double arg3,
opencv_core.CvSize arg4,
int arg5) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateAVIWriter(String arg1,
int arg2,
double arg3,
opencv_core.CvSize arg4,
int arg5) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(BytePointer filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(BytePointer filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size,
int is_color) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(String filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size) |
static opencv_highgui.CvVideoWriter |
opencv_highgui.cvCreateVideoWriter(String filename,
int fourcc,
double fps,
opencv_core.CvSize frame_size,
int is_color) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_highgui.cvReleaseVideoWriter(opencv_highgui.CvVideoWriter writer) |
static int |
opencv_highgui.cvWriteFrame(opencv_highgui.CvVideoWriter writer,
opencv_core.IplImage image) |
static int |
opencv_highgui.cvWriteToAVI(opencv_highgui.CvVideoWriter arg1,
opencv_core.IplImage arg2) |
Copyright © 2014. All Rights Reserved.