Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
A simple image segmentation method. The segmented region grows from a
seed point by comparing neighbor pixels/voxels.
If a neighbor pixel/voxel is smaller then the specified threshold value it becomes a
part of the region.
The growing algorithm is written in C because the matlab implementations are rather
slow especially for big images or volumes.
Citar como
Adrian Becker (2026). Region Growing (2D/3D) in C (https://es.mathworks.com/matlabcentral/fileexchange/63317-region-growing-2d-3d-in-c), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Region Growing (2D/3D grayscale)
Información general
- Versión 2.1.0.0 (8,71 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 2.1.0.0 | Changed the data type of the dimension Vector from int to mwSize to prevent errors on x64 machines |
||
| 2.0.0.0 | Redesigned as a class with an interactive segmentation GUI in case of a 2D input image |
||
| 1.3.0.0 | Added input parameter for maximum euclidean distance to the seed point |
||
| 1.2.0.0 |
