Ask Your Question

ganggang's profile - activity

2018-01-20 19:13:14 -0600 received badge  Nice Answer (source)
2016-02-05 03:32:50 -0600 received badge  Teacher (source)
2015-07-02 23:03:45 -0600 received badge  Necromancer (source)
2015-07-02 22:26:47 -0600 answered a question trouble with calcCovarMatrix
Mat_<double> A(3,3);  A << -1, 1, 2, -2, 3, 1 , 4, 0, 3;
Mat Sw, mea;
calcCovarMatrix( A, Sw, mea, cv::COVAR_NORMAL|cv::COVAR_ROWS );
cerr << Sw << endl;

[20.66666666666666, -8.333333333333334, 6;
 -8.333333333333334, 4.666666666666667, -3;
 6, -3, 2]

sw  = sw / (A.rows - 1)
2015-07-01 22:11:43 -0600 asked a question Face Recognition

hello everyone, i have a question to help, How patting a front face , it can be converted into different angles by calculating the picture , such as up and down about 45 degrees。

Now my storage space is very limited , only 8k size , how can I extract eigenfaces storage in, please help