@Namespace(value="cv::detail") public static class opencv_stitching.Timelapser extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
AS_IS
enum cv::detail::Timelapser::
|
static int |
CROP
enum cv::detail::Timelapser::
|
| Constructor and Description |
|---|
opencv_stitching.Timelapser()
Default native constructor.
|
opencv_stitching.Timelapser(long size)
Native array allocator.
|
opencv_stitching.Timelapser(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_stitching.Timelapser |
createDefault(int type) |
opencv_core.UMat |
getDst() |
void |
initialize(opencv_core.PointVector corners,
opencv_core.SizeVector sizes) |
opencv_stitching.Timelapser |
position(long position) |
void |
process(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic static final int AS_IS
public static final int CROP
public opencv_stitching.Timelapser()
public opencv_stitching.Timelapser(long size)
Pointer.position(long).public opencv_stitching.Timelapser(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.Timelapser position(long position)
@opencv_core.Ptr public static opencv_stitching.Timelapser createDefault(int type)
public void initialize(@Const@ByRef opencv_core.PointVector corners, @Const@ByRef opencv_core.SizeVector sizes)
public void process(@ByVal opencv_core.Mat img, @ByVal opencv_core.Mat mask, @ByVal opencv_core.Point tl)
@Const @ByRef public opencv_core.UMat getDst()
Copyright © 2016. All rights reserved.