cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
A python script for testing the cF warp_transform kernel in multi-threaded environment. More...
Go to the source code of this file.
Classes | |
class | test_warp_transform_numpi_video_threaded.FPS |
class | test_warp_transform_numpi_video_threaded.DummyTask |
Namespaces | |
test_warp_transform_numpi_video_threaded | |
Functions | |
def | test_warp_transform_numpi_video_threaded.main () |
Variables | |
string | test_warp_transform_numpi_video_threaded.video_common_lib = os.environ['cFpRootDir'] + "HOST/vision/common/languages/python/var" |
test_warp_transform_numpi_video_threaded.manager = multiprocessing.Manager() | |
string | test_warp_transform_numpi_video_threaded.trieres_lib = os.environ['cFpRootDir'] + "HOST/vision/warp_transform/languages/python/build" |
bool | test_warp_transform_numpi_video_threaded.ROI = True |
A python script for testing the cF warp_transform kernel in multi-threaded environment.
Definition in file test_warp_transform_numpi_video_threaded.py.