cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
common.py File Reference

Go to the source code of this file.

Classes

class  var.common.Bunch
 
class  var.common.Sketcher
 
class  var.common.StatValue
 
class  var.common.RectSelector
 

Namespaces

 var.common
 

Functions

def var.common.splitfn (fn)
 
def var.common.anorm2 (a)
 
def var.common.anorm (a)
 
def var.common.homotrans (H, x, y)
 
def var.common.to_rect (a)
 
def var.common.rect2rect_mtx (src, dst)
 
def var.common.lookat (eye, target, up=(0, 0, 1))
 
def var.common.mtx2rvec (R)
 
def var.common.draw_str (dst, target, s)
 
def var.common.make_cmap (name, n=256)
 
def var.common.nothing (*arg, **kw)
 
def var.common.clock ()
 
def var.common.Timer (msg)
 
def var.common.grouper (n, iterable, fillvalue=None)
 
def var.common.mosaic (w, imgs)
 
def var.common.getsize (img)
 
def var.common.mdot (*args)
 
def var.common.draw_keypoints (vis, keypoints, color=(0, 255, 255))
 

Variables

int var.common.PY3 = 3
 
list var.common.image_extensions = ['.bmp', '.jpg', '.jpeg', '.png', '.tif', '.tiff', '.pbm', '.pgm', '.ppm']
 
dictionary var.common.cmap_data = { 'jet' : _jet_data }