@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class Timelapser extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
AS_IS
enum cv::detail::Timelapser::
|
static int |
CROP
enum cv::detail::Timelapser::
|
Constructor and Description |
---|
Timelapser()
Default native constructor.
|
Timelapser(long size)
Native array allocator.
|
Timelapser(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static Timelapser |
createDefault(int type) |
UMat |
getDst() |
void |
initialize(PointVector corners,
SizeVector sizes) |
Timelapser |
position(long position) |
void |
process(GpuMat img,
GpuMat mask,
Point tl) |
void |
process(Mat img,
Mat mask,
Point tl) |
void |
process(UMat img,
UMat mask,
Point tl) |
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 static final int AS_IS
public static final int CROP
public Timelapser()
public Timelapser(long size)
Pointer.position(long)
.public Timelapser(Pointer p)
Pointer.Pointer(Pointer)
.public Timelapser position(long position)
@opencv_core.Ptr public static Timelapser createDefault(int type)
public void initialize(@Const @ByRef PointVector corners, @Const @ByRef SizeVector sizes)
Copyright © 2020. All rights reserved.