|
file | ray_play.py [code] |
|
file | test_median_blur.py [code] |
| 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.
|
|
file | test_median_blur_filename.py [code] |
| A python script for testing the cF median_blur 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.
|
|
file | test_median_blur_images_ray.py [code] |
|
file | test_median_blur_numpi.py [code] |
| 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.
|
|
file | test_median_blur_numpi_video_threaded.py [code] |
| A python script for testing the cF median_blur kernel in multi-threaded environment.
|
|
file | test_median_blur_video_threaded_ray.py [code] |
| A python script for testing the cF median_blur kernel in ray distributed environment.
|
|