-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
CUDA implementation of cv::inRange() #6295
Copy link
Copy link
Closed
opencv/opencv_contrib
#2803Labels
category: gpu/cuda (contrib)OpenCV 4.0+: moved to opencv_contribOpenCV 4.0+: moved to opencv_contribfeature
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category: gpu/cuda (contrib)OpenCV 4.0+: moved to opencv_contribOpenCV 4.0+: moved to opencv_contribfeature