This page moved to ijp-toolkit Wiki

IJ Plugins: Seeded Region Growing

Seeded region growing algorithm based on article by Rolf Adams and Leanne Bischof, "Seeded Region Growing", IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 16, no. 6, June 1994. The algorithm assumes that seeds for objects and the background be provided. Seeds are used to compute initial mean gray level for each region. The condition of growth is difference of a gray level of a candidate pixel and mean grey level intensity of a neighboring region. At each step of the algorithm a candidate with a smallest difference to some neighboring region is added to that region and all neighboring points of that that are not yet assigned to any region are added to candidate list.

API

Seeded Region Growing (SRG) javadoc.

Download

Seeded region growing ImageJ plugins and the library is part of IJ-Plugins Toolkit and can be downloaded here.