GithubHelp home page GithubHelp logo

soumenca / imageprocessing_in_matlab Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 3.0 3.1 MB

Image Processing Algorithms Implemented in Matlab

MATLAB 100.00%
image-processing matlab image-processing-programming digital-image-processing histogram-equalization gamma-correction median-filter spatial-filters frequency-domain frequency-filters

imageprocessing_in_matlab's Introduction

Image Processing in Matlab

1.Write a program to implement histogram equalization. Capture a photograph in dark. No light (or less light) should be visible in the photograph. Then, apply your histogram equalization program on all the 3 channels (R,G,B) of your dark image, and show the result.

2.Write a program to take the same image as input, and apply gamma transformation on all the 3 channels. Show the results for taking (a) gamma as 5 and (b) gamma as 0.2.

3.Write a program to smoothen a greyscale image by a 3X3 smoothing filter, which emphasizes on the current pixel value, gives lesser weightage to its 4-neighbors and much lesser weightage to the 8-neighbor pixels. Compare the result with median filter.

4.Write a program to sharpen the same image by (a) gradient and (b) Laplacian and compare the results.

5.Write a program to transform a greyscale image to frequency domain by Fourier transform. Apply any three low-pass filters on it and transform back each of the results to spatial domain and display the result images.

6.Write a program to transform a greyscale image to frequency domain by Fourier transform. Apply any three high-pass filters on it and transform back each of the results to spatial domain and display the result images.

7.Take an RGB color image and obtain the histograms of the image separately in Hue, Saturation and Intensity channels.

8.Take a grayscale image and map the image by applying run-length encoding technique to reduce the spatial redundancy. Then apply modified Huffman coding technique (column-wise) to compress the image. Apply reverse procedure to get back the image and display the difference image.

9.Take a grayscale image and apply Haar transform. For ease in computation resize the input image by downsampling.

imageprocessing_in_matlab's People

Contributors

soumenca avatar

Stargazers

 avatar  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.