Commit 5112f0c2355fbdc70af2d4219fe2f62bb954dc7e

Authored by Josh Klontz
1 parent 2e9f8606

updated bib

Showing 1 changed file with 176 additions and 82 deletions
share/openbr/openbr.bib
@@ -96,13 +96,16 @@ @@ -96,13 +96,16 @@
96 Url = {http://www.R-project.org}} 96 Url = {http://www.R-project.org}}
97 97
98 % Papers 98 % Papers
99 -@incollection{ahonen04,  
100 - Author = {Ahonen, Timo and Hadid, Abdenour and Pietik{\"a}inen, Matti},  
101 - Booktitle = {Computer Vision-ECCV 2004},  
102 - Pages = {469-481},  
103 - Publisher = {Springer},  
104 - Title = {Face recognition with local binary patterns},  
105 - Year = {2004}} 99 +@article{ahonen2006face,
  100 + title={Face description with local binary patterns: Application to face recognition},
  101 + author={Ahonen, Timo and Hadid, Abdenour and Pietikainen, Matti},
  102 + journal={Pattern Analysis and Machine Intelligence, IEEE Transactions on},
  103 + volume={28},
  104 + number={12},
  105 + pages={2037--2041},
  106 + year={2006},
  107 + publisher={IEEE}
  108 +}
106 109
107 @inproceedings{arandjelovic12, 110 @inproceedings{arandjelovic12,
108 Author = {Arandjelovic, R. and Zisserman, A.}, 111 Author = {Arandjelovic, R. and Zisserman, A.},
@@ -112,25 +115,27 @@ @@ -112,25 +115,27 @@
112 Year = {2012}, 115 Year = {2012},
113 Pages = {2911-2918}} 116 Pages = {2911-2918}}
114 117
115 -@article{bradski00,  
116 - Author = {Bradski, Gary},  
117 - Journal = {Doctor Dobbs Journal},  
118 - Number = {11},  
119 - Pages = {120-126},  
120 - Publisher = {M AND T PUBLISHING INC},  
121 - Title = {The {OpenCV} library},  
122 - Volume = {25},  
123 - Year = {2000}}  
124 -  
125 -@article{belhumeur97,  
126 - Author = {Belhumeur, Peter N. and Hespanha, Joao P. and Kriegman, David J.},  
127 - Journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},  
128 - Number = {7},  
129 - Pages = {711-720},  
130 - Publisher = {IEEE},  
131 - Title = {Eigenfaces vs. fisherfaces: Recognition using class specific linear projection},  
132 - Volume = {19},  
133 - Year = {1997}} 118 +@article{bradski2000opencv,
  119 + title={The opencv library},
  120 + author={Bradski, Gary},
  121 + journal={Doctor Dobbs Journal},
  122 + volume={25},
  123 + number={11},
  124 + pages={120--126},
  125 + year={2000},
  126 + publisher={M AND T PUBLISHING INC}
  127 +}
  128 +
  129 +@article{belhumeur1997eigenfaces,
  130 + title={Eigenfaces vs. fisherfaces: Recognition using class specific linear projection},
  131 + author={Belhumeur, Peter N. and Hespanha, Joao P. and Kriegman, David J.},
  132 + journal={Pattern Analysis and Machine Intelligence, IEEE Transactions on},
  133 + volume={19},
  134 + number={7},
  135 + pages={711--720},
  136 + year={1997},
  137 + publisher={IEEE}
  138 +}
134 139
135 @inproceedings{belhumeur11, 140 @inproceedings{belhumeur11,
136 Author = {Belhumeur, P.N. and Jacobs, D.W. and Kriegman, D.J. and Kumar, N.}, 141 Author = {Belhumeur, P.N. and Jacobs, D.W. and Kriegman, D.J. and Kumar, N.},
@@ -155,6 +160,16 @@ @@ -155,6 +160,16 @@
155 Title = {Average of Synthetic Exact Filters}, 160 Title = {Average of Synthetic Exact Filters},
156 Year = {2009}} 161 Year = {2009}}
157 162
  163 +@article{culp1999industrial,
  164 + title={Industrial Strength Pluggable Factories},
  165 + author={Culp, Timothy},
  166 + journal={C++ Report},
  167 + volume={11},
  168 + number={9},
  169 + pages={21--26},
  170 + year={1999}
  171 +}
  172 +
158 @misc{founds11, 173 @misc{founds11,
159 Author = {Founds, A.P. and Orlans, N. and Whiddon, G. and Watson, C.}, 174 Author = {Founds, A.P. and Orlans, N. and Whiddon, G. and Watson, C.},
160 Howpublished = {www.nist.gov/itl/iad/ig/sd32.cfm}, 175 Howpublished = {www.nist.gov/itl/iad/ig/sd32.cfm},
@@ -183,31 +198,34 @@ @@ -183,31 +198,34 @@
183 Month = {jan}, 198 Month = {jan},
184 Year = {2013}} 199 Year = {2013}}
185 200
186 -@article{hall09,  
187 - Author = {Hall, Mark and Frank, Eibe and Holmes, Geoffrey and Pfahringer, Bernhard and Reutemann, Peter and Witten, Ian H},  
188 - Journal = {ACM SIGKDD Explorations Newsletter},  
189 - Number = {1},  
190 - Pages = {10-18},  
191 - Publisher = {ACM},  
192 - Title = {The WEKA Data Mining Software: An Update},  
193 - Volume = {11},  
194 - Year = {2009}}  
195 -  
196 -@inproceedings{huang08,  
197 - Author = {Huang, Gary B and Mattar, Marwan and Berg, Tamara and Learned-Miller, Eric and others},  
198 - Booktitle = {Workshop on Faces in 'Real-Life' Images: Detection, Alignment, and Recognition},  
199 - Title = {Labeled faces in the wild: A database forstudying face recognition in unconstrained environments},  
200 - Year = {2008}}  
201 -  
202 -@article{ihaka96,  
203 - Author = {Ihaka, Ross and Gentleman, Robert},  
204 - Journal = {Journal of computational and graphical statistics},  
205 - Number = {3},  
206 - Pages = {299-314},  
207 - Publisher = {Taylor \& Francis},  
208 - Title = {R: A language for data analysis and graphics},  
209 - Volume = {5},  
210 - Year = {1996}} 201 +@article{hall2009weka,
  202 + title={The WEKA data mining software: an update},
  203 + author={Hall, Mark and Frank, Eibe and Holmes, Geoffrey and Pfahringer, Bernhard and Reutemann, Peter and Witten, Ian H},
  204 + journal={ACM SIGKDD Explorations Newsletter},
  205 + volume={11},
  206 + number={1},
  207 + pages={10--18},
  208 + year={2009},
  209 + publisher={ACM}
  210 +}
  211 +
  212 +@inproceedings{huang2008labeled,
  213 + title={Labeled faces in the wild: A database forstudying face recognition in unconstrained environments},
  214 + author={Huang, Gary B and Mattar, Marwan and Berg, Tamara and Learned-Miller, Eric and others},
  215 + booktitle={Workshop on Faces in'Real-Life'Images: Detection, Alignment, and Recognition},
  216 + year={2008}
  217 +}
  218 +
  219 +@article{ihaka1996r,
  220 + title={R: A language for data analysis and graphics},
  221 + author={Ihaka, Ross and Gentleman, Robert},
  222 + journal={Journal of computational and graphical statistics},
  223 + volume={5},
  224 + number={3},
  225 + pages={299--314},
  226 + year={1996},
  227 + publisher={Taylor \& Francis}
  228 +}
211 229
212 @article{jegou11, 230 @article{jegou11,
213 Author = {J{\'e}gou, H. and Douze, M. and Schmid, C.}, 231 Author = {J{\'e}gou, H. and Douze, M. and Schmid, C.},
@@ -252,13 +270,14 @@ @@ -252,13 +270,14 @@
252 Title = {{The HFB Face Database} for {Heterogeneous Face Biometrics} Research}, 270 Title = {{The HFB Face Database} for {Heterogeneous Face Biometrics} Research},
253 Year = {2009}} 271 Year = {2009}}
254 272
255 -@inproceedings{lui12,  
256 - Author = {Lui, Yui Man and Bolme, D and Phillips, PJ and Beveridge, JR and Draper, BA},  
257 - Booktitle = {Computer Vision and Pattern Recognition Workshops (CVPRW), 2012 IEEE Computer Society Conference on},  
258 - Organization = {IEEE},  
259 - Pages = {9-16},  
260 - Title = {Preliminary studies on the Good, the Bad, and the Ugly face recognition challenge problem},  
261 - Year = {2012}} 273 +@inproceedings{lui2012preliminary,
  274 + title={Preliminary studies on the Good, the Bad, and the Ugly face recognition challenge problem},
  275 + author={Lui, Yui Man and Bolme, D and Phillips, PJ and Beveridge, JR and Draper, BA},
  276 + booktitle={Computer Vision and Pattern Recognition Workshops (CVPRW), 2012 IEEE Computer Society Conference on},
  277 + pages={9--16},
  278 + year={2012},
  279 + organization={IEEE}
  280 +}
262 281
263 @article{martinez98, 282 @article{martinez98,
264 Author = {Martinez, A.M.}, 283 Author = {Martinez, A.M.},
@@ -325,13 +344,14 @@ @@ -325,13 +344,14 @@
325 Volume = {1}, 344 Volume = {1},
326 Year = {2005}} 345 Year = {2005}}
327 346
328 -@inproceedings{phillips11,  
329 - Author = {Phillips, P.J. and Beveridge, J.R. and Draper, B.A. and Givens, G. and O'Toole, A.J. and Bolme, D.S. and Dunlop, J. and Yui Man Lui and Sahibzada, H. and Weimer, S.},  
330 - Booktitle = {Automatic Face Gesture Recognition and Workshops (FG 2011), 2011 IEEE International Conference on},  
331 - Month = {mar},  
332 - Pages = {346-353},  
333 - Title = {An Introduction to the Good, the Bad, and the Ugly Face Recognition Challenge Problem},  
334 - Year = {2011}} 347 +@inproceedings{phillips2011introduction,
  348 + title={An introduction to the good, the bad, \& the ugly face recognition challenge problem},
  349 + author={Phillips, P Jonathon and Beveridge, J Ross and Draper, Bruce A and Givens, Geof and O'Toole, Alice J and Bolme, David S and Dunlop, Joseph and Lui, Yui Man and Sahibzada, Hassan and Weimer, Samuel},
  350 + booktitle={Automatic Face \& Gesture Recognition and Workshops (FG 2011), 2011 IEEE International Conference on},
  351 + pages={346--353},
  352 + year={2011},
  353 + organization={IEEE}
  354 +}
335 355
336 @misc{raymond00, 356 @misc{raymond00,
337 Title = {The cathedral \& the bazaar}, 357 Title = {The cathedral \& the bazaar},
@@ -343,15 +363,16 @@ @@ -343,15 +363,16 @@
343 Title = {The Need for Open Source Software in Machine Learning}, 363 Title = {The Need for Open Source Software in Machine Learning},
344 Year = {2007}} 364 Year = {2007}}
345 365
346 -@article{turk91,  
347 - Author = {Turk, Matthew and Pentland, Alex},  
348 - Journal = {Journal of cognitive neuroscience},  
349 - Number = {1},  
350 - Pages = {71-86},  
351 - Publisher = {MIT Press},  
352 - Title = {Eigenfaces for recognition},  
353 - Volume = {3},  
354 - Year = {1991}} 366 +@article{turk1991eigenfaces,
  367 + title={Eigenfaces for recognition},
  368 + author={Turk, Matthew and Pentland, Alex},
  369 + journal={Journal of cognitive neuroscience},
  370 + volume={3},
  371 + number={1},
  372 + pages={71--86},
  373 + year={1991},
  374 + publisher={MIT Press}
  375 +}
355 376
356 @article{wang09, 377 @article{wang09,
357 Author = {Wang, Xiaogang and Tang, Xiaoou}, 378 Author = {Wang, Xiaogang and Tang, Xiaoou},
@@ -399,13 +420,6 @@ @@ -399,13 +420,6 @@
399 Title = {A Rank-Order Distance Based Clustering Algorithm for Face Tagging}, 420 Title = {A Rank-Order Distance Based Clustering Algorithm for Face Tagging},
400 Year = {2011}} 421 Year = {2011}}
401 422
402 -@book{gamma95,  
403 - Author = {Gamma, Erich and Helm, Richard and Johnson, Ralph and Vlissides, John},  
404 - Title = {Design Patterns},  
405 - Publisher = {Addison-Wesley},  
406 - ISBN = {0-201-63361-2},  
407 - Year = 1995}  
408 -  
409 @inproceedings{tan10, 423 @inproceedings{tan10,
410 Author = {Tan, Xiaoyang and Triggs, B.}, 424 Author = {Tan, Xiaoyang and Triggs, B.},
411 Booktitle = {Image Processing, IEEE Transactions on,}, 425 Booktitle = {Image Processing, IEEE Transactions on,},
@@ -415,5 +429,85 @@ @@ -415,5 +429,85 @@
415 Issue = 6, 429 Issue = 6,
416 Pages = {1635-1650}} 430 Pages = {1635-1650}}
417 431
  432 +@book{fukunaga1990,
  433 + title={Introduction to statistical pattern recognition},
  434 + author={Fukunaga, Keinosuke},
  435 + year={1990},
  436 + publisher={Academic press}
  437 +}
  438 +
  439 +@article{yu2001,
  440 + title={A direct LDA algorithm for high-dimensional data-with application to face recognition},
  441 + author={Yu, Hua and Yang, Jie},
  442 + journal={Pattern recognition},
  443 + volume={34},
  444 + number={10},
  445 + pages={2067},
  446 + year={2001},
  447 + publisher={Oxford, New York, Pergamon Press.}
  448 +}
418 449
419 - 450 +@inproceedings{wang2004,
  451 + title={Random sampling LDA for face recognition},
  452 + author={Wang, Xiaogang and Tang, Xiaoou},
  453 + booktitle={Computer Vision and Pattern Recognition, 2004. CVPR 2004. Proceedings of the 2004 IEEE Computer Society Conference on},
  454 + volume={2},
  455 + pages={II--259},
  456 + year={2004},
  457 + organization={IEEE}
  458 +}
  459 +
  460 +@article{klare12demographics,
  461 + author={Klare, B.F. and Burge, M. and Klontz, J. and Vorder Bruegge, R.W. and Jain, A.K.},
  462 + title={Face Recognition Performance: Role of Demographic Information},
  463 + journal={IEEE Trans. on Information Forensics and Security},
  464 + volume={7},
  465 + number={6},
  466 + pages={1789--1801},
  467 + year={2012}
  468 +}
  469 +
  470 +@inproceedings{klare2011aging,
  471 + title={Face recognition across time lapse: On learning feature subspaces},
  472 + author={Klare, Brendan and Jain, Anil K},
  473 + booktitle={Biometrics (IJCB), 2011 International Joint Conference on},
  474 + pages={1--8},
  475 + year={2011},
  476 + organization={IEEE}
  477 +}
  478 +
  479 +@article{viola2004,
  480 + title={Robust real-time face detection},
  481 + author={Viola, Paul and Jones, Michael J},
  482 + journal={International journal of computer vision},
  483 + volume={57},
  484 + number={2},
  485 + pages={137--154},
  486 + year={2004},
  487 + publisher={Springer}
  488 +}
  489 +
  490 +@inproceedings{yang2011articulated,
  491 + title={Articulated pose estimation with flexible mixtures-of-parts},
  492 + author={Yang, Yi and Ramanan, Deva},
  493 + booktitle={Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on},
  494 + pages={1385--1392},
  495 + year={2011},
  496 + organization={IEEE}
  497 +}
  498 +
  499 +@inproceedings{cao2010face,
  500 + title={Face recognition with learning-based descriptor},
  501 + author={Cao, Zhimin and Yin, Qi and Tang, Xiaoou and Sun, Jian},
  502 + booktitle={Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on},
  503 + pages={2707--2714},
  504 + year={2010},
  505 + organization={IEEE}
  506 +}
  507 +
  508 +@misc{intel,
  509 + title={Intel Architecture Instruction Set Extensions Programming Reference},
  510 + author={Intel},
  511 + howpublished={http://download-software.intel.com/sites/default/files/319433-014.pdf},
  512 + year={2012}
  513 +}
420 \ No newline at end of file 514 \ No newline at end of file