#include <limits>
#include "til/til_common.h"
#include "til/imageBasicStats.h"
#include "til/miscTools.h"
Go to the source code of this file.
|
| | til |
| | Belongs to package Box Do not include directly, include til/Box.h instead.
|
| |
|
| 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...
|
| |