@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class LpMotionStabilizer extends IMotionStabilizer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
LpMotionStabilizer() |
LpMotionStabilizer(int model) |
LpMotionStabilizer(long size)
Native array allocator.
|
LpMotionStabilizer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Size |
frameSize() |
int |
motionModel() |
LpMotionStabilizer |
position(long position) |
void |
setFrameSize(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,
MatVector motions,
IntIntPair range,
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, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LpMotionStabilizer(Pointer p)
Pointer.Pointer(Pointer).public LpMotionStabilizer(long size)
Pointer.position(long).public LpMotionStabilizer()
public LpMotionStabilizer position(long position)
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
MatVector motions,
@ByVal
IntIntPair range,
Mat stabilizationMotions)
IMotionStabilizerstabilize in class IMotionStabilizerCopyright © 2019. All rights reserved.