@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) |
TwoPassStabilizer |
getPointer(long i) |
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, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TwoPassStabilizer(Pointer p)
Pointer(Pointer).public TwoPassStabilizer(long size)
Pointer.position(long).public TwoPassStabilizer()
public TwoPassStabilizer position(long position)
public TwoPassStabilizer getPointer(long i)
getPointer in class Pointerpublic 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 © 2022. All rights reserved.