Skip to content

Channel

用來表示影像的色彩通道。順序為BGR。

定義 Definition

cpp
enum class Channel {
    BLUE,
    GREEN,
    RED,
};