public static class opencv_stitching.GraphCutSeamFinder extends opencv_stitching.GraphCutSeamFinderBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorCOST_COLOR, COST_COLOR_GRAD| Constructor and Description |
|---|
opencv_stitching.GraphCutSeamFinder() |
opencv_stitching.GraphCutSeamFinder(int size) |
opencv_stitching.GraphCutSeamFinder(int cost_type,
float terminal_cost,
float bad_region_penalty) |
opencv_stitching.GraphCutSeamFinder(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.SeamFinder |
asSeamFinder() |
static opencv_stitching.SeamFinder |
asSeamFinder(opencv_stitching.GraphCutSeamFinder pointer) |
void |
find(opencv_core.MatVector src,
opencv_core.Point corners,
opencv_core.MatVector masks) |
opencv_stitching.GraphCutSeamFinder |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_stitching.GraphCutSeamFinder(Pointer p)
public opencv_stitching.GraphCutSeamFinder(int size)
public opencv_stitching.GraphCutSeamFinder(int cost_type,
float terminal_cost,
float bad_region_penalty)
public opencv_stitching.GraphCutSeamFinder()
public opencv_stitching.GraphCutSeamFinder position(int position)
position in class opencv_stitching.GraphCutSeamFinderBasepublic opencv_stitching.SeamFinder asSeamFinder()
public static opencv_stitching.SeamFinder asSeamFinder(opencv_stitching.GraphCutSeamFinder pointer)
public void find(opencv_core.MatVector src, opencv_core.Point corners, opencv_core.MatVector masks)
Copyright © 2014. All Rights Reserved.