![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <image_reader.h>

Public Member Functions | |
| bool | Check () const |
Public Attributes | |
| std::string | database_path = "" |
| std::string | image_path = "" |
| std::string | mask_path = "" |
| std::vector< std::string > | image_list |
| std::string | camera_model = "SIMPLE_RADIAL" |
| bool | single_camera = false |
| bool | single_camera_per_folder = false |
| bool | single_camera_per_image = false |
| int | existing_camera_id = kInvalidCameraId |
| std::string | camera_params = "" |
| double | default_focal_length_factor = 1.2 |
| std::string | camera_mask_path = "" |
Definition at line 18 of file image_reader.h.
| bool colmap::ImageReaderOptions::Check | ( | ) | const |
Definition at line 39 of file image_reader.cc.
References camera_model, camera_params, colmap::CameraModelNameToId(), colmap::CameraModelVerifyParams(), CHECK_OPTION, CHECK_OPTION_GT, default_focal_length_factor, and colmap::ExistsCameraModelWithName().
Referenced by cloudViewer::SIFTExtractionWidget::Run(), and colmap::SiftFeatureExtractor::SiftFeatureExtractor().
| std::string colmap::ImageReaderOptions::camera_mask_path = "" |
Definition at line 66 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), and colmap::SiftFeatureExtractor::SiftFeatureExtractor().
| std::string colmap::ImageReaderOptions::camera_model = "SIMPLE_RADIAL" |
Definition at line 39 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), Check(), colmap::RunFeatureExtractor(), and colmap::RunFeatureImporter().
| std::string colmap::ImageReaderOptions::camera_params = "" |
Definition at line 56 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), Check(), colmap::ImageReader::Next(), colmap::RunFeatureExtractor(), and colmap::RunFeatureImporter().
| std::string colmap::ImageReaderOptions::database_path = "" |
Definition at line 20 of file image_reader.h.
Referenced by cloudViewer::SIFTExtractionWidget::Run(), cloudViewer::ImportFeaturesWidget::Run(), colmap::SIFTExtractionWidget::Run(), colmap::ImportFeaturesWidget::Run(), colmap::RunFeatureExtractor(), and colmap::RunFeatureImporter().
| double colmap::ImageReaderOptions::default_focal_length_factor = 1.2 |
Definition at line 61 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), Check(), and colmap::ImageReader::Next().
| int colmap::ImageReaderOptions::existing_camera_id = kInvalidCameraId |
Definition at line 52 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), and colmap::ImageReader::Next().
| std::vector<std::string> colmap::ImageReaderOptions::image_list |
Definition at line 36 of file image_reader.h.
Referenced by colmap::ImageReader::Next(), colmap::ImageReader::NumImages(), colmap::RunFeatureExtractor(), and colmap::RunFeatureImporter().
| std::string colmap::ImageReaderOptions::image_path = "" |
Definition at line 23 of file image_reader.h.
Referenced by colmap::ImageReader::Next(), cloudViewer::SIFTExtractionWidget::Run(), cloudViewer::ImportFeaturesWidget::Run(), colmap::SIFTExtractionWidget::Run(), colmap::ImportFeaturesWidget::Run(), colmap::RunFeatureExtractor(), and colmap::RunFeatureImporter().
| std::string colmap::ImageReaderOptions::mask_path = "" |
Definition at line 32 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), and colmap::ImageReader::Next().
| bool colmap::ImageReaderOptions::single_camera = false |
Definition at line 42 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), and colmap::ImageReader::Next().
| bool colmap::ImageReaderOptions::single_camera_per_folder = false |
Definition at line 45 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), and colmap::ImageReader::Next().
| bool colmap::ImageReaderOptions::single_camera_per_image = false |
Definition at line 48 of file image_reader.h.
Referenced by cloudViewer::OptionsParser::addExtractionOptions(), and colmap::ImageReader::Next().