@Namespace(value="cv::videostab")
public static class opencv_videostab.IOutlierRejector
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IOutlierRejector(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IOutlierRejector(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void process(@ByVal
opencv_core.Size frameSize,
@ByVal
opencv_core.Mat points0,
@ByVal
opencv_core.Mat points1,
@ByVal
opencv_core.Mat mask)
public void process(@ByVal
opencv_core.Size frameSize,
@ByVal
opencv_core.UMat points0,
@ByVal
opencv_core.UMat points1,
@ByVal
opencv_core.UMat mask)
public void process(@ByVal
opencv_core.Size frameSize,
@ByVal
opencv_core.GpuMat points0,
@ByVal
opencv_core.GpuMat points1,
@ByVal
opencv_core.GpuMat mask)
Copyright © 2018. All rights reserved.