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

搜索资源列表

  1. Adaboost_LPR_Matlab_081010.rar

    1下载:
  2. 对第二次上传的源码修改后的10月10日的Matalb的基于Adaboost算法的车牌定位的源码!不过训练时间还是很长!里面含有积分图像的获得,haar 特征的生成等。Matlab高手可以优化一下,感兴趣的欢迎下载!,From the second source of the revised October 10 of Matalb-based license plate location algorithm Adaboost source! But training is still a ver
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-07
    • 文件大小:94345
    • 提供者:cuidong
  1. POS-PID

    10下载:
  2. 运用粒子群优化算法对PID控制器进行优化设计,通过matlab实现-The use of particle swarm optimization algorithm to optimize the design of PID controller, through matlab to achieve
  3. 所属分类:Special Effects

    • 发布日期:2015-05-08
    • 文件大小:8192
    • 提供者:老高
  1. SRC 实现了使用基于稀疏表示的人脸识别算法

    2下载:
  2. 该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。-This pack of code implement a imges-based face recognition using sparse representation classification. In the algorithm, i employ GPSR as tool to complete the optimization procedure of l1-minimization.
  3. 所属分类:图形/文字识别

    • 发布日期:2012-10-27
    • 文件大小:8403
    • 提供者:zhang chao
  1. 3Otsu

    2下载:
  2. 三维Otsu算法,图像分割,利用粒子群优化算法进行加速。-Three-dimensional Otsu algorithm, image segmentation, particle swarm optimization algorithm accelerated.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4217
    • 提供者:bird
  1. PSO_AD

    0下载:
  2. 微粒群(PSO)优化算法进行图像匹配程序,MATLAB版。-Particle swarm optimization (PSO) algorithm for optimized image matching program, MATLAB version.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1213
    • 提供者:Alexshao
  1. ruzon.tar

    0下载:
  2. 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:83326
    • 提供者:黄沛杰
  1. registration

    1下载:
  2. 基于互信息的图像配准,使用pso和powell优化算法,GUI界面,proj.m-Based on mutual information image registration, use the pso and powell optimization, GUI interfaces, proj.m
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:21684
    • 提供者:周一一
  1. SVT_2009-05-20

    0下载:
  2. 这篇经典文章Exact Matrix Completion via Convex Optimization的源代码-This classic article Exact Matrix Completion via Convex Optimization of the source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:355278
    • 提供者:yjj
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    1下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
  3. 所属分类:Graph program

    • 发布日期:2017-03-21
    • 文件大小:306346
    • 提供者:miaosiyi
  1. nonrigid_version7b

    1下载:
  2. 非刚性图像配准算例,包括最速梯度下降优化、二次样条、2D/3D配准、互信息最小化、3D仿射等多种配准算法。 非刚性配准是当前应用最多的配准方法,用于处理有较大位移的配准问题-Non-rigid image registration examples, including the steepest gradient descent optimization, quadratic spline, 2D/3D registration, mutual information minimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:246046
    • 提供者:zhangji
  1. ant_colony_image_edge_detection

    0下载:
  2. 一种蚁群优化的边缘检测算法,可实现!用matlab编写-An ant colony optimization algorithm for edge detection can be realized! Prepared using matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:17989
    • 提供者:jing
  1. tuxiangpinjiefa

    0下载:
  2. 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A ro
  3. 所属分类:Special Effects

    • 发布日期:2016-05-19
    • 文件大小:117698
    • 提供者:王钰
  1. peizhun

    0下载:
  2. 图象配准源程序一, GUI界面,proj.m 图片选择窗口,testListBoxlj.m 二,最优化算法 PSO.m POWELL.m 三,互信息尺度 MI.m EMI.m RMI.m HiMI.m GMI.m FPMI.m 四,POWELL.m附属子程序 oneDimSearch.m 五,PSO.m附属子程序 myMI.m 六,配准结果检验程序 restore.m 七, gob
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:75866
    • 提供者:jms
  1. youhua

    0下载:
  2. 用matlab写的的优化程序,利用的最小二乘优化算法-Written by matlab optimization procedures, take advantage of the least-squares optimization algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3948
    • 提供者:田哥
  1. OPS

    0下载:
  2. 多阈值图像分类的粒子群优化算法,采用自然方法来提高优化速度和计算量-Multi-threshold image classification of the particle swarm optimization algorithm, using natural methods to improve the optimization speed and computation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2671
    • 提供者:baiyilieren
  1. MATLABApplication

    0下载:
  2. matlab编程的基本知识以及信号处理、优化、神经网络、图像处理等方面的应用,有简单的示例程序。-matlab basic knowledge of programming and signal processing, optimization, neural networks, image processing and other applications, a simple example of the procedure.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12737977
    • 提供者:guo guo
  1. simulated_annealing_method

    1下载:
  2. 实现了用模拟退火法求解大规模优化问题的通用解法-Implementation using the simulated annealing method to solve the common problem of large-scale optimization solution
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:766
    • 提供者:张洪涛
  1. GeoML_cut

    0下载:
  2. 使用能量函数对目标进行识别和分割 类似于contour 国外网站的代码转载-the energy function can be minimized using an optimization algorithm to fit the model on the object contained in the image, thus segmenting the object in the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1159215
    • 提供者:Ming
  1. pso2D.m

    0下载:
  2. 要求对粒子群算法的国内外研究现状进行系统综述,指出其存在问题,提出自己的观点。对目前的各种改进算法进行系统研究和分析,提出改进策略并设计相应的算法在MATLAB中实现。-Particle Swarm Optimization called for research at home and abroad to carry out systematic reviews, pointing out that the question of its existence, its own point of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2395
    • 提供者:张亚珍
  1. optimization-algorithm

    0下载:
  2. 用MATLAB实现最优化算法,缩小搜索时间,大大增加工作效率-Using MATLAB optimization algorithm, narrowing the search time, greatly increasing efficiency
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:39991
    • 提供者:李晨
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com