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檔案的原始碼通過W3C驗證
 
向量圖形使用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 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

創作作者 Chinese (Hong Kong) (已轉換拼寫)

沒有維基數據項目的某些值

維基媒體使用者名稱 繁體中文 (已轉換拼寫):​Jarekt
作者姓名字串 繁體中文 (已轉換拼寫):​Jarekt

著作權狀態 繁體中文 (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2008年4月4日 (五) 15:40於 2008年4月4日 (五) 15:40 版本的縮圖712 × 445(61 KB)Jarektanother attempt
2008年4月4日 (五) 15:38於 2008年4月4日 (五) 15:38 版本的縮圖480 × 480(61 KB)Jarektbetter size
2008年4月4日 (五) 15:33於 2008年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 使用了這個檔案:

詮釋資料