Home > Software engineering >  Vs2015 can configure opencv2.4.9?
Vs2015 can configure opencv2.4.9?

Time:10-04

Vs2015 can configure opencv2.4.9?
I was in opencv vc12, but run in vs2015. CPP, always say in opencv. Lib file cannot be opened, this is what's going on?
A great god, please consult, never use vs and opencv

CodePudding user response:

Your opencv DLL lib and the compiler must also be 15

CodePudding user response:

You want to use vs2015 compiled lib of opencv libraries

CodePudding user response:

Opencv249 vc14 libraries are not included and must be cmake to regenerate it again
  • Related