@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.TwoPassStabilizer extends opencv_videostab.StabilizerBase
| Constructor and Description |
|---|
TwoPassStabilizer() |
TwoPassStabilizer(long size)
Native array allocator.
|
TwoPassStabilizer(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_videostab.IFrameSource |
asIFrameSource() |
static opencv_videostab.IFrameSource |
asIFrameSource(opencv_videostab.TwoPassStabilizer pointer) |
opencv_videostab.IMotionStabilizer |
motionStabilizer() |
boolean |
mustEstimateTrimaRatio() |
opencv_core.Mat |
nextFrame() |
opencv_videostab.TwoPassStabilizer |
position(long position) |
void |
reset() |
void |
setEstimateTrimRatio(boolean val) |
void |
setMotionStabilizer(opencv_videostab.IMotionStabilizer val) |
void |
setWobbleSuppressor(opencv_videostab.WobbleSuppressorBase val) |
opencv_videostab.WobbleSuppressorBase |
wobbleSuppressor() |
borderMode, deblurrer, doCorrectionForInclusion, frameSource, inpainter, log, motionEstimator, radius, setBorderMode, setCorrectionForInclusion, setDeblurer, setFrameSource, setInpainter, setLog, setMotionEstimator, setRadius, setTrimRatio, trimRatioaddress, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TwoPassStabilizer(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public TwoPassStabilizer(long size)
Pointer.position(long).public TwoPassStabilizer()
public opencv_videostab.TwoPassStabilizer position(long position)
position in class org.bytedeco.javacpp.Pointerpublic opencv_videostab.IFrameSource asIFrameSource()
@Namespace @Name(value="static_cast<cv::videostab::IFrameSource*>") public static opencv_videostab.IFrameSource asIFrameSource(opencv_videostab.TwoPassStabilizer pointer)
public void setMotionStabilizer(@opencv_core.Ptr opencv_videostab.IMotionStabilizer val)
@opencv_core.Ptr public opencv_videostab.IMotionStabilizer motionStabilizer()
public void setWobbleSuppressor(@opencv_core.Ptr opencv_videostab.WobbleSuppressorBase val)
@opencv_core.Ptr public opencv_videostab.WobbleSuppressorBase wobbleSuppressor()
public void setEstimateTrimRatio(@Cast(value="bool")
boolean val)
@Cast(value="bool") public boolean mustEstimateTrimaRatio()
public void reset()
@ByVal public opencv_core.Mat nextFrame()
Copyright © 2018. All rights reserved.