@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.MotionEstimatorBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.MotionEstimatorBase(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
estimate(opencv_core.Mat points0,
opencv_core.Mat points1) |
opencv_core.Mat |
estimate(opencv_core.Mat points0,
opencv_core.Mat points1,
boolean[] ok) |
opencv_core.Mat |
estimate(opencv_core.Mat points0,
opencv_core.Mat points1,
BoolPointer ok)
\brief Estimates global motion between two 2D point clouds.
|
int |
motionModel() |
void |
setMotionModel(int val)
\brief Sets motion model.
|
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_videostab.MotionEstimatorBase(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*") 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)
Copyright © 2016. All rights reserved.