mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
utils: raspberrypi: ctt: Fix pycodestyle E305
E305 expected 2 blank lines after class or function definition Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
parent
2b21c6ac86
commit
33c4221e87
9 changed files with 18 additions and 0 deletions
|
@ -16,6 +16,7 @@ def degamma(x):
|
|||
x = x * ((2**16)-1)
|
||||
return x
|
||||
|
||||
|
||||
"""
|
||||
FInds colour correction matrices for list of images
|
||||
"""
|
||||
|
@ -153,6 +154,7 @@ def ccm(Cam, cal_cr_list, cal_cb_list):
|
|||
})
|
||||
return ccms
|
||||
|
||||
|
||||
"""
|
||||
calculates the ccm for an individual image.
|
||||
ccms are calculate in rgb space, and are fit by hand. Although it is a 3x3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue