What's going on with the opencv 2.14.3? [closed]
Opencv 2.14.3 developing or stopped? Does it make sense to start a new project using opencv 2.14.3?
Thanks,
Opencv 2.14.3 developing or stopped? Does it make sense to start a new project using opencv 2.14.3?
Thanks,
Asked: 2017-01-10 06:35:58 -0600
Seen: 167 times
Last updated: Jan 10 '17
you should not worry too much. use, what you have, now, porting that later is easy.
http://docs.opencv.org/master/db/dfa/...
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?
hmm, ORB is still there , but indeed, all AdjusterXXX PyramidXXX or such things were removed (without any replacemeent)