搜索资源列表
11111
- python+opencv获取视频与python+videocapture获取视频-python+ opencv python+ videocapture get access to video and video
OpenCV
- OpenCV 是一个开源的计算机视觉库,采用 C/C++语言编写,可以运行在Linux/Windows/Mac 等操作系统上。OpenCV 还提供了 Python、Ruby、MATLAB 以及其他语言的接口。 本文为其使用教程-learning opencv
python
- 用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
testOpencv
- 采用opencv和python进行摄像头控制和显示的程序,非常方便,可以用于测试摄像头连接-Opencv and python for the use of camera control and display procedure is very convenient and can be used to test camera to connect
Opencv-python-doc
- python在opencv环境中应用 doc 版的-python in opencv applied doc version of the
face_detect
- opencv人脸识别的应用。读入图片(需要在程序中修改)可输出识别了人脸的图片。需要opencv 1.0-opencv face detection. input image can output image with rectangular at the detected faces. need opencv 1.0
pythonImageDFThighlowpass
- Python opencv image enhancement in frequency domain. DFT , inverse DFT , highpass , lowpass filter
Readanddisplayimagefiles
- 图像文件读入和显示 Wikipedia,自由的百科全书 来自于仕琪的讲稿《使用OpenCV进行图像处理》中的例程 目录 [隐藏] 1 C语言版本 2 函数说明 2.1 论坛常见问题 3 Python版本 [编辑]C语言版本-Read and display image files Wikipedia, the free encyclopedia Shi Qi' s speech from the " use OpenCV
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
python-行人检测-可用
- 这是利用python+opencv编写的,行人检测代码,另配有检测样图,测试可用(this is a code for person detect,it function is normal)
watershed
- 图像分水岭分割图像,采用python,opencv库。(watershed of image,python+opencv)
OpenCV计算机视觉
- 是关于Python-opencv使用的一些说明,可以作为补基础用。(it is about python-opencv and it is for readers who are lack of information about this era.)
Python-opencv
- 利用Python在树莓派上实现一个人脸识别系统(Using Python to implement a face recognition system on raspberry pi)
mosaic
- Python opencv 基于sift 特征实现两张图片拼接(Python opencv realization of two picture splicing based on SIFT features)
python opencv 数字识别
- python 基础教程 修改了不能运行的问题 对于学习opencv Python 数字识别有一定的帮助(Python basic tutorials modify the problems that are not running and have some help in learning opencv Python digital recognition)
FPS
- python opencv demo ,fps demo,language python demo code us opencv
OpenCV-Python-Toturial-中文版
- Python OpenCV官方文档中文版(Python OpenCV Official documents Chinese)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
OpenCV官方教程中文版(For Python)
- 基于opencv的python使用api,同时提供api讲解。(Opencv based Python uses API and provides API explanation.)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会