<< Chapter < Page | Chapter >> Page > |
Object recognition is one of the hottest areas in computer vision. Finding and identifying objects in an image is fundamental to facial recognition, object tracking in videos, object matching and many other applications. To achieve object recognition (from images), one first must be able to extract distinct features of the image, then correctly identify the object of interest from these key features. Our group explored three different algorithms. The first, Scale-Invariant Feature Transform, was a method to obtain the distinct features of the image while the other two, Hough Transform and Moment of Inertia, were pattern recognizing algorithms.
We wanted to simulate a user being given a sheet of paper with squares and other shapes on it. The user would tell us how many squares appeared in the image. Because we were highly interested in the field of object recognition we decided to implement two systems and compare the results. Both systems used Scale-Invariant Feature Transform to obtain feature points. The first system then passed those results into the Hough Transform. The second system used the feature points to implement a formula involving the properties of the Moment of Inertia.
Notification Switch
Would you like to follow the 'A comparison of object recognition using the hough transform and the properties of moment of inertia' conversation and receive update notifications?