libtuning: Remove need for Cam object from ccm
Remove the need for the Cam object, as we don't want to port it from Raspberry Pi. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
902a78416c
commit
64d4e596a4
1 changed files with 1 additions and 2 deletions
|
@ -62,9 +62,8 @@ FInds colour correction matrices for list of images
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
def ccm(Cam, cal_cr_list, cal_cb_list):
|
def ccm(imgs, cal_cr_list, cal_cb_list):
|
||||||
global matrix_selection_types, typenum
|
global matrix_selection_types, typenum
|
||||||
imgs = Cam.imgs
|
|
||||||
"""
|
"""
|
||||||
standard macbeth chart colour values
|
standard macbeth chart colour values
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue