Ask Your Question

jvincent's profile - activity

2020-09-24 03:04:31 -0600 received badge  Enthusiast
2020-07-28 08:19:41 -0600 commented question accelerate OpenCV functions on gpu through CUDA

Thank you I think I have a lot of work now

2020-07-28 08:03:55 -0600 commented question change source and recompile

Hi Jeremy, I think it has been a long time since you worked on this project. I am also looking for a version of HoughLin

2020-07-27 03:29:31 -0600 commented question accelerate OpenCV functions on gpu through CUDA

how to implement non accelerated opencv functions on CUDA ?

2020-07-24 04:19:14 -0600 commented answer accelerate OpenCV functions on gpu through CUDA

I've already tried to use opencl and umat, but it is not faster enough for my images. Moreover, I want to remain free to

2020-07-24 04:16:14 -0600 commented question accelerate OpenCV functions on gpu through CUDA

Since opencv is implemented in c and c++, its easier for me to implement my whole code in thoses languages in case I hav

2020-07-24 04:10:00 -0600 commented answer Accelerate undistort() with parallelism on GPU

I already use cv::cuda, which contains all the accelerated opencv functions. I tested both UMAt and GpuMat, but GpuMat i

2020-07-23 07:42:32 -0600 asked a question Accelerate undistort() with parallelism on GPU

Accelerate undistort() with parralelism on GPU Dear all, I'm currently using opencv accelerated functions from cv::cuda

2020-07-23 07:07:17 -0600 asked a question accelerate OpenCV functions on gpu through CUDA

accelerate OpenCV functions on gpu through CUDA Dear all, I'm working on an image procession python algorithm using ope