Ask Your Question

Dhruvin Naik's profile - activity

2019-06-24 14:02:23 -0600 answered a question How to pass the cv::Mat or cv::cuda::GpuMat to custom CUDA kernel?

I usually pass GpuMat to kernel like this: __global__ void Kernel_CalPhaseInfo2D(const cv::cuda::PtrStepSzf dReal, con

2019-06-13 18:41:36 -0600 received badge  Enthusiast
2019-06-05 13:51:40 -0600 asked a question cv::floodfill for GpuMat

cv::floodfill for GpuMat I wanted to know if there is function or way to do floodfill on GpuMat. I am trying to parallel