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

搜索资源列表

  1. MaxEntropy

    0下载:
  2. 一维直方图最大熵法分割图像,自己写的matlab代码,多多指教-One-dimensional histogram maximum entropy image segmentation, to write the matlab code, exhibitions
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:807
    • 提供者:韦鹏博
  1. image-process

    0下载:
  2. 内含三个文件源码:基于最大类间最大距离比准则的图像分割,基于最大类间最大距离准则的图像分割,最大熵准则的图像分割-Source contains three files: the maximum distance between classes based on the maximum ratio criterion for image segmentation, based on the maximum between the maximum distance criterion for im
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2258
    • 提供者:黎维娟
  1. DIP-ps

    0下载:
  2. 使用vs2010结合qt designer制作的图像处理软件,目前包含了灰度操作;直方图、通道图显示;实现了大津算法、最大熵算法和手动调整(单阈值、双阈值)的二值化操作;含几何操作;代数操作;使用卷积完成了roberts、sobel、prewitt三种算子的边缘检测,也可手动输入kernel;使用卷积完成了gaussian、median、mean三种算子的去噪功能,gaussian算子可手动输入sigma;同时采用workspace支持多文档打开,是一个photoshop的雏形。-Produce
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13700030
    • 提供者:snowymo
  1. MAXIMUM-ENTROPY-SPECTRUM

    0下载:
  2. FORTRAN语言程序。这是进行时间序列最大熵谱分析的程序,估计功率谱。-THIS IS A PROGRAM OF MAXIMUM ENTROPY SPECTRUM ANALYSIS (MESA) FOR A TIME SERIES
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1219
    • 提供者:尹义星
  1. image-segment

    0下载:
  2. 基于最大类间最大距离比准则的图像分割,基于最大类间最大距离准则的图像分割,最大熵准则的图像分割,这三种方法的源代码-The maximum distance between two classes based on the maximum ratio criterion for image segmentation, based on the maximum between the maximum distance criterion for image segmentation, maximu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2369
    • 提供者:caohuamei
  1. threshold

    0下载:
  2. 采用最小交叉熵,最大熵,OTSU阈值分割-Using minimum cross entropy, maximum entropy, OTSU thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:19878
    • 提供者:suifengfei
  1. zuidashang.doc.tar

    0下载:
  2. 最大熵实现的图像分割,使用vc++编程,简单清晰-To achieve maximum entropy image segmentation, using vc++ programming, simple and clear
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2908
    • 提供者:zhaoyajun
  1. entropy-method-of-image-segmentation

    0下载:
  2. 实现最大熵方法图像分割,应用了基于熵的运算,实现对目标和背景的分离,并运用与之自适应法,实现了图像的分割。-Maximum entropy method of image segmentation, the application of entropy-based operations to achieve the target and background separation, and with the use of adaptive method to achieve image segm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:870
    • 提供者:mengweiwang
  1. Deconvolution-Algorithm

    0下载:
  2. 改进的反卷积方法--最大熵算法 自己搜集到的一篇文献 很不错 分享了-A `CLEAN -type Deconvolution Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:216203
    • 提供者:xing shuguo
  1. yuzhihuafenge

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

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

    0下载:
  2. 最为常用的最大熵算法,广泛用于词性标注,词义消岐等-about maxium entropy,nice
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:481401
    • 提供者:yanmofang
  1. 123

    0下载:
  2. matlab实现最大熵法图像分割程序源代码 -maximum entropy method matlab source code matlab image segmentation to achieve maximum entropy image segmentation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2932
    • 提供者:海纳百川
  1. ga_segment

    1下载:
  2. 采用MATLAB语言编程实现了基于遗传算法的最大熵单阈值、最大熵双阈值、二维最大熵单阈值图像分割和基于最大类间方差遗传算法的图像分割-Through the study of threshold segmentation method and genetic algorithm theory, matlab programming language used to achieve the genetic algorithm based on maximum entropy single thre
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:304128
    • 提供者: 许良
  1. apache-opennlp-1.5.2-incubating-bin

    1下载:
  2. 最大熵模型java实现包,里面包含实现最大熵模型的所有的jar包,可以实现最大熵模型的GIS算法和IIS算法-Maximum entropy model Java realize bag,and it concludes all jar of Maximum entropy .Also it can realize the model of Maximum entroy
  3. 所属分类:GIS program

    • 发布日期:2017-05-15
    • 文件大小:3976010
    • 提供者:刘锐
  1. TextCla

    0下载:
  2. 支持向量机和EM最大熵文本分类算法,压缩包中包括了测试文本词典,停用词表等-Support vector machines and EM maximum entropy text classification algorithm, compressed package includes a test text dictionary, stop word table
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2380170
    • 提供者:毛龙
  1. ksw

    0下载:
  2. 最大熵阈值 实现灰度图像分割 matlab环境实现-Maximum entropy threshold gray-scale image segmentation Matlab environment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:696
    • 提供者:wuwei
  1. 4op8qr.ZIP

    0下载:
  2. 基于最大熵PDF估计的DSSS系统抗窄带干扰技术Based on the maximum entropy estimation system of PDF DSSS narrow-band interference excision technique-Based on the maximum entropy estimation system of PDF DSSS narrow-band interference excision technique
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:671120
    • 提供者:bao163
  1. Power-spectrum

    3下载:
  2. 这篇文章主要介绍了求功率谱的五种方法(周期法、自相关函数法、自协方差法、最大熵法以及最大似然法)的思想及程序。-This article describes five ways to seek the power spectrum (cycle method, the autocorrelation function method, ideas and procedures from the covariance method, maximum entropy and maximum likel
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:6657
    • 提供者:刘风华
  1. tuxiangfenge

    0下载:
  2. 利用最大熵算法实现对图像的分割,在matlab环境中编译。-The maximum entropy algorithm for image segmentation, compiled in Matlab environment.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2950
    • 提供者:白亮
  1. entropy-image-segmentation

    0下载:
  2. 经典的最大熵法图像分割,对lena图像进行分割。-Classic maximum entropy image segmentation, the segmentation of lena image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:192119
    • 提供者:吴宇斌
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 38 »
搜珍网 www.dssz.com