Page history Edit this page How do I edit this website?
Original MediaWiki page
This page describes content relating to the Fiji distribution of ImageJ. Click the logo for details.

Statistical Region Merging

The content of this page has not been vetted since shifting away from MediaWiki. If you’d like to help, check out the how to help guide!

Statistical Region Merging1 is a fast and robust algorithm to segment an image into regions of similar intensity or color.

The idea is to start with one region per pixel and then applying a statistical test on neighboring regions (in ascending order of intensity differences) whether the mean intensities are sufficiently similar enough to be merged.

Tutorial

For the moment, the plugin handles only grayscale images:

It asks for a value for Q, which is a rough estimate of the number of regions in the image. You can also choose whether you want the regions to be marked by the mean gray value, or by the index of the region:

This is a result for a low value of Q:

References