Request: 2A-L3 Can we contribute missing method?
@pdvelez Would you want someone to contribute the missing gaussian noise method here? https://github.com/pdvelez/CV-lecture-quizzes-python/blob/master/2A-L3/apply_median_filter.py#L21
I don't see a gaussian noise method in the quiz. If there is one in the lectures it'll be better to have it in a separate script. Can you show me which quiz uses it?
If you would like to see a full implementation of imnoise in python we can add a separate file just for imnoise, that way we keep the length of apply_median_filter.py short. And yes you are welcome to contribute.
Ah well it's just in lecture. Not quiz. I only thought it belonged here because of the else: condition. I'm working on it here but can contribute it as separate file, sure.
If it's a demo video we can also add it using the same quiz format