Developer documentation
Version 3.0.3-105-gd3941f44
min_max.h File Reference

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())