@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class GaussianMotionFilter extends MotionFilterBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GaussianMotionFilter() |
GaussianMotionFilter(int radius,
float stdev) |
GaussianMotionFilter(long size)
Native array allocator.
|
GaussianMotionFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GaussianMotionFilter |
position(long position) |
int |
radius() |
void |
setParams(int radius) |
void |
setParams(int radius,
float stdev) |
Mat |
stabilize(int idx,
MatVector motions,
IntIntPair range) |
float |
stdev() |
stabilizeaddress, 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 GaussianMotionFilter(Pointer p)
Pointer.Pointer(Pointer).public GaussianMotionFilter(long size)
Pointer.position(long).public GaussianMotionFilter(int radius,
float stdev)
public GaussianMotionFilter()
public GaussianMotionFilter position(long position)
public void setParams(int radius,
float stdev)
public void setParams(int radius)
public int radius()
public float stdev()
@ByVal public Mat stabilize(int idx, @Const @ByRef MatVector motions, @ByVal IntIntPair range)
stabilize in class MotionFilterBaseCopyright © 2019. All rights reserved.