What's going on with the opencv 2.14.3? [closed]

asked 2017-01-10 06:35:58 -0600

Svad gravatar image

Opencv 2.14.3 developing or stopped? Does it make sense to start a new project using opencv 2.14.3?

Thanks,

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-26 13:01:13.318421

Comments

you should not worry too much. use, what you have, now, porting that later is easy.

http://docs.opencv.org/master/db/dfa/...

berak gravatar imageberak ( 2017-01-10 06:51:21 -0600 )edit

There is some difficulties for porting 2.4.13 to 3.xx which not considered in the guide. For example: absence some feature detectors: OrbFeatureDetector and DynamicAdaptedFeatureDetector(and AdjusterAdapter). May be I am wrong and these detectors are there in the 3.xx, I just did not find them?

Svad gravatar imageSvad ( 2017-01-10 08:34:18 -0600 )edit

hmm, ORB is still there , but indeed, all AdjusterXXX PyramidXXX or such things were removed (without any replacemeent)

berak gravatar imageberak ( 2017-01-10 08:39:06 -0600 )edit