@Namespace(value="cv::videostab")
@NoOffset
public static class opencv_videostab.StabilizerBase
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
StabilizerBase(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
borderMode() |
opencv_videostab.DeblurerBase |
deblurrer() |
boolean |
doCorrectionForInclusion() |
opencv_videostab.IFrameSource |
frameSource() |
opencv_videostab.InpainterBase |
inpainter() |
opencv_videostab.ILog |
log() |
opencv_videostab.ImageMotionEstimatorBase |
motionEstimator() |
int |
radius() |
void |
setBorderMode(int val) |
void |
setCorrectionForInclusion(boolean val) |
void |
setDeblurer(opencv_videostab.DeblurerBase val) |
void |
setFrameSource(opencv_videostab.IFrameSource val) |
void |
setInpainter(opencv_videostab.InpainterBase val) |
void |
setLog(opencv_videostab.ILog ilog) |
void |
setMotionEstimator(opencv_videostab.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StabilizerBase(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void setLog(@opencv_core.Ptr opencv_videostab.ILog ilog)
@opencv_core.Ptr public opencv_videostab.ILog log()
public void setRadius(int val)
public int radius()
public void setFrameSource(@opencv_core.Ptr opencv_videostab.IFrameSource val)
@opencv_core.Ptr public opencv_videostab.IFrameSource frameSource()
public void setMotionEstimator(@opencv_core.Ptr opencv_videostab.ImageMotionEstimatorBase val)
@opencv_core.Ptr public opencv_videostab.ImageMotionEstimatorBase motionEstimator()
public void setDeblurer(@opencv_core.Ptr opencv_videostab.DeblurerBase val)
@opencv_core.Ptr public opencv_videostab.DeblurerBase deblurrer()
public void setTrimRatio(float val)
public float trimRatio()
public void setCorrectionForInclusion(@Cast(value="bool")
boolean val)
@Cast(value="bool") public boolean doCorrectionForInclusion()
public void setBorderMode(int val)
public int borderMode()
public void setInpainter(@opencv_core.Ptr opencv_videostab.InpainterBase val)
@opencv_core.Ptr public opencv_videostab.InpainterBase inpainter()
Copyright © 2018. All rights reserved.