Download List

Projeto Descrição

The Open Computer Vision Library is a collection
of algorithms and sample code for various computer
vision problems. The library is compatible with
IPL (Intel Image Processing Library) and utilizes
Intel Integrated Performance Primitives for better
performance.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-04 03:16
2.3.1

Muitas funções e métodos de agora tomar InputArray / outputArray em vez de "cv:: Mat" referências. LAPACK foi substituído por uma implementação de Jacobi SVD, diminuindo a pegada e tempo de compilação, e melhorando o desempenho e precisão. BREVE novas e descritores de função ORB foram adicionados. Um novo padrão de calibração "grid círculos" foi adicionado. Um novo experimental variacional estéreo StereoVar algoritmo de correspondência foi adicionado. Suporte para câmeras Ximea foi adicionado. Módulos Python foram melhoradas. Diversas outras melhorias foram feitas. Documentação foi melhorada. Muitos bugs foram corrigidos.
Tags: Minor bugfixes, Major feature enhancements
Many functions and methods now take InputArray/OutputArray instead of "cv::Mat" references. LAPACK was replaced by an implementation of Jacobi SVD, decreasing footprint and compile time, and improving performance and accuracy. New BRIEF and ORB feature descriptors were added. A new calibration pattern "circles grid" was added. A new experimental variational stereo correspondence algorithm StereoVar was added. Support for Ximea cameras was added. Python modules were enhanced. Various other enhancements were made. Documentation was improved. Many bugs were fixed.

2010-12-07 11:29
2.2

A biblioteca foi reorganizada em 12 menores em vez de quatro módulos maiores, mantendo a compatibilidade com versões anteriores. Um módulo de aceleração experimental CUDA foi adicionado. Muitas melhorias e aperfeiçoamentos foram feitos. Bugs foram corrigidos.
Tags: Major feature enhancements, Minor bugfixes
The library was reorganized into 12 smaller instead of 4 larger modules, while maintaining backward compatibility. An experimental CUDA acceleration module was added. Many improvements and enhancements were made. Bugs were fixed.

2010-09-27 21:54
2.1

Todos OpenCV agora usa exceções em vez do velho mecanismo libc-estilo. loops paralelos em OpenCV foram convertidas de OpenMP para Intel TBB. vinculações SWIG baseado Python já não são suportadas, em favor da nova interface. Um apoio mais completo para sistemas operacionais de 64 bits foi implementado, incluindo HighGUI. Dinâmica de detecção de CPU host foi implementado. O GrabCut algoritmo de segmentação da imagem foi adicionada. Um algoritmo melhor correspondência estéreo (SGBM) foi adicionado. O backend gstreamer foi melhorada. Para construir, autotools foram totalmente substituídos por CMake. Toneladas de correções de bugs e melhorias de testes foram feitos.
Tags: Major feature enhancements, Minor bugfixes
All of OpenCV now uses exceptions instead of the old libc-style mechanism. Parallel loops in OpenCV were converted from OpenMP to Intel TBB. SWIG-based Python bindings are no longer supported, in favor of the new interface. More complete support for 64-bit OSes was implemented, including HighGUI. Dynamic host CPU detection was implemented. The GrabCut image segmentation algorithm was added. A better stereo correspondence algorithm (SGBM) was added. The gstreamer backend was improved. For build, autotools were completely replaced by CMake. Tons of bug fixes and test enhancements were made.

2009-10-04 03:06
2.0.0

Um novo C + + interface foi adicionada para além das já existentes OpenCV 1.x C API, trazendo gerenciamento automático de memória e muitas outras vantagens. Um monte de novas funcionalidades, especialmente na área de detectores de características e descritores, foi executado. Otimização SSE2 de muitas funções foi feito. A construção do sistema foi modificado para usar CMake, ea estrutura de diretório foi revisto. A documentação foi convertido para LaTeX e melhorados.
Tags: Major feature enhancements
A new C++ interface was added in addition to the existing OpenCV 1.x C API, bringing automatic memory management and many other advantages. A lot of new functionality, especially in the area of feature detectors and descriptors, was implemented. SSE2 optimization of many functions was made. The build system was modified to use CMake, and the directory structure was revised. The documentation was converted to LaTeX and improved.

2006-11-07 15:20
1.0.0

Esta é a primeira versão estável do OpenCV depois de mais de 6 anos de desenvolvimento.
Tags: Initial freshmeat announcement
This is the first stable version of OpenCV after
more than 6 years of development.

Project Resources