Project 5: Detection of clusters of small features
Input: Given an image for example of industrial image of object with holes or such as a mammogram with the presence of microcalcifications of different size and shape which can be introduced by simulation for the purpose of this project)
Method: Design a matched filter/ Hough transform, capable of detecting them (in either space or Frequency space). The important feature is that the microcalcifications/ circles are not of unique size or shape and are noisy. Possible application also of neural net. An alternative would be images of building with windows and counting windows.
Output: images with detection indicated
Coding: as desired (not GUI)
Remarks: Difficulty medium