CC2periodic

版本 1.1.0.0 (2.1 KB) 作者: Geoff Stanley
Find connected components of periodic binary data.
168.0 次下载
更新时间 2018/4/5

查看许可证

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.

引用格式

Geoff Stanley (2024). CC2periodic (https://www.mathworks.com/matlabcentral/fileexchange/66079-cc2periodic), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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