RegGrow

Version 1.3.0.0 (62,7 ko) par Rik
Region growing algorithm (supports 2D, 3D, and ND)
401 téléchargements
Mise à jour 17 fév. 2023

View RegGrow on File Exchange

This function implements a region growing algorithm for 2D, 3D and ND.
In short this means that this function looks at all the pixels/voxels surrounding the segmented region and adds those that have a value that are within maxDiff of the mean of the already selected region. The region starts out with the seed position, and the loop continues until no more voxels are added. This function tests the entire shell at once.

This is slower than a mex implementation would be, but this should be compatible with any release and will return the same result on any release (including GNU Octave).

An HTML doc with examples is included. A tester function is also included.

Licence: CC by-nc-sa 4.0

Example

Citation pour cette source

Rik (2024). RegGrow (https://github.com/thrynae/RegGrow/releases/tag/v1.3.0), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2022b
Compatible avec les versions R13SP1 et ultérieures
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.3.0.0

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.3.0

1.2.0

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.2.0

1.1.2

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.1.2

1.1.1

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/v1.1.1

1.1

See release notes for this release on GitHub: https://github.com/thrynae/RegGrow/releases/tag/1.1

1.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.