Code and Results for Chapter 7
- Code for General Use Written for this Chapter
- Second Order Image Features:
- phi_to_xy_increment.m (returns the column and row steps given phi)
- co_occurrence.m (computes the co-occurrence matrix for input d and phi)
- ASM.m (compute the angular second moment of the image)
- CON.m (computes the image contrast)
- IDF.m (computes the inverse difference moment of the image)
- entropy.m (compute the entropy of the image)
- Run Length Image Features:
- max_run_length_phi.m (determines the longest run length in a given direction)
- Q_RL.m (computes the Q_RL matrix)
- SRE.m (computes the short run emphasis)
- LRE.m (computes the long run emphasis)
- GLNU.m (computes the gray level non-uniformity)
- RLN.m (computes the run length non-uniformity)
- RP.m (computes the run percentage)
- Geometric Moments:
- Verifications/Duplication of Figures or Results from the Text
- Problem Solutions
- Petasti Images
John Weatherwax