CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 邻域

搜索资源列表

  1. rough-set-codes

    6下载:
  2. 这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2543029
    • 提供者:robert
  1. EDLinesTest

    2下载:
  2. EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (E
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5152794
    • 提供者:zhanglei
  1. CCHP_CO2

    3下载:
  2. 一种适用于热电联产系统的改进粒子群算法,提高了邻域搜索能力-One for improved PSO algorithm cogeneration systems to improve the neighborhood search capability
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:XYY
  1. lvxing

    0下载:
  2. 旅行商问题是NP完全的组合优化问题。分析了邻域启发式算法的基本操作,提出 一种简单的启发式贪心法,仅利用城市间的距离信息求解旅行商问题-Traveling salesman problem is np-complete combinatorial optimization problem.The basic operation of neighborhood heuristic algorithm is analyzed and presented A simple heuristic
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:33215
    • 提供者:
  1. Neighborhood-rough-set

    0下载:
  2. 邻域粗糙集属性约简程序,约简方法为胡清华的前向贪心算法,包含求正域,属性重要度计算及最后约简出的重要属性。-Neighborhood rough set attribute reduction program, before the reduction method for qing-hua hu to the greedy algorithm, contains positive region, calculation and the reduction of attribute import
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:9447
    • 提供者:anna
  1. RegionGrow-OK1

    0下载:
  2. QT平台实现的区域生长算法,非常基础的东西,一百行代码左右,基于jpg图片生长,有原图片和运行结果,八邻域算法-Region growing algorithm QT platform and very basic things, about a hundred lines of code, based on the growth of jpg image with the original image and the operating results, eight neighborhood
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-28
    • 文件大小:10491471
    • 提供者:丁亿
  1. TSforTSP

    0下载:
  2. 禁忌搜索是人工智能的体现,是在局部邻域搜索的基础上发展起来的-Tahu Search is proposed by Glover(1986),which is based on neighood..
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:3850
    • 提供者:shiguangcheng
  1. x

    0下载:
  2. 一种均值加速中值滤波迭代算法 ,该算法不需要对所有像素的邻域值进行排序,而是对像素的邻域值有选择性的排序,排序后的中值直接替代原像素值-introduces a fast algor i thm of m edium f i ltering .T h e a l gor i thm chooses som e elem ents for sortin g order nota l l elem en ts by using th e m ean s of valu e. A nd the p
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:93257
    • 提供者:汤军
  1. LiveWireAlg

    0下载:
  2. 是一种路径搜索方法。 Livewire需要对应节点的状态:expanded(作为种子点算过),initial (没算过),active(作为种子的邻域被算过,可以继续更新) 或者frozen,frame(目标区),narrowband。也可以先设frozen区域,限制计算范围。 节点的速度值(fastmarching中 用于计算时间) 节点的时间(代价值) 为了连续地计算更新节点信息,需要将节点保存为可以找到其父节点(指针或数组中的值)的链表形式,通过此链表,找到待计算队列
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5396003
    • 提供者:lynn
  1. The-image-processing

    0下载:
  2. 以对图像进行复制、粘贴、剪切、全选、取消选择和翻转。 过滤图像,包括锐化、浮雕、腐蚀、风化。对图像进行滤波处理:包括最小值滤波处理、最大值滤波处理和中值处理。 对彩色图像进行变换:包括彩色转灰度、彩色转黑白、平滑处理、霓红处理。软化图像,包括红色、绿色、橙色;硬化图像,包括红色、绿色、蓝色。 对图像进行卷积处理,包括水平增强、垂直增强和双向增强。 对图像进行边缘探测,例如右下边缘抽出,拉普拉斯(8邻域)。给图像进行对比度增强,进行FFT分析,以及对两幅图像进行合成。 可以选择
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-07
    • 文件大小:1134820
    • 提供者:国俊迈
  1. wave_neighbor

    0下载:
  2. 邻域小波法在图像处理领域针对图像去噪能够提供很好的效果-Neighborhood wavelet method has a good effect on image denoising in the field of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:404803
    • 提供者:某曲
  1. Untitled1

    0下载:
  2. MATLAB实现线性平滑滤波,实现邻域平均法抑制噪声,以及中值滤波。-MATLAB for linear filtering, neighborhood averaging method to achieve noise suppression, and median filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:620
    • 提供者:zhengzheng
  1. Rough-set_matlab

    0下载:
  2. 粗糙集和邻域粗糙集的matlab代码,包括基本理论与改进-Rough set theory and synthesis reasoning theory can be integrated and generalized successfully
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1000126
    • 提供者:李晨阳
  1. GROWTH

    0下载:
  2. 图形处理算法 区域生长,实现8邻域区域生长-Graphics processing algorithms regional growth to achieve 8 neighborhood region growing
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:517126
    • 提供者:张越
  1. otsu

    0下载:
  2. 假设一幅图像的灰度级为L,其邻域平滑图像的灰度级也为L,对于图像中的任何一个像素,就有了一个二元组。对于系图像进行处理就构成了2维0tsu的分割。-Assuming that the gray level of an image is L and the gray level of its neighborhood smoothing image is L, for any pixel in the image, there will be a two-tuple. The processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:wangqiang
  1. find_endnode

    0下载:
  2. 从二值线状图像中提取线状路径的端点坐标,通过查找8邻域内仅有1个与之相连的点实现-Get the coordinates of the end point of linear path the binary image of the line
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:896
    • 提供者:chen
  1. vibe

    0下载:
  2. ViBe是一种像素级的背景建模、前景检测算法,该算法主要不同之处是背景模型的更新策略,随机选择需要替换的像素的样本,随机选择邻域像素进行更新。-ViBe is pixel-level background for modeling, foreground detection algorithm, which is the main difference between the background model update strategy, randomly selected sample o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1150429
    • 提供者:唐文文
  1. Ordered-neighborhood-rough-set

    0下载:
  2. 利用基于排序的邻域粗糙集算法对具有高维属性的元数据进行属性约简,删减多余的无关属性,避免模型的过拟合,提高模型预测精度和模型运算速度-The algorithm based on the ordered neighborhood rough set is used to reduce the attributes of the high dimension attributes, to eliminate the redundant irrelevant attributes, to avoid
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:425801
    • 提供者:紫罗兰
  1. 2

    0下载:
  2. 基于交叉累计剩余熵的图像配准中插值方法的改进 交叉累计剩余熵(CCRE)比传统互信息在配准强噪声图像时更具优势,但采用部分体积(PV)插值的CCRE在网格点容易产生局部极值,不利于变换参数的优化。针对该问题,研究基于3阶B样条函数的PV插值(BPV)、哈宁窗sinc函数的PV插值(HPV)和Blackman-Harris窗sinc函数的PV插值(BHPV)方法在CCRE中的应用,提出一种新的插值方法。该方法采用灵活的邻域中心,将插值点对联合直方图贡献的权重分散到临近的9个点上,并使用高
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:327142
    • 提供者:fangsm
  1. zhiwenchuli

    0下载:
  2. 指纹图像邻域方向的二值化处理 计算图像每个点的像素灰度均值和它垂直方向上的灰度均值。 根据两个均值的对比,来判像素点二值状态-Neighborhood fingerprint image binarization processing direction,
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-05
    • 文件大小:384852
    • 提供者:asan
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com