Ask Your Question

Revision history [back]

Basically a lot of functions of openCV use the CV_32F type. I am guessing since you are pushing CV_64F data, that it gets reduced and thus it looses precision.

Could you see if you perform the eigenvalue and vector approach on float data in matlab, and not double if the results still differ alot?