T-Rex Label

Grayscale

Grayscale is an image processing technology that converts a color image into a grayscale image. It integrates the color information of pixels through a weighted average method (e.g., calculating RGB components in the ratio of 0.299, 0.587, and 0.114), generates a single-channel image containing only brightness information, reduces data dimensions, and accelerates subsequent feature extraction and calculation processes.