ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
feature_extraction_widget.cc File Reference
Include dependency graph for feature_extraction_widget.cc:

Go to the source code of this file.

Classes

class  colmap::ExtractionWidget
 
class  colmap::SIFTExtractionWidget
 
class  colmap::ImportFeaturesWidget
 

Namespaces

 colmap
 

Macros

#define CAMERA_MODEL_CASE(CameraModel)
 

Macro Definition Documentation

◆ CAMERA_MODEL_CASE

#define CAMERA_MODEL_CASE (   CameraModel)
Value:
camera_model_cb_->addItem( \
QString::fromStdString(CameraModelIdToName(CameraModel::model_id))); \
camera_model_ids_.push_back(static_cast<int>(CameraModel::model_id));
std::string CameraModelIdToName(const int model_id)