Making Machines See

Artificial Intelligence | Class 12 CBSE

Terms & Definitions

  1. Computer-Vision – A field of AI that enables machines to interpret and process visual information from the environment.
  2. Image-Processing – Techniques used to enhance, analyze, and transform digital images.
  3. Pixel-Value – The intensity or color information stored at a specific point in a digital image.
  4. Grayscale-Image – An image where each pixel carries intensity information, from black (0) to white (255).
  5. RGB-Model – A color representation using Red, Green, and Blue channels.
  6. HSV-Model – A color model using Hue, Saturation, and Value for better color segmentation.
  7. Noise-Reduction – The process of removing random variations in brightness or color in an image.
  8. Image-Smoothing – Blurring techniques to reduce detail and noise (e.g., Gaussian blur).
  9. Edge-Detection – Identifying sharp changes in brightness to highlight boundaries in images.
  10. Sobel-Operator – An edge detection method based on calculating gradients.
  11. Canny-Edge-Detector – A multi-stage edge detection algorithm widely used in computer vision.
  12. Thresholding-Technique – Converting an image into binary form (black and white) based on intensity.
  13. Adaptive-Thresholding – Thresholding where the threshold value changes depending on local regions of the image.
  14. Morphological-Operations – Image transformations like erosion, dilation, opening, and closing to modify shapes.
  15. Erosion-Operation – Removes pixels at object boundaries, making shapes smaller.
  16. Dilation-Operation – Adds pixels to object boundaries, making shapes larger.
  17. Contour-Detection – Identifying continuous curves that bound objects in an image.
  18. Feature-Extraction – Identifying unique attributes (edges, textures, shapes) from an image.
  19. Face-Detection – Identifying and locating human faces in an image or video.
  20. Object-Detection – Locating and classifying objects within an image.
  21. YOLO-Algorithm – (“You Only Look Once”) – A real-time object detection algorithm.
  22. Haar-Cascade – A machine learning-based method for object detection, commonly used for face recognition.
  23. Optical-Character-Recognition (OCR) – Converting images of text into editable digital text.
  24. Image-Segmentation – Dividing an image into multiple segments for easier analysis.
  25. Semantic-Segmentation – Assigning a class label to each pixel in an image.
  26. Instance-Segmentation – Differentiating individual objects of the same class within an image.
  27. Convolutional-Neural-Network (CNN) – A deep learning model specialized for image recognition and classification.
  28. Pooling-Layer – A CNN component that reduces spatial dimensions while retaining important features.
  29. Feature-Map – The output of convolution layers that highlights detected features in an image.
  30. Transfer-Learning – Using a pre-trained model (e.g., VGG, ResNet) for solving new image recognition tasks.

Activities

Word Search Game

Crossword Puzzle

Online Quiz

Leave a Reply

wpChatIcon