@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.MotionEstimatorBase
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
MotionEstimatorBase(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
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 MotionEstimatorBase(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void setMotionModel(@Cast(value="cv::videostab::MotionModel")
int val)
val - Motion model. See cv::videostab::MotionModel.@Cast(value="cv::videostab::MotionModel") public int motionModel()
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
points0 - Source set of 2D points (32F).points1 - Destination set of 2D points (32F).ok - Indicates whether motion was estimated successfully.@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.Mat points0, @ByVal opencv_core.Mat points1, @Cast(value="bool*") boolean[] ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1, @Cast(value="bool*") boolean[] ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.UMat points0, @ByVal opencv_core.UMat points1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat points0, @ByVal opencv_core.GpuMat points1, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer ok)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat points0, @ByVal opencv_core.GpuMat points1)
@ByVal public opencv_core.Mat estimate(@ByVal opencv_core.GpuMat points0, @ByVal opencv_core.GpuMat points1, @Cast(value="bool*") boolean[] ok)
Copyright © 2018. All rights reserved.