#include "adt/Array2DRef.h"
#include "adt/Optional.h"
#include "adt/Point.h"
#include "metadata/ColorFilterArray.h"
#include <algorithm>
#include <array>
#include <cassert>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <iterator>
#include <utility>
Go to the source code of this file.
|
| iPoint2D | rawspeed::getTranslationalOffset (BayerPhase src, BayerPhase tgt) |
| template<typename T> |
| std::array< T, 4 > | rawspeed::applyPhaseShift (std::array< T, 4 > srcData, BayerPhase srcPhase, BayerPhase tgtPhase) |
| std::array< CFAColor, 4 > | rawspeed::getAsCFAColors (BayerPhase p) |
| template<typename T> |
| std::array< T, 4 > | rawspeed::applyStablePhaseShift (std::array< T, 4 > srcData, BayerPhase srcPhase, BayerPhase tgtPhase) |
| Optional< BayerPhase > | rawspeed::getAsBayerPhase (const ColorFilterArray &CFA) |