@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class VideoFileSource extends IFrameSource
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VideoFileSource(BytePointer path) |
VideoFileSource(BytePointer path,
boolean volatileFrame) |
VideoFileSource(Pointer p)
Pointer cast constructor.
|
VideoFileSource(String path) |
VideoFileSource(String path,
boolean volatileFrame) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
double |
fps() |
int |
height() |
Mat |
nextFrame() |
void |
reset() |
int |
width() |
positionaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic VideoFileSource(Pointer p)
Pointer.Pointer(Pointer).public VideoFileSource(@opencv_core.Str BytePointer path, @Cast(value="bool") boolean volatileFrame)
public VideoFileSource(@opencv_core.Str BytePointer path)
public VideoFileSource(@opencv_core.Str String path, @Cast(value="bool") boolean volatileFrame)
public VideoFileSource(@opencv_core.Str String path)
public void reset()
reset in class IFrameSource@ByVal public Mat nextFrame()
nextFrame in class IFrameSourcepublic int width()
public int height()
public int count()
public double fps()
Copyright © 2020. All rights reserved.