@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class GraphCutSeamFinder extends GraphCutSeamFinderBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
COST_COLOR, COST_COLOR_GRAD
Constructor and Description |
---|
GraphCutSeamFinder() |
GraphCutSeamFinder(BytePointer cost_type) |
GraphCutSeamFinder(BytePointer cost_type,
float terminal_cost,
float bad_region_penalty) |
GraphCutSeamFinder(int cost_type,
float terminal_cost,
float bad_region_penalty) |
GraphCutSeamFinder(long size)
Native array allocator.
|
GraphCutSeamFinder(Pointer p)
Pointer cast constructor.
|
GraphCutSeamFinder(String cost_type) |
GraphCutSeamFinder(String cost_type,
float terminal_cost,
float bad_region_penalty) |
Modifier and Type | Method and Description |
---|---|
SeamFinder |
asSeamFinder() |
static SeamFinder |
asSeamFinder(GraphCutSeamFinder pointer) |
void |
find(UMatVector src,
PointVector corners,
UMatVector masks) |
GraphCutSeamFinder |
position(long position) |
address, 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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public GraphCutSeamFinder(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 GraphCutSeamFinder(@opencv_core.Str BytePointer cost_type, float terminal_cost, float bad_region_penalty)
public GraphCutSeamFinder(@opencv_core.Str BytePointer cost_type)
public GraphCutSeamFinder(@opencv_core.Str String cost_type, float terminal_cost, float bad_region_penalty)
public GraphCutSeamFinder(@opencv_core.Str String cost_type)
public GraphCutSeamFinder position(long position)
position
in class GraphCutSeamFinderBase
public SeamFinder asSeamFinder()
@Namespace @Name(value="static_cast<cv::detail::SeamFinder*>") public static SeamFinder asSeamFinder(GraphCutSeamFinder pointer)
public void find(@Const @ByRef UMatVector src, @Const @ByRef PointVector corners, @ByRef UMatVector masks)
Copyright © 2020. All rights reserved.