Is it possible to use, say, opencv_feature2d220.dll , alongside the dll from OpenCV 2.4.11 in the same project?
I mean, I would not use opencv_feature2d2411.dll in this project but only opencv_feature2d220.dll .
There reason is that I prefer the former implementation of a specific method, which is to my opinion (and for others too) broken in 2.4 and 3.0 (bug reports were already filled for this case, BRISK).
Right now, I plan to simply link to the correct libraries in my project, but I am afraid of hidden bugs or incompatibilities.
Thanks!