SantageAI Glossary › Computer Vision
AI Glossary

What is Computer Vision?

Computer vision is the field of AI that enables computers to interpret and understand visual information from images and video.

What is the core idea behind computer vision?

Computer vision turns pixels into meaning, detecting what is in an image and where.

How does computer vision differ from related concepts?

ConceptDifference
Computer Vision vs Image RecognitionImage recognition is one task within computer vision. Computer vision also covers detection, segmentation, and tracking.
Computer Vision vs Multimodal AIComputer vision handles images alone. Multimodal AI connects vision with language and other inputs.
Computer Vision vs Human VisionHuman vision is general and robust. Computer vision is powerful on trained tasks but brittle outside them.

How does computer vision work?

What are common computer vision tasks?

Why is computer vision important?

Computer vision gives machines the ability to see, which is essential for self-driving cars, medical imaging, manufacturing, and robotics. It was one of the first fields transformed by deep learning, starting around 2012.

How is computer vision used in practice?

It is used in autonomous vehicles, medical diagnosis, quality inspection, retail checkout, security, and augmented reality. Limitations include sensitivity to lighting and angle, bias in training data, and privacy concerns around surveillance.

Frequently Asked Questions

Is computer vision part of AI?
Yes. Computer vision is a major subfield of artificial intelligence focused specifically on understanding visual data.
What powers modern computer vision?
Deep learning, especially convolutional neural networks and, increasingly, vision transformers trained on large labelled image datasets.