Semester assignments for the course "Digital Image Processing" of THMMY in AUTH university.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Apostolos Fanakis 270dc3c764 Various fixes, Complete report, Finalization 6 years ago
..
report Various fixes, Complete report, Finalization 6 years ago
README.md Various fixes, Complete report, Finalization 6 years ago
bayer2rgb.m Various fixes, Complete report, Finalization 6 years ago
imagedequant.m Various fixes, Complete report, Finalization 6 years ago
imagequant.m Various fixes, Complete report, Finalization 6 years ago
march.mat Init repo, Init bayer2rgb 6 years ago
mydequant.m Init quantization and PPM, Fixes for bayer2rgb 6 years ago
myquant.m Init quantization and PPM, Fixes for bayer2rgb 6 years ago
saveasppm.m Various fixes, Complete report, Finalization 6 years ago

README.md

First deliverable

In this first deliverable we were called to implement a number of functions that:

  • produce an RBG image from a Bayer pattern array of samples
  • quantize and dequantize the image using any desired number of bits
  • transform the image to the PPM format and save it to disk