@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.GraphCutSeamFinder extends opencv_stitching.GraphCutSeamFinderBase
COST_COLOR, COST_COLOR_GRAD| Constructor and Description |
|---|
GraphCutSeamFinder() |
GraphCutSeamFinder(int cost_type,
float terminal_cost,
float bad_region_penalty) |
GraphCutSeamFinder(long size)
Native array allocator.
|
GraphCutSeamFinder(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.SeamFinder |
asSeamFinder() |
static opencv_stitching.SeamFinder |
asSeamFinder(opencv_stitching.GraphCutSeamFinder pointer) |
void |
find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
opencv_stitching.GraphCutSeamFinder |
position(long position) |
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 GraphCutSeamFinder(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public GraphCutSeamFinder(long size)
Pointer.position(long).public GraphCutSeamFinder(int cost_type,
float terminal_cost,
float bad_region_penalty)
public GraphCutSeamFinder()
public opencv_stitching.GraphCutSeamFinder position(long position)
position in class opencv_stitching.GraphCutSeamFinderBasepublic opencv_stitching.SeamFinder asSeamFinder()
@Namespace @Name(value="static_cast<cv::detail::SeamFinder*>") public static opencv_stitching.SeamFinder asSeamFinder(opencv_stitching.GraphCutSeamFinder pointer)
public void find(@Const @ByRef
opencv_core.UMatVector src,
@Const @ByRef
opencv_core.PointVector corners,
@ByRef
opencv_core.UMatVector masks)
Copyright © 2018. All rights reserved.