@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.GaussianMotionFilter extends opencv_videostab.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 |
|---|---|
opencv_videostab.GaussianMotionFilter |
position(long position) |
int |
radius() |
void |
setParams(int radius) |
void |
setParams(int radius,
float stdev) |
opencv_core.Mat |
stabilize(int idx,
opencv_core.MatVector motions,
opencv_core.IntIntPair range) |
float |
stdev() |
stabilizeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic GaussianMotionFilter(Pointer p)
Pointer.Pointer(Pointer).public GaussianMotionFilter(long size)
Pointer.position(long).public GaussianMotionFilter(int radius,
float stdev)
public GaussianMotionFilter()
public opencv_videostab.GaussianMotionFilter position(long position)
public void setParams(int radius,
float stdev)
public void setParams(int radius)
public int radius()
public float stdev()
@ByVal public opencv_core.Mat stabilize(int idx, @Const @ByRef opencv_core.MatVector motions, @ByVal opencv_core.IntIntPair range)
stabilize in class opencv_videostab.MotionFilterBaseCopyright © 2017. All rights reserved.