Skip to content
/ Reading-BMP Public template

Reading bmp file and separating RGB color component of image to a data structure.

Notifications You must be signed in to change notification settings

bimalpaneru/Reading-BMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading BMP's individual color components to a structure

Unlike other conventional image format BMP has its origin at botom left. So, for further 2D signal processing application the read image values were set such that the origin is set at top left. This is a part of laboratory excersise for Multimedia Signal Processing course at EET UNSW Sydney.

Image is flipped horizontally here to highlight the change of origin. A library provided by Prof. David Taubman for reading 8 bit and 24 bit bmp files "io_bmp" is used for reading and displaying the bmp file.

About

Reading bmp file and separating RGB color component of image to a data structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages