|
RawSpeed
fast raw decoding library
|
#include "adt/Array2DRef.h"#include "adt/Optional.h"#include "adt/Point.h"#include "metadata/ColorFilterArray.h"#include <array>#include <cassert>#include <cmath>#include <cstdlib>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
Typedefs | |
| using | rawspeed::XTransPhase = iPoint2D |
Functions | |
| iPoint2D | rawspeed::getTranslationalOffset (XTransPhase src, XTransPhase tgt) |
| template<typename T> | |
| std::array< T, 6 *6 > | rawspeed::applyPhaseShift (std::array< T, 6 *6 > srcData, XTransPhase srcPhase, XTransPhase tgtPhase) |
| std::array< CFAColor, 6 *6 > | rawspeed::getAsCFAColors (XTransPhase p) |
| Optional< XTransPhase > | rawspeed::getAsXTransPhase (const ColorFilterArray &CFA) |