搜索资源列表
scientific-computing-with-python
- 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
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
animation
- 利用matplotlib库函数,模拟下雨动画以及各种动画过程(Use Matplotlib library function to simulate rain animation and various animation process)
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)