haralickTextureFeat​ures

版本 1.3.1.0 (3.7 KB) 作者: Rune Monzel
This function calculates all Haralick Features in an effective way without for-loops.
2.4K 次下载
更新 2018/10/15

查看许可证

It only uses matrix products and makes calculating the GLCM fast. In version 1.x are only two foor-loops.
For better legacy you decide with the optional variable xFeature which Haralick Feature you want use.
All Haralick Features were take from the original paper. See (http://haralick.org/journals/TexturalFeatures.pdf) for more information.

引用格式

Rune Monzel (2026). haralickTextureFeatures (https://ww2.mathworks.cn/matlabcentral/fileexchange/58769-haralicktexturefeatures), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2006a
兼容任何版本
平台兼容性
Windows macOS Linux
版本 已发布 发行说明
1.3.1.0

- fixed feature 8 Sum Variance (thanks to Lingxuan Kong)

1.3.0.0

fixed feature 8 Sum Variance

1.2.0.0

- fixed and validated Haralick Feature 14 (Maximal Correlation Coefficient), but still not checked
- fixed problem with empty eigenvector in Feature 14 (thanks to Hafiz Muhammad Arslan)

1.1.0.0

ver 1.1
- coOcMat will be checked if it is 2-dimensional
- Example code added
- more documentation
- fixed if-end polling (thanks to Ihsan Yassin)

1.0.0.0