Ask Your Question
4

Why opencv changed its API for feature detection in 3.0.0

asked 2014-10-23 15:35:25 -0600

navderm gravatar image

updated 2014-10-23 15:47:59 -0600

I understand that this is more of a rant than question but is also being posted out of curiosity. Why on earth did opencv change APIs for a perfectly stable module (features2d and nonfree (sift and surf) ). Are they really that jobless or is there a specific reason for this ?

Also, cv::Ptr changed too ! I can understand this might introduce safety but should constructors not have been explicit in the first design itself !

It's broken quite a bit of my code and now I have spent about 5 hours fixing it and will be here all night. Thanks for that !!

edit retag flag offensive close merge delete

Comments

1

I do agree. I have software already in production that will require significant rewriting because the changes in the API, and much needed functionalities from the original libraries where moved to contrib. I do not understand why original functionality is moved away from the code to be put in a separated repository and separated namespace (which often do not even compile because seems to be developed separately)."xfeatures2d" ? Really ??? At moment I´m keeping my usage restricted to 2.4.9 and 2.4.10.

R.Saracchini gravatar imageR.Saracchini ( 2014-10-24 04:31:48 -0600 )edit

1 answer

Sort by » oldest newest most voted
2

answered 2014-10-24 04:01:21 -0600

I'm also disappointed by the recent changes in API, and I hope someone of the Opencv dev team will take the time to explain why they made such choice...

Maybe you can upvote my question which is more specific but related to your concern. The dev team will maybe take the time if they see a lot of people are affected by this change.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-23 15:35:25 -0600

Seen: 442 times

Last updated: Oct 24 '14