Question: Exercise 7 . 5 : Normalized Co - occurrence. Compute the normalized co - occurrence matrix N [ 1 , 1 ] for the image

Exercise 7.5: Normalized Co-occurrence.
Compute the normalized co-occurrence matrix N[1,1] for the image of Figure 7.7 assuming that the black pixels have gray-tone 0, the gray pixels have gray-tone 1, and the white pixels have gray-tone 2. How does it represent the texture pattern of the image?
Figure 7.7 An image with a diagonal texture pattern.
Co-occurrence matrices capture properties of a texture, but they are not directly useful for further analysis, such as comparing two textures. Instead, numeric features are computed from the co-occurrence matrix that can be used to represent the texture more compactly. The following are standard features derivable from a normalized co-occurrence matrix.
Energy =i?j?Nd2[i,j]
Entropy =-i?j?Nd[i,j]log2Nd[i,j]
Contrast =i?j?(i-j)2Nd[i,j]
Homogeneity =i?j?Nd[i,j]1+|i-j|
Correlation =i?j?(i-i)(j-j)Nd[i,j]ij
 Exercise 7.5: Normalized Co-occurrence. Compute the normalized co-occurrence matrix N[1,1] for

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!