@Namespace(value="cv") public static class opencv_shape.HistogramCostExtractor extends opencv_core.Algorithm
/** \brief Abstract base class for histogram cost algorithms.
| Constructor and Description |
|---|
HistogramCostExtractor(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildCostMatrix(opencv_core.GpuMat descriptors1,
opencv_core.GpuMat descriptors2,
opencv_core.GpuMat costMatrix) |
void |
buildCostMatrix(opencv_core.Mat descriptors1,
opencv_core.Mat descriptors2,
opencv_core.Mat costMatrix) |
void |
buildCostMatrix(opencv_core.UMat descriptors1,
opencv_core.UMat descriptors2,
opencv_core.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic HistogramCostExtractor(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void buildCostMatrix(@ByVal
opencv_core.Mat descriptors1,
@ByVal
opencv_core.Mat descriptors2,
@ByVal
opencv_core.Mat costMatrix)
public void buildCostMatrix(@ByVal
opencv_core.UMat descriptors1,
@ByVal
opencv_core.UMat descriptors2,
@ByVal
opencv_core.UMat costMatrix)
public void buildCostMatrix(@ByVal
opencv_core.GpuMat descriptors1,
@ByVal
opencv_core.GpuMat descriptors2,
@ByVal
opencv_core.GpuMat costMatrix)
public void setNDummies(int nDummies)
public int getNDummies()
public void setDefaultCost(float defaultCost)
public float getDefaultCost()
Copyright © 2018. All rights reserved.