@Namespace(value="cv::detail") public static class opencv_stitching.VoronoiSeamFinder extends opencv_stitching.PairwiseSeamFinder
| Constructor and Description |
|---|
VoronoiSeamFinder()
Default native constructor.
|
VoronoiSeamFinder(long size)
Native array allocator.
|
VoronoiSeamFinder(org.bytedeco.javacpp.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, 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 VoronoiSeamFinder()
public VoronoiSeamFinder(long size)
Pointer.position(long).public VoronoiSeamFinder(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.VoronoiSeamFinder position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.