$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::io::fld Namespace Reference

Classes

struct  data_type
struct  field_type
struct  fld_header
 Define the header structure of an AVS field data file. More...

Functions

template<typename I >
void load (Image< I > &ima_, const char *filename)
template<typename V >
unsigned max_component (const V &)
template<unsigned n, typename V >
unsigned max_component (const algebra::vec< n, V > &v)
template<unsigned n>
unsigned max_component (const value::rgb< n > &)
unsigned max_component (const fld::data_type::E &t)
fld_header read_header (std::istream &ins)
template<typename I >
void save (const Image< I > &ima_, const char *filename)
void write_header (std::ostream &file, const fld_header &h)

Detailed Description

Namespace of pgm input/output handling.

Function Documentation

template<typename V >
unsigned mln::io::fld::max_component ( const V &  )
inline
template<unsigned n, typename V >
unsigned mln::io::fld::max_component ( const algebra::vec< n, V > &  v)
inline
template<unsigned n>
unsigned mln::io::fld::max_component ( const value::rgb< n > &  )
inline
unsigned mln::io::fld::max_component ( const fld::data_type::E &  t)
inline