Our goal is to perform a median filter on a series of images using JES(python) T
ID: 668556 • Letter: O
Question
Our goal is to perform a median filter on a series of images using JES(python)
The basic steps are as follows:
• Load 9 images as a list of picture objects
• Create a new empty image of the appropriate width and height.
• For each pixel, store the red, green, and blue values of the 9 images.
– Calculate the median for each of these lists and use the median value to set
new pixel values for the new image.
the 9 images are pictures of a statue with a man standing in different position
we want to remove the man from the image and have a resulting image of the statue without the man
Explanation / Answer
def callMeadianFilter(Pictures):
I=0
J=0
K=0
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.