필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

R2014a slower than R2013a

조회 수: 1 (최근 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