Home
last modified time | relevance | path

Searched refs:fillBaseTrees (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/shape/src/
DemdL1_def.hpp105 bool fillBaseTrees(float *H1, float *H2);
DemdL1.cpp74 fillBaseTrees(H1,H2); // Initialize histograms in getEMDL1()
164 bool EmdL1::fillBaseTrees(float *H1, float *H2) in fillBaseTrees() function in EmdL1