Commit 1daaeabbcf6ce8d220c9ab4e4c9eea7b57f6eddb

Authored by Josh Klontz
1 parent bad01e40

more bib work

Showing 1 changed file with 57 additions and 15 deletions
share/openbr/openbr.bib
... ... @@ -69,6 +69,20 @@
69 69 Howpublished = {www.pittpatt.com},
70 70 Title = {PittPatt {SDK} 5.2.2},
71 71 Year = {2011}}
  72 +
  73 +@misc{OpenCV,
  74 + Author = {Itseez},
  75 + Howpublished = {www.opencv.org},
  76 + Title = {{The OpenCV Library}},
  77 + Year = 2000}
  78 +
  79 +@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}}
72 86  
73 87 % Papers
74 88 @inproceedings{arandjelovic12,
... ... @@ -145,26 +159,26 @@
145 159 Year = {2011}}
146 160  
147 161 @inproceedings{klare12,
148   - Author={Klare, B.F. and Jain, A.K.},
149   - Booktitle={Biometrics: Theory, Applications and Systems (BTAS), 2012 IEEE Fifth International Conference on},
150   - Title={Face recognition: Impostor-based measures of uniqueness and quality},
151   - Year={2012},
152   - Month={sept.},
153   - Pages={237-244}}
  162 + Author = {Klare, B.F. and Jain, A.K.},
  163 + Booktitle = {Biometrics: Theory, Applications and Systems (BTAS), 2012 IEEE Fifth International Conference on},
  164 + Title = {Face recognition: Impostor-based measures of uniqueness and quality},
  165 + Month = {sept},
  166 + Pages = {237-244},
  167 + Year = {2012}}
154 168  
155 169 @inproceedings{li09,
156 170 Author = {Li, S.Z. and Lei, Z. and Ao, M.},
157   - Booktitle = {6th IEEE Workshop on Object Tracking and Classification Beyond and in the Visible Spectrum (OTCBVS, in conjunction with CVPR 2009)},
158   - Month = {jun},
159   - Title = {{The HFB Face Database} for {Heterogeneous Face Biometrics} Research},
  171 + Booktitle = {6th IEEE Workshop on Object Tracking and Classification Beyond and in the Visible Spectrum (OTCBVS, in conjunction with CVPR 2009)},
  172 + Month = {jun},
  173 + Title = {{The HFB Face Database} for {Heterogeneous Face Biometrics} Research},
160 174 Year = {2009}}
161 175  
162 176 @article{martinez98,
163   - Author={Martinez, A.M.},
164   - Journal={CVC Technical Report},
165   - Title={The {AR} face database},
166   - Volume={24},
167   - Year={1998}}
  177 + Author = {Martinez, A.M.},
  178 + Journal = {CVC Technical Report},
  179 + Title = {The {AR} face database},
  180 + Volume = {24},
  181 + Year = {1998}}
168 182  
169 183 @article{meyers08,
170 184 Author = {Meyers, E. and Wolf, L.},
... ... @@ -211,6 +225,15 @@
211 225 Volume = {22},
212 226 Year = {2000}}
213 227  
  228 +@inproceedings{phillips05,
  229 + Author = {Phillips, P Jonathon and Flynn, Patrick J and Scruggs, Todd and Bowyer, Kevin W and Chang, Jin and Hoffman, Kevin and Marques, Joe and Min, Jaesik and Worek, William},
  230 + Booktitle = {Computer vision and pattern recognition, 2005. CVPR 2005. IEEE computer society conference on},
  231 + Organization = {IEEE},
  232 + Pages = {947-954},
  233 + Title = {Overview of the face recognition grand challenge},
  234 + Volume = {1},
  235 + Year = {2005}}
  236 +
214 237 @inproceedings{phillips11,
215 238 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.},
216 239 Booktitle = {Automatic Face Gesture Recognition and Workshops (FG 2011), 2011 IEEE International Conference on},
... ... @@ -254,7 +277,7 @@
254 277 Author = {Wolf, L. and Hassner, T. and Maoz, I.},
255 278 Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on},
256 279 Month = {june},
257   - Pages = {529-534},
  280 + Pages = {529-534},
258 281 Title = {Face recognition in unconstrained videos with matched background similarity},
259 282 Year = {2011}}
260 283  
... ... @@ -279,3 +302,22 @@
279 302 Pages = {481-488},
280 303 Title = {A Rank-Order Distance Based Clustering Algorithm for Face Tagging},
281 304 Year = {2011}}
  305 +
  306 +@book{gamma95,
  307 + Author = {Gamma, Erich and Helm, Richard and Johnson, Ralph and Vlissides, John},
  308 + Title = {Design Patterns},
  309 + Publisher = {Addison-Wesley},
  310 + ISBN = {0-201-63361-2},
  311 + Year = 1995}
  312 +
  313 +@inproceedings{tan10,
  314 + Author = {Tan, Xiaoyang and Triggs, B.},
  315 + Booktitle = {Image Processing, IEEE Transactions on,},
  316 + Title = {Enhanced local texture feature sets for face recognition under difficult lighting conditions},
  317 + Year = 2010,
  318 + Volume = 19,
  319 + Issue = 6,
  320 + Pages = {1635-1650}}
  321 +
  322 +
  323 +
... ...