@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.LpMotionStabilizer extends opencv_videostab.IMotionStabilizer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_videostab.LpMotionStabilizer() |
opencv_videostab.LpMotionStabilizer(int model) |
opencv_videostab.LpMotionStabilizer(long size)
Native array allocator.
|
opencv_videostab.LpMotionStabilizer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Size |
frameSize() |
int |
motionModel() |
opencv_videostab.LpMotionStabilizer |
position(long position) |
void |
setFrameSize(opencv_core.Size val) |
void |
setMotionModel(int val) |
void |
setTrimRatio(float val) |
void |
setWeight1(float val) |
void |
setWeight2(float val) |
void |
setWeight3(float val) |
void |
setWeight4(float val) |
void |
stabilize(int size,
opencv_core.MatVector motions,
opencv_core.IntIntPair range,
opencv_core.Mat stabilizationMotions)
assumes that [0, size-1) is in or equals to [range.first, range.second)
|
float |
trimRatio() |
float |
weight1() |
float |
weight2() |
float |
weight3() |
float |
weight4() |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_videostab.LpMotionStabilizer(Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.LpMotionStabilizer(long size)
Pointer.position(long).public opencv_videostab.LpMotionStabilizer(@Cast(value="cv::videostab::MotionModel") int model)
public opencv_videostab.LpMotionStabilizer()
public opencv_videostab.LpMotionStabilizer position(long position)
public void setFrameSize(@ByVal opencv_core.Size val)
@ByVal public opencv_core.Size frameSize()
public void setTrimRatio(float val)
public float trimRatio()
public void setWeight1(float val)
public float weight1()
public void setWeight2(float val)
public float weight2()
public void setWeight3(float val)
public float weight3()
public void setWeight4(float val)
public float weight4()
public void stabilize(int size,
@Const@ByRef
opencv_core.MatVector motions,
@ByVal
opencv_core.IntIntPair range,
opencv_core.Mat stabilizationMotions)
opencv_videostab.IMotionStabilizerstabilize in class opencv_videostab.IMotionStabilizerCopyright © 2016. All rights reserved.