@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.MotionInpainter extends opencv_videostab.InpainterBase
| Constructor and Description |
|---|
MotionInpainter() |
MotionInpainter(long size)
Native array allocator.
|
MotionInpainter(org.bytedeco.javacpp.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, 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 MotionInpainter(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public MotionInpainter(long size)
Pointer.position(long).public MotionInpainter()
public opencv_videostab.MotionInpainter position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.