ML VISUAL LAB / Image Processing

RGB Channel Extraction

All labs
LIVE CANVASREADY
Parameters and datasets are connected directly to the visual.
Loading visualization...

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.