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(int size) |
opencv_videostab.MotionInpainter(Pointer p) |
| 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(int position) |
void |
setBorderMode(int val) |
void |
setDistThreshold(float val) |
void |
setFlowErrorThreshold(float val) |
void |
setOptFlowEstimator(opencv_videostab.IDenseOptFlowEstimator val) |
frames, motions, radius, setFrames, setMotions, setRadius, setStabilizationMotions, setStabilizedFrames, stabilizationMotions, stabilizedFrames, updateaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_videostab.MotionInpainter(Pointer p)
public opencv_videostab.MotionInpainter(int size)
public opencv_videostab.MotionInpainter()
public opencv_videostab.MotionInpainter position(int position)
public void setOptFlowEstimator(opencv_videostab.IDenseOptFlowEstimator val)
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,
opencv_core.Mat frame,
opencv_core.Mat mask)
inpaint in class opencv_videostab.InpainterBaseCopyright © 2014. All Rights Reserved.