Imágenes divididas en bloques
Lea imágenes muy grandes y navegue por ellas
Una imagen muy grande podría no caber en la memoria disponible y, por lo tanto, ser difícil de mostrar y procesar. El objeto blockedImage
ofrece una solución al problema: representa una imagen como un conjunto de bloques de datos más pequeños que pueden cargarse y procesarse de forma independiente. Un objeto blockedImage
admite imágenes grandes con uno o varios niveles de resolución.
Funciones
blockedImage | Image made from discrete blocks |
blockedImageDatastore | Datastore for use with blocks from blockedImage
objects |
blockLocationSet | List of block locations in large images |
selectBlockLocations | Select blocks from blocked images |
bigimageshow | Display 2-D blockedImage object |
showmask | Show mask overlay at specified inclusion threshold |
showlabels | Display label overlay on bigimageshow object |
apply | Process blocks of blocked image |
polyToBlockedImage | Create labeled blockedImage object from set of
ROIs |
Temas
- 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 Custom Blocked Image Adapter
This example shows how to add support for reading whole-slide images by creating a custom blocked image adapter.
- Label Large Images in the Image Labeler (Computer Vision Toolbox)
This section describes the differences with using the Image Labeler app with blocked images.