![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
#include <aims/io/scaledcoding.h>
Static Public Member Functions | |
static soma::ScaledEncodingInfo | info (const AimsData< INP > &thing) |
Get the slope, offset and maximum error to encode a volume of float or double using an integer type. More... | |
static soma::ScaledEncodingInfo | rescale (const AimsData< INP > &in, AimsData< OUTP > &out) |
Definition at line 76 of file scaledcoding.h.
|
static |
Get the slope, offset and maximum error to encode a volume of float or double using an integer type.
|
static |