Home | History | Annotate | Download | only in src

Lines Matching refs:argname

342 void Regression::verify(cv::FileNode node, cv::Mat actual, double eps, std::string argname, ERROR_TYPE err)
356 << argname << " has unexpected minimal value" << std::endl;
358 << argname << " has unexpected maximal value" << std::endl;
365 << argname << " has unexpected number of columns" << std::endl;
367 << argname << " has unexpected number of rows" << std::endl;
371 << argname << " has unexpected value of the last element" << std::endl;
384 << argname << " has unexpected value of the ["<< x1 << ":" << y1 << ":" << cn1 <<"] element" << std::endl;
395 << argname << " has unexpected value of the ["<< x2 << ":" << y2 << ":" << cn2 <<"] element" << std::endl;