Class | Description |
---|---|
ConnectedThresholdFilterBase |
Simple region growing algorithm that extracts all pixels connected to the seed as long as they
intensities are within given threshold limits.
|
ConnectedThresholdFilterUInt16 |
Simple region growing algorithm that extracts all pixels connected to the seed as long as they
intensities are within given threshold limits.
|
ConnectedThresholdFilterUInt8 |
Simple region growing algorithm that extracts all pixels connected to the seed as long as they
intensities are within given threshold limits.
|
ConnectedThresholdGrowerPlugin |
Performs connected region growing.
|
SRG |
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.
|
SRG2DVector |
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.
|
SRG3D |
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.
|