mpalaourg / DIP_Image_Formation

First Assignment for "Digital Image Processing" course of THMMY in AUTh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Image Processing 1st Assignment, AUTh [2019]

Ιmplementations of basic image processing techniques.

This is an experimental application developed as part of the course "Digital Image Processing" assignment, that took place in the Department of Electrical & Computer Engineering at Aristotle University of Thessaloniki in 2019.

  • Reconstruction of an RGB image from a grayscale image (based on bayer filter).
    • Nearest Neighbor
    • Bilinear Interpolation
  • Ιmplementation of a uniform symmetric quantizer and de-quantizer.
  • Implementation of a PPM encoder.

Status

As of the completion of the project, it will NOT be maintained. By no means should it ever be considered stable or safe to use, as it may contain incomplete parts, critical bugs and security vulnerabilities.


Support

Reach out to me:


License

License: MIT

About

First Assignment for "Digital Image Processing" course of THMMY in AUTh.

License:MIT License


Languages

Language:MATLAB 100.0%