26 #ifndef MLN_EXTRACT_HUE_HH
27 # define MLN_EXTRACT_HUE_HH
33 # include <mln/core/image/vmorph/thru_image.hh>
34 # include <mln/fun/meta/hue.hh>
43 thru_image< I, meta::hue<mln_value(I)> >
46 # ifndef MLN_INCLUDE_ONLY
49 thru_image< I, meta::hue<mln_value(I)> >
52 typedef meta::hue<mln_value(I)> hue_t;
53 thru_image<I, hue_t> result(exact(ima), hue_t());
57 # endif // ! MLN_INCLUDE_ONLY
63 #endif // ! MLN_EXTRACT_HUE_HH