Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-04-27 16:34:41
Size: 202
Editor: anonymous
Comment:
Revision 3 as of 2008-04-27 18:13:26
Size: 941
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
The measurements that form an image show statistical fluctuations. The image is characterised by a probability density function (PDF). The PDF ''f'' describes the probability of the occurrence of a discrete grey level ''q'' in the range of grey levels ''Q''.

{{{#!latex
$\sum_{q=1}^Qf_q=1$
}}}
Line 11: Line 17:
The PDF of an image can be calculated and displayed using the {{{pylab.hist}}} function or it can be
calculated using the {{{scipy.histogram}}} function.

=== ASAR image of sea ice ===

{{attachment:seaice_intensity.png}}

The received power (intensity) of a radar system is proportional to the normalized radar backscatter coefficient
{{{#!latex
$\sigma^0(\nu,\theta)$
}}} as a function of frequency and incidence angle.

Random variables

The measurements that form an image show statistical fluctuations. The image is characterised by a probability density function (PDF). The PDF f describes the probability of the occurrence of a discrete grey level q in the range of grey levels Q.

latex error! exitcode was 2 (signal 0), transscript follows:

Probability density functions and histograms

The PDF of an image can be calculated and displayed using the pylab.hist function or it can be calculated using the scipy.histogram function.

ASAR image of sea ice

seaice_intensity.png

The received power (intensity) of a radar system is proportional to the normalized radar backscatter coefficient

latex error! exitcode was 2 (signal 0), transscript follows:

as a function of frequency and incidence angle.

/ExampleCode

LehreWiki: SiaProgrammingPythonImageProc/Statistics (last edited 2008-07-09 11:24:32 by anonymous)