Into

Modules

Documentation

classPiiCamera::RgbPixel

#include <PiiBayerConverter.h>

Rgb color pixel type functor for Bayer decoding.

Description

Uses PiiColor<T> as output type. Use this structure as a model for new pixel types.

Public types

typedef PiiColor< T >

The output type.

Public member functions

(
  • int r
  • int g
  • int b
)

How are the interpolated color channel values converted to the output type? This operator must be present in all pixel types.

Function details

  • Type operator()

    (
    • int r
    • int g
    • int b
    )
    [inline]

    How are the interpolated color channel values converted to the output type? This operator must be present in all pixel types.

    This function returns PiiColor<T>(r,g,b).

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.