sunjong5108 / image_edge_detect

image edge detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

image edge detection


Languages

Language:Jupyter Notebook 100.0%