#include "algo/threaded_loop.h"
Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
template<class ImageType > | |
void | MR::min_max (ImageType &in, typename ImageType::value_type &min, typename ImageType::value_type &max, size_t from_axis=0, size_t to_axis=std::numeric_limits< size_t >::max()) |
template<class ImageType , class MaskType > | |
void | MR::min_max (ImageType &in, MaskType &mask, typename ImageType::value_type &min, typename ImageType::value_type &max, size_t from_axis=0, size_t to_axis=std::numeric_limits< size_t >::max()) |