Searched refs:max_emd (Results 1 – 1 of 1) sorted by relevance
239 double max_emd = 0; in CompareHistogramEMD() local255 max_emd = std::max(max_emd, emd); in CompareHistogramEMD()258 if (max_emd > static_cast<double>(tolerance)) { in CompareHistogramEMD()259 return Result("Histogram EMD value of " + std::to_string(max_emd) + in CompareHistogramEMD()