@Namespace(value="cv::detail") public static class opencv_stitching.NoSeamFinder extends opencv_stitching.SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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(opencv_core.UMatVector arg0,
opencv_core.PointVector arg1,
opencv_core.UMatVector arg2)
\brief Estimates seams.
|
opencv_stitching.NoSeamFinder |
position(long position) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic NoSeamFinder()
public NoSeamFinder(long size)
Pointer.position(long).public NoSeamFinder(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.NoSeamFinder position(long position)
public void find(@Const @ByRef opencv_core.UMatVector arg0, @Const @ByRef opencv_core.PointVector arg1, @ByRef opencv_core.UMatVector arg2)
opencv_stitching.SeamFinderfind in class opencv_stitching.SeamFinderarg0 - Source imagesarg1 - Source image top-left cornersarg2 - Source image masks to updateCopyright © 2017. All rights reserved.