This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

projects and demos (object recognition)  
Building Finding (demo)

Boat Recognition (demo)


Vehicle Recognition (Demo)
The objective of this project is to recognize the vehicles in a given image.  The picture below is an example of the results I have gotten.  The whole procedure includes three steps: 1. vehicle horizontal position localization; 2. Vehicle width determination; 3. Vehicle vertical position localization.  Three methods were implemented: 
  • Symmetry-based recognition
  • Intensity-based-symmetry recognition
  • Horizontal-edge-based recognition
See my demos (java applet) of all these methods. 
  • Yi Li, Vehicle Recognition, Project Report, 1999.
 
Building Recognition (demo)