cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Files | |
file | test_harris_filename.py [code] |
A python script for testing the cF harris 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_harris_numpi.py [code] |
A python script for testing the cF harris 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_harris_numpi_video_threaded.py [code] |
A python script for testing the cF harris kernel in multi-threaded environment. | |
file | test_harris_standalone.py [code] |