Read an image file into a numpy array using scipy.misc.imread
filename : string
the absolute path of the image file
frame : np.ndarray
a numpy array with grey levels
Examples
>>> image = openpiv.tools.imread( 'image.bmp' ) >>> print image.shape (1280, 1024)
openpiv.scaling.uniform
openpiv.tools.save
Enter search terms or a module, class or function name.