Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • The sort function call is pythons list.sort() command. It simply orders the list after adding in 8 entries Commented Feb 26, 2019 at 13:20
  • In case anyone is feeling really keen... comm.utoronto.ca/~kostas/Publications2008/pub/proceed/38.pdf Commented Feb 26, 2019 at 16:08
  • There is a generic filter module by the way that gives you all the framework of the loops and passes you all the surrounding pixels by the way. I used it here stackoverflow.com/a/54440152/2836621 for a modal filter, but you only need to change one line to make it a median filter. Commented Feb 26, 2019 at 16:11