Computer Vision
Image Preprocessing
Transforming images before model input (resizing, normalization, color adjustment).
This concept is essential for understanding computer vision and forms a key part of modern AI systems.
Related Concepts
- Computer Vision
- Normalization
- Data Pipeline
Tags
computer-vision computer-vision normalization data-pipeline
Related Terms
Computer Vision
The field of AI focused on enabling computers to understand and interpret visual information from images and videos.
Normalization
Scaling features to a standard range (typically 0-1 using min-max scaling) to improve model training and convergence. Often used interchangeably with standardization (mean=0, std=1), though technically distinct.