@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.DpSeamFinder extends opencv_stitching.SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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 |
|---|
opencv_stitching.DpSeamFinder() |
opencv_stitching.DpSeamFinder(int costFunc) |
opencv_stitching.DpSeamFinder(long size)
Native array allocator.
|
opencv_stitching.DpSeamFinder(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, 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 static final int COLOR
public static final int COLOR_GRAD
public opencv_stitching.DpSeamFinder(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.DpSeamFinder(long size)
Pointer.position(long).public opencv_stitching.DpSeamFinder(@Cast(value="cv::detail::DpSeamFinder::CostFunction") int costFunc)
public opencv_stitching.DpSeamFinder()
public opencv_stitching.DpSeamFinder position(long position)
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 © 2016. All rights reserved.