![]() |
aimsdata
5.1.2
Neuroimaging data handling
|
#include <aims/io/scaledcoding.h>
Static Public Member Functions | |
static soma::ScaledEncodingInfo | info (const carto::Volume< 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 carto::Volume< INP > &in, carto::Volume< OUTP > &out) |
Definition at line 74 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 |