[Bug 77913] Re: cvSetIdentity problem in 0.9.7 fixed in 1.0.0

2007-02-21 Thread Lionel Le Folgoc
Thanks for feedback. ** Changed in: opencv (Ubuntu) Status: Fix Committed => Fix Released -- cvSetIdentity problem in 0.9.7 fixed in 1.0.0 https://launchpad.net/bugs/77913 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 77913] Re: cvSetIdentity problem in 0.9.7 fixed in 1.0.0

2007-02-20 Thread Peter Antoniac
work with opencv 1.0.0-1ubuntu1 from Feisty. Issue can be closed from now on. -- cvSetIdentity problem in 0.9.7 fixed in 1.0.0 https://launchpad.net/bugs/77913 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 77913] Re: cvSetIdentity problem in 0.9.7 fixed in 1.0.0

2007-02-20 Thread Peter Antoniac
Ok. After installing the packages in Feisty (aptitude install libcv1 libcvaux1 libcv-dev libcvaux-dev) and fix the error with too few arguments to function ‘cvSetIdentity’ from my provided source, it worked. Here is the new source code: #include #include int main () { int l, c; CvMat *ident

[Bug 77913] Re: cvSetIdentity problem in 0.9.7 fixed in 1.0.0

2007-02-20 Thread Lionel Le Folgoc
opencv 1.0.0-1ubuntu1 is in feisty. Could you test and confirm that this issue is fixed ? ** Changed in: opencv (Ubuntu) Status: Unconfirmed => Fix Committed -- cvSetIdentity problem in 0.9.7 fixed in 1.0.0 https://launchpad.net/bugs/77913 -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 77913] Re: cvSetIdentity problem in 0.9.7 fixed in 1.0.0

2007-01-04 Thread Peter Antoniac
Because of this bug, other functions that need the identity matrix and they count on the cvSetIdentity are erroneous. For example, the Kalman filter is unusable if you go to more than 3 dimensions. I don't want to get into details and list all the functions that are affected by this problem. Anywa