Can someone help me best develop a filtering algorithm for video processing?
Say, for example, I wanted to apply a fisheye lens filter to an image, how would I process the pixels so that it mimics this effect?
If I wanted to make the picture more red, I would subtract the values from the blue and green components at each pixel, leaving only the red component.
This kind of distortion is more than just color processing, so I would like to know how to properly manipulate pixels to simulate a lens filter from a fisheye, or say a pinch of filter, etc.
EDIT:
Filtering algorithm for processing VIDEO *
Pavan source
share