@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class FromFileMotionReader extends ImageMotionEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FromFileMotionReader(BytePointer path) |
FromFileMotionReader(Pointer p)
Pointer cast constructor.
|
FromFileMotionReader(String path) |
Modifier and Type | Method and Description |
---|---|
Mat |
estimate(Mat frame0,
Mat frame1) |
Mat |
estimate(Mat frame0,
Mat frame1,
boolean[] ok) |
Mat |
estimate(Mat frame0,
Mat frame1,
BoolPointer ok) |
motionModel, setFrameMask, setFrameMask, setFrameMask, setMotionModel
address, 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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public FromFileMotionReader(Pointer p)
Pointer.Pointer(Pointer)
.public FromFileMotionReader(@opencv_core.Str BytePointer path)
public FromFileMotionReader(@opencv_core.Str String path)
@ByVal public Mat estimate(@Const @ByRef Mat frame0, @Const @ByRef Mat frame1, @Cast(value="bool*") BoolPointer ok)
estimate
in class ImageMotionEstimatorBase
@ByVal public Mat estimate(@Const @ByRef Mat frame0, @Const @ByRef Mat frame1)
estimate
in class ImageMotionEstimatorBase
Copyright © 2020. All rights reserved.