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

資源簡(jiǎn)介

利用matlab簡(jiǎn)單的實(shí)現(xiàn)自動(dòng)曝光,附圖像展示實(shí)驗(yàn)效果。

資源截圖

代碼片段和文件信息

clear;
clc;
close?all;
I?=?imread(‘原圖.jpg‘);
size(I);
imshow(I);?title(‘原圖像‘);
I_g?=?rgb2gray(I);
figure;
imshow(I_g);
g?=?1;?%增益
Vshight?=?255*0.9;
Vhight?=?255*0.8;
Vlow?=?255*0.5;
Vslow?=?255*0.4;
[countx]?=?imhist(I_g);
figure;
imhist(I_g);title(‘直方圖信息‘);
count(floor(Vshight)+2:end)
NVM?=?sum(count(floor(Vshight)+2:end));
NW?=?sum(count(floor(Vhight)+2:end));
NB?=?sum(cou

評(píng)論

共有 條評(píng)論