搜索资源列表
jiao448
- 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pixels wide single white line in
finger
- 提取指纹特征点的matlab代码,很有用,利用自适应阈值进行分割,再进行频域增强,根据八邻域纹线编码进行特征提取。-Extracted fingerprint feature points of the matlab code, useful, adaptive threshold segmentation, and then increased in frequency domain, the eight neighborhood ridge coding for feature extrac
Mmyiimageprooa
- matlab实现直方图均衡化,直方方图匹配,邻域平均,局域增强,中值滤波 -matlab histogram equalization, histogram square graph matching, neighborhood average, local enhancement, median filtering
RS-and-NRS_-matlab-code-and-pdf
- 鉴于本人去年7月份发布的《关于粗糙集和邻域粗糙集的基本理论和程序算例》其中有一些错误,可能给相关研究人员带来了误解,在此向大家道歉! 同时在此资源中新增加了本人编写的邻域粗糙集的matlab计算程序,包括正域计算,约简计算,重要度计算,权重计算。 欢迎大家下载并交流学习! 我所发布的两个版本的说明,以第二版本为主,第一个版本就不要下载了。 版权所有,除百度文库和中国程序员联合开发网上能下载到相关资源外,其他网站上的均为盗用。请尊重知识产权!-Given that
zjlb
- 基于matlab实现的对数字图像进行的中值滤波和邻域平均处理的程序。-Based on median filtering and neighborhood average processing program for digital image of matlab achieve.Based on median filtering and neighborhood average processing program for digital image of matlab achieve.
equalize_hist
- 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter
matlab
- 城市规划 模型总步骤: 首先确定其组成的主要元素:元胞、元胞空间、元胞状态、元胞邻域及转变规则 分析模拟城市空间结构; 确定模型的参数:繁殖参数、扩散参数、传播参数及受规划约束参数 确定模型所需元胞转换规则的定义 进行城市发展模拟。(Total steps of urban planning model: First, determine the main elements of its composition: cellular, cellular space, cell
程序
- 邻域粗糙集的基因数据处理实现程序 基于MATLAB(Implementation program of neighborhood rough set)
ACA_2opt
- 将蚁群算法与2交换邻域搜索算法结合,用MATLAB编程实现(The ant colony algorithm and 2 - exchange neighborhood search algorithm were combined and realized by MATLAB programming)