SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
bowtie.h
Go to the documentation of this file.
1#pragma once
2
7
8#include "image.h"
9#include <vector>
10
11namespace satdump
12{
13 namespace image
14 {
15 namespace bowtie
16 {
30 Image correctGenericBowTie(Image &inputImage, const int channelCount, const long scanHeight, const float alpha, const float beta, std::vector<std::vector<int>> *reverse_lut = nullptr);
31
32 // template <typename T>
33 // image::Image<T> correctSingleBowTie(image::Image<T> &inputImage, const int channelCount, const long scanHeight, const float alpha, const float beta);
34 } // namespace bowtie
35 } // namespace image
36} // namespace satdump
Core Image class.