Enum NVCVRawPattern

Enum Documentation

enum NVCVRawPattern

Defines Bayer patterns used by RAW color model. R,G,B represent the color primaries red, green, blue. C represent a clear channel, it lets all light pass.

Values:

enumerator NVCV_RAW_BAYER_RGGB

Bayer format with X channel mapped to samples as follows:

  • span 1: R G R G R G R G

  • span 2: G B G B G B G B (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_BGGR

Bayer format with X channel mapped to samples as follows:

  • span 1: B G B G B G B G

  • span 2: G R G R G R G R

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_GRBG

Bayer format with X channel mapped to samples as follows:

  • span 1: G R G R G R G R

  • span 2: B G B G B G B G

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_GBRG

Bayer format with X channel mapped to samples as follows:

  • span 1: G B G B G B G B

  • span 2: R G R G R G R G

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_RCCB

Bayer format with X channel mapped to samples as follows:

  • span 1: R C R C R C R C

  • span 2: C B C B C B C B

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_BCCR

Bayer format with X channel mapped to samples as follows:

  • span 1: B C B C B C B C

  • span 2: C R C R C R C R

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_CRBC

Bayer format with X channel mapped to samples as follows:

  • span 1: C R C R C R C R

  • span 2: B C B C B C B C

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_CBRC

Bayer format with X channel mapped to samples as follows:

  • span 1: C B C B C B C B

  • span 2: R C R C R C R C

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_RCCC

Bayer format with X channel mapped to samples as follows:

  • span 1: R C R C R C R C

  • span 2: C C C C C C C C

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_CRCC

Bayer format with X channel mapped to samples as follows:

  • span 1: C R C R C R C R

  • span 2: C C C C C C C C

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_CCRC

Bayer format with X channel mapped to samples as follows:

  • span 1: C C C C C C C C

  • span 2: R C R C R C R C

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_CCCR

Bayer format with X channel mapped to samples as follows:

  • span 1: C C C C C C C C

  • span 2: C R C R C R C R

    (Y,Z,W are discarded)

enumerator NVCV_RAW_BAYER_CCCC

Bayer format with X channel mapped to samples as follows:

  • span 1: C C C C C C C C

  • span 2: C C C C C C C C

    (Y,Z,W are discarded)