@Namespace(value="cv::videostab") public static class opencv_videostab.MotionStabilizationPipeline extends opencv_videostab.IMotionStabilizer
| Constructor and Description |
|---|
MotionStabilizationPipeline()
Default native constructor.
|
MotionStabilizationPipeline(long size)
Native array allocator.
|
MotionStabilizationPipeline(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty() |
opencv_videostab.MotionStabilizationPipeline |
position(long position) |
void |
pushBack(opencv_videostab.IMotionStabilizer stabilizer) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MotionStabilizationPipeline()
public MotionStabilizationPipeline(long size)
Pointer.position(long).public MotionStabilizationPipeline(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_videostab.MotionStabilizationPipeline position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void pushBack(@opencv_core.Ptr opencv_videostab.IMotionStabilizer stabilizer)
@Cast(value="bool") public boolean empty()
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.