/cvcw-2

Second computer vision coursework I still have to do.

Primary LanguageC++

Maximally Stable Extremal Regions (MSER)

Usage

mser -d delta [--mser_random_color] [--mser_rgb=color] [--mser_alpha=alpha] <input> <output> [logging.properties]

Options

-d delta

Set the delta parameter for finding MSERs. You will want this to be roughly between 70 and 110.

--mser_rgb=0x112233

Set the RGB value used for coloring MSERs. Default: 0xFF0000 (red).

--mser_alpha=0xff

Set the alpha value used for coloring MSERs. Default: 0xFF (full opacity).

--mser_random_color

Use a random RGB color for each MSER. --mser_alpha will still be used, --mser_rgb will be ignored.

Example

mser -d 100 zebra.jpg output.png logging.properties