OpenCV Code to save image

This little code-snippet saves image from live video stream (web-camera). Compile the code and hit “s” without qutoes to save the image. The last image which was grabbed by the OpenCV is saved. The code was tested in Linux (Ubuntu 10.10) and should work on other platforms as well. The only place to be changed … Continue reading “OpenCV Code to save image”

What is OpenCV ?

OpenCV [OpenCV] is an open source (see http://opensource.org) computer vision l ibrary available from http://SourceForge.net/projects/opencvlibrary. h e library is written in C and C++ and runs under Linux, Windows and Mac OS X. There is active development on interfaces for Python, Ruby, Matlab, and other languages. OpenCV was designed for computational efficiency and with a … Continue reading “What is OpenCV ?”