ブロック化されたイメージ
大きなイメージはメモリに収まらない場合があり、表示や処理が困難になります。blockedImage
オブジェクトは、別々に読み込んで処理できるデータの小さいブロックのコレクションとしてイメージを表し、この問題を解決します。blockedImage
オブジェクトは、大規模なイメージや、1 つ以上の解像度レベルをもつイメージをサポートできます。
関数
トピック
- ブロック化されたイメージの空間参照の設定
この例では、
blockedImage
オブジェクトの空間参照情報を設定および確認する方法を説明します。 - 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. The example creates a MATLAB® interface to the OpenSlide C library, a C library that provides a simple interface to read whole-slide images (also known as virtual slides). The OpenSlide library is a product of the research group of M. Satyanarayanan at Carnegie Mellon University, School of Computer Science.
- 対話型の ROI を使用したブロック化されたイメージの詳細の調査
この例では、ROI ツールを使用して対話的に選択した、ブロック化されたイメージの詳細領域を表示する方法を説明します。
- 粗い解像度レベルおよび細かい解像度レベルでブロック化されたイメージのワープ
この例では、ブロック化されたイメージに幾何学的変換 (ワーピング) を適用する方法を説明します。
- 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. - Work with Blocked Images Using Volume Segmenter
Segment a volumetric image that could be too large to fit into memory by converting the volume to a blocked image.