@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class VoronoiSeamFinder extends PairwiseSeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
DP_SEAM, NO, VORONOI_SEAM
Constructor and Description |
---|
VoronoiSeamFinder()
Default native constructor.
|
VoronoiSeamFinder(long size)
Native array allocator.
|
VoronoiSeamFinder(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
find(SizeVector size,
PointVector corners,
UMatVector masks) |
void |
find(UMatVector src,
PointVector corners,
UMatVector masks)
\brief Estimates seams.
|
VoronoiSeamFinder |
position(long position) |
createDefault
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 VoronoiSeamFinder()
public VoronoiSeamFinder(long size)
Pointer.position(long)
.public VoronoiSeamFinder(Pointer p)
Pointer.Pointer(Pointer)
.public VoronoiSeamFinder position(long position)
public void find(@Const @ByRef UMatVector src, @Const @ByRef PointVector corners, @ByRef UMatVector masks)
SeamFinder
find
in class PairwiseSeamFinder
src
- Source imagescorners
- Source image top-left cornersmasks
- Source image masks to updatepublic void find(@Const @ByRef SizeVector size, @Const @ByRef PointVector corners, @ByRef UMatVector masks)
Copyright © 2020. All rights reserved.