La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Propiedades de regiones e imágenes
Obtenga información sobre los objetos de una imagen
Las regiones de imagen, también denominadas objetos, componentes conectados o manchas, poseen ciertas propiedades, como área, centro de masa, orientación y cuadro delimitador. Para calcular estas propiedades (y muchas otras), puede utilizar la app Image Region Analyzer o la función regionprops
.
También puede medir los valores de píxeles individuales a lo largo de una trayectoria de una imagen o el valor agregado sobre una imagen completa.
Apps
Image Region Analyzer | Browse and filter connected components in an image |
Funciones
Temas
Propiedades de regiones y objetos
- Label and Measure Connected Components in a Binary Image
An object in a binary image is a set of connected pixels with the same value. You can count, label, and isolate objects, and you can measure object properties such as area. - Calculate Properties of Image Regions Using Image Region Analyzer
This example shows how to calculate the properties of regions in binary images by using the Image Region Analyzer app.
Propiedades de píxeles y trayectorias
- Pixel Values
To determine the values of one or more pixels in an image, you can select points on an image interactively, or you can specify the pixel coordinates in an array. - Get Pixel Information in Image Viewer App
You can display information about the location and value of individual pixels or small neighborhoods of pixels. - Measure Distance Between Pixels in Image Viewer App
You can measure the length of a line segment drawn between two pixels. You can refine the position of the line segment and make multiple measurements. - Intensity Profile of Images
The intensity profile of an image is the set of intensity values taken from regularly spaced points along a line or path in the image.
Propiedades de imágenes
- Media de imagen, desviación estándar y coeficiente de correlación
Puede calcular las estadísticas estándar de todos los píxeles de una imagen 2D. Las estadísticas de la toolbox difieren de sus equivalentes 1D, que operan en cada columna de una imagen por separado. - Crear un histograma de imagen
Este ejemplo muestra cómo crear un histograma que muestra la distribución de las intensidades de una imagen en escala de grises. - Distance Transform of a Binary Image
The distance transform of a binary image shows the distance from each pixel to a nonzero pixel. There are different ways to measure the distance between two pixels. - Contour Plot of Image Data
A contour is a path in an image along which intensity values are constant. Contour plots can show the outline of objects in an image or represent a 3-D shape in a 2-D plane.