Computer Vision
This page is an ongoing work which aims to act as useful resource for anyone looking to get into or continue working in the field of computer vision.
Computer Vision Resources/Libraries
OpenCV - The Open Source Computer
Vision Library
The OpenCV library is a fantastic educational resource and provides some really simple methods for loading/saving images in C++, along with support for GUI's and Video Cameras. The library contains implementations for a huge number of computer vision algorithms.
The OpenCV library is a fantastic educational resource and provides some really simple methods for loading/saving images in C++, along with support for GUI's and Video Cameras. The library contains implementations for a huge number of computer vision algorithms.
fdlib
- Open source simple face detection library
fdlib is a very easy to use face detection library written in C/C++. Face detection can be achieved using no more than 3 function calls so this library can be integrated into applications with minimal fuss.
fdlib is a very easy to use face detection library written in C/C++. Face detection can be achieved using no more than 3 function calls so this library can be integrated into applications with minimal fuss.
Computer Vision Links
The Computer Vision Industry
List
This site contains a list to companies doing work in the field of computer vison. It is by no means exhaustive but serves as a good starting point.
This site contains a list to companies doing work in the field of computer vison. It is by no means exhaustive but serves as a good starting point.
The Computer Vision Homepage
Huge list of software libraries and toolkits for image processing.
Huge list of software libraries and toolkits for image processing.
Sponsored Links
Recommended Reading
For more information on Computer Vision and Image Processing I recommend reading the following texts. The OpenCV book provides a gentle introduction to the Open Source Computer Vision Library as well as covering some of the more complex aspects of the libary.

