搜索资源列表
Python-Scientific-Calculation
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设计
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
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.
PulseMeasure
- 一份脉搏波形显示的python源码。采用了wxpython, matplotlib和pyserial 可以作为实现其他波形显示功能的参考。 直接执行python main.py即可。执行之前先确保各个python库都安装齐备-A pulse waveform display python source. Using wxpython, matplotlib and pyserial achieve other waveform display can be used as a refere
1
- 利用python中的matplotlib,连接数据库,用数据库中的数据绘图 柱状图-The use of Python in the Matplotlib, connect to the , using the data in the drawing histogram
ganmoly_deep
- 基于python标准库matplotlib进行科学绘制。-Based on scientific matplotlib python standard library to draw.
histprocessing
- 利用python、cv2、numpy、matplotlib对图像进行直方图处理,包括直方图显示、直方图均衡化、直方图匹配(规定化)-Use python, cv2, numpy, matplotlib to process the image histogram for enhenceing, including the histogram display, histogram equalization, histogram matching
plot
- 论文插图的作图程序,将数据保存在excel中,然后可通过改代码作图(Illustrations of the drawing process, the data stored in the excel, and then through the code mapping)
animation
- 利用matplotlib库函数,模拟下雨动画以及各种动画过程(Use Matplotlib library function to simulate rain animation and various animation process)
imgs_show
- 在python3.6上,采用三种方式处理图片并显示的对比(On python3.6, the contrast of three ways to deal with pictures and display)
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)
用python显示图像直方图
- 我们要对图像求直方图,就需要先把图像矩阵进行flatten操作,使之变为一维数组,然后再进行统计。 一、画灰度图直方图 绘图都可以调用matplotlib.pyplot库来进行,其中的hist函数可以直接绘制直方图。
matplotlib地图
- 用于matplotlib画图,适合应用于Python2.7版本,请下载试用