@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.VideoFileSource extends opencv_videostab.IFrameSource
| Constructor and Description |
|---|
VideoFileSource(org.bytedeco.javacpp.BytePointer path) |
VideoFileSource(org.bytedeco.javacpp.BytePointer path,
boolean volatileFrame) |
VideoFileSource(org.bytedeco.javacpp.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() |
opencv_core.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic VideoFileSource(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public VideoFileSource(@opencv_core.Str org.bytedeco.javacpp.BytePointer path, @Cast(value="bool") boolean volatileFrame)
public VideoFileSource(@opencv_core.Str org.bytedeco.javacpp.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 opencv_videostab.IFrameSource@ByVal public opencv_core.Mat nextFrame()
nextFrame in class opencv_videostab.IFrameSourcepublic int width()
public int height()
public int count()
public double fps()
Copyright © 2018. All rights reserved.