public static class opencv_videostab.StabilizerBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.StabilizerBase() |
opencv_videostab.StabilizerBase(Pointer p) |
| 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.IGlobalMotionEstimator |
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 _log) |
void |
setMotionEstimator(opencv_videostab.IGlobalMotionEstimator val) |
void |
setRadius(int val) |
void |
setTrimRatio(float val) |
float |
trimRatio() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_videostab.StabilizerBase()
public opencv_videostab.StabilizerBase(Pointer p)
public void setLog(opencv_videostab.ILog _log)
public opencv_videostab.ILog log()
public void setRadius(int val)
public int radius()
public void setFrameSource(opencv_videostab.IFrameSource val)
public opencv_videostab.IFrameSource frameSource()
public void setMotionEstimator(opencv_videostab.IGlobalMotionEstimator val)
public opencv_videostab.IGlobalMotionEstimator motionEstimator()
public void setDeblurer(opencv_videostab.DeblurerBase val)
public opencv_videostab.DeblurerBase deblurrer()
public void setTrimRatio(float val)
public float trimRatio()
public void setCorrectionForInclusion(boolean val)
public boolean doCorrectionForInclusion()
public void setBorderMode(int val)
public int borderMode()
public void setInpainter(opencv_videostab.InpainterBase val)
public opencv_videostab.InpainterBase inpainter()
Copyright © 2014. All Rights Reserved.