Lines Matching refs:EmdL1
60 float EmdL1::getEMDL1(cv::Mat &sig1, cv::Mat &sig2) in getEMDL1()
101 void EmdL1::setMaxIteration(int _nMaxIt) in setMaxIteration()
107 bool EmdL1::initBaseTrees(int n1, int n2, int n3) in initBaseTrees()
164 bool EmdL1::fillBaseTrees(float *H1, float *H2) in fillBaseTrees()
247 bool EmdL1::greedySolution() in greedySolution()
252 bool EmdL1::greedySolution2() in greedySolution2()
329 bool EmdL1::greedySolution3() in greedySolution3()
434 void EmdL1::initBVTree() in initBVTree()
518 void EmdL1::updateSubtree(cvPEmdNode pRoot) in updateSubtree()
545 bool EmdL1::isOptimal() in isOptimal()
589 void EmdL1::findNewSolution() in findNewSolution()
679 void EmdL1::findLoopFromEnterBV() in findLoopFromEnterBV()
754 float EmdL1::compuTotalFlow() in compuTotalFlow()
791 EmdL1 emdl1; in EMDL1()