Image Texture
   HOME

TheInfoList



OR:

An image texture is the small-scale structure perceived on an image, based on the spatial arrangement of color or intensities. It can be quantified by a set of metrics calculated in
image processing An image or picture is a visual representation. An image can be two-dimensional, such as a drawing, painting, or photograph, or three-dimensional, such as a carving or sculpture. Images may be displayed through other media, including a pr ...
. Image texture metrics give us information about the whole image or selected regions. Linda G. Shapiro and George C. Stockman, ''Computer Vision'', Upper Saddle River: Prentice–Hall, 2001 Image textures can be artificially created or found in natural scenes captured in an image. Image textures are one way that can be used to help in segmentation or classification of images. For more accurate segmentation the most useful features are spatial frequency and an average grey level. To analyze an image texture in computer graphics, there are two ways to approach the issue: Structured Approach and Statistical Approach.


Structured Approach

A structured approach sees an image texture as a set of primitive
texels In Computer graphics, computer graphics, a texel, texture element, or texture pixel is the fundamental unit of a texture maps, texture map. Textures are represented by Array (data structure), arrays of texels representing the texture space, just ...
in some regular or repeated pattern. This works well when analyzing artificial textures. To obtain a structured description a characterization of the spatial relationship of the texels is gathered by using Voronoi tessellation of the texels.


Statistical Approach

A statistical approach sees an image texture as a quantitative measure of the arrangement of intensities in a region. In general this approach is easier to compute and is more widely used, since natural textures are made of patterns of irregular subelements.


Edge Detection

The use of
edge detection Edge or EDGE may refer to: Technology Computing * Edge computing, a network load-balancing system * Edge device, an entry point to a computer network * Adobe Edge, a graphical development application * Microsoft Edge, a web browser developed b ...
is to determine the number of edge pixels in a specified region, helps determine a characteristic of texture complexity. After edges have been found the direction of the edges can also be applied as a characteristic of texture and can be useful in determining patterns in the texture. These directions can be represented as an average or in a histogram. Consider a region with N pixels. the gradient-based edge detector is applied to this region by producing two outputs for each pixel p: the gradient magnitude Mag(p) and the gradient direction Dir(p). The per unit area can be defined by F_=\frac for some threshold T. To include orientation with histograms for both gradient magnitude and gradient direction can be used. Hmag(R) denotes the normalized histogram of gradient magnitudes of region R, and Hdir(R) denotes the normalized histogram of gradient orientations of region R. Both are normalized according to the size NR Then F_=(H_(R), H_(R)) is a quantitative texture description of region R.


Co-occurrence Matrices

The co-occurrence matrix captures numerical features of a texture using spatial relations of similar gray tones. Numerical features computed from the co-occurrence matrix can be used to represent, compare, and classify textures. The following are a subset of standard features derivable from a normalized co-occurrence matrix: \begin Angular \text 2nd \text Moment &= \sum_ \sum_ p ,j\\ Contrast &= \sum_^ \sum_^ n^ p ,j \text , i-j, =n\\ Correlation &= \frac \\ Entropy &= -\sum_\sum_ p ,jln(p ,j\\ \end where p ,j/math> is the ,j/math>th entry in a gray-tone spatial dependence matrix, and Ng is the number of distinct gray-levels in the quantized image. One negative aspect of the co-occurrence matrix is that the extracted features do not necessarily correspond to visual perception. It is used in dentistry for the objective evaluation of lesions OI: 10.1155/2020/8831161 treatment efficacy OI: 10.3390/ma13163614; DOI: 10.11607/jomi.5686; DOI: 10.3390/ma13173854; DOI: 10.3390/ma13132935and bone reconstruction during healing OI: 10.5114/aoms.2013.33557; DOI: 10.1259/dmfr/22185098; EID: 2-s2.0-81455161223; DOI: 10.3390/ma13163649


Laws Texture Energy Measures

Another approach is to use local masks to detect various types of texture features. Laws originally used four vectors representing texture features to create sixteen 2D masks from the outer products of the pairs of vectors. The four vectors and relevant features were as follows:
 L5  =   +1  +4  6  +4  +1  (Level)
 E5  =   -1  -2  0  +2  +1  (Edge)
 S5  =   -1   0  2   0  -1  (Spot)
 R5  =   +1  -4  6  -4  +1  (Ripple)
To these 4, a fifth is sometimes added:
 W5  =   -1  +2  0  -2  +1  (Wave)
From Laws' 4 vectors, 16 5x5 "energy maps" are then filtered down to 9 in order to remove certain symmetric pairs. For instance, L5E5 measures vertical edge content and E5L5 measures horizontal edge content. The average of these two measures is the "edginess" of the content. The resulting 9 maps used by Laws are as follows:
L5E5/E5L5
L5R5/R5L5
E5S5/S5E5
S5S5
R5R5
L5S5/S5L5
E5E5
E5R5/R5E5
S5R5/R5S5
Running each of these nine maps over an image to create a new image of the value of the origin ( ,2 results in 9 "energy maps," or conceptually an image with each pixel associated with a vector of 9 texture attributes.


Autocorrelation and Power Spectrum

The autocorrelation function of an image can be used to detect repetitive patterns of textures.


Texture Segmentation

The use of image texture can be used as a description for regions into segments. There are two main types of segmentation based on image texture, region based and boundary based. Though image texture is not a perfect measure for segmentation it is used along with other measures, such as color, that helps solve segmenting in image.


Region Based

Attempts to group or cluster pixels based on texture properties.


Boundary Based

Attempts to group or cluster pixels based on edges between pixels that come from different texture properties.


See also

*
Texel (graphics) In computer graphics, a texel, texture element, or texture pixel is the fundamental unit of a texture map. Textures are represented by arrays of texels representing the texture space, just as other images are represented by arrays of pixels ...
*
Gabor filter In image processing, a Gabor filter, named after Dennis Gabor, who first proposed it as a 1D filter. The Gabor filter was first generalized to 2D by Gösta Granlund, by adding a reference direction. The Gabor filter is a linear filter used for ...


Further reading

Peter Howarth, Stefan Rüger, "Evaluation of texture features for content-based image retrieval", Proceedings of the International Conference on Image and Video Retrieval, Springer-Verlag, 2004
A detailed description of texture analysis in biomedical images can be found in Depeursinge et al. (2017). Texture analysis is used to examine radiological images in oral surgery OI: 10.3390/ma13132935; DOI: 10.3390/ma13163649and periodontology OI: 10.3390/ma13163614; DOI: 10.17219/acem/104524


References

{{DEFAULTSORT:Image Texture Computer graphics