File:Unequalized Histogram.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 712 × 445 pixels. Other resolutions: 320 × 200 pixels | 640 × 400 pixels | 1,024 × 640 pixels | 1,280 × 800 pixels | 2,560 × 1,600 pixels.
Original file (SVG file, nominally 712 × 445 pixels, file size: 61 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionUnequalized Histogram.svg | 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 | |
Source code InfoField | MATLAB codeI = 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
[edit]Public domainPublic domainfalsefalse |
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. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 15:40, 4 April 2008 | 712 × 445 (61 KB) | Jarekt (talk | contribs) | another attempt | |
15:38, 4 April 2008 | 480 × 480 (61 KB) | Jarekt (talk | contribs) | better size | ||
15:33, 4 April 2008 | 512 × 320 (61 KB) | Jarekt (talk | contribs) | == 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 |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
- Usage on et.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on id.wikipedia.org
- Usage on it.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on zh.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Matlab Figure Converted by PLOT2SVG written by Juerg Schwizer |
---|