- All Implemented Interfaces:
- ij.plugin.PlugIn
public class Count_Edge_Points
extends java.lang.Object
implements ij.plugin.PlugIn
ImageJ Plugin to compute the number of edge pixels given a threshold.
Edges are extracted with the Sobel operator in x and y direction.
Then the edge magnitude is computed as the magnitude of the directional vector of each pixel.
Pixels and edge pixels are counted and the result is displayed for a complete directory.
This software is provided as is and may be redistributed freely with modifications as long as this comment
is preserved.
- Author:
- Andreas Maier