블록 형식 영상
대용량 영상은 메모리에 담을 수 없어 영상을 표시하고 처리하는 데 어려움이 있을 수 있습니다. blockedImage
객체는 개별적으로 불러오고 처리할 수 있는 더 작은 데이터 블록의 모음으로 영상을 나타냄으로써 이 문제를 해결합니다. blockedImage
객체는 대용량 영상과 여러 해상도 수준을 갖는 영상을 지원합니다.
함수
도움말 항목
- Set Up Spatial Referencing for Blocked Images
This example shows how to set up and verify the spatial referencing information of a
blockedImage
object. - Read Whole-Slide Images with OpenSlide
This example shows how to add support for reading whole-slide images by creating a custom blocked image adapter.
- Explore Blocked Image Details with Interactive ROIs
This example shows how to display a detailed region of a blocked image selected interactively using ROI tools.
- Warp Blocked Image at Coarse and Fine Resolution Levels
This example shows how to apply a geometric transformation (warping) to a blocked image.
- Label Large Images in the Image Labeler (Computer Vision Toolbox)
This section describes the differences with using the Image Labeler app with blocked images.
- Convert Image Labeler Polygons to Labeled Blocked Image for Semantic Segmentation
This example shows how to convert polygon labels stored in a
groundTruth
object into a labeled blocked image suitable for semantic segmentation workflows. - 볼륨 분할기를 사용하여 블록 형식 영상 작업하기
너무 커서 메모리에 들어가지 않는 볼륨 영상을 블록 형식 영상으로 변환하여 분할합니다.