搜索资源列表
python
- 用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
OpenCV2.2_API_Specification
- 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
Introduction-to-Computer-Vision-in-Python
- E-Book, about an introduction to computer vision in Python,basic computer vision examples using SciPy, OpenCV and Pygame.
Opencv-in-python
- 用于opencv编程的python代码资料,有许多使用的算法,如提取sift,光流等等,十分实用-Opencv python code for programming information, there are many algorithms used, such as the extraction sift, optical flow, etc., is very practical
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
OpenCV-Python-Toturial
- Opencv的Python接口中文教程,非常实用,。-Opencv Python Toturial
shotdetect-master
- 基于内容突变的视频镜头检测(基于python和openCV实现)-A simple yet effective python implementation for video shot detection of abrupt transition (based on python OpenCV)
watershed
- 图像分水岭分割图像,采用python,opencv库。(watershed of image,python+opencv)
OpenCV_3_License_Plate_Recognition_Python
- 这是一个基于python和opencvd的车牌定位和识别的代码(This is a license plate location and recognition based on Python and opencvd code)
学习OpenCV(中文版)
- OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(OpenCV is a cross platform computer vision library based on BSD licensing (open source) that
motioncolor_detect
- 本代码为py-opencv 程序,实现运动物体检测,通过serial与下位机通讯,可移植于windows,linux,以及树莓派,nanopi等平台或设备上,(This code is py-opencv program, to achieve moving object detection, through the serial and the slave computer communication, can be transplanted to windows, Linux, and ra
opencv-master
- 太阳能EL缺陷自动检测,暗片,裂纹,虚焊(Automatic detection of solar EL defects)
SiftDetector
- 调用opencv库中的SIFT算法实现图像的匹配和分类(Call opencv library SIFT algorithm to achieve image matching and classification)
img_show
- pil,matplotlib,opencv三种方式显示图像,封装成函数,输入参数为np.array或者文件路径,包含了显示的图片文件(PIL, Matplotlib, opencv, the three ways of displaying images, encapsulated into functions, input parameters to np.array or file paths, including the displayed picture files)
Histogram
- 灰度直方图和RGB直方图,采用Python-OpenCV,(Grey levelHistogram and RGB Histogram)
face_detect
- python dlib实现实时监测视频中人脸(Python Dlib for real-time monitoring of face in video)
jiaozhun1
- 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)
lbpcascade_animeface-master
- 利用opencv资源库里自带的lbpcascade_animeface.xml,对普通人脸进行识别,如果有数据库的话,也可以自己训练学习,提取人脸特征,进行学习(We use the lbpcascade_animeface.xml in opencv repository to recognize normal faces. If there are databases, we can also train ourselves to learn, extract facial features
OpenCV-Python-Toturial-中文版
- Python OpenCV官方文档中文版(Python OpenCV Official documents Chinese)
detection.py
- Python+OpenCV实现的行人检测(Pedestrian Detection of Python + OpenCV Implementation)