Robotics-Club-BMU / CV-Zone

A repository Dedicated to Computer Vision.
3 stars 8 forks source link

Fourier Transform #67

Open MohithReddy1 opened 2 years ago

MohithReddy1 commented 2 years ago

Follow the steps:

  1. Take the Fourier Transform of the given image (say the output is FFTOrginal).
  2. Filter the image using Low Pass and High pass frequency-domain filter. Say Output is LowOutput and Highoutput.
  3. Compare LowOutput and Highoutput with the FFT of the original image (ie FFTOriginal obtained from step 1).

Once you are over with that create your own folder(Fourier Transform) in the Projects folder update your codes, add output and create a readme file and add details in the readme file.

folder format: CV-Zone -> Projects -> create your folder(Fourier Transform) -> files

Use the below image as Input image

tb-rules10 commented 2 years ago

I'd like to work on this.

tb-rules10 commented 2 years ago

Unassign plz

kriti-banka commented 2 years ago

I would like to work on this issue