Edge Detection

Edge Detection이란?

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

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

Image Segmentation Using The Canny Method

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

Image segmentation using Fuzzy Logic method

퍼지 논리 방법을 사용한 영상 분할.

자세한 내용은 Image Processing Toolbox를 참조하십시오.