Is it possible to isolate a BGR color gradient with cv2.inRange()?
Is it possible to isolate a BGR color gradient with cv2.inRange()? Problem Description: I am writing a program that observes an area on the screen that displays a number between 0 and 100. When the number is 100, it has green text. When the number is 0, it has red text. As the number decreases … Read more