搜索资源列表
Gaussian-Noise-Image-Add
- 这个程序用于在图片中增加各种噪声,如高斯椒盐噪声, 加性或乘性等多种混合噪声,用于其它程序的测试。-This procedure is used to increase the variety of picture noise, such as salt and pepper Gaussian noise, additive or multiplicative noise, such as a mixture for testing other programs.
face_detect
- opencv人脸识别的应用。读入图片(需要在程序中修改)可输出识别了人脸的图片。需要opencv 1.0-opencv face detection. input image can output image with rectangular at the detected faces. need opencv 1.0
minarea
- Detect main area of the image, written in python
175-ch9-Fractals
- Lindenmayer systems in Python 3
draw
- python guiqwt 实时绘图例子-python guiqwt examples of real-time graphics
matplotlib(study-examples-by-myself)
- 包含了一些matplotlib的应用例子,包括了数据库连接的例子。是python数据处理学习的基础入门。部分代码附有注释。-Contains some matplotlib application examples, including examples of database connection. Basics of learning python data processing. Part of the code is annotated.
affinetranform
- python基于pyopencv对图像进行仿射变换-perform affinetranform to the image by pyopen based on pyopencv
Roberto
- Making Robert s cross in python. Finding edges without library.
SITE-PLANNING
- This program aims at graphically Developing site plans for a given site dimension and the number of floors and the number of rooms present in each floor using TURTLE GRAPHICS in python. The input is read from file.And the details of each floor and
median
- Simple Median Filter for Image processing. Written for Python 2.7 and PIL (Python Image Processing Library is necessary) just run median.py
pyqtgraph-develop
- python绘图专用的插件,简单实用。对于python爱好者将是一大惊喜。-python plugin dedicated graphics, simple and practical.
FF
- PYTHON IMPLEMENTATION FOR FORD-FULKERSON ALGORITH
1
- 利用python中的matplotlib,连接数据库,用数据库中的数据绘图 柱状图-The use of Python in the Matplotlib, connect to the , using the data in the drawing histogram
scikit-image-master
- scikit-image: Image processing in Python:Python编写的图像处理程序,可直接调用,是学习python图像处理的很好参考。-scikit-image: Image processing in Python:Image processing program written in Python, can be called directly, is to learn Python a good reference to the image processin
edge
- 调用opencv库,python编码,实现图像的边缘检测-Call opencv library, python coding, image edge detection
tests
- It is a series of tests to show how to sample Gaussian processes in Python and multivariate functions in order to get random functions-It is a series of tests to show how to sample Gaussian processes in Python and multivariate functions in order to
nmf.py
- 非负矩阵分解,经典nmf算法,python实现,下载压缩包后直接解压即可-Non negative matrix factorization, the classic NMF algorithm, python language to achieve, download the compressed package can be directly extracted
rainbow
- 用Python画出一幅七色彩虹图的代码。(We draw a rainbow picture by Python.)
flowers
- 通过Python画出两种比较容易的小花。(We draw two simple and ugly flowers by Python.)
calculator
- 用python实现简易计算器,包括+,-,*,/及一些扩展运算,是联系python的GUI编程的很好的练手题目。(simple calculator write by Python.)