Commit 18984ac66ab3df1bfa7a221c5ec979b4659d92d1

Authored by Scott Klum
1 parent 1c811315

Removed eigen initializer from progressin branch

Showing 1 changed file with 0 additions and 17 deletions
openbr/plugins/eigen3.cpp
@@ -24,23 +24,6 @@ namespace br @@ -24,23 +24,6 @@ namespace br
24 { 24 {
25 25
26 /*! 26 /*!
27 - * \ingroup initializers  
28 - * \brief Initialize Stasm  
29 - * \author Scott Klum \cite sklum  
30 - */  
31 -class EigenInitializer : public Initializer  
32 -{  
33 - Q_OBJECT  
34 -  
35 - void initialize() const  
36 - {  
37 - Eigen::initParallel();  
38 - }  
39 -};  
40 -  
41 -BR_REGISTER(Initializer, EigenInitializer)  
42 -  
43 -/*!  
44 * \ingroup transforms 27 * \ingroup transforms
45 * \brief Projects input into learned Principal Component Analysis subspace. 28 * \brief Projects input into learned Principal Component Analysis subspace.
46 * \author Brendan Klare \cite bklare 29 * \author Brendan Klare \cite bklare