@Namespace(value="cv::videostab") public static class opencv_videostab.MotionFilterBase extends opencv_videostab.IMotionStabilizer
| Constructor and Description |
|---|
MotionFilterBase(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
stabilize(int idx,
opencv_core.MatVector motions,
opencv_core.IntIntPair range) |
void |
stabilize(int size,
opencv_core.MatVector motions,
opencv_core.IntIntPair range,
opencv_core.Mat stabilizationMotions)
assumes that [0, size-1) is in or equals to [range.first, range.second)
|
address, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MotionFilterBase(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@ByVal public opencv_core.Mat stabilize(int idx, @Const @ByRef opencv_core.MatVector motions, @ByVal opencv_core.IntIntPair range)
public void stabilize(int size,
@Const @ByRef
opencv_core.MatVector motions,
@ByVal
opencv_core.IntIntPair range,
opencv_core.Mat stabilizationMotions)
opencv_videostab.IMotionStabilizerstabilize in class opencv_videostab.IMotionStabilizerCopyright © 2018. All rights reserved.