Solved – 2D object recognition using MATLAB

algorithmsimage processingmachine learningMATLAB

Have you any idea about implementing 2D object recognition with MATLAB?
Which characteristics of objects can feed a neural network?
It's my training data-set (provided by ETH University of Switzerland)

What is the start point?

There are 5 view of each object, and whole objects are 66.

enter image description here

Best Answer

People tend to use DHOG (Dense Histograms of Orientations of Gradient), which is closely related to SIFT and other image description method for this purpose. There is another commonly used image description method called SURF.

You can take a look at VLFeat.