Questions tagged [object-recognition]

The computer vision task of finding and identifying objects in an image or video sequence

The computer vision task of finding and identifying objects in an image or video sequence is often conducted consistent with one of two approaches:

  • Appearance-based methods

    • Use example images (called templates or exemplars) of the objects to perform recognition

    • Objects look different under varying conditions:

  • Feature-based method

    • a search is used to find feasible matches between object features and image features.

    • the primary constraint is that a single position of the object must account for all of the feasible matches.

http://en.wikipedia.org/wiki/Outline_of_object_recognition

316 questions
-2
votes
2 answers

Which architecture to choose for neural network for object recognition?

I have question about design of Neural Net. I'm quite new to topic, but I have solid intuition about it. I know I should use convolutional neural network for it. But what existing design of net may I use? I want to classify some object on picture,…
1 2 3
21
22