File:Equalized Histogram.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为712 × 470像素,文件大小:61 KB)


摘要

描述 Greyscale frequency histogram of Equalized Hawkes Bay NZ.jpg. X-axis shows image intensity, y-axis number of pixels with that intensity. Black curve shows cumulative histogram.
日期
来源 self-made based on Image:Equalized Histogram.gif file by Konstable
作者 Jarekt
SVG开发
InfoField
W3C grn 
SVG的源代码为有效代码
Matlab Logo 
矢量图使用MATLAB创作。
源代码
InfoField

MATLAB code

I = rgb2gray(imread('Unequalized_Hawkes_Bay_NZ.jpg'));
h = hist(double(I(:)),0:255);
map = cumsum(h)/prod(size(I));
J = 255*map(I+1);
[h x]=hist(double(J(:)),0:255);
map = cumsum(h)/prod(size(J));
figure(1)
hold on
bar(x, h, 'r');
plot(x, 30000*map, 'k')
xlim([0 256]);
ylim([0 31000]);
plot2svg('Equalized Histogram.svg')

许可协议

Public domain 我,本作品著作权人,释出本作品至公有领域。这适用于全世界。
在一些国家这可能不合法;如果是这样的话,那么:
我无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2008年4月4日 (五) 15:572008年4月4日 (五) 15:57版本的缩略图712 × 470(61 KB)Jarekt== Summary == {{Information |Description=Greyscale frequency histogram of Equalized Hawkes Bay NZ.jpg. X-axis shows image intensity, y-axis number of pixels with that intensity. Black curve shows cumulative histogram

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据