SimpleITK  
sitkValuedRegionalMaximaImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkValuedRegionalMaximaImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ValuedRegionalMaximaImageFilter
 Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for the pixel type. Pixels that are regional maxima retain their value. More...
 

Namespaces

namespace  itk
 
namespace  itk::simple
 

Functions

Image itk::simple::ValuedRegionalMaxima (const Image &image1, bool fullyConnected=false)
 Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for the pixel type. Pixels that are regional maxima retain their value.