|
template<typename Type , typename IndexT , int Dim> |
void | atb::extractLocalMaxima (blitz::Array< Type, Dim > const &data, std::list< blitz::TinyVector< IndexT, Dim > > &localMaxima, NHood nh=COMPLEX_NHOOD, iRoCS::ProgressReporter *progress=NULL) |
| Extraction of local maxima of a blitz::Array. More...
|
|
template<typename Type , typename IndexT , int Dim> |
void | atb::extractLocalMaxima (blitz::Array< Type, Dim > const &data, std::list< blitz::TinyVector< IndexT, Dim > > &localMaxima, Type const &minValue, NHood nh=COMPLEX_NHOOD, iRoCS::ProgressReporter *progress=NULL) |
| Extraction of local maxima of a blitz::Array. More...
|
|
template<typename Type , typename IndexT , int Dim> |
void | atb::extractLocalMaxima (blitz::Array< Type, Dim > const &data, std::vector< blitz::TinyVector< IndexT, Dim > > &localMaxima, NHood nh=COMPLEX_NHOOD, iRoCS::ProgressReporter *progress=NULL) |
| Extraction of local maxima of a blitz::Array. More...
|
|
template<typename Type , typename IndexT , int Dim> |
void | atb::extractLocalMaxima (blitz::Array< Type, Dim > const &data, std::vector< blitz::TinyVector< IndexT, Dim > > &localMaxima, Type const &minValue, NHood nh=COMPLEX_NHOOD, iRoCS::ProgressReporter *progress=NULL) |
| Extraction of local maxima of a blitz::Array. More...
|
|