@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.WobbleSuppressorBase
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
WobbleSuppressorBase(org.bytedeco.javacpp.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, 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 WobbleSuppressorBase(org.bytedeco.javacpp.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 © 2018. All rights reserved.