이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
영상 시퀀스와 일괄 처리
영상 시퀀스는 시간으로 연결된 영상의 모음(예: 동영상의 프레임)이거나 공간 위치로 연결된 영상의 모음(예: MRI(자기 공명 영상) 슬라이스)입니다. 영상 시퀀스를 영상 스택 또는 비디오라고도 합니다.
영상 시퀀스를 다차원 배열로 저장한 다음 다차원 배열에서 연산을 수행하는 툴박스 함수를 사용하여 이 시퀀스를 표시하고 처리할 수 있습니다. 또는 영상 시퀀스를 개별 영상 파일의 모음으로 저장한 다음 영상 일괄 처리기 앱을 사용하여 파일들을 처리할 수도 있습니다.
함수
montage | 사각형 몽타주 형태로 여러 영상 프레임 표시 |
도움말 항목
- Work with Image Sequences as Multidimensional Arrays
Concatenate individual images in an image sequences into a single multidimensional array for ease of display and processing.
- View Image Sequences in Video Viewer
Animate image sequences using the Video Viewer app. Explore the image sequence with playback, panning, and zooming controls.
- Process Folder of Images Using Image Batch Processor App
This example shows how to use the Image Batch Processor app to process a batch of images in a folder or datastore.
- Process Large Set of Images Using MapReduce Framework and Hadoop
This example shows how to execute a cell counting algorithm on a large number of images using Image Processing Toolbox™ with MATLAB® MapReduce and datastores.