How to Identify a color in a specific area of the image
Hi,
i 'd like to know, how to identify a specific area in image with a specific color ?
ex. one image with a red or similar color on the top right corner of the image .
I want draw something like a circle or a square around the region the was idenfied , but the code
need to discover the red color ou similar colors in the position "top right corner "
the purpose of that is use on air photographs from drones to identify regions with problems on ground to agriculture sector.
thks
try to search about the
inRange()
function, and examples of itsorry but i think that is not inRange what i need !! do you have another ideias ? Thks
Please see the example in the answer . It is the final picture that i want make.
Do you want or not to detect an area in your image that is red or "reddish"? If not then try to provide a better description of what you want to do. Some photos might also help.
Sorry, red is only a example , can be another color, its depend , what color i want to detect , is it can be done ?