File:Unequalized Histogram.svg

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


摘要

描述 Greyscale frequency histogram of Unequalized 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:Unequalized Histogram.gif file by Konstable
作者 Jarekt
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用MATLAB创作。
源代码
InfoField

MATLAB code

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

许可协议

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

说明

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

此文件中描述的项目

描繪內容

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2008年4月4日 (五) 15:402008年4月4日 (五) 15:40版本的缩略图712 × 445(61 KB)Jarektanother attempt
2008年4月4日 (五) 15:382008年4月4日 (五) 15:38版本的缩略图480 × 480(61 KB)Jarektbetter size
2008年4月4日 (五) 15:332008年4月4日 (五) 15:33版本的缩略图512 × 320(61 KB)Jarekt== Summary == {{Information |Description=Greyscale frequency histogram of Unequalized Hawkes Bay NZ.jpg. X-axis shows image intensity, y-axis number of pixels with that intensity. Black curve shows cumulative histo

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据