1

Hello friend I want to recognize and determine the type of object into photo jpg or png with php, for example determine if exists a apple or grapes, or car, or animals into any photo. Please if somebody know about that, because I want to make exactly that.

Regards Gildus

TheCodeArtist
  • 21,479
  • 4
  • 69
  • 130
Gildus
  • 13
  • 6

1 Answers1

3

Object recognition in computer vision is an open and ongoing area of research. There's some good work being done, but we're a long way from being able to extract details about what's in a scene with ease.

The Wikipedia page has some algorithm names for various approaches if you're curious.

Donnie
  • 45,732
  • 10
  • 64
  • 86
  • 3
    May I add that even what can be done today is computationally intensive and hence not suited for a scripting language such as PHP? – casablanca Jul 03 '10 at 03:15
  • An excellent point. I completely skimmed over the php part since it was piled in with image formats. – Donnie Jul 03 '10 at 03:18