Class MserDetector

java.lang.Object
imagingbook.common.mser.MserDetector

public class MserDetector extends Object

Performs "Maximally Stable Extremal Region" (MSER) detection [1] on gray-scale images. See Chapter 26 of [2] for more details. The constructor sets up the complete component tree for the specified image but does not perform feature detection itself, which is done by calling getMserFeatures().

[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/23