※ 引述《Makoto0813 (多愁善感的中學二年級生)》之銘言:: matlab完全一竅不通,去stack overflow發問之後: 網友給我一段matlab的程式碼,我想是基礎的內容,但是花一段時間還是沒查到: 想說是否板上有用過matlab的網友能解惑一下感謝: 以下是一小段的程式碼:: I=rgb2gray(I);: I=double(I);: I=I.^0.6; % non linear transform before canny edge detector: BW=edge(I,'canny');: %%% padding at the possible bone regions: BW(1,BW(2,:)==1)=1;: ^^^^^^^^^^^^^^^^^^^^這段文字是說一個影像的資料結構有的function嗎? 不是很清楚 它的實際用途跟下面這個寫法是一樣的: id=find(BW(2,:)==1); BW(1,id)=1; 應該算是MATLAB特有的簡化寫法 : BW(end,BW(end-1,:)==1)=1;: BW(BW(:,2)==1,1)=1;: BW(BW(:,end-1)==1,end)=1; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 180.177.43.86
→DKer:我寫信請版主幫刪好了XD 原以為會回很長12/21 19:31
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
留言列表