You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variable "winsorized_mean"
What is it responsible for and where is it used?
winsorized_mean = np.mean(np.clip(non_noisy_pixels, pixel + 1, 255 - pixel - 1))
=================================================
filtered_image[i, j] = (trimmed_mean) error
The text was updated successfully, but these errors were encountered:
Your script doesn't work
What is it responsible for and where is it used?
winsorized_mean = np.mean(np.clip(non_noisy_pixels, pixel + 1, 255 - pixel - 1))
=================================================
The text was updated successfully, but these errors were encountered: