CC2periodic

Find connected components of periodic binary data.
165 téléchargements
Mise à jour 5 avr. 2018

Afficher la licence

bwconncomp() determines connected components of a binary image, but the image may actually represent data on a periodic domain. In this case, CC2periodic() appropriately converts the output of bwconncomp(), by scanning pixels along the border of the image, and merging objects that appear on either side of the border.

Citation pour cette source

Geoff Stanley (2024). CC2periodic (https://www.mathworks.com/matlabcentral/fileexchange/66079-cc2periodic), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

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.1.0.0

- Enabled support for dimension >= 3 if connectivity is minimal
- core algorithm changed, to handle objects that stretch between sides
- Updated tests

1.0.0.0