enum P1::ImageSdk::PixelComponent

Overview

data type of a pixel channel More…

#include <C_P1ImageCommonTypes.h>

enum PixelComponent
{
    Unused,
    Red,
    Green,
    Blue,
    Luma,
    Grey,
    Alpha,
    Bayer,
    Nir        = 8,
    Monochrome = 9,
    NDVI       = 10,
    Undefined  = 999,
};

Detailed Documentation

data type of a pixel channel

Enum Values

Red

Red color.

Green

Green color.

Blue

Blue color.

Luma

Luminosity (= 0.2 * Red + 0.7 * Green + 0.07 * Blue)

Grey

Grey scale (= average of red, green, and blue)

Alpha

Opacity.

Bayer

Raw bayer.

Nir

Infrared image.

Monochrome

For monochrome IIQ image.

NDVI

The Normalized Difference Vegetation Index.