$extrastylesheet
#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 |
Definition at line 41 of file rgb_to_luma.hh.
T_luma mln::fun::v2v::rgb_to_luma< T_luma >::operator() | ( | const T_rgb & | rgb | ) | const |
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef T_luma mln::fun::v2v::rgb_to_luma< T_luma >::result |
Definition at line 43 of file rgb_to_luma.hh.