Ask Your Question

New_User_Opencv's profile - activity

2019-09-07 10:49:11 -0600 received badge  Famous Question (source)
2019-05-13 01:30:09 -0600 received badge  Notable Question (source)
2019-04-14 09:22:05 -0600 received badge  Popular Question (source)
2018-11-21 04:19:35 -0600 commented answer OpenCV GPU Accelerated using Python

Anymore suggestions??

2018-11-20 03:01:59 -0600 commented answer OpenCV GPU Accelerated using Python

image size: (2764, 3856, 3) Mat: 10 iterations took 95.811139 seconds. UMat: 10 iterations took 92.830256 seconds.

2018-11-20 02:59:12 -0600 commented answer OpenCV GPU Accelerated using Python

I also wanted to know how to make sure all this is using GPU

2018-11-20 02:58:49 -0600 commented answer OpenCV GPU Accelerated using Python

I tried to just do the gray scale without pyr filter and it works fine when trying to apply filter the iterations are

2018-11-20 02:35:41 -0600 commented answer OpenCV GPU Accelerated using Python

This takes more time now without openCL

2018-11-16 09:09:38 -0600 commented answer OpenCV GPU Accelerated using Python

ya I have much longer than a second and then restarted the console cv2.ocl.setUseOpenCL(False) I ran the program with t

2018-11-16 09:02:33 -0600 commented question OpenCV GPU Accelerated using Python

ok ok i get it what u say regarding timers

2018-11-16 08:37:17 -0600 commented answer OpenCV GPU Accelerated using Python

This program does not run completely Output: runfile('*.py', wdir='/') image size: (2764, 3856, 3) Execution hangs her

2018-11-16 05:24:58 -0600 commented question OpenCV GPU Accelerated using Python

Thanks for responding as well

2018-11-16 05:24:33 -0600 commented question OpenCV GPU Accelerated using Python

you also should restrict it to the processing, not imread() imshow(), etc I dont understand what you meant by this

2018-11-16 05:23:49 -0600 commented question OpenCV GPU Accelerated using Python

t=time.process_time() i have updated to this as time.clock() is depricated as per this error '' DeprecationWarning: tim

2018-11-16 04:47:55 -0600 asked a question OpenCV GPU Accelerated using Python

OpenCV GPU Accelerated using Python I am trying to run my python code which is basically related to image processing and