what are the algorithms to use for recognizing objects? [closed]
Using Artificial intelligence, what should be the algorithms for recognizing objects?? can Neuural network recognize objects??
The detection of Haar-like features is a popular way of recognizing objects in computer vision and is used by the OpenCV library. Facial recognition is usually implemented using this technique.
The Wikipedia page on Object recognition also has some good starting points to learn some of the techniques used.
精彩评论