Top "Color-detection" questions

Choosing the correct upper and lower HSV boundaries for color detection with`cv::inRange` (OpenCV)

I have an image of a coffee can with an orange lid position of which I want to find. Here …

opencv hsv color-detection
OpenCV inRange() function

I try to run the following code: #include<opencv\cv.h> #include<opencv\highgui.h> using …

c++ opencv color-detection
OpenCV: how to detect lines of a specific colour?

I am working on a small OpenCV project to detect lines of a certain colour from a mobile phone camera. …

c++ opencv feature-extraction hough-transform color-detection