이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
영상 분할
영상 분할
영상 분할은 영상을 여러 부분이나 영역으로 나누는 과정입니다. 여러 부분으로 나누는 작업은 종종 영상의 픽셀 특성을 기반으로 합니다. 예를 들어, 영상에서 영역을 찾는 한 가지 방법은 픽셀 값이 급격하게 불연속적인 지점을 찾는 것입니다. 이런 지점은 보통 경계를 나타냅니다. 이러한 경계는 영역을 정의할 수 있습니다. 색 값이나 텍스처를 기반으로 영상을 여러 영역으로 나누는 다른 방법들도 있습니다.
함수
도움말 항목
영상 분할기를 사용한 분할
- 영상 분할기 앱 시작하기
이 항목에서는 영상 분할기 앱과 그 기능을 간략하게 소개합니다.
- Segment Image Using Thresholding in Image Segmenter
- Segment Image by Drawing Regions Using Image Segmenter
- Segment Image Using Active Contours in Image Segmenter
- Segment Image Using Graph Cut in Image Segmenter
- Segment Image Using Local Graph Cut (Grabcut) in Image Segmenter
- Segment Image Using Find Circles in Image Segmenter
- Segment Image Using Auto Cluster in Image Segmenter
- Refine Segmentation Using Morphology in Image Segmenter
- Install Sample Data Using Add-On Explorer
Image Processing Toolbox Image Data package contains sample 3-D volumetric data.
색 이진화를 사용한 분할
- 색 이진화 앱을 사용하여 영상을 분할하고 마스크 만들기
이 예제에서는 색 이진화 앱을 사용하여 영상을 분할하고 이진 마스크 영상을 만드는 방법을 보여줍니다. - Acquire Live Images in the Color Thresholder App
You can perform color thresholding on an image acquired from a live USB webcam. - Image Segmentation Using Point Clouds in the Color Thresholder App
This example shows how to segment an image using the point cloud control in the Color Thresholder app.
가보르 필터, 슈퍼픽셀 및 기타 기법을 사용한 분할
- Plot Land Classification with Color Features and Superpixels
This example shows how to perform land type classification based on color features using K-means clustering and superpixels. - Segment Lungs from 3-D Chest Scan
This example shows how to perform a 3-D segmentation using active contours (snakes) and view the results using the Volume Viewer app.
볼륨 분할기를 사용한 분할
- Create Binary Mask Using Volume Segmenter
This example shows how to segment a volume in the Volume Segmenter app. - Create Semantic Segmentation Using Volume Segmenter
This example shows how to create a semantic segmentation of a volume using the Volume Segmenter app. - 볼륨 분할기를 사용하여 블록 형식 영상 작업하기
이 예제에서는 볼륨 분할기 앱에서 단일 분해능 블록 형식 영상을 다루는 방법을 보여줍니다.