mirror of https://github.com/opencv/opencv.git
Fix a bug. When reading from a saved model, function decomposeCovs() will be called. And if covMatType is COV_MAT_DIAGONAL, covsEigenValues is computed using SVD and eigen values are sorted so that the order of eigen values is not preserved. This would lead to different result when calling function predict2. This issues is discussed here: http://stackoverflow.com/questions/23485982/got-different-empredict-results-after-emread-saved-model-in-opencv.pull/5346/head
parent
9533982729
commit
e0ef293645
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue