game-automation

Find "noisy" lines in a image with cv2 in python

Find "noisy" lines in a image with cv2 in python Question: I have the following image: What is the best way to find the brown lines? The output image should kind of look like this: I have tried to just filter out the brown color, but I couldn’t find a good color range. Asked By: …

Total answers: 3