ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
camera_specs.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
#include <string>
11
#include <unordered_map>
12
#include <vector>
13
14
namespace
colmap
{
15
16
// { make1 : ({ model1 : sensor-width in mm }, ...), ... }
17
typedef
std::vector<std::pair<std::string, float>>
camera_make_specs_t
;
18
typedef
std::unordered_map<std::string, camera_make_specs_t>
camera_specs_t
;
19
20
camera_specs_t
InitializeCameraSpecs
();
21
22
}
// namespace colmap
colmap
Definition:
AutomaticReconstructionController.h:17
colmap::camera_specs_t
std::unordered_map< std::string, camera_make_specs_t > camera_specs_t
Definition:
camera_specs.h:18
colmap::InitializeCameraSpecs
camera_specs_t InitializeCameraSpecs()
Definition:
camera_specs.cc:36
colmap::camera_make_specs_t
std::vector< std::pair< std::string, float > > camera_make_specs_t
Definition:
camera_specs.h:17
libs
Reconstruction
src
util
camera_specs.h
Generated on Tue Feb 3 2026 07:12:30 for ACloudViewer by
1.9.1