OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
3 <html><head><title>Python: module telemetry.internal.image_processing.image_util
_numpy_impl</title> | |
4 <meta charset="utf-8"> | |
5 </head><body bgcolor="#f0f0f8"> | |
6 | |
7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | |
8 <tr bgcolor="#7799ee"> | |
9 <td valign=bottom> <br> | |
10 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.internal.html"><font color="#ffffff">internal</font></a>.<a href="telemetry.int
ernal.image_processing.html"><font color="#ffffff">image_processing</font></a>.i
mage_util_numpy_impl</strong></big></big></font></td | |
11 ><td align=right valign=bottom | |
12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"../telemetry/internal/image_processing/image_util_numpy_impl.py">telemetry/inte
rnal/image_processing/image_util_numpy_impl.py</a></font></td></tr></table> | |
13 <p><tt># Copyright 2014 The Chromium Authors.
All rights reserved.<br> | |
14 # Use of this source code is governed by
a BSD-style license that can be<br> | |
15 # found in the LICENSE file.</tt></p> | |
16 <p> | |
17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
18 <tr bgcolor="#aa55cc"> | |
19 <td colspan=3 valign=bottom> <br> | |
20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | |
21 | |
22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | |
23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.util.color_histogram.html">telemetry.util.color_histogram<
/a><br> | |
24 <a href="cv2.html">cv2</a><br> | |
25 </td><td width="25%" valign=top><a href="telemetry.internal.util.external_module
s.html">telemetry.internal.util.external_modules</a><br> | |
26 <a href="numpy.html">numpy</a><br> | |
27 </td><td width="25%" valign=top><a href="png.html">png</a><br> | |
28 <a href="telemetry.util.rgba_color.html">telemetry.util.rgba_color</a><br> | |
29 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> | |
30 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
31 <tr bgcolor="#eeaa77"> | |
32 <td colspan=3 valign=bottom> <br> | |
33 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> | |
34 | |
35 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> | |
36 <td width="100%"><dl><dt><a name="-AreEqual"><strong>AreEqual</strong></a>(image
1, image2, tolerance, likely_equal)</dt></dl> | |
37 <dl><dt><a name="-Channels"><strong>Channels</strong></a>(image)</dt></dl> | |
38 <dl><dt><a name="-Crop"><strong>Crop</strong></a>(image, left, top, width, heig
ht)</dt></dl> | |
39 <dl><dt><a name="-Diff"><strong>Diff</strong></a>(image1, image2)</dt></dl> | |
40 <dl><dt><a name="-FromPng"><strong>FromPng</strong></a>(png_data)</dt></dl> | |
41 <dl><dt><a name="-FromPngFile"><strong>FromPngFile</strong></a>(path)</dt></dl> | |
42 <dl><dt><a name="-FromRGBPixels"><strong>FromRGBPixels</strong></a>(width, heig
ht, pixels, bpp)</dt></dl> | |
43 <dl><dt><a name="-GetBoundingBox"><strong>GetBoundingBox</strong></a>(image, co
lor, tolerance)</dt></dl> | |
44 <dl><dt><a name="-GetColorHistogram"><strong>GetColorHistogram</strong></a>(ima
ge, ignore_color, tolerance)</dt></dl> | |
45 <dl><dt><a name="-GetPixelColor"><strong>GetPixelColor</strong></a>(image, x, y
)</dt></dl> | |
46 <dl><dt><a name="-Height"><strong>Height</strong></a>(image)</dt></dl> | |
47 <dl><dt><a name="-Pixels"><strong>Pixels</strong></a>(image)</dt></dl> | |
48 <dl><dt><a name="-Width"><strong>Width</strong></a>(image)</dt></dl> | |
49 <dl><dt><a name="-WritePngFile"><strong>WritePngFile</strong></a>(image, path)<
/dt></dl> | |
50 </td></tr></table><p> | |
51 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
52 <tr bgcolor="#55aa55"> | |
53 <td colspan=3 valign=bottom> <br> | |
54 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></
font></td></tr> | |
55 | |
56 <tr><td bgcolor="#55aa55"><tt> </tt></td><td>
</td> | |
57 <td width="100%"><strong>division</strong> = _Feature((2, 2, 0, 'alpha', 2), (3,
0, 0, 'alpha', 0), 8192)</td></tr></table> | |
58 </body></html> | |
OLD | NEW |