문제

I am going to apply a HSV threshold to the image below in order to extract the tennis ball. But I could not figure out the best way to find the correct HSV values of the ball. Which method/software do you suggest to me? (I am using Ubuntu) Also according to your experiences which min/max values do you prefer to me? (±10? ±5?)

Regards

image

도움이 되었습니까?

해결책

You can use Gimp to get needed color. The tool is called Color Picker. It also shows HSV values. Here's screenshot of your image:

enter image description here

다른 팁

Have you considered to use Hough CircleDoc ?

I think in this case it would be much more indicted, because the colors in your image aren't so clear

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top