Recognition in images

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
maiconherverton
Forum Newbie
Posts: 1
Joined: Fri Oct 08, 2010 12:00 pm

Recognition in images

Post by maiconherverton »

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
SAIDA.jpg
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Recognition in images

Post by pickle »

Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply