• GLCM问题记录


    Texture Features: Texture contains importantinformation in image classification, as it represents the contentof many real-world images. Textures are characteristic intensity(or color) variations that typically originate from roughness ofobject surfaces (Davies, 2008). As a powerful source ofinformation, texture features have been intensively studied inremote sensing image classification (Zhang et al., 2004,Franklin et al., 2000, Reulke et al., 2005, Samal et al., 2006).There are many different methods used to extract model texturefrom images. In this paper, we evaluated the widely used GLCM texture measures and state-of-art texture descriptor Local Binary Patterns (LBP) and its extensions: uniform LBP, rotation-invariant LBP, dominant local binary patterns (DLBP).In this section, an overview of these texture descriptors is given.

    The image-objects generated from segmentation is arbitraryshaped,however, texture measurements are usually extracted based on the texture property of pixels or small blocks withinthe rectangular shaped region. Therefore, in this paper, the arbitrary-shaped objects are extended to a rectangular area fortexture extraction. This can be achieved by padding zero ormean value outside the object boundary, or obtaining the innerrectangle from the object. Zero padding introduces spurioushigh frequency components leading to degrading the performance of the texture feature, while the inner rectanglecannot usually represent the property of the entire object well. Mean-intensity padding has shown better performance than theother two approaches (Liu et al., 2006) and thus is adopted inthis paper. Firstly, the minimum bounding rectangle is obtainedfrom the image segment, and then the area which is outside of the segment and inside of the minimum bounding rectangle ispadded using the mean value of pixels in the region.

    Grey-level co-occurrence matrices (GLCM) have beensuccessfully used for deriving texture measures from images.This technique uses a spatial co-occurrence matrix thatcomputes the relationships of pixel values and uses these valuesto compute the second-order statistics (Haralick et al., 1973).The GLCM approach assumes that the texture information in animage is constrained in the overall or “average” spatialrelationships between pixels of different grey level. In thispaper, we use mean and standard deviation of four measuresfrom the grey-level co-occurrence matrices: energy, entropy,contrast, and homogeneity.

  • 相关阅读:
    静态数组和动态数组
    C#实现两个时间相减的方法
    360安全卫士为什么无法登录用户,显示网络失败,请检查网络,可是网络连接正常。
    WPS Word查询某些内容的出现次数
    安装安全狗后,MP4无法播放
    图片上传Security Error
    JS 构造图片Image对象
    c#截取图片
    VS2013快捷键
    WPS之替换样式
  • 原文地址:https://www.cnblogs.com/xiangshancuizhu/p/2266624.html
Copyright © 2020-2023  润新知