From d14f9e50e0efd74acf796588e33e01ca49764ced Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Tue, 27 May 2014 20:50:26 -0400 Subject: [PATCH] Header file update --- openbr/core/eigenutils.h | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/openbr/core/eigenutils.h b/openbr/core/eigenutils.h index fa9a075..8f5e0b7 100644 --- a/openbr/core/eigenutils.h +++ b/openbr/core/eigenutils.h @@ -29,6 +29,9 @@ void printEigen(Eigen::MatrixXd X); void printEigen(Eigen::MatrixXf X); void printSize(Eigen::MatrixXf X); +//Remove row and column from the matrix +Eigen::MatrixXf removeRowCol(Eigen::MatrixXf X, int row, int col); + template inline QDataStream &operator<<(QDataStream &stream, const Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &mat) { -- libgit2 0.21.4