#include <soma-io/io/scaledcoding.h>
|
static ScaledEncodingInfo | info (const INP *thing, const std::vector< long > &strides, const std::vector< int > &sizes) |
| Get the slope, offset and maximum error to encode a volume of float or double using an integer type. More...
|
|
static ScaledEncodingInfo | rescale (const INP *in, const std::vector< long > &strides, const std::vector< int > &sizes, OUTP *out) |
|
template<typename INP, typename OUTP>
class soma::ScaledEncoding< INP, OUTP >
Definition at line 99 of file scaledcoding.h.
◆ info()
template<typename INP , typename OUTP >
Get the slope, offset and maximum error to encode a volume of float or double using an integer type.
◆ rescale()
template<typename INP , typename OUTP >
The documentation for this class was generated from the following file: