영상에서 객체 경계를 찾기 위한 에지 검출 방법
에지 검출(Edge detection)은 영상에서 객체의 경계를 찾기 위한 영상 처리 기법입니다. 에지 검출은 밝기의 불연속성을 검출함으로써 이루어집니다. 에지 검출은 영상 처리, 컴퓨터 비전, 머신 비전과 같은 분야에서 영상 분할 및 데이터 추출을 위해 사용합니다.
일반적인 에지 검출 알고리즘에는 Sobel, Canny, Prewitt, Roberts 및 퍼지 논리(fuzzy logic) 방법이 있습니다.

Sobel 방법을 사용한 영상 분할.

Canny 방법을 사용한 영상 분할.

퍼지 논리 방법을 사용한 영상 분할.
For 자세한 내용은 Image Processing Toolbox를 참조하십시오.
Examples and How To
Software Reference
참조: image analysis, color profile, image thresholding, image enhancement, image reconstruction, image segmentation, image transform, image registration, digital image processing, image processing and computer vision, Steve on Image Processing, image registration