Home
last modified time | relevance | path

Searched refs:ExtractColorsForAllImages (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/base/
H A Dreconstruction.h295 void ExtractColorsForAllImages(const std::string& path);
H A Dreconstruction.cc1202 void Reconstruction::ExtractColorsForAllImages(const std::string& path) { in ExtractColorsForAllImages() function in colmap::Reconstruction
/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc223 reconstruction.ExtractColorsForAllImages(*options.image_path); in RunColorExtractor()
1588 reconstruction.ExtractColorsForAllImages(*options.image_path); in RunPointTriangulator()
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dmain_window.cc1188 reconstruction.ExtractColorsForAllImages(*options_.image_path); in ExtractColors()