Edge Detection(에지 검출)은 영상에서 객체의 경계를 찾기 위한 영상 처리 기법입니다.
Edge Detection의 작동 방식
Edge Detection은 밝기의 불연속성을 감지하여 작동합니다. Edge Detection은 이미지 처리, 컴퓨터 비전 및 버신 비전과 같은 영역에서 영상 분할 및 데이터 추출에 사용합니다.
일반적인 Edge Detection 알고리즘에는 Sobel, Canny, Prewitt, Roberts 및 퍼지 논리(fuzzy logic) 방법이 있습니다.
자세한 내용은 Image Processing Toolbox를 참조하십시오.
![Image segmentation using the Sobel method](https://kr.mathworks.com/discovery/edge-detection/_jcr_content/mainParsys/band/mainParsys/columns/75e71740-2bdd-46b6-af77-df48db0f81a9/image_0_copy.adapt.full.medium.jpg/1723190575762.jpg)
Sobel 방법을 사용한 영상 분할.
![Image Segmentation Using The Canny Method](https://kr.mathworks.com/discovery/edge-detection/_jcr_content/mainParsys/band/mainParsys/columns/75e71740-2bdd-46b6-af77-df48db0f81a9/image_1_copy.adapt.full.medium.jpg/1723190575770.jpg)
Canny 방법을 사용한 영상 분할.
![Image segmentation using Fuzzy Logic method Image segmentation using Fuzzy Logic method](https://kr.mathworks.com/discovery/edge-detection/_jcr_content/mainParsys/band/mainParsys/columns/75e71740-2bdd-46b6-af77-df48db0f81a9/image_2_copy.adapt.full.medium.jpg/1723190575781.jpg)
퍼지 논리 방법을 사용한 영상 분할.
자세한 내용은 Image Processing Toolbox를 참조하십시오.
심화 주제 탐색
자료
문서, 예제, 비디오 등을 통해 지식을 확장하십시오.
더 알아보기
- MATLAB을 사용한 에지 검출 (3:24) - 비디오
- 손쉬운 영상 처리 (31:14) - 비디오
- Image Processing Toolbox Apps – 함수
- Steve on Image Processing with MATLAB – Blog