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(Pointer p) |
Modifier and Type | Method and Description |
---|---|
int |
costFunction() |
void |
find(opencv_core.MatVector src,
opencv_core.Point corners,
opencv_core.MatVector masks) |
void |
setCostFunction(int val) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zero
public static final int COLOR
public static final int COLOR_GRAD
public opencv_stitching.DpSeamFinder(Pointer p)
public opencv_stitching.DpSeamFinder(int costFunc)
public opencv_stitching.DpSeamFinder()
public int costFunction()
public void setCostFunction(int val)
public void find(opencv_core.MatVector src, opencv_core.Point corners, opencv_core.MatVector masks)
find
in class opencv_stitching.SeamFinder
Copyright © 2014. All Rights Reserved.