Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there a function to average (mean) filter for a pixel?

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.

Is there a function to average (mean) filter for a pixel?

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)

My photos have rgb value. I want to apply filter to rgb image.

I use python. Does anyone have any suggestions?

Thanks.

Is there a function to average (mean) filter for a pixel?

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)pixel.

My photos have rgb value. I want to apply filter to rgb image.

I use python. Does anyone have any suggestions?

Thanks.