OpenCV GPU Error (Function Not Implemented) in Hough Transform
问题 I have tried Hough on CPU, and it runs fine, just a little slow. So, I am trying to run Hough on OpenCV CUDA, but it shows this error, even if I have GpuMat - OpenCV Error: The function/feature is not implemented (getGpuMat is available only for cuda::GpuMat and cuda::HostMem) in cv::_InputArray::getGpuMat, file PATH\opencv-sources\modules\core\src\matrix.cpp, line 1454 This is my code (I stream frames from live camera, so inside a while loop) - Ptr<HoughLinesDetector> houghLines =