@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class TranslationBasedLocalOutlierRejector extends IOutlierRejector
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TranslationBasedLocalOutlierRejector() |
TranslationBasedLocalOutlierRejector(long size)
Native array allocator.
|
TranslationBasedLocalOutlierRejector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Size |
cellSize() |
TranslationBasedLocalOutlierRejector |
getPointer(long i) |
TranslationBasedLocalOutlierRejector |
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) |
RansacParams |
ransacParams() |
void |
setCellSize(Size val) |
void |
setRansacParams(RansacParams val) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public TranslationBasedLocalOutlierRejector(Pointer p)
Pointer(Pointer)
.public TranslationBasedLocalOutlierRejector(long size)
Pointer.position(long)
.public TranslationBasedLocalOutlierRejector()
public TranslationBasedLocalOutlierRejector position(long position)
public TranslationBasedLocalOutlierRejector getPointer(long i)
getPointer
in class Pointer
public void setRansacParams(@ByVal RansacParams val)
@ByVal public RansacParams ransacParams()
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 © 2024. All rights reserved.