Searched refs:ccm (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/pymodules/its/ |
D | dng.py | 23 def compute_cm_fm(illuminant, gains, ccm, cal): argument 92 S = numpy.array([ccm[0:3], ccm[3:6], ccm[6:9]])
|
D | image.py | 389 ccm = cap_res['android.colorCorrection.transform'] 397 ccm = numpy.array(its.objects.rational_to_float(ccm)).reshape(3,3) 413 img = numpy.dot(img.reshape(w*h,3), ccm.T).reshape(h,w,3).clip(0.0,1.0)
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
D | test_dng_tags.py | 48 ccm = its.objects.rational_to_float( 52 print "HAL reported ccm:\n", numpy.array(ccm).reshape(3,3) 61 cm, fm = its.dng.compute_cm_fm(dng_illum[i], gains, ccm, cal)
|