CV-lecture-quizzes-python icon indicating copy to clipboard operation
CV-lecture-quizzes-python copied to clipboard

Request: 2A-L3 Can we contribute missing method?

Open bentito opened this issue 8 years ago • 3 comments

@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

bentito avatar Jan 15 '17 19:01 bentito

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.

pdvelez avatar Jan 15 '17 20:01 pdvelez

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.

bentito avatar Jan 15 '17 20:01 bentito

If it's a demo video we can also add it using the same quiz format

pdvelez avatar Jan 15 '17 20:01 pdvelez