@Namespace(value="cv::videostab") public static class opencv_videostab.NullOutlierRejector extends opencv_videostab.IOutlierRejector
| Constructor and Description |
|---|
NullOutlierRejector()
Default native constructor.
|
NullOutlierRejector(long size)
Native array allocator.
|
NullOutlierRejector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_videostab.NullOutlierRejector |
position(long position) |
void |
process(opencv_core.Size frameSize,
opencv_core.GpuMat points0,
opencv_core.GpuMat points1,
opencv_core.GpuMat mask) |
void |
process(opencv_core.Size frameSize,
opencv_core.Mat points0,
opencv_core.Mat points1,
opencv_core.Mat mask) |
void |
process(opencv_core.Size frameSize,
opencv_core.UMat points0,
opencv_core.UMat points1,
opencv_core.UMat mask) |
address, 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 NullOutlierRejector()
public NullOutlierRejector(long size)
Pointer.position(long).public NullOutlierRejector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.NullOutlierRejector position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void process(@ByVal
opencv_core.Size frameSize,
@ByVal
opencv_core.Mat points0,
@ByVal
opencv_core.Mat points1,
@ByVal
opencv_core.Mat mask)
process in class opencv_videostab.IOutlierRejectorpublic void process(@ByVal
opencv_core.Size frameSize,
@ByVal
opencv_core.UMat points0,
@ByVal
opencv_core.UMat points1,
@ByVal
opencv_core.UMat mask)
process in class opencv_videostab.IOutlierRejectorpublic void process(@ByVal
opencv_core.Size frameSize,
@ByVal
opencv_core.GpuMat points0,
@ByVal
opencv_core.GpuMat points1,
@ByVal
opencv_core.GpuMat mask)
process in class opencv_videostab.IOutlierRejectorCopyright © 2018. All rights reserved.