@Namespace(value="cv::videostab") @NoOffset @Properties(inherit=opencv_videostab.class) public class GaussianMotionFilter extends MotionFilterBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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 |
getPointer(long i) |
GaussianMotionFilter |
position(long position) |
int |
radius() |
void |
setParams(int radius) |
void |
setParams(int radius,
float stdev) |
Mat |
stabilize(int idx,
MatVector motions,
Range range) |
float |
stdev() |
stabilizeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic GaussianMotionFilter(Pointer p)
Pointer(Pointer).public GaussianMotionFilter(long size)
Pointer.position(long).public GaussianMotionFilter(int radius,
float stdev)
public GaussianMotionFilter()
public GaussianMotionFilter position(long position)
public GaussianMotionFilter getPointer(long i)
getPointer in class Pointerpublic void setParams(int radius,
float stdev)
public void setParams(int radius)
public int radius()
public float stdev()
Copyright © 2022. All rights reserved.