@Namespace(value="cv::videostab") @Properties(inherit=opencv_videostab.class) public class NullOutlierRejector extends IOutlierRejector
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NullOutlierRejector()
Default native constructor.
|
NullOutlierRejector(long size)
Native array allocator.
|
NullOutlierRejector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
NullOutlierRejector |
position(long position) |
void |
process(Size frameSize,
GpuMat points0,
GpuMat points1,
GpuMat mask) |
void |
process(Size frameSize,
Mat points0,
Mat points1,
Mat mask) |
void |
process(Size frameSize,
UMat points0,
UMat points1,
UMat mask) |
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 NullOutlierRejector()
public NullOutlierRejector(long size)
Pointer.position(long)
.public NullOutlierRejector(Pointer p)
Pointer.Pointer(Pointer)
.public NullOutlierRejector position(long position)
public void process(@ByVal Size frameSize, @ByVal Mat points0, @ByVal Mat points1, @ByVal Mat mask)
process
in class IOutlierRejector
public void process(@ByVal Size frameSize, @ByVal UMat points0, @ByVal UMat points1, @ByVal UMat mask)
process
in class IOutlierRejector
Copyright © 2020. All rights reserved.