Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

영상 분할

영상 분할

영상 분할은 영상을 여러 부분이나 영역으로 나누는 과정입니다. 여러 부분으로 나누는 작업은 종종 영상의 픽셀 특성을 기반으로 합니다. 예를 들어, 영상에서 영역을 찾는 한 가지 방법은 픽셀 값이 급격하게 불연속적인 지점을 찾는 것입니다. 이런 지점은 보통 경계를 나타냅니다. 이러한 경계는 영역을 정의할 수 있습니다. 색 값이나 텍스처를 기반으로 영상을 여러 영역으로 나누는 다른 방법들도 있습니다.

색 이진화컬러 영상 이진화
영상 분할기영역을 미세 조정하여 영상 분할
볼륨 분할기Segment 3-D grayscale or RGB volumetric images (R2020b 이후)

함수

모두 확장

graythresh오츠(Otsu) 방법을 사용한 전역 영상 이진화
multithresh오츠 방법을 사용한 다중 수준 영상 이진화
otsuthresh오츠(Otsu) 방법을 사용한 전역 히스토그램 임계값
adaptthresh1차 국소 통계량을 사용하여 영상의 가변 임계값 구하기
grayconnectedSelect contiguous image region with similar gray values using flood-fill technique
watershed워터셰드 변환
activecontour능동 윤곽선(스네이크) 영역 확장 기법을 사용하여 영상을 전경과 배경으로 분할
lazysnappingSegment image into foreground and background using graph-based segmentation
grabcutSegment image into foreground and background using iterative graph-based segmentation
imseggeodesicSegment image into two or three regions using geodesic distance-based color segmentation
imsegfmmBinary image segmentation using fast marching method
gradientweightCalculate weights for image pixels based on image gradient
graydiffweightCalculate weights for image pixels based on grayscale intensity difference
imsegkmeansK-평균 군집화 기반 영상 분할
imsegkmeans3k-평균 군집화 기반 볼륨 분할
superpixels영상의 2차원 슈퍼픽셀 과다분할
superpixels33-D superpixel oversegmentation of 3-D image
imoverlay2차원 영상에 이진 마스크 새기기
labeloverlay2차원 영상에 레이블 행렬 영역 겹치기
label2idxConvert label matrix to cell array of linear indices
boundarymask분할의 영역 경계선 찾기
jaccard영상 분할을 위한 자카드 유사성 계수
dice영상 분할을 위한 Sørensen-Dice 유사성 계수
bfscoreContour matching score for image segmentation

도움말 항목

색 이진화를 사용한 분할

가버 필터, 슈퍼픽셀 및 기타 기법을 사용한 분할

볼륨 분할기를 사용한 분할