File:Unequalized Histogram.svg

From testwiki
Jump to navigation Jump to search
Original file (SVG file, nominally 712 × 445 pixels, file size: 61 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

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 histogram.
Date
Source self-made based on Image:Unequalized Histogram.gif file by Konstable
Author Jarekt
SVG development
InfoField
 The SVG code is valid.
 This diagram was created with MATLAB.
Source code
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')

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

April 2008

62,608 byte

445 pixel

712 pixel

image/svg+xml

d614df627ccddada865925850c84c072f0e096e8

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:40, 4 April 2008Thumbnail for version as of 16:40, 4 April 2008712 × 445 (61 KB)wikimediacommons>Jarektanother attempt

The following page uses this file: