OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addkeypoints
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp
171
static Regression&
addKeypoints
(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE);
209
#define SANITY_CHECK_KEYPOINTS(array, ...) ::perf::Regression::
addKeypoints
(this, #array, array , ## __VA_ARGS__)
/external/opencv3/modules/ts/src/
ts_perf.cpp
143
Regression& Regression::
addKeypoints
(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps, ERROR_TYPE err)
[
all
...]
Completed in 81 milliseconds