getElem 198 modules/ts/include/opencv2/ts/ts_perf.hpp static double getElem(cv::Mat& m, int x, int y, int cn = 0); getElem 324 modules/ts/src/ts_perf.cpp << "val" << getElem(m, m.size.p[0] - 1, m.size.p[1] - 1, m.channels() - 1) << "}"; getElem 332 modules/ts/src/ts_perf.cpp write() << "val" << getElem(m, y, x, cn) << "}"; getElem 339 modules/ts/src/ts_perf.cpp write() << "val" << getElem(m, y, x, cn) << "}"; getElem 361 modules/ts/src/ts_perf.cpp double actual_last = getElem(actual, actual.size.p[0] - 1, actual.size.p[1] - 1, actual.channels() - 1); getElem 381 modules/ts/src/ts_perf.cpp double actual_rng1 = getElem(actual, y1, x1, cn1); getElem 392 modules/ts/src/ts_perf.cpp double actual_rng2 = getElem(actual, y2, x2, cn2);