My homework and project for ENE461 Introduction to Digital Image Processing KMUTT (2021).
- Convert original color image to grayscale image
- Plot the image histogram
- Convert to binary image
Write a program to binarize images with automatic thresholding.
- Maximum normal line method
- Average intensities method
- Enhancement of color/gray-scale images by histogram equalization. Show your output images and histograms comparing to the original image.
- Automatic thresholding of the enhanced image and the original image.
Write a program for spatial filtering.
- Low pass filter
- High pass filter
Write a program for Hough transform for lines or circles.