Uses of Class
ij.plugin.filter.MaximumFinder.MaxPoint

Packages that use MaximumFinder.MaxPoint
ij.plugin.filter   
 

Uses of MaximumFinder.MaxPoint in ij.plugin.filter
 

Methods in ij.plugin.filter that return MaximumFinder.MaxPoint
(package private)  MaximumFinder.MaxPoint[] MaximumFinder.getSortedMaxPoints(ImageProcessor ip, ByteProcessor typeP, boolean excludeEdgesNow, boolean isEDM, float globalMin, double threshold)
          Find all local maxima (irrespective whether they finally qualify as maxima or not)
 

Methods in ij.plugin.filter with parameters of type MaximumFinder.MaxPoint
(package private)  void MaximumFinder.analyzeAndMarkMaxima(ImageProcessor ip, ByteProcessor typeP, MaximumFinder.MaxPoint[] maxPoints, boolean excludeEdgesNow, boolean isEDM, float globalMin, double tolerance)
          Check all maxima in list maxPoints, mark type of the points in typeP
(package private)  void MaximumFinder.cleanupMaxima(ByteProcessor outIp, ByteProcessor typeP, MaximumFinder.MaxPoint[] maxPoints)
          eliminate unmarked maxima for use by watershed.