cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
A python script for testing the cF warp_transform 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. More...
Go to the source code of this file.
Namespaces | |
test_warp_transform_numpi | |
Functions | |
def | test_warp_transform_numpi.crop_square (img, size, interpolation=cv2.INTER_AREA) |
def | test_warp_transform_numpi.patch_square (crop_img, img, interpolation=cv2.INTER_AREA) |
A python script for testing the cF warp_transform 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.
Definition in file test_warp_transform_numpi.py.