@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.DpSeamFinder extends opencv_stitching.SeamFinder
| Modifier and Type | Field and Description |
|---|---|
static int |
COLOR
enum cv::detail::DpSeamFinder::CostFunction
|
static int |
COLOR_GRAD
enum cv::detail::DpSeamFinder::CostFunction
|
| Constructor and Description |
|---|
DpSeamFinder() |
DpSeamFinder(int costFunc) |
DpSeamFinder(long size)
Native array allocator.
|
DpSeamFinder(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
costFunction() |
void |
find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks)
\brief Estimates seams.
|
opencv_stitching.DpSeamFinder |
position(long position) |
void |
setCostFunction(int val) |
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 static final int COLOR
public static final int COLOR_GRAD
public DpSeamFinder(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DpSeamFinder(long size)
Pointer.position(long).public DpSeamFinder(@Cast(value="cv::detail::DpSeamFinder::CostFunction")
int costFunc)
public DpSeamFinder()
public opencv_stitching.DpSeamFinder position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="cv::detail::DpSeamFinder::CostFunction") public int costFunction()
public void setCostFunction(@Cast(value="cv::detail::DpSeamFinder::CostFunction")
int val)
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.