1 | initial version |
adding both debug and release libs is wrong. add the release one to your release project, and the debug one to your debug project ONLY !
2 | No.2 Revision |
adding both debug and release libs is wrong. add the release one to your release project, and the debug one to your debug project ONLY !
also note, tht opencv does not maintain any nuget packages, and that mixing outdated 3.1.0 libs from there with you current opencv_world400 won't work at all.