From 68d750032ba3dbc4132e3faae2fbafb4286d1704 Mon Sep 17 00:00:00 2001 From: DepthDeluxe Date: Wed, 3 Feb 2016 17:06:13 -0500 Subject: [PATCH] removed some debugging information --- openbr/plugins/cuda/cudapca.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/cuda/cudapca.cpp b/openbr/plugins/cuda/cudapca.cpp index c783f46..2a49175 100644 --- a/openbr/plugins/cuda/cudapca.cpp +++ b/openbr/plugins/cuda/cudapca.cpp @@ -140,8 +140,6 @@ private: } } - cout << "Meanbuffer first value: " << meanBuffer[0] << endl; - // call the wrapper function cuda::cudapca_loadwrapper(evBuffer, eVecs.rows(), eVecs.cols(), meanBuffer, mean.rows()*mean.cols()); -- libgit2 0.21.4