登录
首页 » matlab » 信息熵

信息熵

于 2018-12-25 发布
0 245
下载积分: 1 下载次数: 12

代码说明:

说明:  在很多图像处理的过程中,需要判别一个图像的清晰度,和图像分割结果的优劣,于是就引出了信息熵的概念,绝大多数时候,它都被用来作为评价图像的一个量化标准。(In many image processing processes, it is necessary to distinguish the clarity of an image and the result of image segmentation, so the concept of information entropy is introduced. Most of the time, it is used as a quantitative standard to evaluate the image.)

文件列表:

xinxishang.m, 1019 , 2018-12-24
1.png, 44832 , 2018-11-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlab-for-beginner
    matlab的基本函数及其用法,适用于matlab初学者(the basic functions and their usage of matlab, matlab beginner)
    2012-06-01 09:07:43下载
    积分:1
  • MediaRecorderStateUnitTestTemplate
    A template class for running a method under test in all possible states of a MediaRecorder object.
    2013-12-06 14:36:59下载
    积分:1
  • How_to_do_research
    非常有名的有关如何做研究的书籍,金出武雄著,书名《像外行一样思考像专家一样实践》。(An Ebook about how to do research,written by JinChuWuXiong.)
    2010-02-16 17:18:18下载
    积分:1
  • TeagerOperator
    Teager能量算子,一种非线性算子,增强冲击成分分量(Teager energy operator,a nonliner operator ,it can enhance the impact component)
    2015-05-11 21:58:28下载
    积分:1
  • Convergecast
    es un codigo en matlab bajo el simulador prowler para conergencia
    2010-02-04 07:47:39下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • an-example-of-neural-network
    此程序介绍了车牌识别中一个简单的神经网络识别案例,对于初学者具有较大帮助。(This program introduces a simple license plate recognition neural network case, have greater help for beginners.)
    2011-05-15 11:18:07下载
    积分:1
  • paper
    I am uploading a file of Comparative Analysis of Various Image Enhancement Techniques. Plz accept it. Thanks and Regards, salman
    2013-03-22 12:35:32下载
    积分:1
  • Slider-Step
    This code calculates dimensionless pressure, and load carrying capacity for a finite width slider step bearing
    2015-04-18 12:24:22下载
    积分:1
  • malabpid
    MATLAB中进行关于智能车的PID参数调节例程.(MATLAB, on the smart car to adjust PID parameters of routine.)
    2009-11-06 21:23:33下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载