Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 902 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 902 Bytes

The interface of OpenCV GPU for python.

1. What's this

Do by OpenCV GPU API + SWIG You can easy call it with python.

2. How to use

    1. Please take care make.sh in first. Please correct the path in this file according to your path.
    1. Then to do ./make.sh
    1. cd to sample. do ./test.py in your terminator.
bobliu@bob_PC:~/Work/code/OpenCV/myself/py_cv2_gpu$ ./make.sh 
bobliu@bob_PC:~/Work/code/OpenCV/myself/py_cv2_gpu$ cd sample/
bobliu@bob_PC:~/Work/code/OpenCV/myself/py_cv2_gpu/sample$ ./test.py 
count =  1
[0.9927348494529724, 357.0, 213.0]

3. Waiting for continue...

Now just finish one function. You can easy to add other function following this code.

4. Ref

4. Author

Bob.Liu in 2016.07.25 https://github.com/BobLiu20/py_cv2_gpu