@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class LpMotionStabilizer extends IMotionStabilizer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
LpMotionStabilizer() |
LpMotionStabilizer(int model) |
LpMotionStabilizer(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Size |
frameSize() |
int |
motionModel() |
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,
Range 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, 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 LpMotionStabilizer(Pointer p)
Pointer.Pointer(Pointer)
.public LpMotionStabilizer()
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, @Const @ByRef Range range, Mat stabilizationMotions)
IMotionStabilizer
stabilize
in class IMotionStabilizer
Copyright © 2020. All rights reserved.