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

搜索资源列表

  1. pinghua

    0下载:
  2. 在matlab下利用空间均值法、中值法、最大值法和最小值法实现数字图像的平滑处理-Use of space under the matlab mean, median method, the maximum and minimum method method of smoothing digital images
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:570
    • 提供者:白帅
  1. im2bw_H

    0下载:
  2. matlab求最大类间距方差法和迭代法选择阈值对图片进行阈值分割-matlab class distance variance for the biggest and iterative method to choose the threshold value for segmentation of images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:huang
  1. 200951482GAyh

    0下载:
  2. 使用matlab求解一元函数最大值问题的代码-Solving functions of one variable maximum
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:84334
    • 提供者:李白
  1. rotation-template-matching

    0下载:
  2. 基于互信息的模板匹配算法,最后通过fminsearch函数寻找全局最小值,以此达到互信息最大,可以对旋转的模板进行比较精确的匹配-rotation template matching using correlation of information,this method can get the precise result
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:699
    • 提供者:王光
  1. Morphological-threshold-segmentation

    0下载:
  2. 实现形态学的阈值分割,可得到分割后的阈值图像,形态学图像,L的直方图,最大连通成分提取图像以及最后得出的结果图像。-Achieve morphological thresholding, the threshold obtained after image segmentation, image morphology, L histogram, the largest connected component extraction result image and the final image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:578
    • 提供者:lorna
  1. Otsu

    0下载:
  2. 包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,-Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10292693
    • 提供者:coolbage
  1. matlab-threshold

    0下载:
  2. 对人脸图像进行肤色分割时就是采用自适应阈值分割法进行的,具体是应用改 进的最大类间方差法进行肤色分割处理。-Images of human faces using skin color segmentation is adaptive thresholding method, the specific application is improved Otsu method for color segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2598
    • 提供者:ryy5745
  1. otsuthresh

    0下载:
  2. 大津法,将灰度图像转化为二值图像,选取的阀值是生成图像的方差最大-Otsu method, the grayscale image into a binary image, the selected threshold is the maximum variance of the image generated
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:533
    • 提供者:wrf
  1. yuzhihuafenge

    0下载:
  2. 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1089
    • 提供者:杨莎莎
  1. ga

    0下载:
  2. 一个基于matlab的遗传算法算例,求解对象为函数最大值-a demo of GA based on matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:805
    • 提供者:
  1. OSTU

    1下载:
  2. Otsu-最大类间方差matlab代码 通过求模板和子图像的互相关函数的最大值来确定目标的中心位置;再在目标的感兴趣区域内(ROI)进行基于最大类间方差(OSTU)算法的自适应阈值分割,以检出并统计缺陷;进而判别其合格与否。 -the Ostu method is much faster and more efficient than the fuzzy cluster method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:642
    • 提供者:liyy
  1. GA_v6final_1

    0下载:
  2. 利用matlab对遗传算法进行编程实现,利用遗传算法实现函数的最优解,如求取最大值或者最小值-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:5902
    • 提供者:laixiaohan
  1. GA

    0下载:
  2. 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:17216
    • 提供者:liyapei
  1. yichuansuanfa

    0下载:
  2. 使用matlAB实现遗传算法实现F=x^2的最大值-Genetic algorithm to achieve maximum value on the F = x ^ 2
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:963
    • 提供者:白萍
  1. Untitled2

    0下载:
  2. 用matlab实现的基于最大值对图像图形处理可实现多个图像-Based on the maximum value of image and graphics processing multiple images using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:718
    • 提供者:张海华
  1. matlab-learning

    0下载:
  2. matlab遗传算法程序,求出群体中适应值最大的值-matlab learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:10096
    • 提供者:李世璋
  1. matalb

    0下载:
  2. 简要介绍了怎么使用matlab求解最大值最小值问题,比较适合新手初学使用-A brief introduction to how to use matlab for solving the maximum-minimum problems, and more suitable for the novice beginner
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:78842
    • 提供者:许卓
  1. GA_example

    0下载:
  2. 遗传算法求最大值最小值问题的一些实例及其matlab实现。-Some examples of matlab genetic algorithms Maximum Minimum problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:5378
    • 提供者:陈魁
  1. GA

    0下载:
  2. 采用遗传算法计算函数的最大值问题的MATLAB程序-MATLAB program using genetic algorithm to compute the function maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:1469
    • 提供者:李峰
  1. fff5

    0下载:
  2. 用遗传算法求解二维函数的最大值问题,用matlab实现,但是不采用matlab遗传算法工具箱-Maximum of two-dimensional functions using genetic algorithm, using matlab to achieve, but not using matlab genetic algorithm toolbox
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:3642
    • 提供者:木阮清
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com