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

搜索资源列表

  1. src

    0下载:
  2. Real-time line detection through an improved Hough transform voting scheme 的matlab实现-Implement of Real-time line detection through an improved Hough transform voting scheme
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.15mb
    • 提供者:zj
  1. toolbox_tensor_voting.zip

    2下载:
  2. 张量投票在matlab环境下的仿真。球型张量及棒型张量的仿真,Tensor voting in matlab simulation environment. Spherical and rod-type tensor tensor Simulation
  3. 所属分类:matlab

    • 发布日期:2016-01-20
    • 文件大小:21.31kb
    • 提供者:misseli
  1. biye

    1下载:
  2. 基于投票算法的目标跟踪,基于二阶非线性投票的多目标跟踪算法。该算法通过目标匹配得到同一目标在不同帧中的位置,同时利用特征监测来处理目标的遮挡、分裂问题,并实现目标特征的实时更新。在目标匹配过程中,通过对目标前一帧与当前帧的特征相似性进行投票,得到匹配目标。利用视频图像进行实验,结果表明:该方法对噪声、阴影、遮挡、分裂等具有良好的鲁棒性,较好地实现了多目标的跟踪。-The method used object matching to get objects’ position in differe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-14
    • 文件大小:1.33kb
    • 提供者:崔瑞芳
  1. gyy

    0下载:
  2. 从因子分析的角度出发解决基因表达谱分析问题。为解决独立成分分析方法在求解过程中的不稳定性,提出一种基于选择性独立成分分析的DNA微阵列数据集成分类器。首先对基因表达水平的重构误差进行分析,选择部分重构误差较小的独立成分进行样本重构,然后基于重构后的样本同时训练多个支持向量机基分类器,最后选择部分分类正确率较高的基分类器进行最大投票以得到最终结果。在3个常用测试集上验证了本文设计方法的有效性。-This paper tries to deal with gene expression proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1.36mb
    • 提供者:cumtgyy
  1. ImageProcessing-CircleDetection-RenatoSalas_final

    0下载:
  2. The present report outlines the design, implementation and performance of the application of Hough Transform (HT) to detect circles in arbitrary pictures. Detecting circles in arbitrary pictures involves a two step process in this project. First,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1.06mb
    • 提供者:donna
  1. voting

    0下载:
  2. Voting simulation in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:22.6kb
    • 提供者:sundar
  1. HOUGH_METHOD_LOCATICATION

    0下载:
  2. 使用HOUGH变换的方法进行虹膜定位,比传统道哥曼投票的方法具有更快的速度-HOUGH Transform method using the iris position,faster than the traditional voting method Gorman Road
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:7.67kb
    • 提供者:DZ
  1. TVF

    0下载:
  2. 根据Medioni的张量投票理论,用matlab实现二维图像的重构。-According Medioni s tensor voting theory, with the realization of two-dimensional image reconstruction of matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:19.11kb
    • 提供者:黄锦芳
  1. Ensemble

    0下载:
  2. 用adaboost算法生成基支持向量机分类器,并对识别结果进行简单投票法集成。附有支持向量机工具箱和adaboost算法流程说明。-Adaboost algorithm to generate the base with a support vector machine classifier, and the recognition result is a simple voting method integration. With support vector machine algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.57mb
    • 提供者:李娜
  1. vp_code_Gabor

    2下载:
  2. 这个代码能够比较精确地实现图像中道路区域的分割与提取。-This code addresses this question by decomposing the road detection process into two steps: the estimation of the vanishing point associated with the main (straight) part of the road, followed by the segmentation of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.27kb
    • 提供者:邵文
  1. voting-algorithm

    0下载:
  2. this a voting algorithm MATLAB codes for fault tolerant systems. file consist of five m-files that fours of them runs from testmaj m-file. inxmaj m-file is a function for inexact majority algorithm, inxplu is a function for inexact plurality algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:yaser
  1. E_vote_Code

    0下载:
  2. This demo program about electronic voting. This base on elgamal agorythm. It can work well in Matlab 2012.-This is demo program about electronic voting. This base on elgamal agorythm. It can work well in Matlab 2012.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:160.55kb
    • 提供者:huy
  1. toolbox_tensor_voting

    1下载:
  2. tensor voting matlab 实现-tensor voting matlab achieve
  3. 所属分类:Other systems

    • 发布日期:2016-01-20
    • 文件大小:20kb
    • 提供者:戴立根
  1. jsantarc-Majority-Vote-function-for-Matlab--d0869

    1下载:
  2. This function performs majority voting for an input , ie. Counts the elements of a 1D array and outputs the value with the most occurrences. The input can be an array , ‘char’ or ‘cell’. Just a note if your input is an array the function will work wi
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:md adil
  1. Majority-Vote-function-for-Matlab--master

    0下载:
  2. 使用matlab实现多数投票,可用于高光谱图像处理(a way of majority voting using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:肖水目
  1. Demo Voting Machine Using Matlab

    0下载:
  2. ABCDEFGHIJKLMNOPQRSTUVWXYZ
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:9kb
    • 提供者:sallu
  1. toolbox_tensor_voting

    0下载:
  2. 用matlab实现Tensor voting算法(Implementation of Tensor voting algorithm with MATLAB)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:42kb
    • 提供者:蒙仔
  1. 几种不同的遗传算法

    0下载:
  2. matlab例程,学习遗传算法非常有用,需要的可以下载使用哟!(Voting management system, the use of Java language development, SSH framework, though difficult, but the function is very strong!)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:6kb
    • 提供者:3a66006
  1. 布谷鸟算法应用到爬虫

    0下载:
  2. 使用matlab实现的布谷鸟算法,非常好用,需要的可以下载看看!(Voting management system, the use of Java language development, SSH framework, though difficult, but the function is very strong!)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1.39mb
    • 提供者:6224V94
搜珍网 www.dssz.com