Giter VIP home page Giter VIP logo

nla's Introduction

nla

Exercises of numerical algebra course

jpeg.py

Performs jpeg transformation on an image by first normalizing image (puting values between [-127, 128]) then spliting it to 8x8 blocks(paddings done so dimensions are divisible to 8) and then performing DCT on blocks, after that we divide coefficients by quantization matrix and and we round values(this makes small values to change to zero). Then we perform reverse jpeg transform to transformed image to get our image back, these two images are pretty much the same. In this particular example by performin jpeg transformation on this image only 14% of final transformed image are not zero which shows jpeg is a great tool for compression.

fft.py

All of code is steps needed in 2.8.2 exercise in the book. First we see log image. Then we see fft compression and distorsion for different thresholds. In the end we plot compression over distorsion to get a good insight about relations between them.

nla's People

Contributors

alir3za97 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.