pixelsamplingpts

dev
Oona Räisänen 2016-01-28 22:52:00 +02:00
rodzic 549328617e
commit 738917dfee
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -61,11 +61,11 @@ enum {
BORDER_REPEAT, BORDER_ZERO, BORDER_WRAPAROUND
};
typedef struct {
struct PixelSample {
Point pt;
int ch;
double t;
} PixelSample;
};
class ProgressBar {
public:
@ -79,8 +79,6 @@ class ProgressBar {
int m_width;
};
std::vector<PixelSample> pixelSamplingPoints(SSTVMode mode);
uint8_t clipToByte (double a);
double fclip (double a);
double deg2rad (double Deg);