- 1、本文档共10页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Image Histogram Statistical Moments Normal (Gaussian) Distribution Definitions of Variance Matlab Statistics Histogram Moments Image Contrast Image Modulation Matlab Function imstats Example * The histogram of an image plots the frequency of occurrence (count) of gray levels for each gray level present in the image. For a continuous image, the gray scale is partitioned into equally-spaced bins and each pixel is assigned an appropriate bin index (gray level). Each bin counts the number of pixels in the image having the corresponding bin index. In matlab, the function imhist can be used to generate and display image histograms. ? im = imread(kitchen2.tif); ? imshow(im); ? imhist(im); One interesting observation in this example is that the gray levels are not uniformly populated. Mean Variance Skewness Kurtosis Skewness measures the asymmetry of a distribution. It is positive if there is a long tail to the right and negative for a tail on the left. Kurtosis measures the sharpness of the distribution relative to a Gaussian distribution. Negative kurtosis implies that the peak is broader than a Gaussian. Positive kurtosis means that the distribution is sharper than a Gaussian. Skewness and kurtosis are sensitive to outliers, pixels with gray levels far removed from the majority distribution. standard form normalized (Gaskill) x = linspace(-2,2,201); y = exp(-pi*x.^2); plot(x,y,k); sigma = 1/sqrt(2*pi) xr = [sigma sigma]; yr = [0 exp(-0.5)]; hold; plot(xr,yr); plot(-xr,yr); hold off; g(x) with one-s points marked There are two common textbook definitions for the variance s2 of a data vector Z: where m is the mean and N is the number of elements in the sample. The two forms of the equation differ only in N versus N-1 in the divisor. If Z is a random sample of data from a normal distribution, the expression with N-1 is the best unbiased estimate of its variance. The expression involving N is often used in the definition of the moments of a proba
您可能关注的文档
- 武汉理工大学机械制造工程实训课件 数控加工基础知识.ppt
- 武汉理工大学机械制造工程实训课件 数控铣床.ppt
- 武汉理工大学机械制造工程实训课件 数控铣削加工工艺处理.ppt
- 武汉理工大学机械制造工程实训课件 特种加工.ppt
- 武汉理工大学基础工程课件 绪论.ppt
- 武汉理工大学基础工程课件第二章 天然地基上的浅基础.ppt
- 武汉理工大学基础工程课件第四章 桩基础(八).ppt
- 武汉理工大学基础工程课件第四章 桩基础(二).ppt
- 武汉理工大学基础工程课件第四章 桩基础(六).ppt
- 武汉理工大学基础工程课件第四章 桩基础(七).ppt
- 剧本杀行业报告:内容创作规范与剧本市场拓展策略.docx
- 剧本杀行业区域市场区域文化特色与市场潜力分析报告.docx
- 剧本杀行业区域市场拓展实战案例研究.docx
- 剧本杀行业区域市场拓展路径与模式探索报告.docx
- 剧本杀行业区域市场竞争态势与品牌差异化策略研究报告.docx
- 剧本杀行业2025年西北区域市场市场细分领域竞争态势与品牌竞争策略分析研究报告.docx
- 剧本杀行业2025年西北市场拓展前景预测报告.docx
- 剧本杀行业2025年长沙市场发展潜力分析报告.docx
- 剧本杀行业2025年长三角市场竞争策略与布局分析.docx
- 医疗行业数据合规:2025年数据安全法实施后的合规监管挑战与应对.docx
文档评论(0)