#include <hugin_shared.h>#include "svm.h"#include <string>#include <vector>#include <vigra/stdimage.hxx>#include <vigra/transformimage.hxx>#include <vigra/inspectimage.hxx>#include <vigra/functorexpression.hxx>#include <vigra_ext/utils.h>#include <panodata/Panorama.h>Include dependency graph for Celeste.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | celeste |
Functions | |
| template<class SrcIMG> | |
| void | convertToUInt16 (SrcIMG &src, const std::string &origType, vigra::UInt16RGBImage &dest) |
| converts the given image to UInt16RGBImage only this image is correctly processed by celeste | |
|
||||||||||||||||||||
|
converts the given image to UInt16RGBImage only this image is correctly processed by celeste
this convert routine scale the input values range into the full scale of UInt16 this is not fully correct Definition at line 72 of file Celeste.h. References vigra_ext::applyMapping(), vigra_ext::destImage(), vigra_ext::getMaxValForPixelType(), vigra_ext::srcImageRange(), and vigra_ext::transformImage(). Referenced by loadAndConvertImage(). |
1.3.9.1