public static class opencv_highgui.VideoCapture extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
VideoCapture() |
VideoCapture(BytePointer filename) |
VideoCapture(int device) |
VideoCapture(Pointer p) |
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 VideoCapture(Pointer p)
public VideoCapture()
public VideoCapture(BytePointer filename)
public VideoCapture(String filename)
public 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.