image-filtering
image-filtering copied to clipboard
added edge filter use canny edge detection
Added open CV canny edge detection filter for #2
- [x] Added .ipynb with code
- [x] added test image
- [x] added grayscale image
- [x] added gaussian blur
- [x] added canny edge filtered image (result)
@vikasgola
@lopeselio This repo is all about implementing the filters and understanding them. I was not expecting you to use the prebuild function.
@vikasgola so what am I exactly supposed to contribute ?
@lopeselio you are suppose to implement the canny edge filter.