Home
last modified time | relevance | path

Searched refs:createChiHistogramCostExtractor (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/shape/include/opencv2/shape/
Dhist_cost.hpp98 CV_EXPORTS_W Ptr<HistogramCostExtractor> createChiHistogramCostExtractor(int nDummies=25, float def…
Dshape_distance.hpp186 … const Ptr<HistogramCostExtractor> &comparer = createChiHistogramCostExtractor(),
/external/opencv3/modules/shape/test/
Dtest_shape.cpp215 mysc->setCostExtractor(createChiHistogramCostExtractor(30,0.15f)); in computeShapeDistance_Chi()
/external/opencv3/modules/shape/src/
Dhist_cost.cpp420 Ptr <HistogramCostExtractor> createChiHistogramCostExtractor(int nDummies, float defaultCost) in createChiHistogramCostExtractor() function