@Namespace(value="cv::videostab")
public static class opencv_videostab.IMotionStabilizer
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IMotionStabilizer(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 IMotionStabilizer(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void stabilize(int size,
@Const @ByRef
opencv_core.MatVector motions,
@ByVal
opencv_core.IntIntPair range,
opencv_core.Mat stabilizationMotions)
Copyright © 2018. All rights reserved.