The following programs should be developed in ‘C’ language preferably on ‘UNIX’ platform. The graphical development environment can be created using some appropriate library like ‘OpenGL’:
1. Implement the spatial image enhancement functions on a bitmap image –
(a) Mirroring (Inversion) (b) Rotation (Clockwise) (c) Enlargement (Double Size)
2. Implement (a) Low Pass Filter (b) High Pass Filter
3. Implement (a) Arithmetic Mean Filter (b) Geometric Mean Filter
4. Implement Smoothing and Sharpening of an eight bit color image
5. Implement (a) Boundary Extraction Algorithm (b) Graham's Scan Algorithm
6. Implement (a) Edge Detection (b) Line Detection
|