cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test_warp_transform_numpi_video_threaded.py File Reference

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
 

Detailed Description

A python script for testing the cF warp_transform kernel in multi-threaded environment.

Author
DID
Date
October 2021

Definition in file test_warp_transform_numpi_video_threaded.py.