To learn python image library and smoothing operators
Specifications:
- You need to install python with related packages so that you should be able display and edit every image.
- Filtering: Design 33 and 55 kernels with all 1s. Then, apply your filter to images, such as lena and cameraman.
- Convolution: Design a kernel, which is a matrix like [ 0.25 0.50 0.25 / 0.5 1
0.5 / 0.25 0.5 0.25]. Then apply your Kernel to images.
4.Gaussian Filter: Design 77 Gaussian filter. Then, apply your Kernel to images.
Discussions:
- Analyze result images from the previous three implementation
- What are effects of each kernel to images?
Reviews
There are no reviews yet.