forked from colour-science/colour-demosaicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBIBLIOGRAPHY.bib
48 lines (48 loc) · 3.54 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
@article{Losson2010,
abstract = {Mono-CCD color cameras acquire only one color component at each pixel by means of their color filter array (CFA) covering the CCD sensor. To obtain a color image, a procedure - called demosaicing - is then necessary to estimate the other two missing color components at each pixel. This chapter deals with the quality of color images generated in such a way. We attempt to determine which demosaicing method provides the best results according to several comparison criteria, particularly for subsequent needs of color image analyses like edge detection.},
author = {Losson, O. and Macaire, L. and Yang, Y.},
doi = {10.1016/S1076-5670(10)62005-8},
file = {:Users/kelsolaar/Resources/Documentation/Photography/Demosaicing/Comparison of color demosaicing methods.pdf:pdf},
isbn = {9780123813169},
issn = {10765670},
journal = {Advances in Imaging and Electron Physics},
number = {C},
pages = {173--265},
title = {{Comparison of color demosaicing methods}},
volume = {162},
year = {2010}
}
@inproceedings{export:102068,
abstract = {<p>This paper introduces a new interpolation technique for demosaicing of color
images produced by single-CCD digital cameras. We show that the proposed simple
linear filter can lead to an improvement in PSNR of over 5.5 dB when compared to
bilinear demosaicing, and about 0.7 dB improvement in R and B interpolation when
compared to a recently introduced linear interpolator. The proposed filter also
outperforms most nonlinear demosaicing algorithms, without the artifacts due to
nonlinear processing, and a much reduced computational complexity.</p>},
author = {Malvar, Henrique S and He, Li-Wei and Cutler, Ross and Way, One Microsoft},
booktitle = {International Conference of Acoustic, Speech and Signal Processing},
file = {:Users/kelsolaar/Resources/Documentation/Photography/Demosaicing/High-Quality Linear Interpolation for Demosaicing of Bayer-Patterned Color Images.pdf:pdf},
month = {may},
pages = {5--8},
publisher = {Institute of Electrical and Electronics Engineers, Inc.},
title = {{High-Quality Linear Interpolation for Demosaicing of Bayer-Patterned Color Images}},
url = {http://research.microsoft.com/apps/pubs/default.aspx?id=102068},
year = {2004}
}
@article{Menon2007,
abstract = {Most digital cameras use a color filter array to capture the colors of the scene. Downsampled versions of the red, green, and blue components are acquired, and an interpolation of the three colors is necessary to reconstruct a full representation of the image. This color interpolation is known as demosaicing. The most effective demosaicing techniques proposed in the literature are based on directional filtering and a posteriori decision. In this paper, we present a novel approach to this reconstruction method. A refining step is included to further improve the resulting reconstructed image. The proposed approach requires a limited computational cost and gives good performance even when compared to more demanding techniques.},
author = {Menon, Daniele and Andriani, Stefano and Calvagno, Giancarlo},
doi = {10.1109/TIP.2006.884928},
file = {:Users/kelsolaar/Resources/Documentation/Photography/Demosaicing/Demosaicing with directional filtering and a posteriori decision.pdf:pdf},
isbn = {2003506969},
issn = {10577149},
journal = {IEEE Transactions on Image Processing},
keywords = {Bayer pattern,Color filter array (CFA) interpolation,Demosaicing,Digital cameras,Directional filtering},
number = {1},
pages = {132--141},
pmid = {17283772},
title = {{Demosaicing with directional filtering and a posteriori decision}},
volume = {16},
year = {2007}
}