@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class StabilizerBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
StabilizerBase(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
borderMode() |
DeblurerBase |
deblurrer() |
boolean |
doCorrectionForInclusion() |
IFrameSource |
frameSource() |
InpainterBase |
inpainter() |
ILog |
log() |
IFrameSource |
maskSource() |
ImageMotionEstimatorBase |
motionEstimator() |
int |
radius() |
void |
setBorderMode(int val) |
void |
setCorrectionForInclusion(boolean val) |
void |
setDeblurer(DeblurerBase val) |
void |
setFrameSource(IFrameSource val) |
void |
setInpainter(InpainterBase val) |
void |
setLog(ILog ilog) |
void |
setMaskSource(IFrameSource val) |
void |
setMotionEstimator(ImageMotionEstimatorBase val) |
void |
setRadius(int val) |
void |
setTrimRatio(float val) |
float |
trimRatio() |
address, 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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public StabilizerBase(Pointer p)
Pointer.Pointer(Pointer)
.public void setLog(@opencv_core.Ptr ILog ilog)
@opencv_core.Ptr public ILog log()
public void setRadius(int val)
public int radius()
public void setFrameSource(@opencv_core.Ptr IFrameSource val)
@opencv_core.Ptr public IFrameSource frameSource()
public void setMaskSource(@opencv_core.Ptr IFrameSource val)
@opencv_core.Ptr public IFrameSource maskSource()
public void setMotionEstimator(@opencv_core.Ptr ImageMotionEstimatorBase val)
@opencv_core.Ptr public ImageMotionEstimatorBase motionEstimator()
public void setDeblurer(@opencv_core.Ptr DeblurerBase val)
@opencv_core.Ptr public DeblurerBase deblurrer()
public void setTrimRatio(float val)
public float trimRatio()
public void setBorderMode(int val)
public int borderMode()
public void setInpainter(@opencv_core.Ptr InpainterBase val)
@opencv_core.Ptr public InpainterBase inpainter()
Copyright © 2020. All rights reserved.