eigen2cv deleted, Matx case (Bug #3148)
Description
The eigen2cv (Matx case) was deleted in commit ebac3a0 ("Fix backward compatibility of opencv_core"), which is part of the release 2.4.6 but it is not part of the Master branch.
Tag 2.4.6:
https://github.com/Itseez/opencv/commit/ebac3a02aa5c2524a6401b33229e3b1dbefc77c2#L3L77
Master:
https://github.com/Itseez/opencv/blob/master/modules/core/include/opencv2/core/eigen.hpp#L76
History
Updated by Nikita Manovich over 11 years ago
Hi,
As far as I can see the functionality isn't a part of opencv 2.4.x branch. Probably it will be a part of opencv 3.x. Thus I have to close the bug report. In any case the decision isn't final.
P.S. opencv 2.4.x doesn't accept new features. The change is a new functionality.
- Assignee changed from Vincent Rabaud to Pablo Speciale
- Difficulty deleted (
Easy) - Status changed from New to Cancelled
Updated by Pablo Speciale over 11 years ago
Ok. Anyway, I don't understand something. The commit was made by Vincent 11 months ago (it was in the Master, around OpenCV 2.4.3), and I just released the OpenCV releases doesn't have that function. So, a function has been in the Master for few months but not in the releases, which is kind of confusing.