Image Compression and the FFT (Examples in Python)

Sdílet
Vložit
  • čas přidán 19. 05. 2024
  • This video shows how to compress images with the FFT (code in Python).
    Book Website: databookuw.com
    Book PDF: databookuw.com/databook.pdf
    These lectures follow Chapter 3 from:
    "Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" by Brunton and Kutz
    Amazon: www.amazon.com/Data-Driven-Sc...
    Brunton Website: eigensteve.com
  • Věda a technologie

Komentáře • 33

  • @jacobanderson5693
    @jacobanderson5693 Před 4 lety +2

    Happy to see the videos on FFT back and running. Another great one!

  • @jumbyvt6839
    @jumbyvt6839 Před 2 lety

    Took me two videos to subscribe. The quality and content of your material incredible. I really enjoy understanding how the magic happens and you make a hell of a job. Cheers!

  • @gdssn
    @gdssn Před 3 lety +7

    I have zero engineering background, but find the entire series super clear and intuitive. Really enjoy this. Thanks!

  • @mauriciolomeli2940
    @mauriciolomeli2940 Před 3 lety

    This video summed up my 2008 hackathon concept. I had no idea I was inspired by people who had come up with this already or were already talking about it.

  • @johanvandermerwe7687
    @johanvandermerwe7687 Před 3 lety +8

    I like the explanations, keep up the great work!

  • @eofirdavid
    @eofirdavid Před 5 měsíci

    Thanks. As a mathematician who is always looking for interesting applications of mathematics, this was really an interesting demonstration.

  • @vincentl7022
    @vincentl7022 Před 4 lety +1

    really like this explanations

  • @ZeugmaP
    @ZeugmaP Před rokem +1

    The last part made me realise why applying a high-pass filter reveals the edges on an image : the edges are the high frequency content because the color changes very quickly in the span of a few pixels.

  • @jadhariri826
    @jadhariri826 Před 3 lety +2

    This video is really awesome but I am wondering if this method if we implement on the 3 color channel to keep the image colored

  • @atafort
    @atafort Před 4 lety +4

    1:45
    It needs to be 255 instead of 256. Color ranges from 0-255
    Cheers

  • @mrseanpaul81
    @mrseanpaul81 Před 4 lety +1

    That is awesome!

  • @josephskt8558
    @josephskt8558 Před 2 lety

    Wonderful!

  • @i-negm
    @i-negm Před rokem +1

    I really enjoy the discussion of the concepts in its plain, intuitive form. The quality of the video is implacable.

  • @TheMazyProduction
    @TheMazyProduction Před 4 lety +1

    Is FFT or SVD better for compression?

  • @manashisarkar9775
    @manashisarkar9775 Před měsícem

    Dr. Brunton, how do you know about (keep track of) all these examples you present, e.g. the toy story example, and other examples throughout the series? Thanks a lot for the content!

  • @lalasampritray375
    @lalasampritray375 Před 4 lety

    Thank you.

  • @ncclementi
    @ncclementi Před 3 lety +1

    Is it possible to recover the color image, or to do the analysis on full color? If so how would you go about it? Thanks, great video!

  • @uzivatel123
    @uzivatel123 Před rokem

    thank you so much

  • @sepehrsadeghi2386
    @sepehrsadeghi2386 Před 2 lety

    it was a good help.

  • @ayonmustafi744
    @ayonmustafi744 Před 3 lety

    thanks alot sir

  • @Aidalwaysmiling013
    @Aidalwaysmiling013 Před 2 lety

    where can I find the video's code?

  • @user-sm9hj2gj2u
    @user-sm9hj2gj2u Před 3 měsíci

    Where can we find the code for this to download?

  • @Kong9901
    @Kong9901 Před 3 lety +1

    very cool :)

  • @shirishavissom129
    @shirishavissom129 Před 3 lety

    Can anybody tell me how to import this image please

  • @treksis
    @treksis Před rokem

    the last 3 min is the killer contents where the 3d pixel intensity diagram becomes an actual image.

  • @NicolasUnger
    @NicolasUnger Před rokem +3

    Anyone coming from Veritasium's video?

  • @bxch5199
    @bxch5199 Před 4 lety

    The interface of showing image in python is way worse than in matlab :D