public static class opencv_highgui.VideoCapture extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_highgui.VideoCapture() |
opencv_highgui.VideoCapture(BytePointer filename) |
opencv_highgui.VideoCapture(int device) |
opencv_highgui.VideoCapture(Pointer p) |
opencv_highgui.VideoCapture(String filename) |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int propId) |
boolean |
grab() |
boolean |
isOpened() |
boolean |
open(BytePointer filename) |
boolean |
open(int device) |
boolean |
open(String filename) |
boolean |
read(opencv_core.Mat image) |
void |
release() |
boolean |
retrieve(opencv_core.Mat image) |
boolean |
retrieve(opencv_core.Mat image,
int channel) |
boolean |
set(int propId,
double value) |
opencv_highgui.VideoCapture |
shiftRight(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, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_highgui.VideoCapture(Pointer p)
public opencv_highgui.VideoCapture()
public opencv_highgui.VideoCapture(BytePointer filename)
public opencv_highgui.VideoCapture(String filename)
public opencv_highgui.VideoCapture(int device)
public boolean open(BytePointer filename)
public boolean open(String filename)
public boolean open(int device)
public boolean isOpened()
public void release()
public boolean grab()
public boolean retrieve(opencv_core.Mat image, int channel)
public boolean retrieve(opencv_core.Mat image)
public opencv_highgui.VideoCapture shiftRight(opencv_core.Mat image)
public boolean read(opencv_core.Mat image)
public boolean set(int propId,
double value)
public double get(int propId)
Copyright © 2014. All Rights Reserved.