aimstil  5.0.5
convert.h File Reference
#include <limits>
#include "til/til_common.h"
#include "til/imageBasicStats.h"
#include "til/miscTools.h"
Include dependency graph for convert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<class TImageIn , class TImageOut >
void til::convertScale (TImageIn const &in, TImageOut &out)
 Convert an image into the type of the other image while scaling its intensity range to span through the whole possible range of TOut. More...
 
template<class TImageIn , class TImageOut >
void til::convert_im (TImageIn const &in, TImageOut &out)
 Convert an image into the type of the other image. More...