Team:Aachen/Notebook/Software/Measurarty
From 2014.igem.org
(→Statistical Region Merging (SRM)) |
(→Statistical Region Merging (SRM)) |
||
Line 97: | Line 97: | ||
== Statistical Region Merging (SRM) == | == Statistical Region Merging (SRM) == | ||
<span class="anchor" id="SRM"></span> | <span class="anchor" id="SRM"></span> | ||
- | + | ||
Statistical Region Merging (SRM) [1] is a clustering technique also used directly for image segmentation. | Statistical Region Merging (SRM) [1] is a clustering technique also used directly for image segmentation. | ||
A region $R$ is a set of pixels and the cardinality $\lvert R \rvert$ determines how many pixels are in a region. | A region $R$ is a set of pixels and the cardinality $\lvert R \rvert$ determines how many pixels are in a region. | ||
Line 105: | Line 105: | ||
The $Q$ parameter mainly influences the merging process. See Figure ''SRM Regions'' for an example. Choosing lower values for $Q$, the regions are becoming more coarse. Using a union-find structure, the segmentation does not need to be recalculated for each $Q$ level. For the step from $q$ to $\frac{q}{2}$, simply the qualification criteria needs to be applied to the regions from the $q$ result. A MATLAB implementation can be found in [2]. | The $Q$ parameter mainly influences the merging process. See Figure ''SRM Regions'' for an example. Choosing lower values for $Q$, the regions are becoming more coarse. Using a union-find structure, the segmentation does not need to be recalculated for each $Q$ level. For the step from $q$ to $\frac{q}{2}$, simply the qualification criteria needs to be applied to the regions from the $q$ result. A MATLAB implementation can be found in [2]. | ||
+ | |||
+ | {{Team:Aachen/Figure|Aachen_srm_regions_2.PNG|title=SRM Regions|subtitle=Different Regions from a SRM run starting at $Q=256$ top left going to $Q=1$ bottom right.|width=500px}} | ||
[1] Nock R, Nielsen F. Statistical region merging. IEEE Transactions on PAMI. 2004;26:1452–8. | [1] Nock R, Nielsen F. Statistical region merging. IEEE Transactions on PAMI. 2004;26:1452–8. |
Revision as of 13:50, 15 October 2014
|
|
|
|
|
|