~edwin-grubbs/python-imaging/trunk

« back to all changes in this revision

Viewing changes to Docs/pythondoc-PIL.ImageStat.html

  • Committer: effbot
  • Date: 2006-07-05 20:36:11 UTC
  • Revision ID: svn-v4:be285980-f00d-0410-a9fe-d4747b46ecd0:pil:348
Load Imaging-1.1.6b1 into pil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
2
 
<html>
3
 
<head>
4
 
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
5
 
<title>The PIL.ImageStat Module</title>
6
 
<link rel='stylesheet' href='effbot.css' type='text/css' />
7
 
</head>
8
 
<body>
9
 
<h1>The PIL.ImageStat Module</h1>
10
 
<p>The <b>ImageStat</b> module calculates global statistics for an
11
 
image, or a region of an image.
12
 
</p><h2>Module Contents</h2>
13
 
<dl>
14
 
<dt><b>Stat(image, mask=None)</b> (class) [<a href='#PIL.ImageStat.Stat-class'>#</a>]</dt>
15
 
<dd>
16
 
<p>Calculate statistics for the given image.</p>
17
 
<p>For more information about this class, see <a href='#PIL.ImageStat.Stat-class'><i>The Stat Class</i></a>.</p>
18
 
</dd>
19
 
</dl>
20
 
<h2><a id='PIL.ImageStat.Stat-class' name='PIL.ImageStat.Stat-class'>The Stat Class</a></h2>
21
 
<dl>
22
 
<dt><b>Stat(image, mask=None)</b> (class) [<a href='#PIL.ImageStat.Stat-class'>#</a>]</dt>
23
 
<dd>
24
 
<p>Calculate statistics for the given image.  If a mask is included,
25
 
only the regions covered by that mask are included in the
26
 
statistics.</p>
27
 
</dd>
28
 
<dt><a id='PIL.ImageStat.Stat.__init__-method' name='PIL.ImageStat.Stat.__init__-method'><b>__init__(image, mask=None)</b></a> [<a href='#PIL.ImageStat.Stat.__init__-method'>#</a>]</dt>
29
 
<dd>
30
 
<p>Create a statistics object.</p>
31
 
<dl>
32
 
<dt><i>image</i></dt>
33
 
<dd>
34
 
A PIL image, or a precalculate histogram.</dd>
35
 
<dt><i>mask</i></dt>
36
 
<dd>
37
 
An optional mask.</dd>
38
 
</dl><br />
39
 
</dd>
40
 
</dl>
41
 
</body></html>
 
1
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
2
<html>
 
3
<head>
 
4
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
 
5
<title>The PIL.ImageStat Module</title>
 
6
<link rel='stylesheet' href='effbot.css' type='text/css' />
 
7
</head>
 
8
<body>
 
9
<h1>The PIL.ImageStat Module</h1>
 
10
<p>The <b>ImageStat</b> module calculates global statistics for an
 
11
image, or a region of an image.
 
12
</p><h2>Module Contents</h2>
 
13
<dl>
 
14
<dt><b>Stat(image, mask=None)</b> (class) [<a href='#PIL.ImageStat.Stat-class'>#</a>]</dt>
 
15
<dd>
 
16
<p>Calculate statistics for the given image.</p>
 
17
<p>For more information about this class, see <a href='#PIL.ImageStat.Stat-class'><i>The Stat Class</i></a>.</p>
 
18
</dd>
 
19
</dl>
 
20
<h2><a id='PIL.ImageStat.Stat-class' name='PIL.ImageStat.Stat-class'>The Stat Class</a></h2>
 
21
<dl>
 
22
<dt><b>Stat(image, mask=None)</b> (class) [<a href='#PIL.ImageStat.Stat-class'>#</a>]</dt>
 
23
<dd>
 
24
</dd>
 
25
<dt><a id='PIL.ImageStat.Stat.__init__-method' name='PIL.ImageStat.Stat.__init__-method'><b>__init__(image, mask=None)</b></a> [<a href='#PIL.ImageStat.Stat.__init__-method'>#</a>]</dt>
 
26
<dd>
 
27
<dl>
 
28
<dt><i>image</i></dt>
 
29
<dd>
 
30
</dd>
 
31
<dt><i>mask</i></dt>
 
32
<dd>
 
33
</dd>
 
34
</dl><br />
 
35
</dd>
 
36
</dl>
 
37
</body></html>