CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - MATLAB 算子

搜索资源列表

  1. suanzi

    0下载:
  2. 用所写算子进行边缘检测,对matlab自身图片进行分析,其中的suanzi.m是自定义的边缘检测算子-operator with written for edge detection, right Matlab own photo analysis suanzi.m which is the definition of edge detection operator
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.38kb
    • 提供者:whatman
  1. newpso

    2下载:
  2. 带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助。
  3. 所属分类:Windows编程

    • 发布日期:2014-01-16
    • 文件大小:337.28kb
    • 提供者:savvy
  1. code

    0下载:
  2. matlab中canny算子下的边缘检测函数,带详细注释
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:孙志梁
  1. improvedPSO.rar

    1下载:
  2. ------名称:带交叉因子的改进PSO算法 ------功能:求解多维无约束优化问题 ------特点:收敛性强,还可以加入变异算子,------ Name: with cross-factor function to improve the PSO algorithm ------: Solving multi-dimensional unconstrained optimization problem ------ characteristics: strong converge
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.67kb
    • 提供者:李迅
  1. laplacian

    0下载:
  2. matlab 拉 普 拉 斯 算 子 代 码-matlab laplacian detector
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:834byte
    • 提供者:lgh
  1. work

    0下载:
  2. 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:46.74kb
    • 提供者:谈晶晶
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26.22kb
    • 提供者:竹子的信仰
  1. yichuan

    0下载:
  2. 传算法中常用变异算子的matlan实现及应用-matlab
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:yukuncheng
  1. 20090429

    0下载:
  2. 为了提取区域边界,可以对图像直接运用一阶微商算子或二阶微商算子,然后根据各像点处的微商幅值或其他附加条件判定其是否为边界点。如果图像中含有较强噪声,直接进行微商运算将会出现许多虚假边界点。-.Using the feature of distinct edge contour existing between the text and the background regions in color images, a novel text extraction algorithm—CEMA(Co
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:5.98kb
    • 提供者:刘卅
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3.66kb
    • 提供者:fang
  1. gaot-7

    0下载:
  2. matlab遗传算法的详细求解源代码,包含所有的编码、交叉、变异算子-matlab genetic algorithm source code for a detailed solution
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:102.34kb
    • 提供者:sarah
  1. canny

    1下载:
  2. canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。-canny operator source code for a thesis on the edge detection can be modified on this basis.
  3. 所属分类:Other systems

    • 发布日期:2015-12-13
    • 文件大小:12kb
    • 提供者:exm
  1. MATLAB

    0下载:
  2. 简要阐述了遗传算法的基本原理,探讨了在MATLAB 环境中实现遗传算法各算子的编程方法, 并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly describes the basic principles of genetic algorithms discussed in the MATLAB environment to achieve each operator genetic algorithm programming methods, and a simple e
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:149.66kb
    • 提供者:小鱼
  1. matlab-homework1

    0下载:
  2. 本程序具有打开图片、显示图片和边缘检测等功能,有多种边缘提取算子可供选择-show images and edge detection
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:13.68kb
    • 提供者:Liza
  1. matlab

    0下载:
  2. 运用prewitt算子、sobel算子等完成图像分割,可以进行比较,查看分割的效果,实现方式采用matlab完成图像分割-Use prewitt operator, sobel operator, etc. to complete the image segmentation, can be compared to see the effect of segmentation, implementation using matlab complete the image segmentation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:杨文杰
  1. PCA-matlab

    0下载:
  2. PCA-SIFT算子 训练一些图片模型 并对其进行检测-PCA-SIFT operator training some pictures of the model and its detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.51kb
    • 提供者:李明
  1. matlab-code

    1下载:
  2. 实用的matlab代码:中值滤波器;用Sobel算子和拉普拉斯对图像锐化;梯度算子检测边缘;LOG算子检测边缘;Canny算子检测边缘-Practical matlab code: median filter Sobel operator and Laplacian image sharpening gradient edge detection operator LOG operator to detect the edges Canny edge detection operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:873byte
    • 提供者:星河之风
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. code

    0下载:
  2. 基于matlab实现扭曲的图形正常化,其中涉及candy算子检测和霍夫变换(Based on MATLAB, the implementation of distorted graph normalization involves candy operator detection and Hof transform)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:44kb
    • 提供者:ddlucy
  1. 7.传播算子DOA估计算法MATLAB程序

    1下载:
  2. 空间信号的波达方向(Direction of Arrival,简称DOA)估计作为阵列信号处理研究的一个主要课题,在近些年来越来越得到大量的关注和研究。它可实现对空间中信源信号的准确的角度估计,实现信源方位等参数的具体精确检测,并且还具有很高的分辨力。这些特性使得DOA估计在声呐、通信及雷达等多种领域具有广阔的应用和发展前景。此程序为传播算子doa估计算法(direction of arrival,usually called DOA,has been an important subject
  3. 所属分类:其他

    • 发布日期:2020-05-26
    • 文件大小:1kb
    • 提供者:Wesker6309
« 12 »
搜珍网 www.dssz.com