@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class DpSeamFinder extends SeamFinder
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
COLOR
enum cv::detail::DpSeamFinder::CostFunction
|
static int |
COLOR_GRAD
enum cv::detail::DpSeamFinder::CostFunction
|
DP_SEAM, NO, VORONOI_SEAM| Constructor and Description |
|---|
DpSeamFinder() |
DpSeamFinder(BytePointer costFunc) |
DpSeamFinder(int costFunc) |
DpSeamFinder(Pointer p)
Pointer cast constructor.
|
DpSeamFinder(String costFunc) |
| Modifier and Type | Method and Description |
|---|---|
int |
costFunction() |
void |
find(UMatVector src,
PointVector corners,
UMatVector masks)
\brief Estimates seams.
|
void |
setCostFunction(BytePointer val) |
void |
setCostFunction(int val) |
void |
setCostFunction(String val) |
createDefaultaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int COLOR
public static final int COLOR_GRAD
public DpSeamFinder(Pointer p)
Pointer.Pointer(Pointer).public DpSeamFinder(@Cast(value="cv::detail::DpSeamFinder::CostFunction") int costFunc)
public DpSeamFinder()
public DpSeamFinder(@opencv_core.Str BytePointer costFunc)
public DpSeamFinder(@opencv_core.Str String costFunc)
public void setCostFunction(@Cast(value="cv::detail::DpSeamFinder::CostFunction") int val)
public void setCostFunction(@opencv_core.Str BytePointer val)
public void setCostFunction(@opencv_core.Str String val)
public void find(@Const @ByRef UMatVector src, @Const @ByRef PointVector corners, @ByRef UMatVector masks)
SeamFinderfind in class SeamFindersrc - Source imagescorners - Source image top-left cornersmasks - Source image masks to updateCopyright © 2020. All rights reserved.