Coder Social home page Coder Social logo

sunoh-kim / digital-image-processing Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 65.95 MB

This repository contains my assignment solutions for the Digital Image Processing course (M2608.001000_001) offered by Seoul National University (Fall 2020).

MATLAB 100.00%
bilateral-filter demosaicing edge-enhancement histogram-equalization image-interpolation image-processing median-filter wiener-filter nyquist-filter-design wls-filter

digital-image-processing's Introduction

Digital Image Processing - Assignment Solutions

This repository contains my assignment solutions for the Digital Image Processing course (M2608.001000_001) offered by Seoul National University (Fall 2020).

The algorithms for the assignments are implemented using MATLAB.

Demosaicing:

Demosaicing is the process of reconstructing a full color image from the incomplete color samples output from an image sensor overlaid with a color filter array (CFA).

Edge Enhancement:

Edge enhancement is an image processing technique that enhances the edge contrast of an image or video in an attempt to improve its acutance (apparent sharpness). I used box filters and a Gaussian filter for edge enhancement.

Bilateral Filter:

A bilateral filter is a non-linear, edge-preserving, and noise-reducing smoothing filter for images. It replaces the intensity of each pixel with a weighted average of intensity values from nearby pixels. I used it for denoising.

Wiener Filter:

A Wiener filter is a filter used to produce an estimate of a desired or target random process by linear time-invariant (LTI) filtering of an observed noisy process, assuming known stationary signal and noise spectra, and additive noise. I used it for denoising and deblurring.

Nonlinear Processing:

Nonlinear processing produces output that is not a linear function of its input. Here, I used histogram equalization for contrast adjustment and median filter for denoising.

WLS Filter:

A Weighted Least Squares (WLS) filter is a well-known edge preserving smoothing technique. I used it for image enhancement and denoising.

Image Interpolation:

For image interpolation, I used Nyquist Filter Design in MATLAB.

Wavelet Filter:

A Wavelet filter decomposes the signal using the DWT, filters the signal in the wavelet space using thresholding, and inverts the filtered signal to reconstruct the original signal. I used it for denoising.

JPEG Compression:

For JPEG Compression, I used Discrete Cosine Transformation (DCT). The DCT expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencies.

digital-image-processing's People

Contributors

sunoh-kim avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

digital-image-processing's Issues

No Entropy Encoding in JPEG Compression

Without entropy encoding

There will be no point of image compression. Image compression is an important task that is performed so we can transfer image over network smoothly. By reducing it's size, we are trying to use less bandwidth/latency.

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.