Home
last modified time | relevance | path

Searched refs:rgb_path (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dimage_grabber_saver.cpp106 std::string rgb_path; in main() local
107 pcl::console::parse_argument (argc, argv, "-rgb_dir", rgb_path); in main()
119 …if (!rgb_path.empty() && !depth_path.empty() && boost::filesystem::exists (rgb_path) && boost::fil… in main()
121 …grabber.reset (new pcl::ImageGrabber<pcl::PointXYZRGBA> (depth_path, rgb_path, frames_per_second, … in main()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/docs/tutorials/depth/
H A Dvideos_monodepth2.py133 rgb_path = os.path.join(output_path, 'rgb') variable
134 if not os.path.exists(rgb_path):
135 os.makedirs(rgb_path)
150 pred_out_file = os.path.join(rgb_path, file)
/dports/misc/py-gluoncv/gluon-cv-0.9.0/scripts/depth/
H A Ddemo.py180 rgb_path = os.path.join(args.output_path, 'rgb')
181 if not os.path.exists(rgb_path):
182 os.makedirs(rgb_path)
198 pred_out_file = os.path.join(rgb_path, file)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/tests/
H A Dtest_filter_bank.cxx37 std::string rgb_path = "e:/images/TextureTraining/eo_ir_images/eo_app/exp_000.png"; in test_filter_bank() local
40 vil_image_view<unsigned char> rgb = vil_load(rgb_path.c_str()); in test_filter_bank()
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/tests/
H A Dtest_reconst_dti.py63 rgb_path = dti_flow.last_generated_outputs['out_rgb']
64 rgb_data = load_nifti_data(rgb_path)
H A Dtest_reconst_dki.py44 rgb_path = dki_flow.last_generated_outputs['out_rgb']
45 rgb_data = load_nifti_data(rgb_path)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/examples/segmentation/
H A Dexample_supervoxels.cpp94 std::string rgb_path; in main() local
97 pcl::console::parse (argc, argv, "-r", rgb_path); in main()
155 vtkImageReader2* rgb_reader = reader_factory->CreateImageReader2 (rgb_path.c_str ()); in main()
157 if ( ! rgb_reader->CanReadFile (rgb_path.c_str ())) in main()
162 rgb_reader->SetFileName (rgb_path.c_str ()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A Dsketch_3D_reconstruction.pde23 String rgb_path = head + info[1];
33 PImage rgb = loadImage(rgb_path);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A Dsketch_3D_reconstruction.pde23 String rgb_path = head + info[1];
33 PImage rgb = loadImage(rgb_path);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A Dsketch_3D_reconstruction.pde23 String rgb_path = head + info[1];
33 PImage rgb = loadImage(rgb_path);
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A Dsketch_3D_reconstruction.pde23 String rgb_path = head + info[1];
33 PImage rgb = loadImage(rgb_path);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
H A Dsketch_3D_reconstruction.pde23 String rgb_path = head + info[1];
33 PImage rgb = loadImage(rgb_path);
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dm17n-gd.c92 char *rgb_path[] in read_rgb_txt() local
97 for (i = 0; i < (sizeof rgb_path) / (sizeof rgb_path[0]); i++) in read_rgb_txt()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dpicsmap.c1676 const char *rgb_path = RGB_PATH; in main() local
1707 rgb_path = optarg; in main()
1739 char **rgb_data = read_file(rgb_path); in main()