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

Functions

template<typename I , typename S >
void from_image_to_site_set (const Image< I > &from, Site_Set< S > &to)
template<typename S , typename I >
void from_site_set_to_image (const Site_Set< S > &from, Image< I > &to)
template<typename V , typename W >
void from_value_to_value (const Value< V > &from, Value< W > &to)
template<typename V >
void from_value_to_value (const Value< V > &from, Value< V > &to)
template<typename I >
QImage to_qimage_nocopy_qt_rgb32 (const Image< I > &ima_)

Function Documentation

template<typename I , typename S >
void mln::convert::impl::from_image_to_site_set ( const Image< I > &  from,
Site_Set< S > &  to 
)

Conversion of an image from towards a site set to.

template<typename S , typename I >
void mln::convert::impl::from_site_set_to_image ( const Site_Set< S > &  from,
Image< I > &  to 
)

Conversion of an image from towards a site set to.

template<typename V , typename W >
void mln::convert::impl::from_value_to_value ( const Value< V > &  from,
Value< W > &  to 
)

Conversion of a value from towards a value to.

template<typename V >
void mln::convert::impl::from_value_to_value ( const Value< V > &  from,
Value< V > &  to 
)

Specialization.

template<typename I >
QImage mln::convert::impl::to_qimage_nocopy_qt_rgb32 ( const Image< I > &  ima_)
inline

Definition at line 62 of file to_qimage_nocopy.hh.