Class Find_Corners

java.lang.Object
Ch06_Corner_Detection.Find_Corners
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Find_Corners extends Object implements PlugInFilter, JavaDocHelp

ImageJ plugin which demonstrates the use of gradient corner detectors (Harris, MOPS, Sho-Tomasi), optionally using sub-pixel positioning. See Ch. 6 of [1] for additional details. Detected corners are shown as a vector overlay on top of the original image.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/03/30
See Also: