some bugs fixed

This commit is contained in:
2021-10-18 17:24:03 +03:00
parent 81c94bcd1e
commit 68449bef89
30 changed files with 577 additions and 551 deletions

View File

@@ -27,8 +27,6 @@
#define XY_TOLERANCE (5.)
#define PUSIROBO_POSTPROC "pusirobo"
// how many frames will be averaged to count image deviation
#define MAX_AVERAGING_ARRAY_SIZE (25)
extern volatile atomic_bool stopwork;
extern volatile atomic_ullong ImNumber;
@@ -54,5 +52,6 @@ void openXYlog(const char *name);
void closeXYlog();
void setpostprocess(const char *name);
double getFramesPerS();
void getcenter(float *x, float *y);
#endif // IMPROC_H__