list-extract — Traditional AI Model
List Extract pulls one image out of a collection by zero-based index — a chosen frame after a video split, or a single layer out of a decomposition, so it can be worked on alone. CPU, near-instant.
Details
- CategoryTraditional
- Year-1
- License
Inputs & Outputs
- ListInput · list:image
Image list to extract from
- ImageOutput · image
Extracted image at the given index
Tags
Alternatives in Selection & Extraction
- Color Pick by Class
Extract a segmentation class by name.
- Color Pick by RGB Value
Extract segmentation regions by exact RGB color.
- Image Crop by Class
Crop detected objects by class name.
- Image Crop by Coord
Crop a region from explicit bounding-box coordinates.
- Image Gate by Text
Pass or block an image based on text match.
- Image Selector
Pick first non-empty image from inputs (fallback).
- List Inject
Replace one image in a list by index with a new image.
- Manual Color Picker
Interactively pick colors from a segmentation map.