pdvelez / CV-lecture-quizzes-python

Python version of GT/Udacity Introduction to Computer Vision quizzes
67 stars 61 forks source link

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

Open bentito opened 7 years ago

bentito commented 7 years ago

@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

pdvelez commented 7 years ago

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.

bentito commented 7 years ago

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.

pdvelez commented 7 years ago

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