Request Text

Intel® Open Source Computer VisionLibraryWhat is OpenCVOpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and fewC classes that implement some popular algorithms of Image Processing and Computer Vision.The key featuresOpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. Itdoes not rely on external numerical libraries, though it can make use of some of them (see below) atruntime, if they are available.OpenCV is free for both non-commercial and commercial use (see the license for details).OpenCV provides transparent for user interface to Intel® Integrated Performance Primitives (IPP) (onlyippcv for now). That is, it loads automatically IPP libraries optimized for specific processor at runtime, ifthey are available. More information about IPP can be retrieved athttp://www.intel.com/software/products/ipp/ippvm20/index.htmThere are interfaces to OpenCV for some other languages/environmen
