GithubHelp home page GithubHelp logo

dfridovi / compressed_sensing Goto Github PK

View Code? Open in Web Editor NEW
47.0 3.0 25.0 504.21 MB

Image compression using compressed sensing.

License: GNU General Public License v2.0

Python 37.86% MATLAB 62.14%

compressed_sensing's Introduction

compressed_sensing

License

Image compression using compressed sensing.

Summary

This repository is under development as part of a class project for UC Berkeley's EE227BT Convex Optimization course. The authors are David Fridovich-Keil and Grace Kuo, both graduate students in the EECS department at UC Berkeley.

Organization

The files in this repository are organized as follows.

The compressed_sensing/presentation directory contains a copy of our slide deck, and also several images used in the slides.

The compressed_sensing/writeup directory contains a copy of our final report.

The compressed_sensing/data directory contains three example images. Virtually all of our examples in the slides and the report use the lenna.png image.

The compressed_sensing/reconstructions directory contains two sub-directories, matlab figures and python figures, which (not suprisingly) contain compression and reconstruction results created by test scripts written in MATLAB and Python, respectively.

The compressed_sensing/src directory also contains two sub-directories. The matlab sub-directory contains our most up-to-date code base; these are the functions and scripts we use to generate all the figures in our presentation and report. The python sub-directory contains an earlier version of the code base.

compressed_sensing's People

Contributors

dfridovi avatar gracekuo01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

compressed_sensing's Issues

Fourier

Replace all Fourier functionality with something that only uses real numbers, like DCT. This will allow us to apply the same L1 regularization and other CS techniques in the transform domain, which might improve compression.

Add reversed Huber norm relaxation

As in problem set 3, replace the L1 regularization with reversed Huber norm. Try this in the image domain, and also in the transform domain.

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.