Description: 使用matlab求图像的灰度共生矩阵的程序,很好用-Using matlab for image co-occurrence matrix of gray-scale procedure, a very good use Platform: |
Size: 4096 |
Author:罗志华 |
Hits:
Description: 灰度共生矩阵相关资料,包括生成灰度共生矩阵matlab代码,Matlab7工具箱中缺少的graycomatrix.m文件,以及一个通过灰度共生矩阵提取特征的matlab程序(共20多个特征),可以根据他的方法来从灰度共生矩阵中提取你需要的特征。-GLCM relevant information, including generating GLCM matlab code, Matlab7 toolbox graycomatrix.m missing documents, and a gray level co-occurrence matrix feature extraction through the matlab program (a total of more than 20 features), can be based on his method to extract from the GLCM features you need. Platform: |
Size: 11264 |
Author:Du |
Hits:
Description: 提取纹理特征参数,主要是灰度共生矩阵源代码,用于图像处理-gray level co-matrix source code,used for the image processing, to get the texture features Platform: |
Size: 9216 |
Author:codesoso |
Hits:
Description: GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
-GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
Platform: |
Size: 4096 |
Author:almosawi |
Hits:
Description: 用于基于图像纹理特征提取的图像检索,其中包括matlab中自带的graycomatrix和graycoprops两个m文件,和四个用于提取图像纹理特征及图像检索的m文件-For image retrieval, including matlab comes graycomatrix, and graycoprops two m files, and four m-files used to extract image texture features and image retrieval based on image texture features extracted Platform: |
Size: 12288 |
Author:吴 |
Hits:
Description: glcm mean in matlab by armin moghimi devloped GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
as provided in some references
http://www.mathworks.com/access/helpdesk/help/toolbox/images/graycomatrix
.html-glcm mean in matlab by armin moghimi devloped GLCM_Features1 helps to calculate the features from the different GLCMs
that are input to the function. The GLCMs are stored in a i x j x n
matrix, where n is the number of GLCMs calculated usually due to the
different orientation and displacements used in the algorithm. Usually
the values i and j are equal to NumLevels parameter of the GLCM
computing function graycomatrix(). Note that matlab quantization values
belong to the set {1,..., NumLevels} and not from {0,...,(NumLevels-1)}
as provided in some references
http://www.mathworks.com/access/helpdesk/help/toolbox/images/graycomatrix
.html Platform: |
Size: 6144 |
Author:armin |
Hits:
Description: 计算灰度共生矩阵,本程序可以计算任意偏移角度和距离的弧度共生矩阵,同时经过测试,比matlab自带graycomatrix计算结果更准确。-Calculation GLCM, this program can be calculated at any angle and radian offset distance co-occurrence matrix, while tested, than matlab graycomatrix comes more exact calculations. Platform: |
Size: 1024 |
Author:like |
Hits:
Description: 灰度共生矩阵建立在估计图像的一阶组合条件概率密度函数的基础上, 其通过计算图像中有一定距离和一定方向的两点之间灰度的相关性, 反映图像在方向、间隔、变化幅度及快慢上的综合信息。-The GLCMs are stored in a i x j x n matrix, where n is the number of GLCMs calculated usually due to the different orientation and displacements used in the algorithm. Usually the values i and j are equal to NumLevels parameter of the GLCM computing function graycomatrix(). Note that matlab quantization values belong to the set {1,..., NumLevels} and not {0,...,(NumLevels-1)} as provided in some references Platform: |
Size: 1024 |
Author:宋超 |
Hits:
Description: To create a GLCM, use the graycomatrix function. The graycomatrix function creates a gray-level co-occurrence matrix (GLCM) by calculating how often a pixel with the intensity (gray-level) value i occurs in a specific spatial relationship to a pixel with the value j. By default, the spatial relationship is defined as the pixel of interest and the pixel to its immediate right (horizontally adjacent), but you can specify other spatial relationships between the two pixels. Each element (i,j) in the resultant glcm is simply the sum of the number of times that the pixel with value i occurred in the specified spatial relationship to a pixel with value j in the input image. Platform: |
Size: 9216 |
Author:tsede
|
Hits: