The function Uxy and the two subfunctions that are called by Uxy calculate the relative mutual information associated to grey-value cooccurence matrices. The function simply implements the equations given in the cited papers by Nowosad and Stepinski (2019) and by Haralick (1973). Please consult the Nowosad and Stepinski paper for the definitions of the output (Hygx stands for H(y|x), the rest should be obvious)
The input Y may be a simple matrix (grey value image) or an array of images. The input thr is a structure (or, if several images are analysed at once, an array of structures). thr.values (or thr(k).values) contains threshold values that are chosen to segment the image(s) into separate grey value levels. The function greyThreshO, which again calls the function multithresh (Otsu's method) from the image processing toolbox, may be used for this. The function is available at the Matlab Central as well, as part of my submission deltaEtAl (see and download there). However, the users may supply their own function to provide the structure thr, in that case, the image processing toolbox is not required. If the input iNN is set to 1, only the four next neighbours are considered to calculate the cooccurence matrices; if it is set to 0, all eight next neighbours will be taken into account. The input iguck should be integer. If it is different from zero, the outputs of the function Uxy are visualised in figure(iguck). If iguck==0, there is no graphic output.
引用格式
Mathias Anton (2024). relative mutual information Uxy (https://www.mathworks.com/matlabcentral/fileexchange/174040-relative-mutual-information-uxy), MATLAB Central File Exchange.
检索时间: .
Nowosad, Jakub, and Tomasz F. Stepinski. “Information Theory as a Consistent Framework for Quantification and Classification of Landscape Patterns.” Landscape Ecology, vol. 34, no. 9, Springer Science and Business Media LLC, June 2019, pp. 2091–101, doi:10.1007/s10980-019-00830-x.
Nowosad, Jakub, and Tomasz F. Stepinski. “Information Theory as a Consistent Framework for Quantification and Classification of Landscape Patterns.” Landscape Ecology, vol. 34, no. 9, Springer Science and Business Media LLC, June 2019, pp. 2091–101, doi:10.1007/s10980-019-00830-x.
APA
Nowosad, J., & Stepinski, T. F. (2019). Information theory as a consistent framework for quantification and classification of landscape patterns. Landscape Ecology, 34(9), 2091–2101. Springer Science and Business Media LLC. Retrieved from http://dx.doi.org/10.1007/s10980-019-00830-x
BibTeX
@article{Nowosad_2019, title={Information theory as a consistent framework for quantification and classification of landscape patterns}, volume={34}, ISSN={1572-9761}, url={http://dx.doi.org/10.1007/s10980-019-00830-x}, DOI={10.1007/s10980-019-00830-x}, number={9}, journal={Landscape Ecology}, publisher={Springer Science and Business Media LLC}, author={Nowosad, Jakub and Stepinski, Tomasz F.}, year={2019}, month=jun, pages={2091–2101} }
Haralick, Robert M., et al. “Textural Features for Image Classification.” IEEE Transactions on Systems, Man, and Cybernetics, vol. SMC-3, no. 6, Institute of Electrical and Electronics Engineers (IEEE), Nov. 1973, pp. 610–21, doi:10.1109/tsmc.1973.4309314.
Haralick, Robert M., et al. “Textural Features for Image Classification.” IEEE Transactions on Systems, Man, and Cybernetics, vol. SMC-3, no. 6, Institute of Electrical and Electronics Engineers (IEEE), Nov. 1973, pp. 610–21, doi:10.1109/tsmc.1973.4309314.
APA
Haralick, R. M., Shanmugam, K., & Dinstein, I. H. (1973). Textural Features for Image Classification. IEEE Transactions on Systems, Man, and Cybernetics, SMC-3(6), 610–621. Institute of Electrical and Electronics Engineers (IEEE). Retrieved from http://dx.doi.org/10.1109/TSMC.1973.4309314
BibTeX
@article{Haralick_1973, title={Textural Features for Image Classification}, volume={SMC-3}, ISSN={2168-2909}, url={http://dx.doi.org/10.1109/TSMC.1973.4309314}, DOI={10.1109/tsmc.1973.4309314}, number={6}, journal={IEEE Transactions on Systems, Man, and Cybernetics}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Haralick, Robert M. and Shanmugam, K. and Dinstein, Its’Hak}, year={1973}, month=nov, pages={610–621} }