/image_edge_detect

image edge detection

Primary LanguageJupyter Notebook

목적: openCV와 같은 3rd party 기능의 사용을 최대한 사용하지 않고 Edge dection code 구현해보기

사용한 알고리즘 및 이론
- Gaussian Smoothing Filter
- Sobel Filter
- Non-Maximal Suppression
- Double Thresholding
- Hysteresis Algorithm