How can I filter white color from simmilar background?
Hi, I have some problems with segmentation of white colour Lego brackets. They are simmilar to background.
I've changed my input image to hsv, then with trackbars and inRange function I was trying to find only white brackets. Result was awful. I've tried to use histogram equalization, CLAHE but it doesn't really help. What could you suggest me? I'm using opencv Python.
white or black are no real "colors" in hsv, there is no specific hue value for it.
rather try inRange() from plain bgr here.
They are not similar to background. The background is light white, light grey white, etc