@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.WobbleSuppressorBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.WobbleSuppressorBase(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
frameCount() |
opencv_videostab.ImageMotionEstimatorBase |
motionEstimator() |
opencv_core.MatVector |
motions() |
opencv_core.MatVector |
motions2() |
void |
setFrameCount(int val) |
void |
setMotionEstimator(opencv_videostab.ImageMotionEstimatorBase val) |
void |
setMotions(opencv_core.MatVector val) |
void |
setMotions2(opencv_core.MatVector val) |
void |
setStabilizationMotions(opencv_core.MatVector val) |
opencv_core.MatVector |
stabilizationMotions() |
void |
suppress(int idx,
opencv_core.Mat frame,
opencv_core.Mat result) |
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.WobbleSuppressorBase(Pointer p)
Pointer.Pointer(Pointer).public void setMotionEstimator(@opencv_core.Ptr opencv_videostab.ImageMotionEstimatorBase val)
@opencv_core.Ptr public opencv_videostab.ImageMotionEstimatorBase motionEstimator()
public void suppress(int idx,
@Const@ByRef
opencv_core.Mat frame,
@ByRef
opencv_core.Mat result)
public void setFrameCount(int val)
public int frameCount()
public void setMotions(@Const@ByRef opencv_core.MatVector val)
@Const @ByRef public opencv_core.MatVector motions()
public void setMotions2(@Const@ByRef opencv_core.MatVector val)
@Const @ByRef public opencv_core.MatVector motions2()
public void setStabilizationMotions(@Const@ByRef opencv_core.MatVector val)
@Const @ByRef public opencv_core.MatVector stabilizationMotions()
Copyright © 2016. All rights reserved.