Commit 8a5eb5419f437f5b79239dd014853b563947bd7a

Authored by Josh Klontz
1 parent a91eb9f9

more bib entries

Showing 1 changed file with 77 additions and 16 deletions
share/openbr/openbr.bib
... ... @@ -40,6 +40,11 @@
40 40 Title = {{OpenBR} - {Open} {Biometric} {Recognition}},
41 41 Year = {2012}}
42 42  
  43 +@misc{libface,
  44 + Howpublished = {http://libface.sourceforge.net/file/Home.html},
  45 + Title = {libface},
  46 + Year = {2011}}
  47 +
43 48 @misc{CT8,
44 49 Author = {Cognitec},
45 50 Howpublished = {www.cognitec-systems.de/FaceVACS-SDK.19.0.html},
... ... @@ -77,21 +82,49 @@
77 82 Year = 2000}
78 83  
79 84 @manual{R,
80   - Title = {R: A Language and Environment for Statistical Computing},
81   - Author = {{R Core Team}},
82   - Organization = {R Foundation for Statistical Computing},
83   - Address = {Vienna, Austria},
84   - Year = 2013,
85   - Url = {http://www.R-project.org}}
  85 + Title = {R: A Language and Environment for Statistical Computing},
  86 + Author = {{R Core Team}},
  87 + Organization = {R Foundation for Statistical Computing},
  88 + Address = {Vienna, Austria},
  89 + Year = 2013,
  90 + Url = {http://www.R-project.org}}
86 91  
87 92 % Papers
  93 +@incollection{ahonen04,
  94 + Author = {Ahonen, Timo and Hadid, Abdenour and Pietik{\"a}inen, Matti},
  95 + Booktitle = {Computer Vision-ECCV 2004},
  96 + Pages = {469-481},
  97 + Publisher = {Springer},
  98 + Title = {Face recognition with local binary patterns},
  99 + Year = {2004}}
  100 +
88 101 @inproceedings{arandjelovic12,
89   - Author={Arandjelovic, R. and Zisserman, A.},
90   - Booktitle={Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on},
91   - Title={Three things everyone should know to improve object retrieval},
92   - Month={June},
93   - Year={2012},
94   - Pages={2911-2918}}
  102 + Author = {Arandjelovic, R. and Zisserman, A.},
  103 + Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on},
  104 + Title = {Three things everyone should know to improve object retrieval},
  105 + Month = {June},
  106 + Year = {2012},
  107 + Pages = {2911-2918}}
  108 +
  109 +@article{bradski00,
  110 + Author = {Bradski, Gary},
  111 + Journal = {Doctor Dobbs Journal},
  112 + Number = {11},
  113 + Pages = {120-126},
  114 + Publisher = {M AND T PUBLISHING INC},
  115 + Title = {The {OpenCV} library},
  116 + Volume = {25},
  117 + Year = {2000}}
  118 +
  119 +@article{belhumeur97,
  120 + Author = {Belhumeur, Peter N. and Hespanha, Joao P. and Kriegman, David J.},
  121 + Journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},
  122 + Number = {7},
  123 + Pages = {711-720},
  124 + Publisher = {IEEE},
  125 + Title = {Eigenfaces vs. fisherfaces: Recognition using class specific linear projection},
  126 + Volume = {19},
  127 + Year = {1997}}
95 128  
96 129 @inproceedings{belhumeur11,
97 130 Author = {Belhumeur, P.N. and Jacobs, D.W. and Kriegman, D.J. and Kumar, N.},
... ... @@ -136,11 +169,31 @@
136 169 Month = {jan},
137 170 Year = {2013}}
138 171  
  172 +@article{hall09,
  173 + Author = {Hall, Mark and Frank, Eibe and Holmes, Geoffrey and Pfahringer, Bernhard and Reutemann, Peter and Witten, Ian H},
  174 + Journal = {ACM SIGKDD Explorations Newsletter},
  175 + Number = {1},
  176 + Pages = {10-18},
  177 + Publisher = {ACM},
  178 + Title = {The WEKA data mining software: an update},
  179 + Volume = {11},
  180 + Year = {2009}}
  181 +
139 182 @inproceedings{huang08,
140   - Author={Huang, Gary B and Mattar, Marwan and Berg, Tamara and Learned-Miller, Eric and others},
141   - Booktitle={Workshop on Faces in 'Real-Life' Images: Detection, Alignment, and Recognition},
142   - Title={Labeled faces in the wild: A database forstudying face recognition in unconstrained environments},
143   - Year={2008}}
  183 + Author = {Huang, Gary B and Mattar, Marwan and Berg, Tamara and Learned-Miller, Eric and others},
  184 + Booktitle = {Workshop on Faces in 'Real-Life' Images: Detection, Alignment, and Recognition},
  185 + Title = {Labeled faces in the wild: A database forstudying face recognition in unconstrained environments},
  186 + Year = {2008}}
  187 +
  188 +@article{ihaka96,
  189 + Author = {Ihaka, Ross and Gentleman, Robert},
  190 + Journal = {Journal of computational and graphical statistics},
  191 + Number = {3},
  192 + Pages = {299-314},
  193 + Publisher = {Taylor \& Francis},
  194 + Title = {R: A language for data analysis and graphics},
  195 + Volume = {5},
  196 + Year = {1996}}
144 197  
145 198 @article{jegou11,
146 199 Author = {J{\'e}gou, H. and Douze, M. and Schmid, C.},
... ... @@ -173,6 +226,14 @@
173 226 Title = {{The HFB Face Database} for {Heterogeneous Face Biometrics} Research},
174 227 Year = {2009}}
175 228  
  229 +@inproceedings{lui12,
  230 + Author = {Lui, Yui Man and Bolme, D and Phillips, PJ and Beveridge, JR and Draper, BA},
  231 + Booktitle = {Computer Vision and Pattern Recognition Workshops (CVPRW), 2012 IEEE Computer Society Conference on},
  232 + Organization = {IEEE},
  233 + Pages = {9-16},
  234 + Title = {Preliminary studies on the Good, the Bad, and the Ugly face recognition challenge problem},
  235 + Year = {2012}}
  236 +
176 237 @article{martinez98,
177 238 Author = {Martinez, A.M.},
178 239 Journal = {CVC Technical Report},
... ...