OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_data_path
(Results
51 - 63
of
63
) sorted by null
1
2
3
/external/opencv3/modules/superres/test/
test_superres.cpp
220
const std::string inputVideoName = cvtest::TS::ptr()->
get_data_path
() + "car.avi";
/external/opencv3/modules/ts/src/
ocl_test.cpp
222
return cv::imread(cvtest::TS::ptr()->
get_data_path
() + fileName, flags);
/external/opencv3/modules/core/test/
test_io.cpp
545
std::string patternLena = cvtest::TS::ptr()->
get_data_path
() + "lena*.*";
546
std::string patternLenaPng = cvtest::TS::ptr()->
get_data_path
() + "lena.png";
/external/opencv3/modules/imgproc/test/
test_color.cpp
[
all
...]
/external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp
87
std::string fname(cvtest::TS::ptr()->
get_data_path
());
/external/opencv3/modules/videoio/test/
test_ffmpeg.cpp
193
string filename = ts->
get_data_path
() + "readwrite/ordinary.bmp";
/external/opencv3/modules/calib3d/test/
test_homography.cpp
639
Mat img_1 = imread(cvtest::TS::ptr()->
get_data_path
() + "cv/optflow/image1.png", 0);
640
Mat img_2 = imread(cvtest::TS::ptr()->
get_data_path
() + "cv/optflow/image2.png", 0);
[
all
...]
test_fisheye.cpp
58
datasets_repository_path = combine(cvtest::TS::ptr()->
get_data_path
(), "cv/cameracalibration/fisheye");
test_stereomatching.cpp
401
string dataPath = ts->
get_data_path
() + "cv/";
test_cameracalibration.cpp
340
filepath = cv::format("%scv/cameracalibration/", ts->
get_data_path
().c_str() );
[
all
...]
/external/opencv3/modules/imgcodecs/test/
test_drawing.cpp
64
string path = ts->
get_data_path
(), filename;
/external/opencv3/modules/ts/include/opencv2/
ts.hpp
412
const string&
get_data_path
() const { return data_path; }
function in class:cvtest::TS
/external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp
614
string dataFilename = string(ts->
get_data_path
()) + "spambase.data";
Completed in 1440 milliseconds
1
2
3