OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDataPath
(Results
26 - 50
of
73
) sorted by null
1
2
3
/external/opencv3/modules/features2d/perf/
perf_fast.cpp
24
string filename =
getDataPath
(get<0>(GetParam()));
/external/opencv3/modules/imgproc/perf/
perf_canny.cpp
21
string filename =
getDataPath
(get<0>(GetParam()));
perf_goodFeaturesToTrack.cpp
22
string filename =
getDataPath
(get<0>(GetParam()));
perf_filter2d.cpp
51
string fileName =
getDataPath
(get<0>(GetParam()));
perf_floodfill.cpp
30
string filename =
getDataPath
(get<0>(GetParam()));
/external/opencv3/modules/objdetect/perf/opencl/
perf_hogdetect.cpp
76
imread(
getDataPath
("gpu/hog/road.png"), cv::IMREAD_GRAYSCALE).copyTo(src);
/external/opencv3/modules/photo/perf/
perf_inpaint.cpp
21
Mat src = imread(
getDataPath
("gpu/hog/road.png"));
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java
57
public String
getDataPath
() {
/external/opencv3/modules/video/perf/
perf_optflowpyrlk.cpp
40
string filename1 =
getDataPath
(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam())));
41
string filename2 =
getDataPath
(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam()) + 1));
113
string filename1 =
getDataPath
(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam())));
114
string filename2 =
getDataPath
(cv::format(get<0>(GetParam()).c_str(), get<1>(GetParam()) + 1));
194
string filename =
getDataPath
(get<0>(GetParam()));
perf_ecc.cpp
20
Mat img = imread(
getDataPath
("cv/shared/fruits_ecc.png"),0);
/external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp
80
const string inputFile = perf::TestBase::
getDataPath
(GetParam());
150
const std::string inputFile = perf::TestBase::
getDataPath
(GET_PARAM(0));
/external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp
76
const string inputFile = perf::TestBase::
getDataPath
(GET_PARAM(0));
180
const string inputFile = perf::TestBase::
getDataPath
(GET_PARAM(0));
333
const string inputFile = perf::TestBase::
getDataPath
(GET_PARAM(0));
/external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java
53
String [] files =
getDataPath
(true);
/external/opencv3/modules/imgproc/perf/opencl/
perf_houghLines.cpp
76
Mat image = imread(
getDataPath
(filename), IMREAD_GRAYSCALE);
perf_imgproc.cpp
311
Mat _img = imread(
getDataPath
("gpu/stereobm/aloe-L.png"), cv::IMREAD_GRAYSCALE);
/external/opencv3/modules/ts/src/
cuda_perf.cpp
54
return imread(perf::TestBase::
getDataPath
(fileName), flags);
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java
72
public String
getDataPath
() {
UriImage.java
49
public String
getDataPath
() {
/cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java
[
all
...]
/external/opencv3/modules/cudaimgproc/perf/
perf_hough.cpp
137
const std::string fileName =
getDataPath
(GetParam());
/external/emma/lib/
emma_ant.jar
/prebuilts/devtools/tools/lib/
emma_ant.jar
/external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp
366
static std::string
getDataPath
(const std::string& relativePath);
/frameworks/base/services/core/java/com/android/server/
IntentResolver.java
130
if (!f2.hasDataPath(f1.
getDataPath
(i))) {
/packages/apps/Gallery/src/com/android/camera/
CropImage.java
351
File oldPath = new File(mImage.
getDataPath
());
Completed in 1351 milliseconds
1
2
3