Ask Your Question

Vidhu's profile - activity

2018-08-03 02:09:33 -0600 answered a question cv::cuda::meanStdDev for CV_32FC1

Hi, The same operation of cuda::meanStdDev() on CV_32FC1 can be implemented through the combination of cuda::sum(), cuda

2018-08-02 02:11:54 -0600 commented answer cv::cuda::meanStdDev for CV_32FC1

@Tetragramm, I've searched for nppiMeanStdDev32FC1RGetBufferHostSize in "https://developer.download.nvidia.com/compute/D

2018-07-25 04:08:28 -0600 asked a question Speeding up of Image registration in Opencv

Speeding up of Image registration in Opencv Hi, The execution time of my code with image registration is high. I have u

2018-07-23 00:21:58 -0600 asked a question Matrix inverse in CUDA

Matrix inverse in CUDA How can I implement matrix inversion using OpenCV CUDA?

2018-07-22 23:43:39 -0600 received badge  Enthusiast
2018-07-06 06:52:18 -0600 commented answer Incorporating CUDA API in prebuilt compiled Opencv ecc.cpp code

undefined reference error is now gone by executing cmake once again. Now following errors occurs. error: ‘threadIdx’ wa

2018-07-06 04:53:21 -0600 commented answer Incorporating CUDA API in prebuilt compiled Opencv ecc.cpp code

I'm using NVIDIA Jetson TX1 with cuda version 8. A sample code with cuda::warpPerspective() alone works properly. But wh

2018-07-06 04:08:43 -0600 asked a question Incorporating CUDA API in prebuilt compiled Opencv ecc.cpp code

Incorporating CUDA API in prebuilt compiled Opencv ecc.cpp code Hi, To improve the performance of image registration usi