@Namespace(value="cv::detail")
public static class opencv_stitching.Timelapser
extends org.bytedeco.javacpp.Pointer
| 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(org.bytedeco.javacpp.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.GpuMat img,
opencv_core.GpuMat mask,
opencv_core.Point tl) |
void |
process(opencv_core.Mat img,
opencv_core.Mat mask,
opencv_core.Point tl) |
void |
process(opencv_core.UMat img,
opencv_core.UMat mask,
opencv_core.Point tl) |
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 static final int AS_IS
public static final int CROP
public Timelapser()
public Timelapser(long size)
Pointer.position(long).public Timelapser(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.Timelapser position(long position)
position in class org.bytedeco.javacpp.Pointer@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)
public void process(@ByVal
opencv_core.UMat img,
@ByVal
opencv_core.UMat mask,
@ByVal
opencv_core.Point tl)
public void process(@ByVal
opencv_core.GpuMat img,
@ByVal
opencv_core.GpuMat mask,
@ByVal
opencv_core.Point tl)
@Const @ByRef public opencv_core.UMat getDst()
Copyright © 2018. All rights reserved.