Closed
Description
We ran into a problem with trying to use mutiple cuda::HoughSegmentDetector
each with their own non-default async cuda::Stream
. On looking into the code, it seems like the macro CV_UNUSED(stream);
should have been removed in that PR #2801 but was perhaps missed?
Not sure if this is actually to do with our error, listed here:
what(): OpenCV(4.5.3) /opencv_contrib-4.5.3/modules/cudaimgproc/src/cuda/hough_segments.cu:234: error: (-217:Gpu API call) an illegal memory access was encountered in function 'houghLinesProbabilistic_gpu'
However it certainly seems like something that should be addressed, right? Thanks.