@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class PairwiseSeamFinder extends SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
DP_SEAM, NO, VORONOI_SEAM
Constructor and Description |
---|
PairwiseSeamFinder(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
find(UMatVector src,
PointVector corners,
UMatVector masks)
\brief Estimates seams.
|
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PairwiseSeamFinder(Pointer p)
Pointer.Pointer(Pointer)
.public void find(@Const @ByRef UMatVector src, @Const @ByRef PointVector corners, @ByRef UMatVector masks)
SeamFinder
find
in class SeamFinder
src
- Source imagescorners
- Source image top-left cornersmasks
- Source image masks to updateCopyright © 2020. All rights reserved.