Commit 68d750032ba3dbc4132e3faae2fbafb4286d1704

Authored by DepthDeluxe
1 parent 53e99a0d

removed some debugging information

openbr/plugins/cuda/cudapca.cpp
... ... @@ -140,8 +140,6 @@ private:
140 140 }
141 141 }
142 142  
143   - cout << "Meanbuffer first value: " << meanBuffer[0] << endl;
144   -
145 143 // call the wrapper function
146 144 cuda::cudapca_loadwrapper(evBuffer, eVecs.rows(), eVecs.cols(), meanBuffer, mean.rows()*mean.cols());
147 145  
... ...