@Namespace(value="cv") @Properties(inherit=opencv_shape.class) public class HistogramCostExtractor extends Algorithm
/** \brief Abstract base class for histogram cost algorithms.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HistogramCostExtractor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildCostMatrix(GpuMat descriptors1,
GpuMat descriptors2,
GpuMat costMatrix) |
void |
buildCostMatrix(Mat descriptors1,
Mat descriptors2,
Mat costMatrix) |
void |
buildCostMatrix(UMat descriptors1,
UMat descriptors2,
UMat costMatrix) |
float |
getDefaultCost() |
int |
getNDummies() |
void |
setDefaultCost(float defaultCost) |
void |
setNDummies(int nDummies) |
clear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, 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, zeropublic HistogramCostExtractor(Pointer p)
Pointer.Pointer(Pointer).public void buildCostMatrix(@ByVal Mat descriptors1, @ByVal Mat descriptors2, @ByVal Mat costMatrix)
public void buildCostMatrix(@ByVal UMat descriptors1, @ByVal UMat descriptors2, @ByVal UMat costMatrix)
public void buildCostMatrix(@ByVal GpuMat descriptors1, @ByVal GpuMat descriptors2, @ByVal GpuMat costMatrix)
public void setNDummies(int nDummies)
public int getNDummies()
public void setDefaultCost(float defaultCost)
public float getDefaultCost()
Copyright © 2020. All rights reserved.