@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class NoSeamFinder extends SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
DP_SEAM, NO, VORONOI_SEAM
Constructor and Description |
---|
NoSeamFinder()
Default native constructor.
|
NoSeamFinder(long size)
Native array allocator.
|
NoSeamFinder(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
find(UMatVector arg0,
PointVector arg1,
UMatVector arg2)
\brief Estimates seams.
|
NoSeamFinder |
getPointer(long i) |
NoSeamFinder |
position(long position) |
createDefault
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public NoSeamFinder()
public NoSeamFinder(long size)
Pointer.position(long)
.public NoSeamFinder(Pointer p)
Pointer(Pointer)
.public NoSeamFinder position(long position)
public NoSeamFinder getPointer(long i)
getPointer
in class Pointer
public void find(@Const @ByRef UMatVector arg0, @Const @ByRef PointVector arg1, @ByRef UMatVector arg2)
SeamFinder
find
in class SeamFinder
arg0
- Source imagesarg1
- Source image top-left cornersarg2
- Source image masks to updateCopyright © 2024. All rights reserved.