|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
A python script for testing the cF harris kernel in multi-threaded environment. More...
Go to the source code of this file.
Classes | |
| class | test_harris_numpi_video_threaded.FPS |
| class | test_harris_numpi_video_threaded.DummyTask |
Namespaces | |
| test_harris_numpi_video_threaded | |
Functions | |
| def | test_harris_numpi_video_threaded.main () |
Variables | |
| string | test_harris_numpi_video_threaded.video_common_lib = os.environ['cFpRootDir'] + "HOST/vision/common/languages/python/var" |
| string | test_harris_numpi_video_threaded.trieres_lib = os.environ['cFpRootDir'] + "HOST/vision/harris/languages/python/build" |
| int | test_harris_numpi_video_threaded.height = 512 |
| int | test_harris_numpi_video_threaded.total_size = height * width |
A python script for testing the cF harris kernel in multi-threaded environment.
Definition in file test_harris_numpi_video_threaded.py.