process a large stack of 2-d images
1 回表示 (過去 30 日間)
表示 古いコメント
how is it possible to use bwconncomp or in general process a stack of 2000 images with the size of 2000x2000, I dont think block processing would work in this case..
0 件のコメント
回答 (1 件)
Matt J
2013 年 3 月 9 日
bwconncomp will accept a 3D stack directly. You can specify 2D connectivity with the conn argument.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!