two versions of opencv
Hello How I can use tow version different of opencv in the same Visual Studio project? thank
Asked: 2020-02-21 03:23:16 -0600
Seen: 161 times
Last updated: Feb 21 '20
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
What do you need two versions?
i have a software developed in VS2010 when all code use opencv2.4, and i want develop this software but i want to use opencv4.2, so I have to use the two version at the same time!
In Opencv 2.4:
In Opencv 4.2.0:
You have to converted from 2.4 from 4.2
There is link cv to cv2
the software and very big and I want to keep the opencv 2.4, (There is link cv to cv2?)
I'm away from pc.
I guess you could package your existing code in a DLL (in a separate VS project), statically linking old OpenCV with that.
i cant make this because i want to make a modification everyday
I don't think opencv 4.2 is compatible with VS2010