@Namespace(value="cv::detail") public static class opencv_stitching.NoSeamFinder extends opencv_stitching.SeamFinder
| Constructor and Description |
|---|
NoSeamFinder()
Default native constructor.
|
NoSeamFinder(long size)
Native array allocator.
|
NoSeamFinder(org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NoSeamFinder()
public NoSeamFinder(long size)
Pointer.position(long).public NoSeamFinder(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.NoSeamFinder position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.