|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Classes | |
| class | Bunch |
| class | Sketcher |
| class | StatValue |
| class | RectSelector |
Functions | |
| def | splitfn (fn) |
| def | anorm2 (a) |
| def | anorm (a) |
| def | homotrans (H, x, y) |
| def | to_rect (a) |
| def | rect2rect_mtx (src, dst) |
| def | lookat (eye, target, up=(0, 0, 1)) |
| def | mtx2rvec (R) |
| def | draw_str (dst, target, s) |
| def | make_cmap (name, n=256) |
| def | nothing (*arg, **kw) |
| def | clock () |
| def | Timer (msg) |
| def | grouper (n, iterable, fillvalue=None) |
| def | mosaic (w, imgs) |
| def | getsize (img) |
| def | mdot (*args) |
| def | draw_keypoints (vis, keypoints, color=(0, 255, 255)) |
Variables | |
| int | PY3 = 3 |
| list | image_extensions = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.tiff', '.pbm', '.pgm', '.ppm'] |
| dictionary | cmap_data = { 'jet' : _jet_data } |
| def var.common.anorm | ( | a | ) |
| def var.common.anorm2 | ( | a | ) |
| def var.common.clock | ( | ) |
| def var.common.draw_keypoints | ( | vis, | |
| keypoints, | |||
color = (0, 255, 255) |
|||
| ) |
Definition at line 266 of file common.py.
| def var.common.draw_str | ( | dst, | |
| target, | |||
| s | |||
| ) |
| def var.common.grouper | ( | n, | |
| iterable, | |||
fillvalue = None |
|||
| ) |
| def var.common.lookat | ( | eye, | |
| target, | |||
up = (0, 0, 1) |
|||
| ) |
| def var.common.mosaic | ( | w, | |
| imgs | |||
| ) |
| def var.common.rect2rect_mtx | ( | src, | |
| dst | |||
| ) |
| def var.common.Timer | ( | msg | ) |
| def var.common.to_rect | ( | a | ) |
| list var.common.image_extensions = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.tiff', '.pbm', '.pgm', '.ppm'] |