freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

數(shù)字圖像處理第3章-閱讀頁

2025-06-04 11:12本頁面
  

【正文】 39。 % figure subplot(222),imshow(gr,[]),title(39。) gc = imfilter(f, w, 39。)。選用 symmetric的結(jié)果 39。circular39。 subplot(224),imshow(gc,[]),title(39。) f8 = im2uint8(f)。replicate39。%轉(zhuǎn)換為 unit8類型后的 replicate結(jié)果 figure,imshow(gr8,[]),title(39。) Digital Image Processing Digital Image Processing Digital Image Processing Matlab工具箱中有兩個非線性空間濾波函數(shù) nlfilter和 colfilt。語法: g=colfilt(f, [m,n], ‘sliding’, fun, parameters) 非線性空間濾波 工具箱中有兩個非線性空間濾波函數(shù) 和 。語法:在使用 colfilt函數(shù)前,必須先用 padarray函數(shù)執(zhí)行邊界填充: Fp=padarray(f, [r c], method, direction) Digital Image Processing %% padarray clc clear f = [1 2 3 4] frp = padarray(f,[3 2],39。,39。) frb = padarray(f,[3 2],39。,39。) % 默認(rèn) both frpre = padarray(f,[3 2],39。,39。) fsp = padarray(f,[3 2],39。,39。) fsb = padarray(f,[5 6],39。,39。) % 默認(rèn) both fspre = padarray(f,[3 2],39。,39。) fcp = padarray(f,[3 2],39。,39。) fcb = padarray(f,[5 6],39。,39。) % 默認(rèn) both fcpre = padarray(f,[3 2],39。,39。) Digital Image Processing 圖像工具箱的標(biāo)準(zhǔn)空間濾波器 線性空間濾波器 生成濾波掩模函數(shù) fspecial: w=fspecial(‘type’, parameters) Digital Image Processing Digital Image Processing 例 使用函數(shù) imfilter對月球圖像進行濾波 %% fspecial P75 產(chǎn)生各種線性空間濾波器 ( fspecial + imfilter ) clc clear f = imread(39。)。原圖 39。laplacian39。 g1 = imfilter(f,w,39。)。拉普拉斯濾波后的 unit8圖像 39。 % imfinfoMy(f2) g2 = imfilter(f2,w,39。)。拉普拉斯濾波后的 double圖像 39。 subplot(224),imshow(g,[]),title(39。) %figure,imshow(g),title(39。) Digital Image Processing Digital Image Processing Digital Image Processing 例 手工指定濾波器和增強技術(shù)的比較 %% laplacian f = imread(39。)。原圖 39。laplacian39。 w8 = [1 1 1。 1 1 1]。 g4 = f imfilter(f,w4,39。)。replicate39。 figure subplot(211),imshow(imfilter(f,w4,39。)) title(39。) subplot(212),imshow(imfilter(f,w8,39。)) title(39。) figure subplot(211),imshow(g4),title(39。) subplot(212),imshow(g8),title(39。) Digital Image Processing Digital Image Processing Digital Image Processing 非線性空間濾波器 Matlab工具箱中可以利用函數(shù) ordfilt2來生成非線性空間濾波器,其響應(yīng)基于對圖像領(lǐng)域中所包含的像素進行排序,然后使用排序結(jié)果確定的值來替代領(lǐng)域中的中心像素值。Fig0318(a)(cktboardorig).tif39。 figure subplot(221),imshow(f) fn = imnoise(f, 39。 pepper39。 subplot(222),imshow(fn) gm = medfilt2(fn)。symmetric39。 subplot(224),imshow(gms) Digital Image Processing
點擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1