puku0x/cvdrone

OpenCV 3.2.0 Comparability: loading dnn models

heyyjudes opened this issue · 1 comments

I am trying to load a pre trained Caffe image recognition net but the functions in dnn.hpp and dnn.cpp files required are not supported in dnn.hpp and dnn.cpp in openCV 3.1.

I am running on windows so the .dll files for OpenCV are pre compiled. Any advice on how to compile the OpenCV 3.2 files I need into .dll without breaking anything else?

Thanks so much

Sorry for the late reply and inconvenience.

To update to OpenCV 3.2, you should

  • replace src/3rdparty/opencv
  • replace bin/vs20xx/opencv_**.dll
  • rename opencv_**310.lib to opencv_**320.lib in the additional dependencies option

I'm sorry I don't have AR.Drone now and have less time to update CV Drone.