ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
bitmap.h File Reference
#include <algorithm>
#include <cmath>
#include <ios>
#include <limits>
#include <memory>
#include <string>
#include <vector>
#include <FreeImage.h>
#include "util/string.h"
Include dependency graph for bitmap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  colmap::BitmapColor< T >
 
class  colmap::Bitmap
 
class  colmap::JetColormap
 

Namespaces

 colmap
 
 colmap::internal
 

Functions

template<typename T1 , typename T2 >
T2 colmap::internal::BitmapColorCast (const T1 value)
 
template<typename T >
std::ostream & colmap::operator<< (std::ostream &output, const BitmapColor< T > &color)