Progress, February 7

Over the past week, I focused on finalizing my project plan and goals, reading more papers, and learning the Matlab foundations of the spatial processing techniques I will be using.

Reading Completed

  • “R-Histogram: Quantitative Representation of Spatial Relations for Similarity-Based Image Retrieval”, Wang and Makedon, 11th ACM Conf. on Multimedia, 2003—introduction of the R-Histogram and experimental results

Image processing techniques learned

  • Connected component analysis; finding region boundaries using boundaries and other functions
  • Finding centroids of segmented regions
  • Getting familiar with the fuzzy inference tooklit
  • Created trapezoidal fuzzy sets for spatial relationship classification (such as left, right, etc.), as described in Keller and Wang 1995
  • Implemented the centroid method of classifying spatial relationships between regions, as described in Keller and Wang. Tested
  • Most of the work of the aggregation method for spatial relationships, including finding a histogram of angular differences (the classical histogram, not the R-histogram) and calculating a vector of fuzzy set memberships (one vector of membership values per fuzzy set). Using arithmetic mean as a simplified aggregation operator produced the expected results.

Next steps

  1. Retrieve k-Nearest Neighbor book by Dasarathy from the library
  2. Implement R-Histogram
  3. Collect test data

Leave a Reply

You must be logged in to post a comment.