- Computer Vision is a field dedicated to analyzing images and videos using computational techniques. These methods are employed across various applications, ranging from medical imaging to facial recognition.
- Computer vision assists in understanding and interpreting the content present in images and videos, allowing a computer to "see" and "comprehend" its surroundings
- Distinct image properties are used for their analysis and understanding. These properties include color, shape, and texture.
-
- Image Masking and Color Tracking: Techniques for color tracking and obscuring portions of an image.
- Image Resizing and Geometric Transformation: To alter the size and shape of images.
- Image Thresholding: Convert images to purely black and white colors.
- Morphological Transformation: Change the image shape using mathematical operations.
- Image Filtering: Use filters to refine images and eliminate noise.
- Edge Detection: Employ specific techniques to detect edges within images.
- Feature Detection in Images: Using various algorithms.
- Sift Approach and Feature Matching: Techniques for matching features across different images.