@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class SeamFinder extends Pointer
/** \brief Base class for a seam estimator.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
DP_SEAM
enum cv::detail::SeamFinder::
|
static int |
NO
enum cv::detail::SeamFinder::
|
static int |
VORONOI_SEAM
enum cv::detail::SeamFinder::
|
Constructor and Description |
---|
SeamFinder(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static SeamFinder |
createDefault(int type) |
void |
find(UMatVector src,
PointVector corners,
UMatVector masks)
\brief Estimates seams.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public static final int NO
public static final int VORONOI_SEAM
public static final int DP_SEAM
public SeamFinder(Pointer p)
Pointer(Pointer)
.public void find(@Const @ByRef UMatVector src, @Const @ByRef PointVector corners, @ByRef UMatVector masks)
src
- Source imagescorners
- Source image top-left cornersmasks
- Source image masks to update@opencv_core.Ptr public static SeamFinder createDefault(int type)
Copyright © 2024. All rights reserved.