BobLiu20 / py_cv2_gpu

The interface of OpenCV GPU for python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The interface of OpenCV GPU for python.


Languages

Language:C 97.5%Language:C++ 1.3%Language:Shell 0.8%Language:Python 0.4%