CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 迭代 阈值

搜索资源列表

  1. segmentation

    0下载:
  2. 一维最大熵,最大类间差,迭代法,全局直方图,四种阈值分割算法MATLAB实现-One-dimensional maximum entropy, the largest class of poor, iterative method, global histogram, four threshold segmentation algorithm based on MATLAB realization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:205678
    • 提供者:王大锤
  1. fenge

    0下载:
  2. 迭代法和二位otsu法图像阈值分割算法,亲测可用-2D-otsu image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:张恒
  1. ostu

    0下载:
  2. 对灰度图像进行直方图绘制,利用outs法和迭代法进行阈值的自动选取-Automatically selects the gray image histogram drawn threshold using outs and iterative methods
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-26
    • 文件大小:13584
    • 提供者:姜大丫
  1. diedaifa

    0下载:
  2. 图像处理的阈值分割的算法-迭代法,迭代法的的设计思想是,开始时选择一个阈值作为初始估计值,然后按某种策略不断的改进这一估计值,直到满足给定的准则为止。-Thresholding algorithm for image processing- iterative method, iterative method of design idea is to choose a threshold value at the start as the initial estimate, and then p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2522
    • 提供者:zhoumeng
  1. segmention

    0下载:
  2. 针对图像的各种阈值分割算法。迭代,otsu,最大熵,类间最大距离法,最大类内类间方差比法等-Segmentation algorithm for various thresholds of the image. Iteration between otsu, maximum entropy, maximum class distance method, among the largest category within the class variance ratio method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:201944
    • 提供者:刘睿
  1. diedaifa

    0下载:
  2. 自编函数实现迭代法二值化。通过迭代法求取阈值,对图像进行分割。-Function to achieve self iterative method binarization. Strike threshold through an iterative process of image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:
  1. pso-bp

    1下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:艾岳巍
  1. Image-thresholding

    0下载:
  2. 【图像算法】七种常见阈值分割代码-Otsu、最大熵、迭代法、自适应阀值、手-Image thresholding algorithm seven common code-Otsu, maximum entropy, iterative, adaptive threshold, and other seven algorithm code once packed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:153453
    • 提供者:卢少波
  1. The-maximum-entropy-method

    0下载:
  2. 利用最大熵法求取最优阈值来对目标图像进行分割,程序体现了最优阈值的迭代求法。-To obtain the optimal threshold segmentation of the target image using the maximum entropy method, the program of optimum threshold method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:709
    • 提供者:
  1. fengefa

    0下载:
  2. 三种图像分割法,有全局阈值otsu分割、迭代法全局阈值分割、局部阈值分割程序。-Three image segmentation method, there are global threshold otsu segmentation, iterative method global thresholding, local threshold segmentation program.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:228491
    • 提供者:唐品品
  1. Compressed-Sensing-Code

    0下载:
  2. 压缩感知作为一个新起的采样理论,核心是求欠定方程组的稀疏解。本文件通过自定义一个TL0罚函数,用阈值迭代算法,在matlab工作环境里求出最优解-Compressed sensing as a new starting sampling theory, the core is seeking sparse solution underdetermined equations. This document is by custom a TL0 penalty function threshold
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:8693
    • 提供者:ZHANGQIAN0321
  1. Image-thresholding-algorithm

    0下载:
  2. 图像阈值分割算法,最大类间方差法(OTSU)、迭代法。-Image thresholding algorithm,Otsu method (OTSU), iterative method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:柴江松
  1. RANSAC算法去除误匹配点

    13下载:
  2. ransac消除错配matlab代码。运行通过,输入两个点集的坐标、迭代次数、阈值参数,输出正确匹配点集坐标。
  3. 所属分类:图形图像处理(光照,映射..)

  1. Bayessegmention

    0下载:
  2. 基于贝叶斯分类算法的图像阈值分割,经典的循环迭代求取最佳阈值。-Image threshold segmentation based on the Bias classification algorithm, the classical iterative method for the optimal threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:70953
    • 提供者:陈文菁
  1. sobel

    0下载:
  2. 用迭代算法求图像分割最佳阈值,运用腐蚀算法实现轮廓提取。-Seeking the optimal threshold for image segmentation using iterative algorithm, using corrosion contour extraction algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:63604
    • 提供者:huashaojun
  1. threshold_segmentation

    0下载:
  2. 三种常见的图像阈值分割算法(OSTU,迭代法,期望法)-Three common image threshold segmentation algorithm(OSTU,Iteration,Expection)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:13019
    • 提供者:高建
  1. diedaiyuzhituxiangfenge

    0下载:
  2. 采用迭代式阈值进行图像分割。读入灰度图后,通过while循环语句来求最优阈值-Iterative-threshold image segmentation. After reading the grayscale to find the optimal threshold through while loop
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:115533
    • 提供者:xiaoqing
  1. Image-segmation

    0下载:
  2. Hough变换、阈值法、特征空间聚类法、松弛迭代法、自动阈值分割-Hough transform, thresholding, feature space clustering method, relaxation method, automatic threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:190628
    • 提供者:aiden
  1. gampmatlab

    3下载:
  2. 最新的压缩感知算法:Generalized Approximate Message Passing及其衍生算法,性能逼近l1范数凸优化方法的阈值迭代算法。压缩包中包含了诸多例程。-The latest compressed sensing algorithm: Generalized Approximate Message Passing its derivative algorithms, performance approaching l1 norm convex optimization
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11150879
    • 提供者:love12121
  1. paosang_v12

    0下载:
  2. 用MATLAB实现动态聚类或迭代自组织数据分析,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块,比较了软阈值,硬阈值及当今各种阈值计算方法。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, ofdm system simulation including 16qam modulation fft windowing modules plus cp, Comparison of
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6009
    • 提供者:姚辉
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com