Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 548 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 548 Bytes

Image processing in C

See qdbmp API calls at http://qdbmp.sourceforge.net/

colorinfrared.c is a C program to colorise the infrared image ifwatch.bmp using pixels from colored image colorwatch.bmp taken in the dark and produce a output image imageout.bmp

$ cd programs
$ gcc colorinfrared.c -o exec1
$ ./exec1

colorinfrared2.c is a C program to do the above task but doesnt desaturate the output image as I fill real pixel values and not the mean

$ cd programs
$ gcc colorinfrared2.c -o exec2
$ ./exec2