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

搜索资源列表

  1. colorSegmentation

    2下载:
  2. 基于极大熵准则,通过改进型粒子群算法对图像进行多阈值分割,并与其他分割算法对比。 函数说明: main函数为主程序,无返回值和参数,可直接运行。运行结果将调用colorSegmentation()函数和PSO()函数-Based on maximum entropy criterion, through improved particle swarm optimization (pso) algorithm for image threshold segmentation, and c
  3. 所属分类:Special Effects

    • 发布日期:2015-04-13
    • 文件大小:693248
    • 提供者:li
  1. rythreshold

    0下载:
  2. 一个小波阈值降噪的程序,大部分是调用matlab的函数实现的,初学者可以参考学习一下-A wavelet thresholding denoising procedures, mostly a function call matlab to achieve, beginners can refer to learn about
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:533
    • 提供者:王厚友
  1. IICandIID_eigenvalue_nmp

    0下载:
  2. 对角点响应函数进行非极大值抑制的角点检测,同时使用了阈值算法,改进效果-corner detection by non-maxima suppression of corner response function and using a threshold algorithm to improve results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:735
    • 提供者:momo
  1. a009

    0下载:
  2. 利用线性神经网络进行自适应预测利用函数adapt对线性网络进行自适应训练,在线修正网络的权值和阈值,这样对于时变信号,网络就可以及时跟踪其变化,即可对时变信号序列进行预测。-linear adaptive neural network prediction using linear function adapt to the network adaptive training , the online network that the weights and thresholds, so for
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3562
    • 提供者:ceindex
  1. histm

    0下载:
  2. 直方图函数可以得到一个图象的直芳图,用一确定图象分割的阈值-histogram function can be an image of straight-fang map, with a set of image segmentation threshold
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1229
    • 提供者:naseco
  1. H_th

    0下载:
  2. 自已编写的求二值化阈值的函数.用5*5模板求局部灰值的平方各,然后求3*3邻域内的灰度熵,通过求熵的最大值对应的灰度值,来求阈值.-Prepared for their own binary threshold function. 5* 5 template partial gray value for each square, and then for 3* 3 gray neighborhood entropy, by seeking the maximum entropy of the g
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:rkingt
  1. ThresholdTrans55556231

    0下载:
  2. 该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置灰度值为0;灰度值大于阈值的象素直接设置为2-the function used to image transform threshold. For gray value less than the threshold value of the pixel intensity value directly set to 0 Gray value greater than the threshold value of the pixe
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1067
    • 提供者:anceandt
  1. ThresholdTrans55556231

    0下载:
  2. 该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置灰度值为0;灰度值大于阈值的象素直接设置为2-the function used to image transform threshold. For gray value less than the threshold value of the pixel intensity value directly set to 0 Gray value greater than the threshold value of the pixe
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1113
    • 提供者:乙烯项目
  1. xiaoboyy

    1下载:
  2. 图像去噪,小波硬阈值滤波,sym4小波基函数-Image denoising and hard threshold wavelet filtering, sym4 wavelet basis function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:656
    • 提供者:娟子
  1. pic

    2下载:
  2. 用c#和emgucv实现了hough变换检测圆和最大类间方差和k均值聚类分割图像,k均值聚类的函数可填写分类数和迭代次数的阈值,而且是基于灰度的。(ps:函数都是自己实现的,但是读取图片信息用的是emgucv自带的函数)-With c# and emgucv achieved between hough transform circle detection and maximum variance and k-means clustering image segmentation, the fu
  3. 所属分类:Special Effects

    • 发布日期:2015-04-22
    • 文件大小:25356288
    • 提供者:妮乐
  1. MATLAB

    0下载:
  2. matlab开发环境,.编程实现二维DFT的变换,并与标准函数结果fft2进行比较,基本傅里叶、离散余弦变换,空域(完成两个程序) 增强噪声后再进行处理,利用标准函数,求图像阈值分割、边缘检测的基本使用(lena256.bmp,方法:graythresh、edge),求分水岭,利用标准函数dwt2、idwt2分解图像man_pic.jpg,基本 BP-BPbase1 -matlab development environment. Programming dimensional DFT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1909319
    • 提供者:杨恒明
  1. quzao

    0下载:
  2. 先对信号进行两层分解,构造小波分解结构[c,l] 然后使用函数wnoiset()获取噪声方差,接着使用函数wbmpen()获取小波去噪阈值,最后使用函数wdencmp()实现信号去噪。-The first two layers of the signal decomposition, construct wavelet decomposition structure [c, l] then use the function wnoiset () to get the noise varianc
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:707
    • 提供者:梅翠松
  1. yasuo

    0下载:
  2. 先对信号进行提升小波分解,然后构造传统小波分解结构[c,l];接着使用函数ddencmp获取信后压缩阈值,最后采用函数wdencmp实现信后压缩。-First signal lifting wavelet decomposition, and then construct the traditional wavelet decomposition structure [c, l] then use the function to get the letter ddencmp compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:522
    • 提供者:梅翠松
  1. otsu

    0下载:
  2. 应用Opencv中的函数来实现大津算法,实现阈值的自适应获取,从而进行图像分割。-Otsu,image segmentation
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:300226
    • 提供者:李一
  1. adaptive

    0下载:
  2. 在Opencv平台下,利用其中cvadaptivethreshold函数实现阈值的自适应获取,并且进行图像分割。-Opencv cvadaptivethreshold
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:638180
    • 提供者:李一
  1. roc1

    0下载:
  2. roc曲线绘制程序 关于检测阈值的函数曲线-Roc curve drawing program roc curve is a function of detection threshold curve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1697
    • 提供者:张利丹
  1. chap13_11

    0下载:
  2. 采用不同母小波函数实现图像的小波阈值去噪的MATLAB代码-The image by a different mother wavelets function of wavelet threshold denoising MATLAB code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:冷君阁
  1. fuzzyEntropy

    2下载:
  2. 数字图像阈值分割处理,模糊熵函数的计算的matlab程序详解-The calculation of entropy function
  3. 所属分类:matlab

    • 发布日期:2016-04-09
    • 文件大小:1024
    • 提供者:孔凡照
  1. GP-optimization

    0下载:
  2. 整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。-The whole algorithm is divided into three parts, the first part is to determine
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:52480
    • 提供者:周江鸿
  1. PSO-optimization

    1下载:
  2. 应用粒子群算法来寻找BP神经网络最优的初始权值还有阈值,本程序主要是以此来拟合函数,读者可以根据需要,小小地修改一下BP神经网络的代码,可以实现诸如模式识别等功能,收敛效果很好,-Application of particle swarm algorithm to find the optimal initial BP neural network weights as well as the threshold value, the procedure is a way to fit func
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:周江鸿
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com