资源列表
用python显示图像直方图
- 我们要对图像求直方图,就需要先把图像矩阵进行flatten操作,使之变为一维数组,然后再进行统计。 一、画灰度图直方图 绘图都可以调用matplotlib.pyplot库来进行,其中的hist函数可以直接绘制直方图。
meanshift图像分割
- 实现meanshift 图像分割,效果还不错(Implement mean shift image segmentation, the effect is good)
HoudiniExprEditor_v1_2_2
- 将houdini的内置编辑器中的vex或python的代码推送到vscode上。自动配置的语法高亮和自动补全。 (Houdini Expression Editor allows you to set up an external text editor for all type of expressions. Such as Vex snippet, python code, Hscr ipt. It uses a system of file watchers to keep track o
Image Processing toolbox
- 图像处理小工具箱,包括中值滤波,高斯滤波,均值滤波,canny边缘提取等小程序(Image processing toolbox, including median filter, gaussian filter, mean filter, canny edge extraction and other small procedures)
MiniDraw
- 基于QT进行简单的直线、矩形绘画,按钮的添加以及状态更新(Simple line and rectangle drawing, button addition and status update based on QT)
光学图像处理Demo
- 初学者使用VC++进行光学图像处理的源代码
AS3 缓动类
- flash动画效果使用缓动包。工具类swc,在flash中制作缓动效果的时候非常实用的一个工具。
第 27 章 基于区域生长的肝影像分割系统
- 权重自适应图像去噪,根据形态学。效果还行(Weight adaptive image denoising)
GS algorithmn
- 相位恢复算法,gs算法,适用于双强度测量的相位恢复问题(a phase retrieval algorithmn-gs using MATLAB)
灰度化
- 此代码主要针对的是研究医学图像处理的人群,可以快速灰度化医学图像
vtk例子
- 在这个上传的文件中包含了700个左右的vtk有关的例子,丰富的例子可以加强对vtk的理解与学习
烟花代码
- 通过vs2013+easy x 库 实现的一个烟花从升起到绽放的过程 有音乐 文字 图片的输出