@Namespace(value="cv::videostab") @Properties(inherit=opencv_videostab.class) public class SparsePyrLkOptFlowEstimator extends PyrLkOptFlowEstimatorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SparsePyrLkOptFlowEstimator()
Default native constructor.
|
SparsePyrLkOptFlowEstimator(long size)
Native array allocator.
|
SparsePyrLkOptFlowEstimator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ISparseOptFlowEstimator |
asISparseOptFlowEstimator() |
static ISparseOptFlowEstimator |
asISparseOptFlowEstimator(SparsePyrLkOptFlowEstimator pointer) |
SparsePyrLkOptFlowEstimator |
position(long position) |
void |
run(GpuMat frame0,
GpuMat frame1,
GpuMat points0,
GpuMat points1,
GpuMat status,
GpuMat errors) |
void |
run(Mat frame0,
Mat frame1,
Mat points0,
Mat points1,
Mat status,
Mat errors) |
void |
run(UMat frame0,
UMat frame1,
UMat points0,
UMat points1,
UMat status,
UMat errors) |
maxLevel, setMaxLevel, setWinSize, winSize
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public SparsePyrLkOptFlowEstimator()
public SparsePyrLkOptFlowEstimator(long size)
Pointer.position(long)
.public SparsePyrLkOptFlowEstimator(Pointer p)
Pointer.Pointer(Pointer)
.public SparsePyrLkOptFlowEstimator position(long position)
position
in class PyrLkOptFlowEstimatorBase
public ISparseOptFlowEstimator asISparseOptFlowEstimator()
@Namespace @Name(value="static_cast<cv::videostab::ISparseOptFlowEstimator*>") public static ISparseOptFlowEstimator asISparseOptFlowEstimator(SparsePyrLkOptFlowEstimator pointer)
public void run(@ByVal Mat frame0, @ByVal Mat frame1, @ByVal Mat points0, @ByVal Mat points1, @ByVal Mat status, @ByVal Mat errors)
public void run(@ByVal UMat frame0, @ByVal UMat frame1, @ByVal UMat points0, @ByVal UMat points1, @ByVal UMat status, @ByVal UMat errors)
Copyright © 2020. All rights reserved.