Hi, I want to filter .BMP image with 3x3 digit matrix. Basicly it is multiplying image pixels by numbers in matrix. Any suggestions how it should be done?
I know that i have to open a file using fopen() I did that.
Should I just loop through whole image and multiply it by matrix like (fp * matrix). Or its a correct way to do that. Please give me some suggestions about that.
Thank You in advance.
Regards,
Kycas