fix comand line parser bug

add statistics dialog
add ability to zoom in on image viewer
This commit is contained in:
uvos 2021-07-09 12:18:43 +02:00
parent b10a260ddb
commit 07e6b6611d
10 changed files with 196 additions and 57 deletions

View file

@ -5,6 +5,7 @@
#include <stdint.h>
#include "../cameras.h"
#include "cvimageviewer.h"
#include "aboutdiag.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@ -15,6 +16,7 @@ class MainWindow : public QMainWindow
Q_OBJECT
private:
std::vector<CvImageViewer*> viewers_;
AboutDiag about_;
private slots:
void setImageValue(size_t x, size_t y, double value);