27 #ifndef MLN_ESTIM_MIN_MAX_HH
28 # define MLN_ESTIM_MIN_MAX_HH
36 # include <mln/accu/stat/min_max.hh>
37 # include <mln/data/compute.hh>
53 void min_max(
const Image<I>& input,
54 mln_value(I)& min, mln_value(I)& max);
57 # ifndef MLN_INCLUDE_ONLY
62 mln_value(I)& min, mln_value(I)& max)
64 mln_precondition(exact(input).is_valid());
65 typedef mln_value(I) V;
71 # endif // ! MLN_INCLUDE_ONLY
78 #endif // ! MLN_ESTIM_MIN_MAX_HH