From 1e59c59aca4793a3791a49883e49289e2229fdf2 Mon Sep 17 00:00:00 2001 From: yair Date: Sun, 31 Dec 2023 18:58:30 +0200 Subject: [PATCH] merge pixel view to show 16bit and calibrated resaults. 50frame step, allow to save frame --- cvview.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cvview.py b/cvview.py index 0e0ccf0..54d7bc8 100644 --- a/cvview.py +++ b/cvview.py @@ -29,11 +29,6 @@ def calibrate(x): #print('{}..{}'.format(ret.max(), ret.min())) return ret - -class state: - calibrate = False - - # Global variables for the last mouse position last_x, last_y = 0, 0 img, calibrated_img = None, None