Recognize Patterns of images JPG or PNG
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 i开发者_JS百科f somebody know about that, because I want to make exactly that.
Regards Gildus
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.
精彩评论