Hello everyone,
I have a 640x480 pixels photo.
I'm considering applying an average(mean) filter for the example (105,145) pixel.
Opencv have cv2.blur() function.
But this function applies average filter to all pixels.
I want to apply it to any pixel.(a pixel)
I use python. Does anyone have any suggestions?
Thanks.