5
Is it possible to identify objects in a given image with Javascript or PHP? Facial recognition I know has how, and how would other objects?
5
Is it possible to identify objects in a given image with Javascript or PHP? Facial recognition I know has how, and how would other objects?
-2
Research machine Learning and artificial intelligence. You need a neural network, you need to train that neural network to recognize each type of object, you need a server or a decent cluster, and you forget PHP. Javascript maybe, using Nodejs.
Browser other questions tagged php javascript image-processing computer-vision
You are not signed in. Login or sign up in order to post.
I believe object recognition is much simpler than facial, but I don’t know how to do it and I’m interested in the answer.
– KaduAmaral
with javascript I believe it is not possible, as for PHP, I have already made an algorithm to identify colors in images and it is quite slow, so if there is how to make this identification with PHP I imagine that the performance will be suffering, there are other languages more capable of processing images.
– Pedro Sanção
I believe your question is too broad. There are entire books written for this purpose, as it is a very large and complex area, since image recognition has several processes such as segmentation, filtering, noise elimination, edge detection, shape recognition, similarity assessment, etc. It also depends on the type of objects you want to identify and the type of images. You could specify better what you’re trying to do exactly?
– Victor Stafusa
@Victorstafusa is technically not a one-man job.
– Hebert Lima
Curiosity level: https://www.imageidentify.com/
– Math