In computer vision, what process involves converting an image into an array of pixel values?

  • Segmentation
  • Feature Extraction
  • Pre-processing
  • Quantization
Pre-processing in computer vision typically includes steps like resizing, filtering, and transforming an image. It's during this phase that an image is converted into an array of pixel values, making it ready for subsequent analysis and feature extraction.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *