I asked a question but did not get any proper answers:
A beginner's attempt on image filtering
I am stuck with this. What are we supposed to manipulate in Gaussian Blur?
I have an IplImage *img which I want to blur, but I am Completely Clueless about which part of the structure I need to modify to pull off the algorithm?
I can't manipulate img->imageData, it is just a character pointer. What do I need to manipulate to generate the blur effect? Any changes to img->imageData modifies RBG values.
This is what the data structure looks like: