Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I am having the same problem on moving from Emgu 2.4.10 -> 3.0.0

CvInvoke.SVD(A.ptr, W.Ptr, U.Ptr, V.Ptr, DEFAULT_FLAGS);

yields a diagonal W matrix with valid eigenvalues.

CvInvoke.SVDecomp(A, W, U, V, Emgu.CV.CvEnum.SvdFlag.Default);

yields a W matrix with elements set to zero. Other matrices look okay upon initial examination.

Has anyone solved this problem?