@Namespace(value="cv::videostab") @Properties(inherit=opencv_videostab.class) public class MotionStabilizationPipeline extends IMotionStabilizer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
MotionStabilizationPipeline()
Default native constructor.
|
MotionStabilizationPipeline(long size)
Native array allocator.
|
MotionStabilizationPipeline(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
empty() |
MotionStabilizationPipeline |
position(long position) |
void |
pushBack(IMotionStabilizer stabilizer) |
void |
stabilize(int size,
MatVector motions,
Range range,
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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public MotionStabilizationPipeline()
public MotionStabilizationPipeline(long size)
Pointer.position(long)
.public MotionStabilizationPipeline(Pointer p)
Pointer.Pointer(Pointer)
.public MotionStabilizationPipeline position(long position)
public void pushBack(@opencv_core.Ptr IMotionStabilizer stabilizer)
public void stabilize(int size, @Const @ByRef MatVector motions, @Const @ByRef Range range, Mat stabilizationMotions)
IMotionStabilizer
stabilize
in class IMotionStabilizer
Copyright © 2020. All rights reserved.