42     template<
class T> 
class Img;
 
undocument this line if you encounter any issues!
Definition: Any.h:37
 
Img< icl32s > Img32s
typedef for 8bit integer images
Definition: Types.h:51
 
Img< icl64f > Img64f
typedef for 64bit float images
Definition: Types.h:57
 
format
determines the color-format, that is associated with the images channels
Definition: Types.h:70
 
Img< icl8u > Img8u
typedef for 8bit integer images
Definition: Types.h:42
 
Img< icl16s > Img16s
typedef for 16bit integer images
Definition: Types.h:48
 
scalemode
for scaling of Img images theses functions are provided
Definition: Types.h:84
 
depth
determines the pixel type of an image (8Bit-int or 32Bit-float)
Definition: Types.h:60
 
Img< icl32f > Img32f
typedef for 32bit float images
Definition: Types.h:54
 
axis
for flipping of images
Definition: Types.h:99
 
The Img class implements the ImgBase Image interface with type specific functionalities .
Definition: Img.h:49