Skip to content

cuda::HoughSegmentDetector: macro to ignore stream should have been removed in #2801 #3015

Closed
@deadprogram

Description

@deadprogram

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions