4
Image vs Matrix
Digital images (or just “images”) are typically stored in a matrix
•Different coordinate systems (x,y) vs. (i=row,j=column)
•Helpful to use macros to convert when coding things up