@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.PairwiseSeamFinder extends opencv_stitching.SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.PairwiseSeamFinder(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, zeropublic opencv_stitching.PairwiseSeamFinder(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)
opencv_stitching.SeamFinderfind in class opencv_stitching.SeamFindersrc - Source imagescorners - Source image top-left cornersmasks - Source image masks to updateCopyright © 2016. All rights reserved.