@Namespace(value="cv") public static class opencv_shape.HistogramCostExtractor extends opencv_core.Algorithm
/** \brief Abstract base class for histogram cost algorithms.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_shape.HistogramCostExtractor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildCostMatrix(opencv_core.Mat descriptors1,
opencv_core.Mat descriptors2,
opencv_core.Mat costMatrix) |
float |
getDefaultCost() |
int |
getNDummies() |
void |
setDefaultCost(float defaultCost) |
void |
setNDummies(int nDummies) |
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_shape.HistogramCostExtractor(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 setNDummies(int nDummies)
public int getNDummies()
public void setDefaultCost(float defaultCost)
public float getDefaultCost()
Copyright © 2016. All rights reserved.