OpenCV
4.1.0
Open Source Computer Vision
|
An EMD-L1 based cost extraction. : More...
#include <opencv2/shape/hist_cost.hpp>
Additional Inherited Members | |
Public Member Functions inherited from cv::HistogramCostExtractor | |
virtual void | buildCostMatrix (InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix)=0 |
virtual float | getDefaultCost () const =0 |
virtual int | getNDummies () const =0 |
virtual void | setDefaultCost (float defaultCost)=0 |
virtual void | setNDummies (int nDummies)=0 |
Static Public Member Functions inherited from cv::Algorithm | |
template<typename _Tp > | |
static Ptr< _Tp > | load (const String &filename, const String &objname=String()) |
Loads algorithm from the file. | |
template<typename _Tp > | |
static Ptr< _Tp > | loadFromString (const String &strModel, const String &objname=String()) |
Loads algorithm from a String. | |
template<typename _Tp > | |
static Ptr< _Tp > | read (const FileNode &fn) |
Reads algorithm from the file node. | |
Protected Member Functions inherited from cv::Algorithm | |
void | writeFormat (FileStorage &fs) const |
An EMD-L1 based cost extraction. :