ELE 473-573 Sayısal Görüntü İşleme

Giriş Dersin Künyesi/Syllabus Ders Notları/Course Notes Ödevler/HWs Notlar/Grades Projeler/Projects

ELE 473-573 Sayısal Görüntü İşleme - Proje/Project

In this class project, you will develop a method to find the pixel locations of hair roots given an image of the skin. You need to develop a complicated method that smartly combines a bunch of image processing methods we have covered in class. An example of these, to give you an idea would be image enhancement, image filtering, thresholding, template matching, morphological image processing, segmentation etc.

I have listed these methods to give you an idea, you may not be needing all of these or might add blocks on your own. You will probably need more advanced versions of some of these methods compared to what we have seen in class. This is a research project, so straightforward applications of a bunch of methods will not work well. You need to be creative and intelligently combine several blocks for a good method that works well.

An example image is given below. Obviously your method should not be working well for just this one example image, but perform satisfactorily for images that are similar (dark hairs on a skin).

Your method should get the image as the input and produce x and y locations of the hair roots as its output.

An example image.