#include <rgb_to_hsi.hh>

Public Types | |
| typedef Function_v2v< void > | category | 
| typedef f_rgb_to_hsi_< T_hsi > | exact_t | 
| typedef void | mutable_result | 
| typedef T_hsi | result | 
Public Member Functions | |
| template<typename T_rgb > | |
| T_hsi | operator() (const T_rgb &rgb) const | 
Definition at line 48 of file rgb_to_hsi.hh.
typedef Function_v2v<void> mln::Function_v2v< f_rgb_to_hsi_< T_hsi >  >::category [inherited] | 
        
Reimplemented from mln::Function< f_rgb_to_hsi_< T_hsi > >.
Definition at line 126 of file function.hh.
typedef f_rgb_to_hsi_< T_hsi >  mln::Object< f_rgb_to_hsi_< T_hsi >  >::exact_t [inherited] | 
        
typedef void mln::Function_v2v< f_rgb_to_hsi_< T_hsi >  >::mutable_result [inherited] | 
        
Definition at line 127 of file function.hh.
| typedef T_hsi mln::fun::v2v::f_rgb_to_hsi_< T_hsi >::result | 
Definition at line 50 of file rgb_to_hsi.hh.
| T_hsi mln::fun::v2v::f_rgb_to_hsi_< T_hsi >::operator() | ( | const T_rgb & | rgb | ) |  const [inline] | 
        
Definition at line 74 of file rgb_to_hsi.hh.
 1.7.1