@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class TwoPassStabilizer extends StabilizerBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TwoPassStabilizer() |
TwoPassStabilizer(long size)
Native array allocator.
|
TwoPassStabilizer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IFrameSource |
asIFrameSource() |
static IFrameSource |
asIFrameSource(TwoPassStabilizer pointer) |
IMotionStabilizer |
motionStabilizer() |
boolean |
mustEstimateTrimaRatio() |
Mat |
nextFrame() |
TwoPassStabilizer |
position(long position) |
void |
reset() |
void |
setEstimateTrimRatio(boolean val) |
void |
setMotionStabilizer(IMotionStabilizer val) |
void |
setWobbleSuppressor(WobbleSuppressorBase val) |
WobbleSuppressorBase |
wobbleSuppressor() |
borderMode, deblurrer, doCorrectionForInclusion, frameSource, inpainter, log, maskSource, motionEstimator, radius, setBorderMode, setCorrectionForInclusion, setDeblurer, setFrameSource, setInpainter, setLog, setMaskSource, setMotionEstimator, setRadius, setTrimRatio, trimRatioaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TwoPassStabilizer(Pointer p)
Pointer.Pointer(Pointer).public TwoPassStabilizer(long size)
Pointer.position(long).public TwoPassStabilizer()
public TwoPassStabilizer position(long position)
public IFrameSource asIFrameSource()
@Namespace @Name(value="static_cast<cv::videostab::IFrameSource*>") public static IFrameSource asIFrameSource(TwoPassStabilizer pointer)
public void setMotionStabilizer(@opencv_core.Ptr IMotionStabilizer val)
@opencv_core.Ptr public IMotionStabilizer motionStabilizer()
public void setWobbleSuppressor(@opencv_core.Ptr WobbleSuppressorBase val)
@opencv_core.Ptr public WobbleSuppressorBase wobbleSuppressor()
public void reset()
Copyright © 2020. All rights reserved.