Home
last modified time | relevance | path

Searched refs:gt_files (Results 1 – 25 of 122) sorted by relevance

12345

/dports/misc/openmvg/openMVG-2.0/src/software/SfM/import/
H A Dio_readGTKitti.hpp33 std::vector<std::string> gt_files = stlplus::folder_files( this->gt_dir_ ); in loadGT() local
39 if (gt_files.size() != 2 || gt_files.empty()) in loadGT()
48 auto calib_file_it = std::find(gt_files.begin(), gt_files.end(), "calib.txt"); in loadGT()
49 if (calib_file_it != gt_files.cend()) in loadGT()
69 gt_files.erase(calib_file_it); in loadGT()
72 std::ifstream gt_file( stlplus::create_filespec(this->gt_dir_, gt_files[0])); in loadGT()
75 std::cerr << "Error: Failed to open file '" << gt_files[0] << "' for reading" << std::endl; in loadGT()
H A Dio_readGTStrecha.hpp30 std::vector<std::string> gt_files = stlplus::folder_wildcard(this->gt_dir_, "*.camera"); in loadGT() local
31 std::sort(gt_files.begin(), gt_files.end()); in loadGT()
33 if (gt_files.empty()) in loadGT()
39 cameras_data_.reserve(gt_files.size()); in loadGT()
42 for ( const auto & iter_gt_file : gt_files) in loadGT()
H A Dio_readGTBlendedMVS.hpp52 std::vector<std::string> gt_files = stlplus::folder_wildcard(this->gt_dir_, "*_cam.txt"); in loadGT() local
53 std::sort(gt_files.begin(), gt_files.end()); in loadGT()
55 if (gt_files.empty()) in loadGT()
61 cameras_data_.reserve(gt_files.size()); in loadGT()
64 for ( const auto & iter_gt_file : gt_files) in loadGT()
H A Dio_readGTDTUMVS.hpp30 std::vector<std::string> gt_files = stlplus::folder_files( this->gt_dir_ ); in loadGT() local
31 std::sort(gt_files.begin(), gt_files.end()); in loadGT()
37 cameras_data_.reserve(gt_files.size()); in loadGT()
40 for ( const auto & gt_file_it : gt_files) in loadGT()
H A Dio_readGTMiddleBury.hpp28 std::vector<std::string> gt_files = stlplus::folder_files( this->gt_dir_ ); in loadGT() local
32 if (gt_files.size()!=1) in loadGT()
40 …std::ifstream gt_file( stlplus::create_filespec(this->gt_dir_,gt_files[0]).c_str(), std::ifstream:… in loadGT()
43 std::cerr << "Error: Failed to open file '" << gt_files[0] << "' for reading" << std::endl; in loadGT()
H A Dio_readGTETH3D.hpp41 const std::vector<std::string> gt_files = stlplus::folder_files( this->gt_dir_ ); in loadGT() local
45 if ( !std::count(gt_files.cbegin(), gt_files.cend(), std::string("cameras.txt")) in loadGT()
46 || !std::count(gt_files.cbegin(), gt_files.cend(), std::string("images.txt"))) in loadGT()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/samples/
H A Doptical_flow_benchmark.py48 def evaluate_sequence(sequence, algorithm, dataset, executable, img_files, gt_files, argument
62 algorithm, gt_files[i]])
79 gt_files = sorted([os.path.join(gt_dir, seq, f)
83 evaluation_executable, img_files, gt_files, state, state_path)
97 gt_files = sorted([os.path.join(gt_dir, seq, f)
101 evaluation_executable, img_files, gt_files, state, state_path)
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgengtype.h55 extern const input_file** gt_files;

12345