@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.PairwiseSeamFinder extends opencv_stitching.SeamFinder
| Constructor and Description |
|---|
PairwiseSeamFinder(org.bytedeco.javacpp.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, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PairwiseSeamFinder(org.bytedeco.javacpp.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 © 2018. All rights reserved.