public static class opencv_highgui.VideoWriter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_highgui.VideoWriter() |
opencv_highgui.VideoWriter(BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
opencv_highgui.VideoWriter(BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
opencv_highgui.VideoWriter(int size) |
opencv_highgui.VideoWriter(Pointer p) |
opencv_highgui.VideoWriter(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
opencv_highgui.VideoWriter(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOpened() |
boolean |
open(BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
open(BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
boolean |
open(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
open(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
opencv_highgui.VideoWriter |
position(int position) |
void |
release() |
opencv_highgui.VideoWriter |
shiftLeft(opencv_core.Mat image) |
void |
write(opencv_core.Mat image) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_highgui.VideoWriter(Pointer p)
public opencv_highgui.VideoWriter(int size)
public opencv_highgui.VideoWriter()
public opencv_highgui.VideoWriter(BytePointer filename, int fourcc, double fps, opencv_core.Size frameSize, boolean isColor)
public opencv_highgui.VideoWriter(BytePointer filename, int fourcc, double fps, opencv_core.Size frameSize)
public opencv_highgui.VideoWriter(String filename, int fourcc, double fps, opencv_core.Size frameSize, boolean isColor)
public opencv_highgui.VideoWriter(String filename, int fourcc, double fps, opencv_core.Size frameSize)
public opencv_highgui.VideoWriter position(int position)
public boolean open(BytePointer filename, int fourcc, double fps, opencv_core.Size frameSize, boolean isColor)
public boolean open(BytePointer filename, int fourcc, double fps, opencv_core.Size frameSize)
public boolean open(String filename, int fourcc, double fps, opencv_core.Size frameSize, boolean isColor)
public boolean open(String filename, int fourcc, double fps, opencv_core.Size frameSize)
public boolean isOpened()
public void release()
public opencv_highgui.VideoWriter shiftLeft(opencv_core.Mat image)
public void write(opencv_core.Mat image)
Copyright © 2014. All Rights Reserved.