26 #ifndef SCRIBO_PREPROCESSING_CROP_HH
27 # define SCRIBO_PREPROCESSING_CROP_HH
29 # include <mln/core/concept/image.hh>
30 # include <mln/data/paste.hh>
40 namespace preprocessing
57 crop(const
Image<I>& input, const mln_box(I)& domain);
60 # ifndef MLN_INCLUDE_ONLY
65 crop(const
Image<I>& input, const mln_box(I)& domain)
67 mln_trace(
"scribo::preprocessing::crop");
68 mln_assertion(
exact(input).is_valid());
77 # endif // ! MLN_INCLUDE_ONLY
83 #endif // ! SCRIBO_PREPROCESSING_CROP_HH