Description Usage Arguments Details Value References See Also Examples
A function returns 15 Halarick features for 4 directions, their average and range.
1 | haralick(x)
|
x |
output of glcm() function from a TIFF data |
15 outputs are #1 Angular Second Moment / Homogeniety "asm" #2 Contrast "con" #3 inverse Difference Moment "idm" #4 Entropy "ent" #5 Correlation "cor" #6 Variance in Haralick 1973 "var" #7 Sum Average "sav" #8 Sum Entropy "sen" #9 Difference Entropy "den" #10 Difference Variance "dva" #11 Sum Variance "sva" #12 Information Measures of Correlation "f12" #13 Information Measures of Correlation "f13" #14 Cluster Shade "sha" #15 Cluster prominence "pro", respectively
A matrix of angles and features
R.M. Haralick, K. Shangmugam, Its'hak Dinstein (1973) Textural Features for Image Classification, IEEE Transactions on Systems, Man, and Cybernetics, SMC-3(6), 610-621.
Albregtsen F (1995) Statistical texture measures computed from gray level cooccurrence matrices. In: Technical Note, Department of Informatics, University of Oslo, Norway
K. Kobayashi, M. Akada, T. Torigoe, S. Imazu, J. Sugiyama (2015) Automated recognition of wood used in traditional Japanese sculptures by texture analysis of their low-resolution computerd comography data. J. Wood Sci., 61, 630-640.
glcm
1 2 |
th_0 th_45 th_90 th_135 ave
asm 7.102548e-03 5.936031e-03 7.257462e-03 5.797643e-03 6.483904e-03
con 1.305947e+02 1.833625e+02 9.615255e+01 2.067913e+02 1.542253e+02
idm 2.397461e-01 2.035640e-01 2.695136e-01 1.972925e-01 2.275291e-01
ent 3.052363e+00 3.121435e+00 3.000315e+00 3.140267e+00 3.092835e+00
cor 7.464839e-01 6.438879e-01 8.133336e-01 5.984203e-01 7.005456e-01
var 2.575670e+02 2.574505e+02 2.575518e+02 2.574723e+02 2.575104e+02
sav 8.211899e+01 8.211643e+01 8.212642e+01 8.212971e+01 8.212289e+01
sen 1.929309e+00 1.939437e+00 1.934330e+00 1.936345e+00 1.936050e+00
den 1.345415e+00 1.425555e+00 1.274901e+00 1.449437e+00 1.382733e+00
dva 1.104453e+02 1.585488e+02 7.969725e+01 1.803557e+02 1.322618e+02
sva 7.330058e+03 7.276414e+03 7.365631e+03 7.255203e+03 7.306826e+03
f12 1.388009e-01 1.389028e-01 1.387759e-01 1.388197e-01 1.388250e-01
f13 6.047488e-01 6.049371e-01 6.047026e-01 6.047836e-01 6.047932e-01
sha -3.110135e+03 -3.443768e+03 -4.894702e+03 -2.714534e+03 -3.540828e+03
pro 1.350421e+06 1.268042e+06 1.470279e+06 1.205339e+06 1.323519e+06
rng
asm 1.459819e-03
con 1.106387e+02
idm 7.222111e-02
ent 1.399515e-01
cor 2.149133e-01
var 1.164446e-01
sav 1.328560e-02
sen 1.012788e-02
den 1.745357e-01
dva 1.006585e+02
sva 1.104283e+02
f12 1.268954e-04
f13 2.344984e-04
sha 2.180169e+03
pro 2.649391e+05
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.