Open CV
Open CV
Noviembre, 2011
Learning OpenCV
Noviembre, 2011
1 / 11
What Is OpenCV?
Learning OpenCV
Noviembre, 2011
2 / 11
What Is OpenCV?
One of OpenCVs goals is to provide a simple-to-use computer vision infrastructure that helps people build fairly sophisticated
vision applications quickly. The OpenCV library contains over 500 functions that span many areas in vision, including factory
product inspection, medical imaging, security, user interface, camera calibration, stereo vision, and robotics.
Learning OpenCV
Noviembre, 2011
3 / 11
What Is OpenCV?
Learning OpenCV
Noviembre, 2011
4 / 11
Computer Vision
Figure:
In this picture we see a side mirror on the drivers side of the car. What the
computer sees is just a grid of numbers. Any given number within that grid has
a rather large noise component and so by itself gives us little information, our
task then becomes to turn this noisy grid of numbers into the perception: side
mirror.
Natalia Taborda Restrepo (UNAL)
Learning OpenCV
Noviembre, 2011
5 / 11
Figure:
The ill-posed nature of vision:the 2D appearance of objects can change radically with viewpoint
Learning OpenCV
Noviembre, 2011
6 / 11
Learning OpenCV
Noviembre, 2011
7 / 11
Figure:
Learning OpenCV
Noviembre, 2011
8 / 11
CvAux
CvAux is not particularly well documented in the Wiki and is not documented at all in the .../opencv/docs subdirectory. CvAux covers:
Eigen objects, a computationally efficient recognition technique that
is, in essence, a template matching procedure.
1D and 2D hidden Markov models, a statistical recognition technique
solved by dynamic programming.
Embedded HMMs (the observations of a parent HMM are themselves
HMMs).
Gesture recognition from stereo vision support.
Extensions to Delaunay triangulation, sequences, and so forth.
Stereo vision.
Learning OpenCV
Noviembre, 2011
9 / 11
CvAux
Learning OpenCV
Noviembre, 2011
10 / 11
Portability
Figure:
OpenCV portability guide for release 1.0: operating systems are shown on the left; com- puter architecture types
across top
Learning OpenCV
Noviembre, 2011
11 / 11