demo:圖像處理 matlab實現區域生長

代碼網上一搜一把,打上了點備註 進行運算務必轉化爲doubleweb function J=regionGrow(I) if isinteger(I) I=im2double(I);%uint8轉double end 顯示圖像,單擊以得到生長點座標,灰度值做基準存在seedsvg imshow(I) [M,N]=size(I); [y,x]=getpts;%單擊取點後,按enter結束 x
相關文章
相關標籤/搜索