| ApplyGamma(Image *pInImage, double gamma) | stira::imagetools::ImageTools | static |
| ApplyJetColorMap(Image *pInImage) | stira::imagetools::ImageTools | static |
| ComputeMSE(Image *pImage1, Image *pImage2) | stira::imagetools::ImageTools | static |
| ComputePSNR(Image *pImage1, Image *pImage2) | stira::imagetools::ImageTools | static |
| ConvertToGrayImage(Image *pInImage) | stira::imagetools::ImageTools | static |
| ConvertToSepiaImage(Image *pInImage) | stira::imagetools::ImageTools | static |
| CreateCheckeredImage(Image *pImage1, Image *pImage2, int blockSize=35) | stira::imagetools::ImageTools | static |
| CreateColorImageFromIntArray(unsigned int *pIntArray, int width, int height) | stira::imagetools::ImageTools | static |
| CreateImageSSD(Image *pImage1, Image *pImage2, bool printOutput=false) | stira::imagetools::ImageTools | static |
| CreateImageSSIM(Image *pImage1, Image *pImage2, int localWindowSize=9) | stira::imagetools::ImageTools | static |
| CreateIntArrayFromColorImage(Image *pImage) | stira::imagetools::ImageTools | static |
| CreateLinearRescaledImage(Image *pImage, bool bandsIndependent) | stira::imagetools::ImageTools | static |
| CreateTransparantlyMixedImage(Image *pImage1, Image *pImage2, double thisWeight=0.5) | stira::imagetools::ImageTools | static |
| CropBorder(Image *pInImage, int borderWidth, int borderHeight) | stira::imagetools::ImageTools | static |
| Diagnose(Image *pImage, std::string ID=std::string("")) | stira::imagetools::ImageTools | static |
| ExtractSubImage(Image *pInImage, common::Point< int > topLeft, common::Point< int > bottomRight) | stira::imagetools::ImageTools | static |
| GetColorMappingFactors(Image *pImage1, Image *pImage2) | stira::imagetools::ImageTools | static |
| GetLocalDarkChannel(Image *pImage, int xLocalCenter, int yLocalCenter, int windowSize) | stira::imagetools::ImageTools | static |
| ImageTools() | stira::imagetools::ImageTools | |
| InsertSubGrid(Image *pImage, ArrayGrid< double > *pSubGrid, int xTop, int yTop) | stira::imagetools::ImageTools | static |
| MirrorBorder(Image *pInImage, int borderWidth, int borderHeight) | stira::imagetools::ImageTools | static |
| Negative(Image *pInImage) | stira::imagetools::ImageTools | static |
| PaddBorder(Image *pInImage, int borderWidth, int borderHeight, double paddingValue) | stira::imagetools::ImageTools | static |
| Rotate180Degrees(Image *pInImage) | stira::imagetools::ImageTools | static |
| Rotate90DegreesClockwise(Image *pInImage) | stira::imagetools::ImageTools | static |
| Rotate90DegreesCounterClockwise(Image *pInImage) | stira::imagetools::ImageTools | static |
| ~ImageTools() | stira::imagetools::ImageTools | |