forked from colour-science/colour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBIBLIOGRAPHY.bib
3257 lines (3257 loc) · 136 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{AdobeSystems2005a,
author = {{Adobe Systems}},
number = {May},
title = {{Adobe RGB (1998) Color Image Encoding}},
url = {http://www.adobe.com/digitalimag/pdfs/AdobeRGB1998.pdf},
volume = 2704,
year = 2005,
}
@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{AdobeSystems2013b,
author = {{Adobe Systems}},
keywords = {Iridas,look-up table,specification},
title = {{Cube LUT Specification}},
url = {https://drive.google.com/open?id=143Eh08ZYncCAMwJ1q4gWxVOqR_OSWYvs},
year = 2013,
}
@misc{ANSI2003a,
author = {ANSI},
pages = {1--2},
title = {{Specification of ROMM RGB}},
url = {http://www.color.org/ROMMRGB.pdf},
year = 2003,
}
@misc{ARRI2012a,
author = {ARRI},
number = {June},
pages = {1--12},
title = {{ALEXA - Log C Curve - Usage in VFX}},
url = {https://drive.google.com/open?id=1t73fAG_QpV7hJxoQPYZDWvOojYkYDgvn},
year = 2012,
}
@misc{AssociationofRadioIndustriesandBusinesses2015a,
author = {{Association of Radio Industries and Businesses}},
title = {{Essential Parameter Values for the Extended Image
Dynamic Range Television (EIDRTV) System for Programme Production}},
url = {https://www.arib.or.jp/english/std_tr/broadcasting/desc/std-b67.html},
year = 2015,
}
@misc{ASTMInternational2008a,
author = {{ASTM International}},
doi = {10.1520/D1535-08E01},
title = {{ASTM D1535-08e1 - Standard Practice for Specifying
Color by the Munsell System}},
year = 2008,
}
@misc{ASTMInternational2015b,
author = {{ASTM International}},
doi = {10.1520/E0308-15},
pages = {1--47},
title = {{ASTM E308-15 - Standard Practice for Computing the
Colors of Objects by Using the CIE System}},
year = 2015,
}
@misc{ASTMInternational2011a,
abstract = {This standard is issued under the fixed designation
E2022; the number immediately following the designation indicates
the year of original adoption or, in the case of revision, the
year of last revision. A number in parentheses indicates the year
of last reapproval. A superscript epsilon) indicates an editorial
change since the last revision or reapproval.},
author = {{ASTM International}},
doi = {10.1520/E2022-11},
pages = {1--10},
title = {{ASTM E2022-11 - Standard Practice for Calculation
of Weighting Factors for Tristimulus Integration}},
year = 2011,
}
@misc{ASTMInternational2007,
author = {{ASTM International}},
pages = {1--10},
title = {{ASTM D2244-07 - Standard Practice for Calculation
of Color Tolerances and Color Differences from Instrumentally
Measured Color Coordinates}},
volume = {i},
year = 2007,
}
@misc{ASTMInternational1989a,
annote = {https://law.resource.org/pub/us/cfr/ibr/003/a},
author = {{ASTM International}},
keywords = {D1535,Munsell,Munsell color order system,Munsell
notation,color},
pages = {1--29},
title = {{ASTM D1535-89 - Standard Practice for Specifying
Color by the Munsell System}},
url = {http://www.astm.org/DATABASE.CART/HISTORICAL/D1535-89.htm},
year = 1989,
}
@misc{BabelColor2012c,
author = {BabelColor},
title = {{ColorChecker RGB and spectra}},
url = {http://www.babelcolor.com/download/ColorChecker_RGB_and_spectra.xls},
year = 2012,
}
@misc{BabelColor2012b,
author = {BabelColor},
title = {{The ColorChecker (since 1976!)}},
url = {http://www.babelcolor.com/main_level/ColorChecker.htm},
urldate = {2014-09-26},
year = 2012,
}
@book{Barten1999,
author = {Barten, Peter G.},
doi = {10.1117/3.353254},
isbn = 9780819478498,
issn = 10924388,
month = dec,
number = 1999,
pmid = 18723593,
publisher = {SPIE},
title = {{Contrast Sensitivity of the Human Eye and Its
Effects on Image Quality}},
url = {http://ebooks.spiedigitallibrary.org/book.aspx?doi=10.1117/3.353254
https://spiedigitallibrary.org/ebooks/PM/Contrast-Sensitivity-of-the-Human-Eye-and-Its-Effects-on/eISBN-9780819478498/10.1117/3.353254},
year = 1999,
}
@inproceedings{Barten2003,
abstract = {The contrast sensitivity of the human eye and its
dependence on luminance and display size is described on the basis
of internal noise in the visual system. With the addition of a
global description of the optical MTF of the eye, a complete
physical model is presented for the spatial contrast sensitivity
function. Calculation results obtained with this model are
compared with measurements published in literature.},
author = {Barten, Peter G. J.},
booktitle = {Proceedings of SPIE},
doi = {10.1117/12.537476},
editor = {Miyake, Yoichi and Rasmussen, D. Rene},
isbn = 0819434965,
issn = {0277786X},
keywords = {contrast sensitivity,csf,human eye,orientation
angle,standard observer,surround luminance},
month = dec,
pages = {231--238},
title = {{Formula for the contrast sensitivity of the human
eye}},
url = {http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed\&cmd=Retrieve\&dopt=AbstractPlus\&list_uids=15798324032973700240related:kPzpPwHsPtsJ
http://proceedings.spiedigitallibrary.org/proceeding.aspx?doi=10.1117/12.135956
http://proceedings.spiedigitallibrary},
volume = 5294,
year = 2003,
}
@article{Bianco2010a,
annote = {http://web.stanford.edu/$\sim$sujason/ColorBalancing/Papers/Two
New von Kries Based Chromatic Adaptation.pdf},
author = {Bianco, S. and Schettini, R.},
doi = {10.1002/col.20573},
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},
volume = 35,
year = 2010,
}
@article{Bodhaine1999a,
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<1854:ORODC>2.0.CO;2},
issn = {0739-0572},
journal = {Journal of Atmospheric and Oceanic Technology},
month = nov,
number = 11,
pages = {1854--1861},
title = {{On Rayleigh Optical Depth Calculations}},
url = {http://journals.ametsoc.org/doi/abs/10.1175/1520-0426%281999%29016%3C1854%3AORODC%3E2.0.CO%3B2},
volume = 16,
year = 1999,
}
@misc{Borer2017a,
author = {Borer, Tim},
title = {{Private Discussion with Mansencal, T. and Shaw, N.}},
year = 2017,
}
@misc{Bourkeb,
author = {Bourke, Paul},
title = {{Trilinear Interpolation}},
url = {http://paulbourke.net/miscellaneous/interpolation/},
urldate = {2018-01-13},
}
@misc{Bourkea,
author = {Bourke, Paul},
title = {{Intersection point of two line segments in 2
dimensions}},
url = {http://paulbourke.net/geometry/pointlineplane/},
urldate = {2016-01-15},
}
@article{Breneman1987b,
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, Edwin J.},
doi = {10.1364/JOSAA.4.001115},
issn = {1084-7529},
journal = {Journal of the Optical Society of America A},
month = jun,
number = 6,
pages = 1115,
pmid = 3598755,
title = {{Corresponding chromaticities for different states
of adaptation to complex visual fields}},
url = {https://www.osapublishing.org/abstract.cfm?URI=josaa-4-6-1115
http://www.opticsinfobase.org/josaa/fulltext.cfm?uri=josaa-4-6-1115\&id=2783},
volume = 4,
year = 1987,
}
@article{Brill2008a,
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 Susstrunk, 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{Broadbent2009a,
abstract = {This paper describes all the steps in the
calculations of the CIE 1931 RGB spectral chromaticity
co-ordinates and color matching functions starting from the
initial experimental data of W. D. Wright and J. Guild. Sufficient
information is given to allow the reader to reproduce and verify
the results obtained at each stage of the calculations and to
critically analyze the procedures used. In some instances, the
available literature only provides limited descriptions of the
actual steps in the calculations and, in others, important data
were not published. Nevertheless, it has been possible to more or
less reproduce the entire sequence of calculations. All the tables
of numerical data are given in the accompanying computer worksheet
file CIE1931_RGB.xls.},
author = {Broadbent, A. D.},
booktitle = {Qu{\'{e}}bec, Canada: D{\'{e}}partement de
g{\'{e}}nie chimique, {\ldots}},
pages = {1--17},
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/research/mcsl2/research/broadbent/CIE1931_RGB.pdf
http://www.cis.rit.edu/mcsl/research/1931.php},
urldate = {2014-06-12},
year = 2009,
}
@book{Burger2009b,
address = {London},
author = {Burger, Wilhelm and Burge, Mark James},
doi = {10.1007/978-1-84800-195-4},
isbn = {978-1-84800-194-7},
publisher = {Springer London},
series = {Undergraduate Topics in Computer Science},
title = {{Principles of Digital Image Processing}},
url = {http://link.springer.com/10.1007/978-1-84800-195-4},
year = 2009,
}
@misc{Canon2014a,
author = {Canon},
title = {{EOS C500 Firmware Update}},
url = {https://www.usa.canon.com/internet/portal/us/home/explore/product-showcases/cameras-and-lenses/cinema-eos-firmware/c500},
urldate = {2016-08-27},
year = 2014,
}
@misc{Canona,
author = {Canon},
title = {{EOS C300 Mark II - EOS C300 Mark II Input Transform
Version 2.0 (for Cinema Gamut / BT.2020)}},
url = {https://www.usa.canon.com/internet/portal/us/home/support/details/cameras/cinema-eos/eos-c300-mark-ii},
urldate = {2016-08-23},
year = 2016,
}
@article{Cao2013,
abstract = {The Optical Society of America's Uniform Color
Scales (OSA-UCS) is one of the color spaces that most closely
approximate a "true" uniform color space. Different techniques
have been used to convert OSA-UCS-based color specification
parameters, L, j, and g, to the CIE tristimulus values, X, Y, and
Z. However, none of these methods provides a direct method of
inverting OSA-UCS to CIEXYZ values. Thus, numerical algorithms,
such as the Newton-Raphson method, have been employed to obtain
the transformations. The relative low accuracy and long
computation time of this method makes it undesirable for practical
applications. An artificial neural network (ANN) was employed to
convert OSA-UCS to CIEXYZ. Its performance was compared with that
of numerical methods. After optimization, ANN gave a better
performance with a mean error (DeltaEXYZ) of 1.0x10(-4) and a
conversion time of less than 1 s for 1891 samples.},
author = {Cao, Renbo and Trussell, H Joel and Shamey, Renzo},
doi = {10.1364/JOSAA.30.001508},
isbn = {1520-8532 (Electronic)\r1084-7529 (Linking)},
issn = {1084-7529},
journal = {Journal of the Optical Society of America A},
month = aug,
number = 8,
pages = 1508,
pmid = 24323208,
title = {{Comparison of the performance of inverse
transformation methods from OSA-UCS to CIEXYZ}},
url = {https://www.osapublishing.org/abstract.cfm?URI=josaa-30-8-1508},
volume = 30,
year = 2013,
}
@misc{Castro2014a,
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{Centore2014l,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellSystemRoutines/LinearVsRadialInterpOnRenotationOvoid.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014r,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/MaxChromaForExtrapolatedRenotation.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014s,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/MunsellHueToChromDiagHueAngle.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014u,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
GeneralRoutines/CIELABtoApproxMunsellSpec.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014t,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/ChromDiagHueAngleToMunsellHue.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014p,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/xyYtoMunsell.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014k,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/MunsellHueToASTMHue.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014m,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/MunsellToxyY.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014n,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/FindHueOnRenotationOvoid.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centore2014q,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellRenotationRoutines/MunsellToxyForIntegerMunsellValue.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@article{Centore2012a,
author = {Centore, Paul},
doi = {10.1002/col.20715},
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://doi.wiley.com/10.1002/col.20715},
volume = 37,
year = 2012,
}
@misc{Centore2014o,
annote = {http://www.99main.com/$\sim$centore/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
author = {Centore, Paul},
title = {{MunsellAndKubelkaMunkToolboxApr2014 -
MunsellSystemRoutines/BoundingRenotationHues.m}},
url = {https://github.com/colour-science/MunsellAndKubelkaMunkToolbox},
year = 2014,
}
@misc{Centorea,
author = {Centore, Paul},
title = {{The Munsell and Kubelka-Munk Toolbox}},
url = {http://www.munsellcolourscienceforpainters.com/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html},
urldate = {2018-01-23},
}
@misc{Chamberlain2015,
author = {Chamberlain, Peter},
title = {{LUT documentation (to create from another program)}},
url = {https://forum.blackmagicdesign.com/viewtopic.php?f=21\&t=40284#p232952},
urldate = {2018-08-23},
year = 2015,
}
@article{Cheung2004,
abstract = {The proliferation of low-cost colour imaging devices
in the consumer market has led to a greater need to transfer
images from one medium or device to another without loss of colour
fidelity. A common solution is to characterise each device in
terms of its CIE tristimulus values. In this paper two general
techniques, artificial neural networks and polynomial transforms,
are compared for their usefulness in characterising colour
cameras. The neural and polynomial techniques are shown to give
approximately similar performance once the parameters of the
models are optimised. Since neural networks can be difficult and
time-consuming to train, it is concluded that polynomial
transforms offer the better alternative for camera
characterisation.},
author = {Cheung, Vien and Westland, Stephen and Connah, David
and Ripamonti, Caterina},
doi = {10.1111/j.1478-4408.2004.tb00201.x},
issn = 14723581,
journal = {Coloration Technology},
number = 1,
pages = {19--25},
title = {{A comparative study of the characterisation of
colour cameras by means of neural networks and polynomial
transforms}},
volume = 120,
year = 2004,
}
@misc{CIEcf,
author = {CIE},
title = {{CIE Spectral Data}},
url = {http://files.cie.co.at/204.xls},
}
@misc{CIEce,
author = {CIE},
title = {{CIE 15:2004 Tables Data}},
url = {https://law.resource.org/pub/us/cfr/ibr/003/cie.15.2004.tables.xls},
year = 2004,
}
@misc{CIETC1-321994b,
author = {{CIE TC 1-32}},
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,
}
@misc{CIETC1-362006a,
author = {{CIE TC 1-36}},
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,
}
@incollection{CIETC1-382005h,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating
Spectral Data for Use in Colour Computations},
chapter = {Table V},
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,
}
@incollection{CIETC1-382005f,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating
Spectral Data for Use in Colour Computations},
chapter = {9.2.4},
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-382005e,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating
Spectral Data for Use in Colour Computations},
chapter = 9,
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,
}
@incollection{CIETC1-382005g,
author = {{CIE TC 1-38}},
booktitle = {CIE 167:2005 Recommended Practice for Tabulating
Spectral Data for Use in Colour Computations},
chapter = 10,
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,
}
@incollection{CIETC1-482004k,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {9.4},
isbn = {978-3-901-90633-6},
pages = 24,
title = {{The evaluation of whiteness}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004o,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {9.1},
isbn = {978-3-901-90633-6},
pages = {32--33},
title = {{9.1 Dominant wavelength and purity}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
isbn = {978-3-901-90633-6},
pages = {68--68},
title = {{EXPLANATORY COMMENTS - 5}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@book{CIETC1-482004h,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
isbn = {978-3-901-90633-6},
pages = {1--82},
publisher = {Commission internationale de l'{\'{e}}clairage},
title = {{CIE 015:2004 Colorimetry, 3rd Edition}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004n,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {3.1},
isbn = {978-3-901-90633-6},
pages = {12--13},
title = {{3.1 Recommendations concerning standard physical
data of illuminants}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004m,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {8.2},
isbn = {978-3-901-90633-6},
pages = 24,
title = {{CIE 1976 uniform colour spaces}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004l,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {7.2.2.1},
isbn = {978-3-901-90633-6},
pages = 24,
title = {{Extrapolation}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004j,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {8.1},
isbn = {978-3-901-90633-6},
pages = 24,
title = {{CIE 1976 uniform chromaticity scale diagram (UCS
diagram)}},
url = {http://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@incollection{CIETC1-482004i,
author = {{CIE TC 1-48}},
booktitle = {CIE 015:2004 Colorimetry, 3rd Edition},
chapter = {APPENDIX E},
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://www.cie.co.at/publications/colorimetry-3rd-edition},
year = 2004,
}
@misc{Colblindorb,
author = {Colblindor},
title = {{Protanopia - Red-Green Color Blindness}},
url = {http://www.color-blindness.com/protanopia-red-green-color-blindness/},
urldate = {2015-07-04},
}
@misc{Colblindorc,
author = {Colblindor},
title = {{Tritanopia - Blue-Yellow Color Blindness}},
url = {http://www.color-blindness.com/tritanopia-blue-yellow-color-blindness/},
urldate = {2015-07-04},
}
@misc{Colblindora,
author = {Colblindor},
title = {{Deuteranopia - Red-Green Color Blindness}},
url = {http://www.color-blindness.com/deuteranopia-red-green-color-blindness/},
urldate = {2015-07-04},
}
@misc{Cottrella,
annote = {http://www.russellcottrell.com/photo/RussellRGB.htm},
author = {Cottrell, Russell},
title = {{The Russell RGB working color space}},
url = {http://www.russellcottrell.com/photo/downloads/RussellRGB.icc},
}
@misc{Cowan2004,
author = {Cowan, Matthew and Kennel, Glenn and Maier, Thomas
and Walker, Brad and Cowan, Matthew},
issn = 15450279,
number = {September},
title = {{Constant Sensitivity Experiment to Determine the
Bit Depth for Digital Cinema}},
url = {http://car.france3.mars.free.fr/Formation INA
HD/HDTV/HDTV 2007 v35/SMPTE normes et confs/Contrastm.pdf},
year = 2004,
}
@misc{CVRLq,
author = {CVRL},
title = {{Luminous efficiency}},
url = {http://www.cvrl.org/lumindex.htm},
urldate = {2014-04-19},
}
@misc{CVRLt,
author = {CVRL},
title = {{Stiles \& Burch individual 10-deg colour matching
data}},
url = {http://www.cvrl.org/stilesburch10_ind.htm},
urldate = {2014-02-24},
}
@misc{CVRLw,
author = {CVRL},
title = {{Stiles \& Burch individual 2-deg colour matching
data}},
url = {http://www.cvrl.org/stilesburch2_ind.htm},
urldate = {2014-02-24},
}
@misc{CVRLs,
author = {CVRL},
title = {{Older CIE Standards}},
url = {http://cvrl.ioo.ucl.ac.uk/cie.htm},
urldate = {2014-02-24},
}
@misc{CVRLr,
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{CVRLp,
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{CVRLv,
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{Darrodi2015a,
author = {Darrodi, Maryam Mohammadzadeh and Finlayson, Graham
and Goodman, Teresa and Mackiewicz, Michal},
doi = {10.1364/JOSAA.32.000381},
issn = {1084-7529},
journal = {Journal of the Optical Society of America A},
month = mar,
number = 3,
pages = 381,
title = {{Reference data set for camera spectral sensitivity
estimation}},
url = {https://www.osapublishing.org/abstract.cfm?URI=josaa-32-3-381},
volume = 32,
year = 2015,
}
@article{Davis2010a,
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.},
annote = {https://doi.org/10.1117/1.3360335},
author = {Davis, Wendy and Ohno, Yoshiro},
doi = {10.1117/1.3360335},
isbn = {0091-3286},
issn = {0091-3286},
journal = {Optical Engineering},
month = mar,
number = 3,
pages = 033602,
title = {{Color quality scale}},
url = {http://opticalengineering.spiedigitallibrary.org/article.aspx?doi=10.1117/1.3360335},
volume = 49,
year = 2010,
}
@misc{DigitalCinemaInitiatives2007b,
author = {{Digital Cinema Initiatives}},
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{DJI2017,
author = {Dji},
pages = {1--5},
title = {{White Paper on D-Log and D-Gamut of DJI Cinema
Color System}},
url = {https://dl.djicdn.com/downloads/zenmuse+x7/20171010/D-Log_D-Gamut_Whitepaper.pdf},
year = 2017,
}
@misc{Dolby2016a,
author = {Dolby},
title = {{WHAT IS ICTCP? - INTRODUCTION}},
url = {https://www.dolby.com/us/en/technologies/dolby-vision/ICtCp-white-paper.pdf},
year = 2016,
}
@misc{EasyRGBh,
author = {EasyRGB},
title = {{RGB —> CMY}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=11#text11},
urldate = {2014-05-18},
}
@misc{EasyRGBo,
author = {EasyRGB},
title = {{CMY —> CMYK}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=13#text13},
urldate = {2014-05-18},
}
@misc{EasyRGBl,
author = {EasyRGB},
title = {{RGB —> HSL}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=18#text18},
urldate = {2014-05-18},
}
@misc{EasyRGBn,
author = {EasyRGB},
title = {{HSV —> RGB}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=21#text21},
urldate = {2014-05-18},
}
@misc{EasyRGBm,
author = {EasyRGB},
title = {{CMYK —> CMY}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=14#text14},
urldate = {2014-05-18},
}
@misc{EasyRGBk,
author = {EasyRGB},
title = {{HSL —> RGB}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=19#text19},
urldate = {2014-05-18},
}
@misc{EasyRGBi,
author = {EasyRGB},
title = {{CMY —> RGB}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=12#text12},
urldate = {2014-05-18},
}
@misc{EasyRGBj,
author = {EasyRGB},
title = {{RGB —> HSV}},
url = {http://www.easyrgb.com/index.php?X=MATH\&H=20#text20},
urldate = {2014-05-18},
}
@inproceedings{Ebner1998,
author = {Ebner, Fritz and Fairchild, Mark D.},
booktitle = {Proc. SPIE 3300, Color Imaging: Device-Independent
Color, Color Hardcopy, and Graphic Arts III, (2 January 1998)},
doi = {10.1117/12.298269},
editor = {Beretta, Giordano B. and Eschbach, Reiner},
month = jan,
pages = {107--117},
title = {{Finding constant hue surfaces in color space}},
url = {http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=936964},
year = 1998,
}
@misc{Erdema,
author = {Erdem, U. Murat},
title = {{Fast Line Segment Intersection}},
url = {http://www.mathworks.com/matlabcentral/fileexchange/27205-fast-line-segment-intersection},
urldate = {2016-01-15},
}
@misc{Erdogana,
abstract = {There are many different systems for analyzing and
representing the color of an object perceived by a human observer.
For the purposes of unambiguously specifying the color an observer
sees when looking through an optical filter at a well-defined
light source, we have found the CIE Color Specification System to
be the most accurate (for a simple and clear description, see
[1]). In this article we briefly describe the method to calculate
the three main parameters that fully specify color in this system:
luminosity, dominant wavelength, and excitation purity. These
terms specifically refer to the definitions in the CIE system
given below, but they have analogies in many other systems. A set
of more general terms often used to qualitatively describe color
are: brightness, hue, and saturation (analogous to luminosity,
dominant wavelength, and excitation purity, respectively). These
terms (and others) are often used interchangeably. Here we will
adhere to the official terms assigned to the CIE system to avoid
any ambiguity.},
author = {Erdogan, Turan},
pages = 7,
title = {{How to Calculate Luminosity, Dominant Wavelength,
and Excitation Purity}},
url = {http://www.semrock.com/Data/Sites/1/semrockpdfs/whitepaper_howtocalculateluminositywavelengthandpurity.pdf},
}
@misc{EuropeanColorInitiative2002a,
annote = {http://www.eci.org/en/colourstandards/workingcolorspaces},
author = {{European Color Initiative}},
title = {{ECI RGB v2}},
url = {http://www.eci.org/_media/downloads/icc_profiles_from_eci/ecirgbv20.zip},
year = 2002,
}
@misc{Fairchild1998b,
abstract = {The colorimetric characterization of a flat-panel
LCD monitor, the Apple Studio Display, using traditional CRT
characterization techniques was evaluated. The results showed that
the display performed up to the manufacturer's specifications in
terms of luminance and contrast. However, the traditional CRT
gain-offset-gamma (GOG) model for characterization was inadequate
and a model with one-dimensional lookup tables followed by a 3x3
matrix was developed. The LUT model performed excellently with
average CIE94 color differences between measured and predicted
colors of approximately 1.0.},
author = {Fairchild, M. and Wyble, D.},
pages = 22,
title = {{Colorimetric Characterization of The Apple Studio
Display (flat panel LCD)}},
url = {http://scholarworks.rit.edu/cgi/viewcontent.cgi?article=1922\&context=article},
year = 1998,
}
@inproceedings{Fairchild2011,
author = {Fairchild, Mark D and Chen, Ping-hsu},
booktitle = {Proc. SPIE 7867, Image Quality and System
Performance VIII},
doi = {10.1117/12.872075},
editor = {Farnand, Susan P. and Gaykema, Frans},
keywords = {color appearance,color differences,color
spaces,hdr,image quality,lightness},
month = jan,
pages = {78670O},
title = {{Brightness, lightness, and specifying color in
high-dynamic-range scenes and images}},
url = {http://proceedings.spiedigitallibrary.org/proceeding.aspx?doi=10.1117/12.872075},
year = 2011,
}
@incollection{Fairchild2013y,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},
chapter = {20.3},
edition = 3,
isbn = {B00DAYO8E2},
pages = {6197--6223},
publisher = {Wiley},
series = {The Wiley-IS\&T Series in Imaging Science and
Technology},
title = {{IPT Colourspace}},
year = 2013,
}
@incollection{Fairchild2013x,
author = {Fairchild, Mark D.},
booktitle = {Color Appearance Models},