Regression        139 modules/cudaimgproc/test/test_match_template.cpp CUDA_TEST_P(MatchTemplate32F, Regression)
Regression        147 modules/cudaimgproc/test/test_mean_shift.cpp CUDA_TEST_P(MeanShiftSegmentation, Regression)
Regression         66 modules/cudaoptflow/test/test_optflow.cpp CUDA_TEST_P(BroxOpticalFlow, Regression)
Regression         64 modules/cudastereo/test/test_stereo.cpp CUDA_TEST_P(StereoBM, Regression)
Regression         99 modules/cudastereo/test/test_stereo.cpp CUDA_TEST_P(StereoBeliefPropagation, Regression)
Regression        142 modules/cudastereo/test/test_stereo.cpp CUDA_TEST_P(StereoConstantSpaceBP, Regression)
Regression         58 modules/photo/test/test_denoising.cuda.cpp TEST(CUDA_BruteForceNonLocalMeans, Regression)
Regression         91 modules/photo/test/test_denoising.cuda.cpp TEST(CUDA_FastNonLocalMeans, Regression)
Regression        169 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& add(TestBase* test, const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
Regression        170 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addMoments(TestBase* test, const std::string& name, const cv::Moments & array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
Regression        171 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
Regression        172 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
Regression        175 modules/ts/include/opencv2/ts/ts_perf.hpp     Regression& operator() (const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
Regression        178 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& instance();
Regression        179 modules/ts/include/opencv2/ts/ts_perf.hpp     Regression();
Regression        180 modules/ts/include/opencv2/ts/ts_perf.hpp     ~Regression();
Regression        182 modules/ts/include/opencv2/ts/ts_perf.hpp     Regression(const Regression&);
Regression        183 modules/ts/include/opencv2/ts/ts_perf.hpp     Regression& operator=(const Regression&);
Regression        207 modules/ts/include/opencv2/ts/ts_perf.hpp #define SANITY_CHECK(array, ...) ::perf::Regression::add(this, #array, array , ## __VA_ARGS__)
Regression        208 modules/ts/include/opencv2/ts/ts_perf.hpp #define SANITY_CHECK_MOMENTS(array, ...) ::perf::Regression::addMoments(this, #array, array , ## __VA_ARGS__)
Regression        209 modules/ts/include/opencv2/ts/ts_perf.hpp #define SANITY_CHECK_KEYPOINTS(array, ...) ::perf::Regression::addKeypoints(this, #array, array , ## __VA_ARGS__)
Regression        210 modules/ts/include/opencv2/ts/ts_perf.hpp #define SANITY_CHECK_MATCHES(array, ...) ::perf::Regression::addMatches(this, #array, array , ## __VA_ARGS__)
Regression        621 modules/ts/include/opencv2/ts/ts_perf.hpp     ::perf::Regression::Init(#modulename); \
Regression        123 modules/ts/src/ts_perf.cpp Regression& Regression::instance()
Regression        125 modules/ts/src/ts_perf.cpp     static Regression single;
Regression        129 modules/ts/src/ts_perf.cpp Regression& Regression::add(TestBase* test, const std::string& name, cv::InputArray array, double eps, ERROR_TYPE err)
Regression        135 modules/ts/src/ts_perf.cpp Regression& Regression::addMoments(TestBase* test, const std::string& name, const cv::Moments& array, double eps, ERROR_TYPE err)
Regression        140 modules/ts/src/ts_perf.cpp     return Regression::add(test, name, m, eps, err);
Regression        143 modules/ts/src/ts_perf.cpp Regression& Regression::addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps, ERROR_TYPE err)
Regression        153 modules/ts/src/ts_perf.cpp     return Regression::add(test, name + "-pt",       pt,       eps, ERROR_ABSOLUTE)
Regression        161 modules/ts/src/ts_perf.cpp Regression& Regression::addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps, ERROR_TYPE err)
Regression        169 modules/ts/src/ts_perf.cpp     return Regression::add(test, name + "-queryIdx", queryIdx, DBL_EPSILON, ERROR_ABSOLUTE)
Regression        175 modules/ts/src/ts_perf.cpp void Regression::Init(const std::string& testSuitName, const std::string& ext)
Regression        180 modules/ts/src/ts_perf.cpp void Regression::init(const std::string& testSuitName, const std::string& ext)
Regression        230 modules/ts/src/ts_perf.cpp Regression::Regression() : regRNG(cv::getTickCount())//this rng should be really random
Regression        234 modules/ts/src/ts_perf.cpp Regression::~Regression()
Regression        246 modules/ts/src/ts_perf.cpp cv::FileStorage& Regression::write()
Regression        266 modules/ts/src/ts_perf.cpp std::string Regression::getCurrentTestNodeName()
Regression        294 modules/ts/src/ts_perf.cpp bool Regression::isVector(cv::InputArray a)
Regression        300 modules/ts/src/ts_perf.cpp double Regression::getElem(cv::Mat& m, int y, int x, int cn)
Regression        315 modules/ts/src/ts_perf.cpp void Regression::write(cv::Mat m)
Regression        342 modules/ts/src/ts_perf.cpp void Regression::verify(cv::FileNode node, cv::Mat actual, double eps, std::string argname, ERROR_TYPE err)
Regression        398 modules/ts/src/ts_perf.cpp void Regression::write(cv::InputArray array)
Regression        449 modules/ts/src/ts_perf.cpp void Regression::verify(cv::FileNode node, cv::InputArray array, double eps, ERROR_TYPE err)
Regression        578 modules/ts/src/ts_perf.cpp Regression& Regression::operator() (const std::string& name, cv::InputArray array, double eps, ERROR_TYPE err)
Regression        142 modules/video/test/test_tvl1optflow.cpp TEST(Video_calcOpticalFlowDual_TVL1, Regression)