Glossary
Searchable terminology from accessibility, web standards, and related fields.
42 results found in Computer Vision.
- Watershed Algorithm (Watershed Segmentation, Watershed Transform)
- An image segmentation technique inspired by geographical hydrology, where the gradient magnitude of an image is treated as a topographical surface. The algorithm simulates water flowing downhill from …
- YOLO (You Only Look Once) (YOLO, YOLOv8, YOLO Object Detector)
- A family of real-time object detection neural networks that predict bounding boxes and class labels in a single forward pass over an image, rather than using a two-stage propose-then-classify pipeline…