STIR  6.2.0
Namespaces | Functions

A collection of functions to measure resolution. More...

#include <algorithm>
#include "stir/warning.h"

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

template<class RandomAccessIterType >
float stir::find_level_width (const RandomAccessIterType &begin_iterator, const RandomAccessIterType &max_iterator, const RandomAccessIterType &end_iterator, const float level_height)
 find width at a level More...
 
template<class RandomAccessIterType >
float stir::find_level_width (const RandomAccessIterType &begin_iterator, const RandomAccessIterType &end_iterator, const float level_height)
 find width at a level More...
 

Detailed Description

A collection of functions to measure resolution.

Author
Charalampos Tsoumpas
Kris Thielemans