Ask Your Question

maxp's profile - activity

2020-05-22 09:02:48 -0600 received badge  Notable Question (source)
2020-03-21 09:50:28 -0600 received badge  Popular Question (source)
2019-09-17 07:41:51 -0600 answered a question Image recognition on photo

I did it. It looks something like this. After matching, I filter them by double Lowe's test (good_threshold=0.59, les

2019-09-14 14:27:13 -0600 received badge  Student (source)
2019-09-14 09:21:46 -0600 asked a question Image recognition on photo

Image recognition on photo Hello I am working on recognizing a given image in the world (through a photo). That is, a l

2019-08-21 03:21:31 -0600 received badge  Enthusiast
2019-08-12 08:32:39 -0600 marked best answer OpenCV 4.1 + Python 3 + CUDA

I am going to rewrite feature matching + homography code using CUDA. I know that CUDA is implemented in OpenCV 4.1 and I have already used some of the functions of CUDA, but I'm a beginner, and the documentation is either missing or very poor, so I can not fully figure out and write code similar to the code using the CPU. Please help me deal with this issue. Or am I better off writing code using C++? I want to use Python because it is easier to write a microservice on it.

2019-08-12 08:32:39 -0600 received badge  Scholar (source)
2019-08-12 04:09:19 -0600 commented answer OpenCV 4.1 + Python 3 + CUDA

Thanks for the answer. That is, you want to say that OpenCV implements work with the GPU through OPEN CL, but OPEN CL i

2019-08-12 03:44:05 -0600 commented answer OpenCV 4.1 + Python 3 + CUDA

Thanks for the answer. That is, you want to say that OpenCV implements work with the GPU through OPEN CL, but OPEN CL i

2019-08-11 07:03:41 -0600 commented question OpenCV 4.1 + Python 3 + CUDA

Thanks for the answer. No, in recent versions of OpenCV wrappers for python have appeared, it's just that this is not d

2019-08-11 07:03:29 -0600 commented question OpenCV 4.1 + Python 3 + CUDA

Thanks for the answer. No, in recent versions of OpenCV wrappers for python have appeared, it's just that this is not d

2019-08-11 06:26:10 -0600 asked a question OpenCV 4.1 + Python 3 + CUDA

OpenCV 4.1 + Python 3 + CUDA I am going to rewrite feature matching + homography code using CUDA. I know that CUDA is im