Info

この質問は閉じられています。 編集または回答するには再度開いてください。

R2014a slower than R2013a

2 ビュー (過去 30 日間)
Pinpress
Pinpress 2014 年 6 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
On the same computer, when running imdilate, R2014a takes 4.1 sec while it was 3.7 sec on R2013a. this is consistent after multiple runs.
se = strel('ball', 4, 4, 4);
bw = imdilate(im, se); % size of im: 512*512*375
Also, why imdilate returns a new matrix with min and max value of 4 and 5, respectively, instead of anticipated 0 or 1??

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by