From 18984ac66ab3df1bfa7a221c5ec979b4659d92d1 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Sun, 12 Jan 2014 20:13:32 -0500 Subject: [PATCH] Removed eigen initializer from progressin branch --- openbr/plugins/eigen3.cpp | 17 ----------------- 1 file changed, 0 insertions(+), 17 deletions(-) diff --git a/openbr/plugins/eigen3.cpp b/openbr/plugins/eigen3.cpp index e54525f..28a805f 100644 --- a/openbr/plugins/eigen3.cpp +++ b/openbr/plugins/eigen3.cpp @@ -24,23 +24,6 @@ namespace br { /*! - * \ingroup initializers - * \brief Initialize Stasm - * \author Scott Klum \cite sklum - */ -class EigenInitializer : public Initializer -{ - Q_OBJECT - - void initialize() const - { - Eigen::initParallel(); - } -}; - -BR_REGISTER(Initializer, EigenInitializer) - -/*! * \ingroup transforms * \brief Projects input into learned Principal Component Analysis subspace. * \author Brendan Klare \cite bklare -- libgit2 0.21.4