ML VISUAL LAB / Image Processing
RGB Channel Extraction
Intuition
Click image pixels and inspect real Red, Green, and Blue channel values separately.
Core Formula
I(x,y) = [R(x,y), G(x,y), B(x,y)]
When to use it?
Understanding digital images, channel extraction, and color-based preprocessing.