Package Ch26_MSER

Class MSER_Detection_Demo

java.lang.Object
Ch26_MSER.MSER_Detection_Demo
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class MSER_Detection_Demo extends Object implements PlugInFilter, JavaDocHelp

ImageJ plugin which runs MSER detection [1] on the current image and shows the result as a vector overlay in a new image. If the option MarkMserPixels is selected, the output is a color image with pixels belonging to MSER components marked in different colors. The input image is always converted to grayscale before MSER detection is performed. See Ch. 26 of [2] for details. If no image is currently open, the user is asked to load a predefined sample image.

[1] J. Matas, O. Chum, M. Urban, and T. Pajdla. Robust widebaseline stereo from maximally stable extremal regions. Image and Vision Computing 22(10), 761–767 (2004).
[2] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/11/24
See Also: