Tutorial 40 - What is Fourier transform and how is it relevant for image processing?

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • This videos provides a short explanation of Fourier transform and demonstrates its use in Python. Fourier transform is often used to deign digital filters to process images in the frequency domain.
    Code associated with these tutorials can be downloaded from here: github.com/bns...

ความคิดเห็น • 24

  • @shivangitomar5557
    @shivangitomar5557 2 ปีที่แล้ว +1

    BEST video on this topic!

  • @hibiscae
    @hibiscae 3 ปีที่แล้ว +2

    thank you so much for explaining it properly. my professor speaks too fast and is not making sense well to my end. but ik that your series of image processing will help me a lot.

    • @ZEISS_arivis
      @ZEISS_arivis  3 ปีที่แล้ว

      You're very welcome! Everyone has different way to learn and I am glad my teaching method matches your learning style.

  • @kenilpatel7841
    @kenilpatel7841 3 ปีที่แล้ว +6

    Excellent tutorial!
    Thank you so much for your efforts.
    However, one clarification: Isn't edge detection done using a high pass filter and not a low pass filter?

    • @ZEISS_arivis
      @ZEISS_arivis  3 ปีที่แล้ว +3

      Yes, low pass filter smooths images and high pass filter sharpens the edges. I didn't realize that I misspoke. Thanks for letting me (and others) know.

  • @hritikdj
    @hritikdj 3 ปีที่แล้ว +1

    Clear and concise explanation, Thanks a lot :)

  • @bhawnadhawan4682
    @bhawnadhawan4682 2 ปีที่แล้ว +1

    Hello sir , can u pls tell that while applying j loop why are we using a factor of 127 , omitting it out changes results , i wanna know what impact is it creating , Thankyou

  • @shankee1987
    @shankee1987 ปีที่แล้ว

    Was trying to understand low pass, high pass filter in Photoshop and seems I've landed at the right place...

  • @elifozkan9836
    @elifozkan9836 3 ปีที่แล้ว

    Awesome explanation! Thanks a lot

  • @akshitdhillon
    @akshitdhillon 2 ปีที่แล้ว

    much needed informative video🤞🤞

  • @ai1998
    @ai1998 3 ปีที่แล้ว

    very simple explanation

  • @kiranchowdary8100
    @kiranchowdary8100 3 ปีที่แล้ว +1

    nice tutorial anna

  • @Mralex97u
    @Mralex97u 3 ปีที่แล้ว

    Thank you!

  • @santiagoseppi2946
    @santiagoseppi2946 3 ปีที่แล้ว

    Hello. If I have a numpy complex array, can I use cv2.dft too, or should it be a float array?

    • @ZEISS_arivis
      @ZEISS_arivis  3 ปีที่แล้ว

      Not sure off top of my head, you have to check the documentation for opencv.

  • @BareqRaad
    @BareqRaad 3 ปีที่แล้ว

    great effort thank you so much

  • @minakshisonawane5929
    @minakshisonawane5929 ปีที่แล้ว

    It is not working on my spyder

  • @tilkesh
    @tilkesh 2 ปีที่แล้ว

    Thx