Version Bump

Remember Save paths
add missing files
This commit is contained in:
uvos 2021-07-17 22:24:44 +02:00
parent 42da1746b5
commit 3c788f57c2
20 changed files with 1168 additions and 7 deletions

View file

@ -34,7 +34,7 @@ private:
QLine yLine_;
bool selectionStarted_ = false;
double clamp_ = std::numeric_limits<double>::max();
static QString lastSavePath_;
inline static QString lastSavePath_ = "./";
void transfromToSourceCoordinates(int inX, int inY, int& outX, int& outY);
void convertImage(cv::Mat image);