Why are we using 'opencv2' in the include files instead of opencv3? [closed]
This is probably a trivial question but if we are using OpenCV3.0, then why are we using 'opencv2' in the include files instead of opencv3?
#include "opencv2/core.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/video/background_segm.hpp"
#include "opencv2/videoio.hpp"
#include "opencv2/highgui.hpp"
HI, as @steven Puttemans say that opencv2 means opencv is written c++(the first version code is c). it does not mean version:)
@wuling Thanks for the comment. I had the wrong idea that it has something to do with the OpenCV version.
you welcome:)