@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.MotionInpainter extends opencv_videostab.InpainterBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.MotionInpainter() |
opencv_videostab.MotionInpainter(long size)
Native array allocator.
|
opencv_videostab.MotionInpainter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
borderMode() |
float |
distThresh() |
float |
flowErrorThreshold() |
void |
inpaint(int idx,
opencv_core.Mat frame,
opencv_core.Mat mask) |
opencv_videostab.IDenseOptFlowEstimator |
optFlowEstimator() |
opencv_videostab.MotionInpainter |
position(long position) |
void |
setBorderMode(int val) |
void |
setDistThreshold(float val) |
void |
setFlowErrorThreshold(float val) |
void |
setOptFlowEstimator(opencv_videostab.IDenseOptFlowEstimator val) |
frames, motionModel, motions, radius, setFrames, setMotionModel, setMotions, setRadius, setStabilizationMotions, setStabilizedFrames, stabilizationMotions, stabilizedFramesaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_videostab.MotionInpainter(Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.MotionInpainter(long size)
Pointer.position(long).public opencv_videostab.MotionInpainter()
public opencv_videostab.MotionInpainter position(long position)
public void setOptFlowEstimator(@opencv_core.Ptr opencv_videostab.IDenseOptFlowEstimator val)
@opencv_core.Ptr public opencv_videostab.IDenseOptFlowEstimator optFlowEstimator()
public void setFlowErrorThreshold(float val)
public float flowErrorThreshold()
public void setDistThreshold(float val)
public float distThresh()
public void setBorderMode(int val)
public int borderMode()
public void inpaint(int idx,
@ByRef
opencv_core.Mat frame,
@ByRef
opencv_core.Mat mask)
inpaint in class opencv_videostab.InpainterBaseCopyright © 2016. All rights reserved.