cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
The top-level python lib of trieres. It imports python linbs from several domain-specific applications. More...
Go to the source code of this file.
Namespaces | |
trieres.trieres | |
Variables | |
trieres.trieres.cpwd = os.path.abspath(__file__) | |
string | trieres.trieres.vision_path = os.path.dirname(cpwd)+"/../vision" |
string | trieres.trieres.custom_path = os.path.dirname(cpwd)+"/../custom" |
The top-level python lib of trieres. It imports python linbs from several domain-specific applications.
A python script for testing the cF median_blur 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.
Definition in file trieres.py.