Path 760 modules/calib3d/src/circlesgrid.cpp Path longestPath; Path 1245 modules/calib3d/src/circlesgrid.cpp size_t CirclesGridFinder::findLongestPath(std::vector<Graph> &basisGraphs, Path &bestPath) Path 1247 modules/calib3d/src/circlesgrid.cpp std::vector<Path> longestPaths(1); Path 1272 modules/calib3d/src/circlesgrid.cpp Path path = Path(maxLoc.x, maxLoc.y, cvRound(maxVal)); Path 171 modules/calib3d/src/circlesgrid.hpp size_t findLongestPath(std::vector<Graph> &basisGraphs, Path &bestPath); Path 122 modules/core/src/system.cpp return std::wstring(Windows::Storage::ApplicationData::Current->TemporaryFolder->Path->Data()); Path 360 modules/java/generator/src/java/android+AsyncServiceHelper.java private boolean initOpenCVLibs(String Path, String Libs) Path 363 modules/java/generator/src/java/android+AsyncServiceHelper.java if ((null != Path) && (Path.length() != 0)) Path 372 modules/java/generator/src/java/android+AsyncServiceHelper.java String AbsLibraryPath = Path + File.separator + splitter.nextToken(); Path 379 modules/java/generator/src/java/android+AsyncServiceHelper.java String AbsLibraryPath = Path + File.separator + "libopencv_java.so"; Path 387 modules/java/generator/src/java/android+AsyncServiceHelper.java Log.d(TAG, "Library path \"" + Path + "\" is empty"); Path 3 modules/viz/test/test_precomp.cpp cv::String cv::Path::combine(const String& item1, const String& item2) Path 17 modules/viz/test/test_precomp.cpp cv::String cv::Path::combine(const String& item1, const String& item2, const String& item3) Path 20 modules/viz/test/test_precomp.cpp cv::String cv::Path::change_extension(const String& file, const String& ext) Path 87 modules/viz/test/test_precomp.hpp return Path::combine(cvtest::TS::ptr()->get_data_path(), "dragon.ply"); Path 182 modules/viz/test/tests_simple.cpp Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png")); Path 316 modules/viz/test/tests_simple.cpp Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png")); Path 339 modules/viz/test/tests_simple.cpp Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png")); Path 372 modules/viz/test/tests_simple.cpp Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png")); Path 385 modules/viz/test/tests_simple.cpp Mat lena = imread(Path::combine(cvtest::TS::ptr()->get_data_path(), "lena.png")); Path 106 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp cv::String localFile = ConvertPath(ApplicationData::Current->LocalFolder->Path) + "\\Lena.png";