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