#include <camera_models.h>
|
| template<typename T > |
| static bool | HasBogusParams (const std::vector< T > ¶ms, const size_t width, const size_t height, const T min_focal_length_ratio, const T max_focal_length_ratio, const T max_extra_param) |
| |
| template<typename T > |
| static bool | HasBogusFocalLength (const std::vector< T > ¶ms, const size_t width, const size_t height, const T min_focal_length_ratio, const T max_focal_length_ratio) |
| |
| template<typename T > |
| static bool | HasBogusPrincipalPoint (const std::vector< T > ¶ms, const size_t width, const size_t height) |
| |
| template<typename T > |
| static bool | HasBogusExtraParams (const std::vector< T > ¶ms, const T max_extra_param) |
| |
| template<typename T > |
| static T | ImageToWorldThreshold (const T *params, const T threshold) |
| |
| template<typename T > |
| static void | IterativeUndistortion (const T *params, T *u, T *v) |
| |
template<typename CameraModel>
struct colmap::BaseCameraModel< CameraModel >
Definition at line 124 of file camera_models.h.
◆ HasBogusExtraParams()
template<typename CameraModel >
template<typename T >
| bool colmap::BaseCameraModel< CameraModel >::HasBogusExtraParams |
( |
const std::vector< T > & |
params, |
|
|
const T |
max_extra_param |
|
) |
| |
|
inlinestatic |
◆ HasBogusFocalLength()
template<typename CameraModel >
template<typename T >
| bool colmap::BaseCameraModel< CameraModel >::HasBogusFocalLength |
( |
const std::vector< T > & |
params, |
|
|
const size_t |
width, |
|
|
const size_t |
height, |
|
|
const T |
min_focal_length_ratio, |
|
|
const T |
max_focal_length_ratio |
|
) |
| |
|
inlinestatic |
◆ HasBogusParams()
template<typename CameraModel >
template<typename T >
| bool colmap::BaseCameraModel< CameraModel >::HasBogusParams |
( |
const std::vector< T > & |
params, |
|
|
const size_t |
width, |
|
|
const size_t |
height, |
|
|
const T |
min_focal_length_ratio, |
|
|
const T |
max_focal_length_ratio, |
|
|
const T |
max_extra_param |
|
) |
| |
|
inlinestatic |
◆ HasBogusPrincipalPoint()
template<typename CameraModel >
template<typename T >
| bool colmap::BaseCameraModel< CameraModel >::HasBogusPrincipalPoint |
( |
const std::vector< T > & |
params, |
|
|
const size_t |
width, |
|
|
const size_t |
height |
|
) |
| |
|
inlinestatic |
◆ ImageToWorldThreshold()
template<typename CameraModel >
template<typename T >
◆ IterativeUndistortion()
template<typename CameraModel >
template<typename T >
The documentation for this struct was generated from the following file: