forked from colour-science/colour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BIBLIOGRAPHY.bib
1612 lines (1612 loc) · 72.9 KB
/
BIBLIOGRAPHY.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@misc{AdobeSystems2013,
author = {{Adobe Systems}},
title = {{Adobe DNG Software Development Kit (SDK) - 1.3.0.0 - dng\_sdk\_1\_3/dng\_sdk/source/dng\_temperature.cpp::dng\_temperature::Set\_xy\_coord}},
url = {https://www.adobe.com/support/downloads/dng/dng\_sdk.html},
year = {2013}
}
@misc{AdobeSystems2013a,
author = {{Adobe Systems}},
title = {{Adobe DNG Software Development Kit (SDK) - 1.3.0.0 - dng\_sdk\_1\_3/dng\_sdk/source/dng\_temperature.cpp::dng\_temperature::xy\_coord}},
url = {https://www.adobe.com/support/downloads/dng/dng\_sdk.html},
year = {2013}
}
@misc{AdobeSystems2005,
author = {{Adobe Systems}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Adobe RGB (1998) Color Image Encoding.pdf:pdf},
number = {May},
title = {{Adobe RGB (1998) Color Image Encoding}},
url = {http://www.adobe.com/digitalimag/pdfs/AdobeRGB1998.pdf},
volume = {2704},
year = {2005}
}
@misc{ANSI2003,
author = {ANSI},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Specification of ROMM RGB.pdf:pdf},
pages = {1--2},
title = {{Specification of ROMM RGB}},
url = {http://www.color.org/ROMMRGB.pdf},
year = {2003}
}
@misc{ARRI2012,
author = {ARRI},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/ALEXA - Log C Curve - Usage in VFX.pdf:pdf},
number = {June},
pages = {1--12},
title = {{ALEXA - Log C Curve - Usage in VFX}},
url = {http://www.arri.com/?eID=registration\&file\_uid=8026},
year = {2012}
}
@misc{ASTMInternational,
author = {{ASTM International}},
doi = {10.1520/D1535-08E01},
keywords = {D1535,Munsell,Munsell color order system,Munsell notation,color},
title = {{ASTM D1535-08e1 Standard Practice for Specifying Color by the Munsell System}},
url = {http://www.astm.org/Standards/D1535.htm http://www.scribd.com/doc/89648322/ASTM-D1535-08e1-Standard-Practice-for-Specifying-Color-by-the-Munsell-System},
urldate = {2014-09-25}
}
@misc{ASTMInternational1989,
author = {{ASTM International}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/ASTM D1535-89 Standard Test Method for Specifying Color by the Munsell System.pdf:pdf},
pages = {1--29},
title = {{ASTM D1535-89 Standard Test Method for Specifying Color by the Munsell System}},
url = {http://www.astm.org/DATABASE.CART/HISTORICAL/D1535-89.htm https://law.resource.org/pub/us/cfr/ibr/003/astm.d1535.1989.pdf},
year = {1989}
}
@misc{BabelColor2012,
author = {BabelColor},
title = {{The ColorChecker (since 1976!)}},
url = {http://www.babelcolor.com/main\_level/ColorChecker.htm},
urldate = {2014-09-26},
year = {2012}
}
@misc{BabelColor2012a,
author = {BabelColor},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/Spreadsheets/ColorChecker\_RGB\_and\_spectra.xls:xls},
title = {{ColorChecker RGB and spectra}},
url = {http://www.babelcolor.com/download/ColorChecker\_RGB\_and\_spectra.xls},
year = {2012}
}
@article{Bianco2010,
author = {Bianco, S. and Schettini, R.},
doi = {10.1002/col.20573},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Two New von Kries Based Chromatic Adaptation Transforms Found by Numerical Optimization.pdf:pdf},
issn = {03612317},
journal = {Color Research \& Application},
month = jun,
number = {3},
pages = {184--192},
title = {{Two New von Kries Based Chromatic Adaptation Transforms Found by Numerical Optimization}},
url = {http://doi.wiley.com/10.1002/col.20573 http://web.stanford.edu/~sujason/ColorBalancing/Papers/Two New von Kries Based Chromatic Adaptation.pdf},
volume = {35},
year = {2010}
}
@article{Bodhaine1999,
abstract = {Many different techniques are used for the calculation of Rayleigh optical depth in the atmosphere. In some cases differences among these techniques can be important, especially in the UV region of the spectrum and under clean atmospheric conditions. The authors recommend that the calculation of Rayleigh optical depth be approached by going back to the first principles of Rayleigh scattering theory rather than the variety of curve- fitting techniques currently in use. A survey of the literature was conducted in order to determine the latest values of the physical constants necessary and to review the methods available for the calculation of Rayleigh optical depth. The recommended approach requires the accurate calculation of the refractive index of air based on the latest published measurements. Calculations estimating Rayleigh optical depth should be done as accurately as possible because the inaccuracies that arise can equal or even exceed other quantities being estimated, such as aerosol optical depth, particularly in the UV region of the spectrum. All of the calculations are simple enough to be done easily in a spreadsheet.},
author = {Bodhaine, Barry A. and Wood, Norman B. and Dutton, Ellsworth G. and Slusser, James R.},
doi = {10.1175/1520-0426(1999)016\%3C1854:ORODC\%3E2.0.CO;2},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/On Rayleigh optical depth calculations.pdf:pdf},
journal = {Journal of Atmospheric \ldots},
number = {11 PART 2},
pages = {1854--1861},
title = {{On Rayleigh optical depth calculations}},
url = {http://journals.ametsoc.org/doi/abs/10.1175/1520-0426(1999)016\%3C1854:ORODC\%3E2.0.CO;2},
volume = {16},
year = {1999}
}
@article{Breneman1987,
abstract = {While each of his or her two eyes was independently adapted to a different illuminant in viewing a complex visual field, each of a number of observers matched a series of test colors seen by one eye with a juxtaposed variable stimulus seen by the other eye. The 2 degrees test and matching stimuli were located centrally in the complex adapting field, which subtended an angle of 31 degrees X 24 degrees. In making the matches, the observer viewed the test and matching stimuli for a series of brief intervals (approximately 1 sec) while viewing the complex adapting field with normal eye movements. Nine experiments were performed with different pairs of illuminants and different illuminances ranging from that of an average living room to that of a scene illuminated with hazy sunlight. In three other experiments each of the observer's two eyes was adapted to a different illuminance of D55. The amount of adaptation was more nearly complete at high levels of illuminance than at low levels, and the proportional amount of adaptation was less for the "blue" receptors. When adaptation coefficients were determined from the actual adaptation differences (e.g., from corresponding tristimulus values for matching neutrals) rather than from the adapting illuminants, a linear von Kries transformation based on experimentally determined visual primaries gave corresponding chromaticities that were in good agreement with the results obtained in each of the chromatic-adaptation experiments, except at the lowest illuminances. The results of the experiments in which each eye was adapted to different levels of the same illuminant indicated again that adaptation to the different levels was incomplete, the proportional amount of adaptation being less at low illuminances and for the "blue" receptors. This caused a change in chromatic adaptation with the level of illuminance even when the chromaticities of the adapting lights were equal. The results of these experiments also indicated that higher purities are needed in order to produce the same absolute color appearances at low levels of illuminance.},
author = {Breneman, E J},
doi = {10.1364/JOSAA.4.001115},
issn = {1084-7529},
journal = {Journal of the Optical Society of America. A, Optics and image science},
pages = {1115--1129},
pmid = {3598755},
title = {{Corresponding chromaticities for different states of adaptation to complex visual fields.}},
volume = {4},
year = {1987}
}
@article{Brill2008,
abstract = {The color-appearance model CIECAM02 has several problems. which can result in mathematical instabilities, due to the position of the chromatic-adaptation primaries relative to the spectrum locus and to the presumed physiological cone primaries. To keep a corresponding (adapted) color within the positive gamut given by the chromatic adaptation primaries, the gamut must he within the cone primary octant. To contain adapted colors within the positive cone-primary octan, it suffices to truncate the action of adaptation at the boundary of that octant. Such modifications may be needed to avoid the mathematical problems in CIECAM02.},
author = {Brill, Michael H. and S\"{u}sstrunk, Sabine},
doi = {10.1002/col.20432},
issn = {03612317},
journal = {Color Research \& Application},
keywords = {CIECAM02,Chromatic adaptation,Color appearance,Gamut,Model,Primary},
month = oct,
number = {5},
pages = {424--426},
title = {{Repairing gamut problems in CIECAM02: A progress report}},
url = {http://doi.wiley.com/10.1002/col.20432},
volume = {33},
year = {2008}
}
@misc{Broadbent2009,
author = {Broadbent, A. D.},
title = {{Calculation from the original experimental data of the CIE 1931 RGB standard observer spectral chromaticity co-ordinates and color matching functions}},
url = {http://www.cis.rit.edu/mcsl/research/1931.php},
urldate = {2014-06-12},
year = {2009}
}
@misc{Canon2014,
author = {Canon},
title = {{EOS C500 Firmware Update}},
url = {http://www.usa.canon.com/cusa/professional/standard\_display/cinema-firmware-c500},
urldate = {2015-01-14},
year = {2014}
}
@misc{Castro2014,
author = {Castro, Saullo},
title = {{Numpy: Fastest way of computing diagonal for each row of a 2d array}},
url = {http://stackoverflow.com/questions/26511401/numpy-fastest-way-of-computing-diagonal-for-each-row-of-a-2d-array/26517247\#26517247},
urldate = {2014-08-22},
year = {2014}
}
@misc{Centore2014d,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/ChromDiagHueAngleToMunsellHue.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014g,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellSystemRoutines/BoundingRenotationHues.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore,
author = {Centore, Paul},
title = {{Munsell Resources}},
url = {http://www.99main.com/~centore/MunsellResources/MunsellResources.html},
urldate = {2014-07-26}
}
@misc{Centore2014h,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/MaxChromaForExtrapolatedRenotation.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014a,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/MunsellToxyForIntegerMunsellValue.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014f,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/FindHueOnRenotationOvoid.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014b,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - GeneralRoutines/CIELABtoApproxMunsellSpec.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@article{Centore2012,
author = {Centore, Paul},
doi = {10.1002/col.20715},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/An open-source inversion algorithm for the Munsell renotation.pdf:pdf},
issn = {03612317},
journal = {Color Research \& Application},
keywords = {algorithm,inverse renotation,munsell,open source,renotation},
month = dec,
number = {6},
pages = {455--464},
title = {{An open-source inversion algorithm for the Munsell renotation}},
url = {http://onlinelibrary.wiley.com/doi/10.1002/col.20715/full http://www.99main.com/~centore/ColourSciencePapers/OpenSourceInverseRenotationArticle.pdf http://doi.wiley.com/10.1002/col.20715},
volume = {37},
year = {2012}
}
@misc{Centore2014e,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/xyYtoMunsell.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/MunsellHueToChromDiagHueAngle.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014i,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellSystemRoutines/LinearVsRadialInterpOnRenotationOvoid.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014c,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/MunsellToxyY.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{Centore2014j,
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 - MunsellRenotationRoutines/MunsellHueToASTMHue.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox http://www.99main.com/~centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
year = {2014}
}
@misc{CIEa,
author = {CIE},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/Spreadsheets/204.xls:xls},
title = {{CIE Spectral Data}},
url = {http://files.cie.co.at/204.xls}
}
@misc{CIE,
author = {CIE},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/Spreadsheets/cie.15.2004.tables.xls:xls},
title = {{CIE 15:2004 Tables Data}},
url = {https://law.resource.org/pub/us/cfr/ibr/003/cie.15.2004.tables.xls}
}
@book{CIETC1-321994,
author = {{CIE TC 1-32}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE/CIE 109-1994 A Method of Predicting Corresponding Colours under Different Chromatic and Illuminance Adaptations.pdf:pdf},
isbn = {978-3-900734-51-0},
pages = {1--18},
title = {{CIE 109-1994 A Method of Predicting Corresponding Colours under Different Chromatic and Illuminance Adaptations}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=34},
year = {1994}
}
@book{CIETC1-362006,
author = {{CIE TC 1-36}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE/CIE 170-12006 Fundamental Chromaticity Diagram with Physiological Axes - Part 1.pdf:pdf},
isbn = {978-3-901-90646-6},
pages = {1--56},
title = {{CIE 170-1:2006 Fundamental Chromaticity Diagram with Physiological Axes - Part 1}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=48},
year = {2006}
}
@book{CIETC1-382005a,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations},
chapter = {Table V},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE//CIE 1672005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations.pdf:pdf},
isbn = {978-3-901-90641-1},
pages = {19},
title = {{Table V. Values of the c-coefficients of Equ.s 6 and 7.}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=47},
year = {2005}
}
@book{CIETC1-382005,
author = {{CIE TC 1-38}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE//CIE 1672005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations.pdf:pdf},
isbn = {978-3-901-90641-1},
pages = {1--27},
title = {{CIE 167:2005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=47},
year = {2005}
}
@book{CIETC1-382005d,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations},
chapter = {9},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE//CIE 1672005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations.pdf:pdf},
isbn = {978-3-901-90641-1},
pages = {14--19},
title = {{9. INTERPOLATION}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=47},
year = {2005}
}
@book{CIETC1-382005b,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations},
chapter = {10},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE//CIE 1672005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations.pdf:pdf},
isbn = {978-3-901-90641-1},
pages = {19--20},
title = {{EXTRAPOLATION}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=47},
year = {2005}
}
@book{CIETC1-382005c,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations},
chapter = {9.2.4},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/CIE//CIE 1672005 Recommended Practice for Tabulating Spectral Data for Use in Colour Computations.pdf:pdf},
isbn = {978-3-901-90641-1},
pages = {1--27},
title = {{9.2.4 Method of interpolation for uniformly spaced independent variable}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=47},
year = {2005}
}
@incollection{CIETC1-482004c,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {9.4},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/CIE 015-2004 Colorimetry, 3rd Edition.pdf:pdf},
isbn = {978-3-901-90633-6},
pages = {24},
title = {{The evaluation of whiteness}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=23},
year = {2004}
}
@incollection{CIETC1-482004,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {APPENDIX E},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/CIE 015-2004 Colorimetry, 3rd Edition.pdf:pdf},
isbn = {978-3-901-90633-6},
pages = {77--82},
title = {{APPENDIX E. INFORMATION ON THE USE OF PLANCK'S EQUATION FOR STANDARD AIR}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=23},
year = {2004}
}
@incollection{CIETC1-482004b,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {7.2.2.1},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/CIE 015-2004 Colorimetry, 3rd Edition.pdf:pdf},
isbn = {978-3-901-90633-6},
pages = {24},
title = {{Extrapolation}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=23},
year = {2004}
}
@book{CIETC1-482004a,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/CIE 015-2004 Colorimetry, 3rd Edition.pdf:pdf},
isbn = {978-3-901-90633-6},
pages = {1--82},
title = {{CIE 015:2004 Colorimetry, 3rd Edition}},
url = {http://div1.cie.co.at/?i\_ca\_id=551\&pubid=23},
year = {2004}
}
@misc{Cottrell,
author = {Cottrell, Russell},
title = {{The Russell RGB working color space}},
url = {http://www.russellcottrell.com/photo/downloads/RussellRGB.icc http://www.russellcottrell.com/photo/RussellRGB.htm}
}
@misc{CVRLa,
author = {CVRL},
title = {{Stiles \& Burch individual 2-deg colour matching data}},
url = {http://www.cvrl.org/stilesburch2\_ind.htm},
urldate = {2014-02-24}
}
@misc{CVRLc,
author = {CVRL},
title = {{Older CIE Standards}},
url = {http://cvrl.ioo.ucl.ac.uk/cie.htm},
urldate = {2014-02-24}
}
@misc{CVRL,
author = {CVRL},
title = {{Cone Fundamentals}},
url = {http://www.cvrl.org/cones.htm},
urldate = {2014-06-23}
}
@misc{CVRLe,
author = {CVRL},
title = {{Luminous efficiency}},
url = {http://www.cvrl.org/lumindex.htm},
urldate = {2014-04-19}
}
@misc{CVRLg,
author = {CVRL},
title = {{Stiles \& Burch individual 10-deg colour matching data}},
url = {http://www.cvrl.org/stilesburch10\_ind.htm},
urldate = {2014-02-24}
}
@misc{CVRLf,
author = {CVRL},
title = {{New CIE XYZ functions transformed from the CIE (2006) LMS functions}},
url = {http://cvrl.ioo.ucl.ac.uk/ciexyzpr.htm},
urldate = {2014-02-24}
}
@misc{CVRLb,
author = {CVRL},
title = {{CIE (2012) 10-deg XYZ “physiologically-relevant” colour matching functions}},
url = {http://www.cvrl.org/database/text/cienewxyz/cie2012xyz10.htm},
urldate = {2014-06-25}
}
@misc{CVRLd,
author = {CVRL},
title = {{CIE (2012) 2-deg XYZ “physiologically-relevant” colour matching functions}},
url = {http://www.cvrl.org/database/text/cienewxyz/cie2012xyz2.htm},
urldate = {2014-06-25}
}
@article{Davis2010,
abstract = {The color rendering index (CRI) has been shown to have deficiencies when applied to white light-emitting-diode–based sources. Furthermore, evidence suggests that the restricted scope of the CRI unnecessarily penalizes some light sources with desirable color qualities. To solve the problems of the CRI and include other dimensions of color quality, the color quality scale (CQS) has been developed. Although the CQS uses many of elements of the CRI, there are a number of fundamental differences. Like the CRI, the CQS is a test-samples method that compares the appearance of a set of reflective samples when illuminated by the test lamp to their appearance under a reference illuminant. The CQS uses a larger set of reflective samples, all of high chroma, and combines the color differences of the samples with a root mean square. Additionally, the CQS does not penalize light sources for causing increases in the chroma of object colors but does penalize sources with smaller rendered color gamut areas. The scale of the CQS is converted to span 0–100, and the uniform object color space and chromatic adaptation transform used in the calculations are updated. Supplementary scales have also been developed for expert users.},
author = {Davis, Wendy and Ohno, Yoshi},
doi = {10.1117/1.3360335},
isbn = {0091-3286},
journal = {Optical Engineering},
number = {3},
pages = {33602--33616},
title = {{Color quality scale}},
url = {http://dx.doi.org/10.1117/1.3360335},
volume = {49},
year = {2010}
}
@misc{DigitalCinemaInitiatives2007,
author = {{Digital Cinema Initiatives}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/Pdf/Others/Digital Cinema System Specification.pdf:pdf},
title = {{Digital Cinema System Specification - Version 1.1}},
url = {http://www.dcimovies.com/archives/spec\_v1\_1/DCI\_DCinema\_System\_Spec\_v1\_1.pdf},
year = {2007}
}
@misc{EasyRGBc,
author = {EasyRGB},
title = {{CMY —> RGB}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=12\#text12},
urldate = {2014-05-18}
}
@misc{EasyRGB,
author = {EasyRGB},
title = {{HSV —> RGB}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=21\#text21},
urldate = {2014-05-18}
}
@misc{EasyRGBg,
author = {EasyRGB},
title = {{HSL —> RGB}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=19\#text19},
urldate = {2014-05-18}
}
@misc{EasyRGBe,
author = {EasyRGB},
title = {{CMY —> CMYK}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=13\#text13},
urldate = {2014-05-18}
}
@misc{EasyRGBa,
author = {EasyRGB},
title = {{CMYK —> CMY}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=14\#text14},
urldate = {2014-05-18}
}
@misc{EasyRGBb,
author = {EasyRGB},
title = {{RGB —> CMY}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=11\#text11},
urldate = {2014-05-18}
}
@misc{EasyRGBd,
author = {EasyRGB},
title = {{RGB —> HSV}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=20\#text20},
urldate = {2014-05-18}
}
@misc{EasyRGBf,
author = {EasyRGB},
title = {{RGB —> HSL}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=18\#text18},
urldate = {2014-05-18}
}
@misc{EuropeanColorInitiative2002,
author = {{European Color Initiative}},
title = {{ECI RGB v2}},
url = {http://www.eci.org/\_media/downloads/icc\_profiles\_from\_eci/ecirgbv20.zip http://www.eci.org/en/colourstandards/workingcolorspaces},
year = {2002}
}
@book{Fairchild2013h,
author = {Fairchild, Mark D.},
edition = {3},
isbn = {B00DAYO8E2},
pages = {1--10831},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{Color Appearance Models}},
year = {2013}
}
@misc{Fairchild,
author = {Fairchild, Mark D.},
title = {{Fairchild YSh}},
url = {http://rit-mcsl.org/fairchild//files/FairchildYSh.zip}
}
@book{Fairchild2004a,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {CIECAM02},
edition = {2},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others//Color Appearance Models.pdf:pdf},
isbn = {978-0470012161},
pages = {289--301},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{CIECAM02}},
year = {2004}
}
@book{Fairchild2004,
author = {Fairchild, Mark D.},
edition = {2},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others//Color Appearance Models.pdf:pdf},
isbn = {978-0470012161},
pages = {1--409},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{Color Appearance Models}},
year = {2004}
}
@article{Fairchild1996,
abstract = {The prediction of color appearance using the RLAB color space has been tested for a variety of viewing conditions and stimulus types. These tests have shown that RLAB performs well for complex stimuli and not-so-well for simple stimuli. This article reviews the various psychophysical results, interprets their differences, and describes evolutionary enhancements to the RLAB model that simplify it and improve its performance. (C) 1996 John Wiley \& Sons, Inc.},
author = {Fairchild, Mark D.},
doi = {10.1002/(SICI)1520-6378(199610)21:5<338::AID-COL3>3.0.CO;2-Z},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Refinement of the RLAB color space.pdf:pdf},
journal = {Color Research \& Application},
keywords = {color appearance,color spaces,color-appearance models},
number = {5},
pages = {338--346},
title = {{Refinement of the RLAB color space}},
url = {http://doi.wiley.com/10.1002/(SICI)1520-6378(199610)21:5<338::AID-COL3>3.3.CO;2-Y https://ritdml.rit.edu/bitstream/handle/1850/7857/MFairchildArticle12-06-1998.pdf},
volume = {21},
year = {1996}
}
@incollection{Fairchild2013d,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {11},
edition = {3},
isbn = {B00DAYO8E2},
pages = {4810--5085},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{Chromatic Adaptation Models}},
year = {2013}
}
@article{Fairchild1991,
abstract = {A mathematical model of chromatic adaptation for calculating corresponding colors across changes of illumination based on the Hunt color appearance model is formulated and tested. This model consists of a modified von Kries transform that accounts for incomplete levels of adaptation. The model predicts that adaptation will be less complete as the saturation of the adapting stimulus increases and more complete as the luminance of the adapting stimulus increases. An experiment is described in which achromatic appearance is measured for various adapting conditions. The model is tested with these experimental results as well as results from another study and found to be significantly better at predicting corresponding colors than other proposed models.},
author = {Fairchild, Mark D.},
doi = {10.1002/col.5080160406},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/Wiley/Formulation and testing of an incomplete-chromatic-adaptation model.pdf:pdf},
issn = {03612317},
journal = {Color Research \& Application},
month = aug,
number = {4},
pages = {243--250},
title = {{Formulation and testing of an incomplete-chromatic-adaptation model}},
url = {http://doi.wiley.com/10.1002/col.5080160406},
volume = {16},
year = {1991}
}
@book{Fairchild2013c,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {12},
edition = {3},
isbn = {B00DAYO8E2},
pages = {5094--5556},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{The Hunt Model}},
year = {2013}
}
@book{Fairchild2013g,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {14.2},
edition = {3},
isbn = {B00DAYO8E2},
pages = {5852--5991},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{ATD Model}},
year = {2013}
}
@book{Fairchild2013,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {14.3},
edition = {3},
isbn = {B00DAYO8E2},
pages = {6025--6178},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{LLAB Model}},
year = {2013}
}
@book{Fairchild2013b,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {13},
edition = {3},
isbn = {B00DAYO8E2},
pages = {5563--5824},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{The RLAB Model}},
year = {2013}
}
@book{Fairchild2013f,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {20.3},
edition = {3},
isbn = {B00DAYO8E2},
pages = {8492--8567},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{IPT Colourspace}},
year = {2013}
}
@book{Fairchild2013e,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {11},
edition = {3},
isbn = {B00DAYO8E2},
pages = {4418--4495},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{FAIRCHILD'S 1990 MODEL}},
year = {2013}
}
@book{Fairchild2013a,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {11},
edition = {3},
isbn = {B00DAYO8E2},
pages = {4810--5085},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{The Nayatani et al. Model}},
year = {2013}
}
@misc{Gaggioni,
author = {Gaggioni, Hugo and Dhanendra, Patel and Yamashita, Jin and Kawada, N. and Endo, K. and Clark, Curtis},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/S-Log A new LUT for digital production mastering and interchange applications.pdf:pdf},
pages = {1--13},
title = {{S-Log: A new LUT for digital production mastering and interchange applications}},
url = {http://pro.sony.com/bbsccms/assets/files/mkt/cinema/solutions/slog\_manual.pdf},
volume = {709}
}
@article{Glasser1958,
abstract = {A visually uniform color coordinate system, based upon simple mathematical formulas, is described. This system resembles the Adams chromatic-value system but replaces the quintic-parabola function with a cube-root function. For colors having reflectances greater than 0.5\% the color spacing obtained agrees with Munsell spacing as closely as the modified Adams system. At lower reflectances an expanded color spacing over that of the Munsell system is provided. The cube-root equations can be solved directly for color coordinate differences in terms of simple functions of the difference in colorimeter readings or tristimulus values. The computation of color coordinates in this system is simpler and requires less computational precision than other visually uniform color coordinate systems. A simple slide rule for computing color differences in cube-root color coordinates is described. A modification of the cube-root color coordinate system which provides nearly perfect representation of the spacing of Munsell colors is described, and the appropriateness of the assumptions required to obtain this behavior is discussed.},
author = {Glasser, L. G. and McKinney, A. H. and Reilly, C. D. and Schnelle, P. D.},
doi = {10.1364/JOSA.48.000736},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/OSA/Cube-Root Color Coordinate System.pdf:pdf},
journal = {J. Opt. Soc. Am.},
month = oct,
number = {10},
pages = {736--740},
publisher = {OSA},
title = {{Cube-Root Color Coordinate System}},
url = {http://www.opticsinfobase.org/abstract.cfm?URI=josa-48-10-736},
volume = {48},
year = {1958}
}
@inproceedings{Guth1995,
abstract = {Previous and recent revisions of the ATD model for color perception$\backslash$nand visual adaption are incorporated into the version that is fully$\backslash$ndescribed in this paper.},
author = {Guth, S. Lee},
booktitle = {IS\&T/SPIE's Symposium on Electronic \ldots},
doi = {10.1117/12.206546},
editor = {Walowit, Eric},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/Spie/Further applications of the ATD model for color vision.pdf:pdf},
keywords = {chromatic adaptation,color appearances,color discriminations,color models},
month = apr,
pages = {12--26},
title = {{Further applications of the ATD model for color vision}},
url = {http://proceedings.spiedigitallibrary.org/data/Conferences/SPIEP/53372/12\_1.pdf http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=991324},
volume = {2414},
year = {1995}
}
@article{Hernandez-Andres1999,
abstract = {Natural outdoor illumination daily undergoes large changes in its correlated color temperature (CCT), yet existing equations for calculating CCT from chromaticity coordinates span only part of this range. To improve both the gamut and accuracy of these CCT calculations, we use chromaticities calculated from our measurements of nearly 7000 daylight and skylight spectra to test an equation that accurately maps CIE 1931 chromaticities x and y into CCT. We extend the work of McCamy [Color Res. Appl. 12, 285-287 (1992)] by using a chromaticity epicenter for CCT and the inverse slope of the line that connects it to x and y. With two epicenters for different CCT ranges, our simple equation is accurate across wide chromaticity and CCT ranges (3000-10(6) K) spanned by daylight and skylight.},
author = {Hern\'{a}ndez-Andr\'{e}s, J. and Lee, Raymond L. and Romero, Javier},
doi = {10.1364/AO.38.005703},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Calculating correlated color temperatures across the entire gamut of daylight and skylight chromaticities.pdf:pdf},
institution = {Departamento de Optica, Facultad de Ciencias, Universidad de Granada, Granada 18071, Spain.},
journal = {Applied optics},
number = {27},
pages = {5703--5709},
title = {{Calculating correlated color temperatures across the entire gamut of daylight and skylight chromaticities.}},
volume = {38},
year = {1999}
}
@misc{Hettinger,
author = {Hettinger, Raymond},
title = {{Python hashable dicts}},
url = {http://stackoverflow.com/a/16162138/931625},
urldate = {2014-08-08}
}
@misc{Hewlett-PackardDevelopmentCompany2009,
author = {{Hewlett-Packard Development Company}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Understanding the HP DreamColor LP2480zx DCI-P3 Emulation Color Space.pdf:pdf},
pages = {1--3},
title = {{Understanding the HP DreamColor LP2480zx DCI-P3 Emulation Color Space}},
url = {http://www.hp.com/united-states/campaigns/workstations/pdfs/lp2480zx-dci--p3-emulation.pdf},
year = {2009}
}
@misc{Holmes,
author = {Holmes, Joseph},
title = {{Ekta Space PS 5}},
url = {http://www.josephholmes.com/Ekta\_Space.zip http://www.josephholmes.com/profiles.html}
}
@book{Hunt2004,
address = {Chichester, UK},
author = {Hunt, Robert W. G.},
doi = {10.1002/0470024275},
edition = {6},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/The Reproduction of Colour.pdf:pdf},
isbn = {978-0-470-02425-6},
month = sep,
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and Technology},
title = {{The Reproduction of Colour}},
url = {http://doi.wiley.com/10.1002/0470024275},
year = {2004}
}
@misc{HutchColor,
author = {HutchColor},
title = {{DonRGB4 (4 K)}},
url = {http://www.hutchcolor.com/profiles/DonRGB4.zip http://www.hutchcolor.com/profiles.html}
}
@misc{HutchColorc,
author = {HutchColor},
title = {{MaxRGB (4 K)}},
url = {http://www.hutchcolor.com/profiles/MaxRGB.zip http://www.hutchcolor.com/profiles.html}
}
@misc{HutchColorb,
author = {HutchColor},
title = {{XtremeRGB (4 K)}},
url = {http://www.hutchcolor.com/profiles/XtremeRGB.zip http://www.hutchcolor.com/profiles.html}
}
@misc{HutchColora,
author = {HutchColor},
title = {{BestRGB (4 K)}},
url = {http://www.hutchcolor.com/profiles/BestRGB.zip http://www.hutchcolor.com/profiles.html}
}
@book{IESComputerCommittee2014,
author = {{IES Computer Committee} and {TM-27-14 Working Group}},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/Pdf/Acquired/Techstreet/IES Standard Format for the Electronic Transfer of Spectral Data Electronic Transfer of Spectral Data.pdf:pdf},
isbn = {978-0879952952},
pages = {1--16},
title = {{IES Standard Format for the Electronic Transfer of Spectral Data Electronic Transfer of Spectral Data}},
year = {2014}
}
@incollection{InternationalTelecommunicationUnion2014,
abstract = {The role of the Radiocommunication Sector is to ensure the rational, equitable, efficient and economical use of the radio-frequency spectrum by all radiocommunication services, including satellite services, and carry out studies without limit of frequency range on the basis of which Recommendations are adopted. The regulatory and policy functions of the Radiocommunication Sector are performed by World and Regional Radiocommunication Conferences and Radiocommunication Assemblies supported by Study Groups},
author = {{International Telecommunication Union}},
booktitle = {Recommendation ITU-R BT.2020},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Parameter values for ultra-high definition television systems for production and international programme exchange.pdf:pdf},
pages = {1--8},
title = {{Parameter values for ultra-high definition television systems for production and international programme exchange}},
url = {http://www.itu.int/dms\_pubrec/itu-r/rec/bt/R-REC-BT.2020-1-201406-I!!PDF-E.pdf},
volume = {1},
year = {2014}
}
@incollection{InternationalTelecommunicationUnion1998,
author = {{International Telecommunication Union}},
booktitle = {Recommendation ITU-R BT.470-6},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/CONVENTIONAL TELEVISION SYSTEMS.pdf:pdf},
pages = {1--36},
title = {{CONVENTIONAL TELEVISION SYSTEMS}},
url = {http://www.itu.int/dms\_pubrec/itu-r/rec/bt/R-REC-BT.470-6-199811-S!!PDF-E.pdf},
year = {1998}
}
@incollection{InternationalTelecommunicationUnion2002,
author = {{International Telecommunication Union}},
booktitle = {Recommendation ITU-R BT.709-5},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Parameter values for the HDTV standards for production and international programme exchange BT Series Broadcasting service.pdf:pdf},
isbn = {9519982000},
pages = {1--32},
title = {{Parameter values for the HDTV standards for production and international programme exchange BT Series Broadcasting service}},
url = {http://www.itu.int/dms\_pubrec/itu-r/rec/bt/R-REC-BT.709-5-200204-I!!PDF-E.pdf},
volume = {5},
year = {2002}
}
@article{Kang2002,
author = {Kang, Bongsoon and Moon, Ohak and Hong, Changhee and Lee, Honam and Cho, Bonghwan and Kim, Youngsun},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/Design of advanced color Temperature control system for HDTV applications.pdf:pdf},
journal = {Journal of the Korean \ldots},
keywords = {chromaticity,cie-xyz,color temperature,hdtv},
number = {6},
pages = {865--871},
title = {{Design of advanced color: Temperature control system for HDTV applications}},
url = {http://cat.inist.fr/?aModele=afficheN\&cpsidt=14448733 http://icpr.snu.ac.kr/resource/wop.pdf/J01/2002/041/R06/J012002041R060865.pdf},
volume = {41},
year = {2002}
}
@misc{Kienzle2011,
author = {Kienzle, Paul and Patel, Nikunj and Krycka, James},
title = {{refl1d.numpyerrors - Refl1D v0.6.19 documentation}},
url = {http://www.reflectometry.org/danse/docs/refl1d/\_modules/refl1d/numpyerrors.html},
urldate = {2015-01-30},
year = {2011}
}
@misc{Laurent2012,
author = {Laurent},
title = {{Reproducibility of python pseudo-random numbers across systems and versions?}},
url = {http://stackoverflow.com/questions/8786084/reproducibility-of-python-pseudo-random-numbers-across-systems-and-versions},
urldate = {2015-01-20},
year = {2012}
}
@article{Li2002,
abstract = {CMCCAT97 is a chromatic adaptation transform included in CIECAM97s, the CIE 1997 colour appearance model, for describing colour appearance under different viewing conditions and is recommended by, the Colour Measurement Committee of the Society, of Dyers and Colourists for predicting the degree of colour inconstancy, of surface colours. Among the many, transforms tested, this transform gave the most accurate predictions to a number of experimental data sets. However, the structure of CMCCAT97 is considered complicated and causes problems when applications require the use of its reverse mode. This article describes a simplified version of CMCCAT97-CMCCAT2000-which not only, is significantly, simpler and eliminates the problems of reversibility, but also gives a more accurate prediction to almost all experimental data sets than does the original transform. (C) 2002 John Wiley \& Sons, Inc.},
author = {Li, C. and Luo, Ming Ronnier and Rigg, Bryan and Hunt, Robert W. G.},
doi = {10.1002/col.10005},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/CMC 2000 chromatic adaptation transform CMCCAT2000.pdf:pdf},
issn = {0361-2317},
journal = {Color Research \& \ldots},
keywords = {Chromatic adaptation,Color appearance},
month = feb,
number = {1},
pages = {49--58},
title = {{CMC 2000 chromatic adaptation transform: CMCCAT2000}},
url = {http://doi.wiley.com/10.1002/col.10005 http://onlinelibrary.wiley.com/doi/10.1002/col.10005/abstract},
volume = {27},
year = {2002}
}
@article{Li2007,
author = {Li, Changjun and Perales, Esther and Luo, Ming Ronnier and Mart\'{\i}nez-verd\'{u}, Francisco},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Others/The Problem with CAT02 and Its Correction.pdf:pdf},
number = {July},
pages = {1--10},
title = {{The Problem with CAT02 and Its Correction}},
year = {2007}
}
@misc{Lindbloom2003a,
author = {Lindbloom, Bruce},
title = {{Luv to XYZ}},
url = {http://brucelindbloom.com/Eqn\_Luv\_to\_XYZ.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2007a,
author = {Lindbloom, Bruce},
title = {{Spectral Power Distribution of a CIE D-Illuminant}},
url = {http://www.brucelindbloom.com/Eqn\_DIlluminant.html},
urldate = {2014-04-05},
year = {2007}
}
@misc{Lindbloom2003f,
author = {Lindbloom, Bruce},
title = {{A Continuity Study of the CIE L* Function}},
url = {http://brucelindbloom.com/LContinuity.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2008,
author = {Lindbloom, Bruce},
title = {{Lab to XYZ}},
url = {http://www.brucelindbloom.com/Eqn\_Lab\_to\_XYZ.html},
urldate = {2014-02-24},
year = {2008}
}
@misc{Lindbloom2006a,
author = {Lindbloom, Bruce},
title = {{LCH(uv) to Luv}},
url = {http://www.brucelindbloom.com/Eqn\_LCH\_to\_Luv.html},
urldate = {2014-02-24},
year = {2006}
}
@misc{Lindbloom2009b,
author = {Lindbloom, Bruce},
title = {{xyY to XYZ}},
url = {http://www.brucelindbloom.com/Eqn\_xyY\_to\_XYZ.html},
urldate = {2014-02-24},
year = {2009}
}
@misc{Lindbloom2003e,
author = {Lindbloom, Bruce},
title = {{XYZ to xyY}},
url = {http://www.brucelindbloom.com/Eqn\_XYZ\_to\_xyY.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2003,
author = {Lindbloom, Bruce},
title = {{Delta E (CIE 1976)}},
url = {http://brucelindbloom.com/Eqn\_DeltaE\_CIE76.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2009a,
author = {Lindbloom, Bruce},
title = {{Delta E (CMC)}},
url = {http://brucelindbloom.com/Eqn\_DeltaE\_CMC.html},
urldate = {2014-02-24},
year = {2009}
}
@misc{Lindbloom2003d,
author = {Lindbloom, Bruce},
title = {{XYZ to Luv}},
url = {http://brucelindbloom.com/Eqn\_XYZ\_to\_Luv.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2007,
author = {Lindbloom, Bruce},
title = {{Lab to LCH(ab)}},
url = {http://www.brucelindbloom.com/Eqn\_Lab\_to\_LCH.html},
urldate = {2014-02-24},
year = {2007}
}
@misc{Lindbloom2006,
author = {Lindbloom, Bruce},
title = {{LCH(ab) to Lab}},
url = {http://www.brucelindbloom.com/Eqn\_LCH\_to\_Lab.html},
urldate = {2014-02-24},
year = {2006}
}
@misc{Lindbloom2009c,
author = {Lindbloom, Bruce},
title = {{Chromatic Adaptation}},
url = {http://brucelindbloom.com/Eqn\_ChromAdapt.html},
urldate = {2014-02-24},
year = {2009}
}
@misc{Lindbloom2003b,
author = {Lindbloom, Bruce},
title = {{Luv to LCH(uv)}},
url = {http://www.brucelindbloom.com/Eqn\_Luv\_to\_LCH.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2003c,
author = {Lindbloom, Bruce},
title = {{XYZ to Lab}},
url = {http://www.brucelindbloom.com/Eqn\_XYZ\_to\_Lab.html},
urldate = {2014-02-24},
year = {2003}
}
@misc{Lindbloom2014,
author = {Lindbloom, Bruce},
title = {{RGB Working Space Information}},
url = {http://www.brucelindbloom.com/WorkingSpaceInfo.html},
urldate = {2014-04-11},
year = {2014}
}
@misc{Lindbloom2009,
author = {Lindbloom, Bruce},
title = {{Delta E (CIE 2000)}},
url = {http://brucelindbloom.com/Eqn\_DeltaE\_CIE2000.html},
urldate = {2014-02-24},
year = {2009}
}
@misc{Lindbloom2011,
author = {Lindbloom, Bruce},
title = {{Delta E (CIE 1994)}},
url = {http://brucelindbloom.com/Eqn\_DeltaE\_CIE94.html},
urldate = {2014-02-24},
year = {2011}
}
@article{Luo1996,
abstract = {A new colour model, named LLAB(l:c) is derived. It includes two parts: the BFD chromatic adaptation transform derived by Lam and Rigg, and a modified CIELAB uniform colour space. The model's performance was compared with the other spaces and models using the LUTCHI Colour Appearance Data Set. The results show that LLAB(l:c) model is capable of precisely quantifying the change of colour appearance under a wide range of viewing parameters such as light sources, surrounds/media, achromatic backgrounds, sizes of stimuli, and luminance levels. It had a similar performance as that of the Hunt colour appearance model. The LLAB(l:c) model was also tested using various colour difference datasets. The model gave a similar performance as the state-of-the-art colour difference formulae such as CMC, CIE94, and BFD. This performance is considered to be very satisfactory, and the model, therefore, should be considered for field trials in applications such as colour specification, colour difference evaluation, cross-image reproduction, gamut mapping, prediction of metamerism and colour constancy, and quantification of colour-rendering properties. The model does not give predictions for chroma (as distinct from colourfulness), or for brightness, and it does not include any rod response. © 1996 John Wiley \& Sons, Inc.},
author = {Luo, Ming Ronnier and Lo, Mei-Chun and Kuo, Wen-Guey},
doi = {10.1002/(SICI)1520-6378(199612)21:6<412::AID-COL4>3.0.CO;2-Z},
issn = {1520-6378},
journal = {Color Research \& Application},
keywords = {chromatic adaptation transform,colour appearance,colour appearance model,colour difference,colour difference formula,corresponding colours,uniform colour space},
number = {6},
pages = {412--429},
publisher = {Wiley Subscription Services, Inc., A Wiley Company},
title = {{The LLAB (l:c) colour model}},
url = {http://dx.doi.org/10.1002/(SICI)1520-6378(199612)21:6<412::AID-COL4>3.0.CO;2-Z},
volume = {21},
year = {1996}
}
@inproceedings{Luo1996a,
author = {Luo, Ming Ronnier and Morovic, J\'{a}n},
booktitle = {Conference: 5th International Conference on High Technology: Imaging Science and Technology – Evolution \& Promise},
pages = {136--147},
title = {{Two Unsolved Issues in Colour Management – Colour Appearance and Gamut Mapping}},
url = {http://www.researchgate.net/publication/236348295\_Two\_Unsolved\_Issues\_in\_Colour\_Management\_\_Colour\_Appearance\_and\_Gamut\_Mapping},
year = {1996}
}
@article{MacAdam1935,
abstract = {Tristimulus values have been computed for hypothetical spectrophotometric curves of the type found to give the maximum visual reflectance factor (or transmission factor) for specified chromaticities. These computations have been based on the I.C.I. 1931 data for the normal observer for colorimetry, and on the I.C.I. Illuminants ``A'' and ``C.'' By plotting the results on the I.C.I. color mixture diagram, the loci of points characterized by equal maximum efficiencies have been established. Tables have been prepared showing the maximum visual efficiency as a function of excitation purity for twenty-four dominant wave-lengths.},
author = {MacAdam, David L.},
doi = {10.1364/JOSA.25.000361},
file = {:Users/kelsolaar/Resources/Documentation/Colour Science/PDF/Acquired/OSA/Maximum Visual Efficiency of Colored Materials.pdf:pdf},
journal = {J. Opt. Soc. Am.},
month = nov,
number = {11},
pages = {361--367},
publisher = {OSA},
title = {{Maximum Visual Efficiency of Colored Materials}},