Computer Vision Essay

685 Words2 Pages

Computer vision is a discipline that studies how to reconstruct, interpret and understand a 3D scene from its 2D images in terms of the properties of the structures present in the scene. It combines the knowledge from computer science, electrical engineering, mathematics, physiology, biology and cognitive science in order to understand and simulate the operation of the human vision system. As a scientific discipline, computer vision is concerned with the theory behind artificial systems that extract data from the images. As a technological discipline, computer vision seeks to apply its theories and model to the construction of computer vision systems.

Computer vision applications include biomedical, video analysis, scientific, surveillance, graphics, entertainment, games, document understanding, environment exploration and industrial. Computer vision systems have been designed that can inspect machine parts, control robots or autonomous vehicles, detect and recognise human faces, reconstruct large objects or portions from multiple photographs track suspicious objects or people in the videos, retrieve images from large database according to content, and more.

Each of the application areas described above employ a range of computer vision task, processing or measurement problems which can be solved using variety of methods. One of the fundamental problems in computer vision that takes place in many image processing applications is of image matching. Images of one scene may be taken from different viewpoints or may suffer transformations such as rotation, noise etc. So it is likely that two images of the same scene will be different. The task of finding similarity correspondences between two images of the same scene or object has ...

... middle of paper ...

...he database is scored and the top ten highest scoring logo images in the database are pairwise matched using ratio test and Random Sample Consensus (RANSAC). The database image with largest consensus set is matched with the input image. The algorithm proved to be noise-resilient, scale-invariant and rotation invariant up to +/- 10 degree.

In this report, the concepts of Speeded Up Robust Features algorithm, hierarchical K-means clustering, Term Frequency- Inverse Document Frequency weights and Random Sample Consensus are reviewed first and then the algorithm implemented in this project is discussed. In the experimental results, the accuracy of the algorithm is shown for images with noisy background, different scale size and inclined images. Last section of this report, concludes the proposed approach and refers to the future extensions of this project.

More about Computer Vision Essay

Open Document