|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <cstdlib>#include <aims/math/mathelem.h>#include <aims/rgb/rgb.h>#include <cartobase/type/datatypeinfo.h>
Go to the source code of this file.
| Namespaces | |
| aims | |
| The class for EcatSino data write operation. | |
| Functions | |
| Useful math functions for RGB, RGBA types | |
| AimsRGB | aims::absdiff (const AimsRGB &x, const AimsRGB &y) | 
| Get the absolute difference between 2 AimsRGBie AimsRGB(abs(Rx - Ry), abs(Gx - Gy), abs(Bx - By))  More... | |
| AimsRGBA | aims::absdiff (const AimsRGBA &x, const AimsRGBA &y) | 
| Get the absolute difference between 2 AimsRGBAie AimsRGBA(abs(Rx - Ry), abs(Gx - Gy), abs(Bx - By), abs(Ax - Ay))  More... | |