Commit 6ffd8370539c41ec47dd6c2bff17d1ff06a769ff

Authored by lbestrowden
1 parent 64df7746

Revert "DownsampleTransform and adding myself to openbr.bib"

This reverts commit 64df774691dfb2bd3abd5fcf4a01a37d4413038e.
sdk/plugins/reduce.cpp
@@ -132,8 +132,6 @@ class DownsampleTransform : public UntrainableTransform @@ -132,8 +132,6 @@ class DownsampleTransform : public UntrainableTransform
132 132
133 void project(const Template &src, Template &dst) const 133 void project(const Template &src, Template &dst) const
134 { 134 {
135 - if (src.m().channels() != 1)  
136 - qFatal("Expected 1 channel matrix.");  
137 Mat input = src.m(); 135 Mat input = src.m();
138 Mat output(ceil((double)input.rows/k), ceil((double)input.cols/k), CV_32FC1); 136 Mat output(ceil((double)input.rows/k), ceil((double)input.cols/k), CV_32FC1);
139 for (int r=0; r<output.rows; r++) { 137 for (int r=0; r<output.rows; r++) {
share/openbr/openbr.bib
1 -%% This BibTeX bibliography file was created using BibDesk.  
2 -%% http://bibdesk.sourceforge.net/  
3 -  
4 -  
5 -%% Created for Lacey Best-Rowden at 2013-03-01 17:26:22 -0500  
6 -  
7 -  
8 -%% Saved with string encoding Unicode (UTF-8)  
9 -  
10 -  
11 -  
12 -@misc{lbestrowden,  
13 - Author = {Lacey Best-Rowden},  
14 - Date-Added = {2013-03-01 17:25:53 -0500},  
15 - Date-Modified = {2013-03-01 17:26:21 -0500},  
16 - Howpublished = {https://github.com/lbestrowden},  
17 - Title = {bestrow1 at msu.edu}}  
18 - 1 +% Developers
19 @misc{jklontz, 2 @misc{jklontz,
20 Author = {Joshua C. Klontz}, 3 Author = {Joshua C. Klontz},
21 Howpublished = {https://github.com/jklontz}, 4 Howpublished = {https://github.com/jklontz},
@@ -45,7 +28,9 @@ @@ -45,7 +28,9 @@
45 Author = {Charles A. Otto}, 28 Author = {Charles A. Otto},
46 Howpublished = {https://github.com/caotto}, 29 Howpublished = {https://github.com/caotto},
47 Title = {ottochar at gmail.com}} 30 Title = {ottochar at gmail.com}}
  31 +
48 32
  33 +% Software
49 @misc{OpenBR, 34 @misc{OpenBR,
50 Author = {Joshua C. Klontz and Dr. Mark J. Burge}, 35 Author = {Joshua C. Klontz and Dr. Mark J. Burge},
51 Title = {{OpenBR} - {Open} {Biometric} {Recognition}}, 36 Title = {{OpenBR} - {Open} {Biometric} {Recognition}},
@@ -81,6 +66,8 @@ @@ -81,6 +66,8 @@
81 Title = {PittPatt {SDK} 5.2.2}, 66 Title = {PittPatt {SDK} 5.2.2},
82 Year = {2011}} 67 Year = {2011}}
83 68
  69 +
  70 +% Datasets
84 @misc{GBU, 71 @misc{GBU,
85 Author = {NIST}, 72 Author = {NIST},
86 Howpublished = {www.nist.gov/itl/iad/ig/focs.cfm}, 73 Howpublished = {www.nist.gov/itl/iad/ig/focs.cfm},
@@ -93,6 +80,8 @@ @@ -93,6 +80,8 @@
93 Title = {{NIST} Special Database 32 - Multiple Encounter Dataset ({MEDS})}, 80 Title = {{NIST} Special Database 32 - Multiple Encounter Dataset ({MEDS})},
94 Year = {2011}} 81 Year = {2011}}
95 82
  83 +
  84 +% Papers
96 @inproceedings{belhumeur11, 85 @inproceedings{belhumeur11,
97 Author = {Belhumeur, P.N. and Jacobs, D.W. and Kriegman, D.J. and Kumar, N.}, 86 Author = {Belhumeur, P.N. and Jacobs, D.W. and Kriegman, D.J. and Kumar, N.},
98 Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on}, 87 Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on},
@@ -125,13 +114,13 @@ @@ -125,13 +114,13 @@
125 Title = {Spectrally Sampled Structural Subspace Features ({4SF})}, 114 Title = {Spectrally Sampled Structural Subspace Features ({4SF})},
126 Year = {2011}} 115 Year = {2011}}
127 116
128 -@inproceedings{klare12,  
129 - Author = {Klare, B.F. and Jain, A.K.},  
130 - Booktitle = {Biometrics: Theory, Applications and Systems (BTAS), 2012 IEEE Fifth International Conference on},  
131 - Month = {sept.},  
132 - Pages = {237-244},  
133 - Title = {Face recognition: Impostor-based measures of uniqueness and quality},  
134 - Year = {2012}} 117 +@inproceedings{klare12,
  118 + Author={Klare, B.F. and Jain, A.K.},
  119 + Booktitle={Biometrics: Theory, Applications and Systems (BTAS), 2012 IEEE Fifth International Conference on},
  120 + Title={Face recognition: Impostor-based measures of uniqueness and quality},
  121 + Year={2012},
  122 + Month={sept.},
  123 + Pages={237-244}}
135 124
136 @article{meyers08, 125 @article{meyers08,
137 Author = {Meyers, E. and Wolf, L.}, 126 Author = {Meyers, E. and Wolf, L.},
@@ -173,13 +162,13 @@ @@ -173,13 +162,13 @@
173 Title = {Spectral Hashing}, 162 Title = {Spectral Hashing},
174 Year = {2008}} 163 Year = {2008}}
175 164
176 -@inproceedings{wolf11,  
177 - Author = {Wolf, L. and Hassner, T. and Maoz, I.},  
178 - Booktitle = {Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on},  
179 - Month = {june},  
180 - Pages = {529-534},  
181 - Title = {Face recognition in unconstrained videos with matched background similarity},  
182 - Year = {2011}} 165 +@inproceedings{wolf11,
  166 + author={Wolf, L. and Hassner, T. and Maoz, I.},
  167 + booktitle={Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on},
  168 + title={Face recognition in unconstrained videos with matched background similarity},
  169 + year={2011},
  170 + month={june},
  171 + pages={529-534}}
183 172
184 @mastersthesis{zauner10, 173 @mastersthesis{zauner10,
185 Author = {Zauner, C.}, 174 Author = {Zauner, C.},