Segmentación de imágenes
Segmente imágenes
La segmentación de imágenes es el proceso de dividir una imagen en partes o regiones. A menudo, la división en partes se basa en las características de los píxeles de la imagen. Por ejemplo, una forma de encontrar regiones en una imagen es buscar discontinuidades abruptas en los valores de los píxeles, lo que suele indicar la presencia de bordes. Estos bordes pueden definir regiones. En otros métodos, la imagen se divide en regiones en función de los valores de color o de la textura.
Apps
Color Thresholder | Umbrales de imágenes en color |
Image Segmenter | Segmentar una imagen mejorando las regiones |
Volume Segmenter | Imágenes volumétricas RGB o en escala de grises 3D |
Funciones
Temas
Primeros pasos
- Get Started with Image Segmentation
Get started with tools for image segmentation, including Segment Anything Model, classical segmentation techniques, and deep learning-based semantic and instance segmentation. - Get Started with Segment Anything Model for Image Segmentation
Perform interactive image segmentation using Segment Anything Model (SAM) and deep learning.
Segmentación mediante Image Segmenter
- Introducción a Image Segmenter
Segmente una imagen utilizando diferentes técnicas, mejore y guarde la máscara binaria, y exporte el código de segmentación utilizando la app Image Segmenter.
- Segment Objects Using Segment Anything Model (SAM) in Image Segmenter
- Segmentar una imagen usando umbrales en Image Segmenter
- Segmentar una imagen dibujando regiones mediante Image Segmenter
- Segment Image Using Active Contours in Image Segmenter
- Segment Image Using Graph Cut in Image Segmenter
- Segment Image Using Local Graph Cut (Grabcut) in Image Segmenter
- Segmentar una imagen usando Find Circles en Image Segmenter
- Segmentar una imagen usando Auto Cluster en Image Segmenter
- Refinar la segmentación mediante morfología en Image Segmenter
En este ejemplo se muestra cómo utilizar las prestaciones de la app Image Segmenter para pulir la apariencia de la imagen de máscara que ha creado con la app. - Use Texture Filtering in Image Segmenter
This example shows how to use the Include Texture Features option in the Image Segmenter app to segment an image.
Segmentación mediante Color Thresholder
- Segment Image and Create Mask Using Color Thresholder
Segment an image based on color values and create a binary mask image using Color Thresholder. - Acquire Live Images in Color Thresholder
Perform color thresholding on an image acquired from a live USB webcam using the Color Thresholder app.
Segmentación mediante filtros de Gabor, superpíxeles y otras técnicas
- Plot Land Classification with Color Features and Superpixels
Classify land types based on color features using K-means clustering and superpixels. - Segment Lungs from 3-D Chest Scan
Perform a 3-D segmentation using active contours (snakes) and view the results using the Volume Viewer app.
Segmentación mediante Volume Segmenter
- Create Binary Mask Using Volume Segmenter
This example shows how to segment a volume in the Volume Segmenter app. - Create Semantic Segmentation Using Volume Segmenter
This example shows how to create a semantic segmentation of a volume using the Volume Segmenter app. - 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.