Class ParticleAnalyzer

java.lang.Object
ij.plugin.filter.ParticleAnalyzer
All Implemented Interfaces:
Measurements, PlugInFilter

public class ParticleAnalyzer
extends Object
implements PlugInFilter, Measurements
Implements ImageJ's Analyze Particles command.

        for each line do
                for each pixel in this line do
                        if the pixel value is "inside" the threshold range then
                                trace the edge to mark the object
                                do the measurement
                                fill the object with a color outside the threshold range
                        else
                                continue the scan