Skip to content

CUDA implementation of cv::inRange() #6295

@lopsided98

Description

@lopsided98

It seems that the CUDA module could benefit from an implementation of the inRange() function. The threshold() function already exists for CUDA, but this only works on one channel images.

Since threshold() already exists, it seems that it should be possible/simple to implement inRange() as well, since it is a similar operation, but I may be wrong.

I would look into this myself, but I don't have experience with writing CUDA kernels.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions