@Namespace(value="cv::detail") public static class opencv_stitching.NoSeamFinder extends opencv_stitching.SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.NoSeamFinder()
Default native constructor.
|
opencv_stitching.NoSeamFinder(long size)
Native array allocator.
|
opencv_stitching.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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.NoSeamFinder()
public opencv_stitching.NoSeamFinder(long size)
Pointer.position(long).public opencv_stitching.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 © 2016. All rights reserved.