1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #11980 from berak:core_lda_dataAsRow

This commit is contained in:
Alexander Alekhin
2018-07-15 14:32:15 +00:00
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -2589,7 +2589,6 @@ public:
static Mat subspaceReconstruct(InputArray W, InputArray mean, InputArray src);
protected:
bool _dataAsRow; // unused, but needed for 3.0 ABI compatibility.
int _num_components;
Mat _eigenvectors;
Mat _eigenvalues;