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

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. More...

Go to the source code of this file.

Namespaces

 test_harris_filename
 

Variables

string test_harris_filename.trieres_lib = os.environ['cFpRootDir'] + "HOST/vision/harris/languages/python/build"
 
string test_harris_filename.input = os.environ['cFpRootDir'] + "ROLE/vision/hls/harris/test/512x512.png"
 
 test_harris_filename.out
 
 test_harris_filename.output_image
 
 test_harris_filename.output_points
 

Detailed Description

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.

Author
DID
Date
November 2020

Definition in file test_harris_filename.py.