@Namespace(value="cv::videostab") @NoOffset public static class opencv_videostab.GaussianMotionFilter extends opencv_videostab.MotionFilterBase
| Constructor and Description |
|---|
GaussianMotionFilter() |
GaussianMotionFilter(int radius,
float stdev) |
GaussianMotionFilter(long size)
Native array allocator.
|
GaussianMotionFilter(org.bytedeco.javacpp.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, 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(org.bytedeco.javacpp.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)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.