Any PHP module for image pattern recognition?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
yong321
Forum Newbie
Posts: 1
Joined: Mon Jan 24, 2011 9:54 pm

Any PHP module for image pattern recognition?

Post by yong321 »

I'm looking for a program for simple image pattern recognition. Suppose I have a simple line art, say, one horizontal line, and another image containing a vertical line and a third image with a horizontal line. I want the program to match the first and third images, but not the second one. Is there a PHP module that can do this? Thanks.
kalpesh.mahida
Forum Commoner
Posts: 36
Joined: Wed Oct 06, 2010 7:09 am

Re: Any PHP module for image pattern recognition?

Post by kalpesh.mahida »

Hi yong321,

Do some research on OPR (Optical Pattern Recognition) that might help you. Any Optical Pattern Recognition tool can help you out to do so as Pattern recognition deals with the identification of a desired pattern or target from an unknown input scene.
Post Reply