Personally, I have worked with patterns recognition in images and
have to run a SEARCH on an image file with PHP.
I need to know whether a particular image has a red color. and the
image to be obtained is only ASH and has some red circles
This is possible, I would like your help.
For example the image below in gray scale, with two red circles, I
just wanted to know if there is red in this image.
http://www.erten2010.com/SAIDA.jpg
Recognition in images
Moderator: General Moderators
Re: Recognition in images
Maybe use imagecolorclosest()?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.