CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - entropy matlab code

搜索资源列表

  1. biaozhunchaandxinxishang

    0下载:
  2. 图像融合质量的标准差和信息熵的MATLAB代码,MATLAB代码-quality image fusion and the standard deviation of the information entropy MATLAB code, MATLAB code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.9kb
    • 提供者:张无忌
  1. Maximum Entropy v1.00

    2下载:
  2. 一个基于最大熵的图像复原算法源代码。可以完成图像的去燥声和去模糊。-One based on maximum entropy image restoration algorithm source code. To complete the image to the dry sound and defuzzification.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:14.15kb
    • 提供者:风涌泉
  1. MinimumCrossEntropyThreshold

    1下载:
  2. 最小交叉熵图像分割源代码(原创).相关参考文献见源代码。-source code for the minimum cross-entropy thresholding algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.03kb
    • 提供者:WangJun
  1. Renyi2DThreshold

    0下载:
  2. 二维Renyi熵图像分割源代码(原创) 参考文献见源代码。-source code for two-dimensional Renyi entropy thresholding algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.61kb
    • 提供者:WangJun
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.23mb
    • 提供者:刘雨相
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1.08mb
    • 提供者:陈老师
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5.98kb
    • 提供者:杨智雄
  1. yuzhihuafenge

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

    • 发布日期:2017-04-02
    • 文件大小:1.06kb
    • 提供者:杨莎莎
  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
    • 文件大小:2.86kb
    • 提供者:海纳百川
  1. UPLOAD_LY1

    0下载:
  2. 图像处理于MATLAB上的应用,能很好的处理一些熵,概率等问题-(a)Find the entropy of this source using Matlab (b)Design the Huffman code for this source using Matlab. (c) Randomly generate a source sequence of length 500 symbols drawing the symbols from the true source distri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7.83kb
    • 提供者:李渊
  1. matlab

    0下载:
  2. 基于小波的图像分割技术的代码,最大熵法也是一种图像分割技术-Wavelet-based image segmentation technology code, the maximum entropy method is an image segmentation technique
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:529.03kb
    • 提供者:yaowen
  1. matlab-maximum-entropy--segmentation

    0下载:
  2. matlab计算最大熵分割图像,其中包括最大熵的算法以及原代码-matlab to calculate the maximum entropy image segmentation, including the maximum entropy algorithm and source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:4.38kb
    • 提供者:benben
  1. codeandpaper

    0下载:
  2. 很好的mATLAB代码,利用最大交叉熵,确定迭代次数,完成pcnn脉冲耦合神经网络的图像分割,效果很好-MATLAB good code,the use of maximum cross entropy, determine the number of iterations, complete PCNN image segmentation,result is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:288.23kb
    • 提供者:刘焕云
  1. Adaptive_Level_Set

    1下载:
  2. 图像分割中结合熵值的水平集算法的matlab实现代码-Binding entropy level set image segmentation algorithm matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1.99kb
    • 提供者:
  1. entropy

    0下载:
  2. 该代码可以用,MATLAB实现图像信息熵计算,在图像处理中很实用,评价图像质量。-This code can be used, MATLAB for image information entropy calculations, image processing is very practical, uate the image quality.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:660byte
    • 提供者:sophia pei
  1. matlab--

    0下载:
  2. 利用最大熵的方法来实现对图像的分割,为源程序代码。-Using the maximum entropy method to achieve image segmentation, as the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2.84kb
    • 提供者:刘梅
  1. Image-retrieval-

    3下载:
  2. 本人编写的基于分块信息熵和Hu不变矩的图像检索算法matlab代码~-I prepared segment information based on entropy and Hu moment invariant image retri algorithm matlab code ~
  3. 所属分类:Special Effects

  1. MSE-PSNR

    0下载:
  2. 以下在matlab中利用图像处理工具箱实现均方误差(MSE)、峰值信噪比(PSNR)和熵的源代码 -The following use in matlab image processing toolbox mean square error (MSE), the peak signal to noise ratio (PSNR), and entropy source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:王兰
  1. 0058

    0下载:
  2. Automatic identification in the matlab environment the size of the connected area, This is the second energy entropy matlab code, Machine learning routines.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:41kb
    • 提供者:xhgxnukr
  1. huofuman

    0下载:
  2. 图像的霍夫曼编码,MATLAB程序,可以直接运行,求图像的平均码长,信息熵(The Huffman code of the image, MATLAB program, can run directly, the average code length of the image, information entropy.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:47kb
    • 提供者:君羊木
« 12 »
搜珍网 www.dssz.com