Ask Your Question

GaryB's profile - activity

2019-07-15 22:03:41 -0600 received badge  Necromancer (source)
2019-07-13 00:13:32 -0600 answered a question LIBTIFF_4.0 link errors

One working config script that works: Ubuntu 18.04, OpenCV 4.X master: cmake -D CMAKE_BUILD_TYPE=RELEASE \

2019-02-04 03:41:36 -0600 received badge  Good Answer (source)
2019-02-02 02:53:10 -0600 received badge  Nice Answer (source)
2019-02-01 21:54:30 -0600 received badge  Necromancer (source)
2019-02-01 17:06:08 -0600 answered a question Do the dnn module of opencv4 has a plan to support gpu of nvidia/amd?

Yes, see the idea page for GSoC 2019. https://github.com/opencv/opencv/wiki/GSoC_2019 We have a very good mentor for thi

2019-01-31 03:24:39 -0600 received badge  Teacher (source)
2019-01-30 12:48:29 -0600 received badge  Good Question (source)
2019-01-30 03:39:32 -0600 received badge  Nice Question (source)
2019-01-29 18:16:31 -0600 received badge  Student (source)
2019-01-29 18:16:16 -0600 received badge  Necromancer (source)
2019-01-29 16:25:56 -0600 asked a question OpenCV on the Decoded Show

OpenCV on the Decoded Show The Decoded Show came by to make a film about OpenCV and its use in film production, Silicon

2018-07-06 20:22:40 -0600 answered a question How can I use UMat in Python?

mypython_umat = cv2.UMat(myNumpyMat) or mypython_umat = cv2.UMat(myOpenCVMat) or: UMat img = imread( "lena.jpg", IMR