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


Public Member Functions | |
| void | Prepare (std::unordered_map< camera_t, Camera > &cameras, std::unordered_map< image_t, Image > &images, std::unordered_map< point3D_t, Point3D > &points3D, std::vector< image_t > ®_image_ids) override |
| Eigen::Vector4f | ComputeColor (const point3D_t point3D_id, const Point3D &point3D) override |
Public Member Functions inherited from colmap::PointColormapBase | |
| PointColormapBase () | |
| virtual | ~PointColormapBase ()=default |
| void | UpdateScale (std::vector< float > *values) |
| float | AdjustScale (const float gray) |
Additional Inherited Members | |
Public Attributes inherited from colmap::PointColormapBase | |
| float | scale |
| float | min |
| float | max |
| float | range |
| float | min_q |
| float | max_q |
Definition at line 80 of file colormaps.h.
|
overridevirtual |
Implements colmap::PointColormapBase.
Definition at line 199 of file colormaps.cc.
References colmap::PointColormapBase::AdjustScale(), colmap::JetColormap::Blue(), colmap::JetColormap::Green(), and colmap::JetColormap::Red().
|
overridevirtual |
Implements colmap::PointColormapBase.
Definition at line 125 of file colormaps.cc.
References image, and colmap::PointColormapBase::UpdateScale().