Projects for 19fall Computer Vision course
Convolution and Image Filters
Requirement:
- Program to realize the convolution operation and the next filters
- Roberts operator; Prewitt operator; Sobel operator;
- Gaussian filter, mean filter and Median filter
- Kernal size and sigma adjustable
- Design proper UI and display I/O images
Morphological operations
- Morphological edge detection
- Morphological Reconstruction
- Conditional dilation in binary image
- Grey scale Reconstruction
- Morphological gradient
- Design proper UI and display I/O images