资源列表
hpfilter
- 对图像进行高通滤波,包含巴特沃斯高通滤波器BHPF,指数高通滤波器EHPF,梯形高通滤波器THPF(The image is filtered through high pass, including Butterworth high pass filter BHPF, exponential high pass filter EHPF, ladder high pass filter THPF.)
灰度共生矩阵
- 灰度共生矩阵,指的是一种通过研究灰度的空间相关特性来描述纹理的常用方法。 [1] 1973年Haralick等人提出了用灰度共生矩阵来描述纹理特征。 由于纹理是由灰度分布在空间位置上反复出现而形成的,因而在图像空间中相隔某距离的两像素之间会存在一定的灰度关系,即图像中灰度的空间相关特性。(Gray-level co-occurrence matrix refers to a common method for describing texture by studying the spatia
wrap
- 磁共振相位缠绕算法,对任意维度的图像进行缠绕处理。(Wrap images of any dimension.)
视差图完整
- 对双目视觉处理的图像通过获取相机的内外参数后得出视差图,而后方便得到深度图等(The binocular vision processing image is obtained by obtaining the camera's internal and external parameters, and then the disparity map is obtained, and then the depth map is obtained.)
视差图程序
- 通过获取摄像机内外参数获得双目视觉处理图像,得到视差图,得到深度图。(The binocular vision processing image is obtained by obtaining the camera's internal and external parameters, and then the disparity map is obtained, and then the depth map is obtained.)
GLCM
- 本程序实现的功能为提取图像的GLCM,包括能量、熵、相关性等(The function is to extract the image GLCM.)
数学建模运动模糊图像的复原
- 数学建模,动态模糊与模糊图像处理,维纳滤波方法。(Mathematical modeling, dynamic fuzzy and fuzzy image processing, Wiener filtering method.)
zuixiaowaijiejuxing
- 使用matlab识别图像目标,并外接最小矩形方便计算面积等特征值。(Identifying the image target and connecting the smallest rectangle)
基于蚁群算法的图像边缘检测
- 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the direction, and the better solution is
min
- 用于计算二值图像的最小外接矩形(若针对连通区域可用增加bwlabel函数自行处理)(The minimum circumscribed rectangle)
基于Hough变化的答题卡识别
- 基于Hough变化的答题卡识别,已经调试成功,可直接使用(The identification of the answer card based on the change of hough has been successfully debugged and can be directly used)
代码
- 模糊聚类方法的图像分割,即使用模糊C均值方法多次迭代产生聚类中心,分割图像(Image segmentation of FCM)