| Index: tools/telemetry/docs/pydoc/telemetry.util.color_histogram.html
|
| diff --git a/tools/telemetry/docs/pydoc/telemetry.util.color_histogram.html b/tools/telemetry/docs/pydoc/telemetry.util.color_histogram.html
|
| deleted file mode 100644
|
| index f52aabaf79d354f0962546cc770e8006688651ad..0000000000000000000000000000000000000000
|
| --- a/tools/telemetry/docs/pydoc/telemetry.util.color_histogram.html
|
| +++ /dev/null
|
| @@ -1,159 +0,0 @@
|
| -
|
| -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| -<html><head><title>Python: module telemetry.util.color_histogram</title>
|
| -<meta charset="utf-8">
|
| -</head><body bgcolor="#f0f0f8">
|
| -
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
| -<tr bgcolor="#7799ee">
|
| -<td valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.util.html"><font color="#ffffff">util</font></a>.color_histogram</strong></big></big></font></td
|
| -><td align=right valign=bottom
|
| -><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/util/color_histogram.py">telemetry/util/color_histogram.py</a></font></td></tr></table>
|
| - <p><tt>Color Histograms and implementations of functions operating on them.</tt></p>
|
| -<p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#aa55cc">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
| -
|
| -<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| -<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="collections.html">collections</a><br>
|
| -</td><td width="25%" valign=top><a href="telemetry.internal.util.external_modules.html">telemetry.internal.util.external_modules</a><br>
|
| -</td><td width="25%" valign=top><a href="numpy.html">numpy</a><br>
|
| -</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#ee77aa">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
|
| -
|
| -<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
|
| -<td width="100%"><dl>
|
| -<dt><font face="helvetica, arial">ColorHistogram(<a href="__builtin__.html#tuple">__builtin__.tuple</a>)
|
| -</font></dt><dd>
|
| -<dl>
|
| -<dt><font face="helvetica, arial"><a href="telemetry.util.color_histogram.html#ColorHistogram">ColorHistogram</a>
|
| -</font></dt></dl>
|
| -</dd>
|
| -</dl>
|
| - <p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#ffc8d8">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#000000" face="helvetica, arial"><a name="ColorHistogram">class <strong>ColorHistogram</strong></a>(ColorHistogram)</font></td></tr>
|
| -
|
| -<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| -<td width="100%"><dl><dt>Method resolution order:</dt>
|
| -<dd><a href="telemetry.util.color_histogram.html#ColorHistogram">ColorHistogram</a></dd>
|
| -<dd>ColorHistogram</dd>
|
| -<dd><a href="__builtin__.html#tuple">__builtin__.tuple</a></dd>
|
| -<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
|
| -</dl>
|
| -<hr>
|
| -Methods defined here:<br>
|
| -<dl><dt><a name="ColorHistogram-Distance"><strong>Distance</strong></a>(self, other)</dt></dl>
|
| -
|
| -<hr>
|
| -Static methods defined here:<br>
|
| -<dl><dt><a name="ColorHistogram-__new__"><strong>__new__</strong></a>(cls, r, g, b, default_color<font color="#909090">=None</font>)</dt></dl>
|
| -
|
| -<hr>
|
| -Data descriptors defined here:<br>
|
| -<dl><dt><strong>__dict__</strong></dt>
|
| -<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| -</dl>
|
| -<hr>
|
| -Methods inherited from ColorHistogram:<br>
|
| -<dl><dt><a name="ColorHistogram-__getnewargs__"><strong>__getnewargs__</strong></a>(self)</dt><dd><tt>Return self as a plain tuple. Used by copy and pickle.</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__getstate__"><strong>__getstate__</strong></a>(self)</dt><dd><tt>Exclude the OrderedDict from pickling</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Return a nicely formatted representation string</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-_asdict"><strong>_asdict</strong></a>(self)</dt><dd><tt>Return a new OrderedDict which maps field names to their values</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-_replace"><strong>_replace</strong></a>(_self, **kwds)</dt><dd><tt>Return a new <a href="#ColorHistogram">ColorHistogram</a> object replacing specified fields with new values</tt></dd></dl>
|
| -
|
| -<hr>
|
| -Class methods inherited from ColorHistogram:<br>
|
| -<dl><dt><a name="ColorHistogram-_make"><strong>_make</strong></a>(cls, iterable, new<font color="#909090">=<built-in method __new__ of type object></font>, len<font color="#909090">=<built-in function len></font>)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Make a new <a href="#ColorHistogram">ColorHistogram</a> object from a sequence or iterable</tt></dd></dl>
|
| -
|
| -<hr>
|
| -Data descriptors inherited from ColorHistogram:<br>
|
| -<dl><dt><strong>b</strong></dt>
|
| -<dd><tt>Alias for field number 2</tt></dd>
|
| -</dl>
|
| -<dl><dt><strong>default_color</strong></dt>
|
| -<dd><tt>Alias for field number 3</tt></dd>
|
| -</dl>
|
| -<dl><dt><strong>g</strong></dt>
|
| -<dd><tt>Alias for field number 1</tt></dd>
|
| -</dl>
|
| -<dl><dt><strong>r</strong></dt>
|
| -<dd><tt>Alias for field number 0</tt></dd>
|
| -</dl>
|
| -<hr>
|
| -Data and other attributes inherited from ColorHistogram:<br>
|
| -<dl><dt><strong>_fields</strong> = ('r', 'g', 'b', 'default_color')</dl>
|
| -
|
| -<hr>
|
| -Methods inherited from <a href="__builtin__.html#tuple">__builtin__.tuple</a>:<br>
|
| -<dl><dt><a name="ColorHistogram-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__add__">__add__</a>(y) <==> x+y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__contains__"><strong>__contains__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__contains__">__contains__</a>(y) <==> y in x</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__eq__"><strong>__eq__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__eq__">__eq__</a>(y) <==> x==y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__ge__"><strong>__ge__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__ge__">__ge__</a>(y) <==> x>=y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br>
|
| - <br>
|
| -Use of negative indices is not supported.</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__gt__"><strong>__gt__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__gt__">__gt__</a>(y) <==> x>y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__hash__"><strong>__hash__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__hash__">__hash__</a>() <==> hash(x)</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__iter__"><strong>__iter__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__iter__">__iter__</a>() <==> iter(x)</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__le__"><strong>__le__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__le__">__le__</a>(y) <==> x<=y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__len__"><strong>__len__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__len__">__len__</a>() <==> len(x)</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__lt__"><strong>__lt__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__lt__">__lt__</a>(y) <==> x<y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__mul__"><strong>__mul__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__mul__">__mul__</a>(n) <==> x*n</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__ne__"><strong>__ne__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__ne__">__ne__</a>(y) <==> x!=y</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__rmul__"><strong>__rmul__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__rmul__">__rmul__</a>(n) <==> n*x</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-__sizeof__"><strong>__sizeof__</strong></a>(...)</dt><dd><tt>T.<a href="#ColorHistogram-__sizeof__">__sizeof__</a>() -- size of T in memory, in bytes</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-count"><strong>count</strong></a>(...)</dt><dd><tt>T.<a href="#ColorHistogram-count">count</a>(value) -> integer -- return number of occurrences of value</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ColorHistogram-index"><strong>index</strong></a>(...)</dt><dd><tt>T.<a href="#ColorHistogram-index">index</a>(value, [start, [stop]]) -> integer -- return first index of value.<br>
|
| -Raises ValueError if the value is not present.</tt></dd></dl>
|
| -
|
| -</td></tr></table></td></tr></table><p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#eeaa77">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
|
| -
|
| -<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
|
| -<td width="100%"><dl><dt><a name="-HistogramDistance"><strong>HistogramDistance</strong></a>(hist1, hist2, default_color<font color="#909090">=None</font>)</dt><dd><tt>Earth mover's distance.<br>
|
| -<a href="http://en.wikipedia.org/wiki/Earth_mover's_distance">http://en.wikipedia.org/wiki/Earth_mover's_distance</a></tt></dd></dl>
|
| -</td></tr></table><p>
|
| -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| -<tr bgcolor="#55aa55">
|
| -<td colspan=3 valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
|
| -
|
| -<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
|
| -<td width="100%"><strong>division</strong> = _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)</td></tr></table>
|
| -</body></html>
|
|
|