标签:element ... with ext toc 分布 play 平滑 clear
目录
@(Major Study)
局部不规则而宏观有规律。
利用纹理在空间上的灰度分布特性,从纹理图像中计算出一些在某个区域内或区域间边界处保持相对平稳的特征值,以此特征值来表示区域内的一致性以及区域间的相异性。
\(z\) : a random variable denoting intensity
\(p(z_i), i = 0,1,2,...,L - 1\) : the corresponding histogram 第 \(i\) 个灰度值 \(z_i\) 出现的频度
\(L\) : the number of distinct intensity levels 图像的灰度级
the \(n\)th moment of \(z\) about the mean:
\[
\mu_n(z) = \sum_{i=0}^{L - 1}(z_i - m)^n p(z_i)\\mu_0 = 1\\mu_1 = 0
\]
clear;
close all; %清除MATLAB所有变量
\(\mathcal{Q}\) : an operator that defines the position of two pixels relative to each other
\(f\) : an image
\(L\) : possible intensity levels
\(G\) : a matrix whose element \(g_{ij}\) is the number of times that pixel pairs with intensities \(z_i\) and \(z_j\) occur in \(f\) in the position specified by \(Q\), where \(i \leq i, j \leq L\).
标签:element ... with ext toc 分布 play 平滑 clear
原文地址:https://www.cnblogs.com/KresnikShi/p/10656738.html