RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
XTransPhase.h File Reference
#include "adt/Array2DRef.h"
#include "adt/Optional.h"
#include "adt/Point.h"
#include "metadata/ColorFilterArray.h"
#include <array>
#include <cassert>
#include <cmath>
#include <cstdlib>
Include dependency graph for XTransPhase.h:
This graph shows which files directly or indirectly include this file:

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< XTransPhaserawspeed::getAsXTransPhase (const ColorFilterArray &CFA)