@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class MotionInpainter extends InpainterBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MotionInpainter() |
MotionInpainter(long size)
Native array allocator.
|
MotionInpainter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
borderMode() |
float |
distThresh() |
float |
flowErrorThreshold() |
void |
inpaint(int idx,
Mat frame,
Mat mask) |
IDenseOptFlowEstimator |
optFlowEstimator() |
MotionInpainter |
position(long position) |
void |
setBorderMode(int val) |
void |
setDistThreshold(float val) |
void |
setFlowErrorThreshold(float val) |
void |
setOptFlowEstimator(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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MotionInpainter(Pointer p)
Pointer.Pointer(Pointer).public MotionInpainter(long size)
Pointer.position(long).public MotionInpainter()
public MotionInpainter position(long position)
public void setOptFlowEstimator(@opencv_core.Ptr IDenseOptFlowEstimator val)
@opencv_core.Ptr public 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()
Copyright © 2020. All rights reserved.