-
数字图像均值滤波和高斯滤波分析
说明: 数字图像处理的大作业,有报告,关键代码都有注释,有一些不足,可供大家参考(Digital image processing operations, there are reports, key codes have notes, there are some shortcomings, for your reference.)
- 2021-01-06 22:20:05下载
- 积分:1
-
eight_end
关于对极几何图像中八点算法的MATLAB实现,刚开始做 ,请多指教(on very geometric images 8:00 algorithm in MATLAB, just beginning, please enlighten)
- 2007-05-08 18:22:50下载
- 积分:1
-
facedetect
人脸检测,是采用国外的一个论文中的算法实现,如果想要论文,请发信给我(face detecting)
- 2009-04-20 15:59:30下载
- 积分:1
-
BuildGabor
生成一个Gabor Patch的图形,可以调整图形尺寸、相位、旋转角度、对比度等各种参数,在基于PsychToolbox的实验程序编程中非常实用,可用作视觉刺激图形(Generate a Gabor patch, parameters like size, phase, angle and contrast are modifiable, useful in PsychToolbox programming, can be used as visual stimuli)
- 2020-06-26 18:20:02下载
- 积分:1
-
Graph
输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
- 2020-12-13 15:29:15下载
- 积分:1
-
StringMatch
带通配符的字符串匹配,多重匹配,支持通配符“*”,“?”(String matching with wildcards, multiple matches, supports wildcards " *" , " ?" )
- 2014-01-16 10:33:12下载
- 积分:1
-
gaosi
二维图形图像处理,高斯平滑的源代码,图像预处理(Two-dimensional graphic image processing, Gaussian smoothing of the source code, image preprocessing)
- 2009-11-18 15:32:39下载
- 积分:1
-
FBP
N年前上数字图像课时写的实验报告和程序,用滤波反投影(Filter Back Project,FBP)法重建图像。(Report and source code for data image restore experiment, using FBP.)
- 2013-08-23 00:08:28下载
- 积分:1
-
fuzzyedge
图象的模糊边缘检测,用MATLAB实现的,有用户界面和检测结果!(Image fuzzy edge detection, implemented using MATLAB, user interface and test results!)
- 2012-09-09 15:50:11下载
- 积分:1
-
EXP
说明: 注:运行前自己准备图像,修改I = imread('')单引号中的路径
1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。
2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。
3. 图像平移和旋转
4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
- 2020-08-15 08:49:44下载
- 积分:1