说明: 基于红绿灯图片进行红绿灯进定位、检测和识别。编译环境cmake+opencv。
(Location, detection and recognition of traffic lights based on traffic lights pictures. Compile environment cmake + OpenCV.)
OpenCV Computer Vision Projects with Python;
This Learning Path is for someone who has a working knowledge of Python and
wants to try out OpenCV. This Learning Path will take you from a beginner to an
expert in computer vision applications using O
OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。
OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python、Java and MATLAB/OCTAVE(版本2.5)的接口。