Edge Detection2 13. Canny Edge Detection (Bilinear Interpolation) 학습 내용 1. Bilinear Interpolation 2. Edge 방향 구하는법 / Non-Maxima Suppression 3. Canny Edge Operatior 1. Bilinear Interpolation 정확히 엣지 픽셀을 찾아내기란 어렵다. 엣지값을 정확하게 구하려면, Bilinear Interpolation이 필요할때가 있다. 2. Edge 방향 구하는법 / Non-Maxima Suppression 360도를 8등분해서 4방향만 있다고 생각하자. 그리고, Non-Maxima Suppression은 극댓값을 찾는 과정을 말한다. 아래의 방식은 FDG를 적용한 이후부터를 말하는거다. _igDir._ppA[i][j]는 바로 이전 사진에서 0~3으로 분류된 값이다. 즉, 예를들어 _igDir.. 2021. 1. 22. 12. Edge Detection (Discrete 환경, Noise 환경) 학습 내용 1. Edge detection 방법 2. Discrete 환경에서의 Edge detection (Computer Vision에서의 edge detection) 3. Noise 환경에서의 Edge detection 4. FDG, Gradient 코딩하는법 1. Edge 구하는 방법 용어 : Good Localization : 엣지나 코너의 위치를 정확하게 픽셀단위로 찾아내는것. 2. Discrete 환경에서의 edge detection (Computer Vision에서의 edge detection) 앞으로, I 는 원본이미지에 First Derivative를 곱한 값이다. 엣지 디텍팅 커널의 크기에 따라 특징이 다르다. 3. Noise 가 있을때 Edge Detection 방법 1. 절에서 말.. 2021. 1. 22. 이전 1 다음