Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
The routine bwlpolyshape() in this submission, takes as input an image containing a number of objects. The routine returns, for each object, a polyshape representing the code's idea of a minimal, best-fitting polygon to the objects' boundaries.
The input image can be a binary image, in which case each contiguous region represents an object:
subplot(1,2,1); imshow(BW,[]);
subplot(1,2,2); pgons=bwlpolyshape(BW, Visualize=true)
For images containing discontinuous objects, a label map can be used:
Citation pour cette source
Matt J (2026). Fit polyshape to objects in image (https://fr.mathworks.com/matlabcentral/fileexchange/181422-fit-polyshape-to-objects-in-image), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.3 (29,7 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec les versions R2016b et ultérieures
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.3 | Updated help doc |
||
| 1.0.2 | *Adjust figures |
||
| 1.0.1 | *Description update |
||
| 1.0.0 |
