HomeSort by relevance Sort by last modified time
    Searched refs:D65 (Results 1 - 3 of 3) sorted by null

  /cts/apps/CameraITS/pymodules/its/
dng.py 21 D65 = 1
26 Given a captured shot of a grey chart illuminated by either a D65 or a
40 illuminant: 0 (A) or 1 (D65).
60 # HH is the chromatic adaptation matrix from D65 (since sRGB's ref white is
61 # D65) to D50 (since CIE XYZ's ref white is D50).
67 # H is a chromatic adaptation matrix from D65 (because sRGB's reference
68 # white is D65) to the calibration illuminant (which is a standard matrix
69 # depending on the illuminant). For a D65 illuminant, the matrix is the
71 # adaptation method to map from D65 to A.
127 shot taken of a grey chart under either A or D65 illuminants) and th
    [all...]
  /cts/apps/CameraITS/tests/inprog/scene2/
test_dng_tags.py 30 # Assumes that illuminant 1 is D65, and illuminant 2 is standard A.
32 illum_code = [21, 17] # D65, A
33 illum_str = ['D65', 'A']
38 dng_illum = [its.dng.D65, its.dng.A]
  /external/pdfium/third_party/lcms/src/
cmsvirt.c 645 cmsCIExyY D65 = { 0.3127, 0.3290, 1.0 };
654 // cmsWhitePointFromTemp(&D65, 6504);
658 hsRGB = cmsCreateRGBProfileTHR(ContextID, &D65, &Rec709Primaries, Gamma22);
    [all...]

Completed in 60 milliseconds