cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
python Directory Reference

Directories

directory  var
 

Files

file  test_warp_transform_filename.py [code]
 A python script for testing the cF warp_transform kernel. The script takes as argument the fpga ip, the port and the full path name of an image file to be processed. This path name is given as a python string. The kernel will rerurn two full path names for the two returned images, i.e. an image with only the detected points and the original image anottated with the detected points.
 
file  test_warp_transform_numpi.py [code]
 A python script for testing the cF warp_transform kernel. The script takes as argument the fpga ip, the port and the numpi array of an image to be processed. This array should be an 1-D array, containing all pixels of a CV MAT in CV_8UC1. The kernel will rerurn a numpi array which is the array with only the detected points.
 
file  test_warp_transform_numpi_video_threaded.py [code]
 A python script for testing the cF warp_transform kernel in multi-threaded environment.