@Namespace(value="cv::detail") public static class opencv_stitching.SeamFinder extends Pointer
/** \brief Base class for a seam estimator.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_stitching.SeamFinder(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks)
\brief Estimates seams.
|
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, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zero
public opencv_stitching.SeamFinder(Pointer p)
Pointer.Pointer(Pointer)
.public void find(@Const@ByRef opencv_core.UMatVector src, @Const@ByRef opencv_core.PointVector corners, @ByRef opencv_core.UMatVector masks)
src
- Source imagescorners
- Source image top-left cornersmasks
- Source image masks to updateCopyright © 2016. All rights reserved.