xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.13M
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-02-11
  • 語(yǔ)言: Matlab
  • 標(biāo)簽: 散焦圖像??散焦模糊??

資源簡(jiǎn)介

用matlab實(shí)現(xiàn)散焦模糊圖像的參數(shù)估計(jì),并運(yùn)用Lucy法復(fù)原圖像,效果不錯(cuò)

資源截圖

代碼片段和文件信息

clc
clear
%a=rgb2gray(imread(‘terra.jpg‘));
a=imread(‘H:\135.jpg‘);
h1=fspecial(‘disk‘3.8);
a=imfilter(ah1‘conv‘‘replicate‘);

a1=im2uint8(mat2gray((log(1+abs(fftshift(fft2(a)))))));

hc=fspecial(‘gaussian‘[44]5);
A1=imfilter(a1hc‘conv‘‘replicate‘);

for?n=1:256
????p(n)=A1(nn);
end;

estimate_h1=fspecial(‘disk‘3.8);
edge_W1=edgetaper(aestimate_h1);

estimate_W1=deconvlucy(edge_W1estimate_h120);


figure;
subplot(331)imshow(a);

subplot(334)imshow(a1);


figure;
subplot(221)plot(p(129:256));


figure;
subplot(221)imshow(estimate_W1);


?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件??????85320??2008-05-10?09:53??136.JPG

?????文件????????595??2013-05-24?11:37??sanjiao.m

?????文件??????76571??2008-05-10?09:53??135.JPG

-----------?---------??----------?-----??----

???????????????162486????????????????????3


評(píng)論

共有 條評(píng)論