Assignment Chef icon Assignment Chef

[Solved] Computer-Vision project1-Convolution and Filtering

5.0 1 customer review Digital download

Digital download

$25.00

Availability
In stock
Checkout
One item

Need a hand?

Message us on WhatsApp for payment or download support.

WhatsApp QR code Open WhatsApp
To learn python image library and smoothing operators Specifications:
  1. You need to install python with related packages so that you should be able display and edit every image.
  2. Filtering: Design 33 and 55 kernels with all 1s. Then, apply your filter to images, such as lena and cameraman.
  3. 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:
  1. Analyze result images from the previous three implementation
  2. What are effects of each kernel to images?