$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2v::rgb_to_luma< T_luma > Struct Template Reference

#include <mln/fun/v2v/rgb_to_luma.hh>

Public Member Functions

template<typename T_rgb >
T_luma operator() (const T_rgb &rgb) const

Public Types

typedef Function_v2v< void > category
typedef rgb_to_luma< T_luma > exact_t
typedef void mutable_result
typedef T_luma result

Detailed Description

template<typename T_luma>
struct mln::fun::v2v::rgb_to_luma< T_luma >

Definition at line 41 of file rgb_to_luma.hh.

Member Function Documentation

template<typename T_luma >
template<typename T_rgb >
T_luma mln::fun::v2v::rgb_to_luma< T_luma >::operator() ( const T_rgb &  rgb) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< rgb_to_luma< T_luma > >::category
inherited

Definition at line 134 of file function.hh.

typedef rgb_to_luma< T_luma > mln::Object< rgb_to_luma< T_luma > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< rgb_to_luma< T_luma > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename T_luma >
typedef T_luma mln::fun::v2v::rgb_to_luma< T_luma >::result

Definition at line 43 of file rgb_to_luma.hh.