@Namespace(value="cv::detail") public static class opencv_stitching.VoronoiSeamFinder extends opencv_stitching.PairwiseSeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.VoronoiSeamFinder()
Default native constructor.
|
opencv_stitching.VoronoiSeamFinder(long size)
Native array allocator.
|
opencv_stitching.VoronoiSeamFinder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
find(opencv_core.SizeVector size,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks)
\brief Estimates seams.
|
opencv_stitching.VoronoiSeamFinder |
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.VoronoiSeamFinder()
public opencv_stitching.VoronoiSeamFinder(long size)
Pointer.position(long).public opencv_stitching.VoronoiSeamFinder(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.VoronoiSeamFinder position(long position)
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.PairwiseSeamFindersrc - Source imagescorners - Source image top-left cornersmasks - Source image masks to updatepublic void find(@Const@ByRef opencv_core.SizeVector size, @Const@ByRef opencv_core.PointVector corners, @ByRef opencv_core.UMatVector masks)
Copyright © 2016. All rights reserved.