搜索资源列表
发个指纹识别系统
- 抛开别的,现在只说细化。 细化的目的是把图像变成单像素宽。 单像素宽的定义如下: 在8邻域内最多不超过3个临接点。 端点处一个,连续点处2个,分叉点处3个 可是如果这样定义,那么这样的图形无法细化了: 图像是一个叉子,因为交点所在的8邻域是有4个临界点的 这样的图像是无法变成单像素宽的
ProSOM
- SOM的学习规则有三个主要阶段: 1)寻找与输入模式xk最接近的连接权向量Wj*=(wj*1, wj*2,….., wj*N) 2)将该连接权向量Wj*进一步朝向与输入模式xk接近的方向调整 3)除调整连接权向量Wj*外,还调整邻域内的各个连接权向量,并随着学习次数的增加,逐渐缩小邻域范围-SOM learning rules are three main stages : 1) Find the input mode xk closest to the connection wei
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
pinghuachuli
- 噪声消除发,邻域平均发,中值滤波,产生噪声-noise elimination hair, a neighborhood average, median filtering, generating noise
myimageprocess2
- matlab实现直方图均衡化,直方图匹配,邻域平均,局域增强,中值滤波-Matlab histogram equalization, histogram matching, neighborhood average, local enhanced Median Filtering
dip2
- 基于信息融合的图像边缘检测方法研究,⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。-Edge detection method, 1 histogram equalization (histogram equalization). 2 histogram matchi
tuxiangpinghuachuli
- 该程序可以通过邻域平均法,中值滤波等多种方法消除图像中的躁声.还可以在图像中生成躁声.-the program through Neighborhood average, median filtering and other methods to eliminate the image impatient voice. The images can also generated impatient voice.
thetwo
- 提供了Lena原始图,并对其加入斑点噪声后用中值、均值进行不同窗口和邻域的滤波。-provided the original map, and its accession to speckle after the adoption of value, Mean different window and Neighborhood filtering.
DigitalImageProccessexperiment
- Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median filtering and image shar
tuxiangzhengqiang
- 用matlab对图像进行增强 包括直方图均衡化 直方图匹配 邻域平均等-using Matlab to enhance the images include histogram equalization histogram matching an average neighborhood
regiongrow2
- 区域生长,基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上 -regional growth, the basic approach is based on a group of seed starting point to the growth of regional tour, What about predefined attributes similar to seed the neighborhood of each pixel a
DSPLIT.DSW1
- 二值图像的黑白点噪声滤波,邻域平均法,中值滤波,产生噪声-two values point to the black and white image noise filtering, neighborhood average, median filtering, generating noise
112
- 二值图像连通域标记快速算法,能进行区域检测,附代说明文档,VB开发-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
b
- :DBSCAN是一个基于密度的聚类算法。该算法将具有足够高密度的区域划分为簇,并可以在带有“噪声”的空间数 据库中发现任意形状的聚类。但DtLqCAN算法没有考虑非空间属性,且DBSCAN算法需扫描空间数据库中每个点的e一 邻域来寻找聚类,这使得DBSCAN算法的应用受到了一定的局限。文中提出了一种基于DBSCAN的算法,可以处理非空 间属性,同时又可以加快聚类的速度。-: DBSCAN is a density-based clustering algorithm. The alg
69491728rough-set-codes
- 胡清华邻域粗糙集源码,matlab源代码,方便可用(Hu Qinghua neighborhood rough sets source code, matlab source code, easy to use)
PLF
- 基于随机邻域搜索的含风电配电网优化规划 本程序提出了含风电配电网中基于半不变量的随机潮流算法,该算法考虑了风电的出力随机性,运用了概率统计方法处理系统运行中的随机变化因素,给出系统运行电压、支路潮流等概率分布情况,可以更深刻地揭示系统运行状况,为系统安全运行决策提供更完整的信息。 随机变量的卷积运算是随机潮流计算量较大的部分,利用半不变量的方法进行随机变量间的卷积运算,并用Gram-Charlier级数展开式计算随机变量的分布[4-6]将使整个随机潮流计算效率很高,其精度也足以满足规划和运行
IEEE9
- 不是说了吗k邻域算法,ieee9的k邻域算法,拿好不用谢(Did I say K neighborhood algorithm?)
程序
- 邻域粗糙集的基因数据处理实现程序 基于MATLAB(Implementation program of neighborhood rough set)
VNS_TSP_Vn.0
- 基于C++语言的变邻域搜索算法源代码,解决解决TSP问题(Variable neighborhood search algorithm based on C++ language source code to solve the TSP problem)
邻域粗糙集
- 邻域粗糙集,是建立在经典粗糙集的基础上的,可以用于数据约简。