What is the difference between grayscale and RGB images?

Updated May 15, 2026

Short answer

Grayscale images have one channel; RGB images have three color channels.

Deep explanation

Grayscale represents intensity only, while RGB encodes red, green, and blue channels. RGB preserves color information, useful for recognition tasks.

Real-world example

Grayscale used in X-ray imaging; RGB used in object detection.

Common mistakes

  • Assuming grayscale always reduces accuracy.

Follow-up questions

  • When is grayscale preferred?
  • How does conversion affect data?

More Computer Vision interview questions

View all →