diff options
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_awb.py')
-rw-r--r-- | utils/raspberrypi/ctt/ctt_awb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/raspberrypi/ctt/ctt_awb.py b/utils/raspberrypi/ctt/ctt_awb.py index 71ad6b0e..96de004c 100644 --- a/utils/raspberrypi/ctt/ctt_awb.py +++ b/utils/raspberrypi/ctt/ctt_awb.py @@ -288,6 +288,7 @@ def awb(Cam, cal_cr_list, cal_cb_list, plot): """ return(ct_curve, np.round(transverse_pos, 5), np.round(transverse_neg, 5)) + """ obtain greyscale patches and perform alsc colour correction """ |