搜索资源列表
python
- 用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
Flickr_code_2009_05_14
- 用python实现的可以从flickr上下载图形进行研究和分析之用-Python implementation that can be used to download graphics from the flickr research and analysis purposes
gdal_merge
- 功能强大的图像合并程序,用python实现,底层调用GDAL。-Powerful image merging process, using python implementation, the bottom is called GDAL.
hist
- opencv直方图用python实现,第一次做,可能比较粗糙,多多包涵-opencv histogram with a python implementation, for the first time to do, it may be rough, bear with me
Python.koch
- 用Python语言编写的OpenGL程序 Koch曲线-With OpenGL program written in Python Koch curve
python
- 用python产生方波图像以及对其作傅里叶变换,通过三维图显示频谱图-Square image and Fourier transformation with python
Python
- 用Python编写的用飞秋进行通信的网络小程序希望可以帮到大家-expect everyone to go up
svm
- 用Python写的关于SVM算法的人脸识别小程序(Written in Python on the SVM algorithm for face recognition applet)
rainbow
- 用Python画出一幅七色彩虹图的代码。(We draw a rainbow picture by Python.)
用python 将mnist 数据集转化为图片
- 将官网打包好的mnist数据集转化成图片(translate mnist data to picture)
handwrite2
- 采用KNN算法,用PYTHON语言实现的手写数字图像识别(Using KNN algorithm, handwritten digital image recognition with PYTHON language)
OpenCV-Python-Tutorial-中文版20160814
- 用python学习opencv,很适合新手学习(Learning opencv with Python)
颜色识别python (2)
- 摄像头所采集到的图像及图像处理完成后的显示都需要用到颜色模型,常见的颜色模型包括RGB、HSV、HSL、Lab等,这里我所用到的颜色模型有RGB、HSV。RGB颜色模型分别对应Red(红色)、Green(绿色)、Blue(蓝色)这三种颜色,HSV颜色模型分别对应Hue(色相)、Saturation(饱和度)、Value(明度)这三种参数。将摄像头所采集到的RGB数据通过Python程序转变为HSV数据(The color model is needed to display the image
canny_detect
- 用PYthon实现Canny算法,对影像进行边缘提取(This code can get object edge through canny algorithm. It is written in Python language.)
get_yanzhengma
- 用Python编写的一个登陆验证码识别,主要用于登录时输入的验证码,需要安装类库。(Verification code identification)
calculator
- 用python实现简易计算器,包括+,-,*,/及一些扩展运算,是联系python的GUI编程的很好的练手题目。(simple calculator write by Python.)
face-Adaboost
- 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
python
- Python [1] (英国发音:/?pa?θ?n/ 美国发音:/?pa?θɑ?n/), 是一种面向对象的解释型计算机程序设计语言,由荷兰人Guido van Rossum于1989年发明,第一个公开发行版发行于1991年。 Python是纯粹的自由软件, 源代码和解释器CPython遵循 GPL(GNU General Public License)协议。Python语法简洁清晰,特色之一是强制用空白符(white space)作为语句缩进。 Python具有丰富和强大的库。它常被昵称为
Fractal dimension code
- 用Python语言编写的分形维数代码,计算分形维数(Fractal dimension code)
CarND-Advanced-Lane-Lines-master(1)
- 用Python对输入的车道视频进行处理,识别车道线。(此文件为程序文件,输入视频在另一个文件,请一同下载放到同一文件夹)(Python is used to process the input Lane video and identify the lane line. (this file is a program file, the input video is in another file, please download and put it in the same folder))