The project uses x64, and all libs and dlls must be compiled in the same compilation environment. Here, you need the lib library and opencv library compiled by vs13. Project settings should be set to X64.
The library version is wrong. When linking, it prompts that if necessary, to compile a 32-bit program, use a 32-bit lib, and to compile a 64-bit program, use a 64-bit lib.
Just one point: x86 is 32-bit and x64 is 64-bit.
Please use a 64-bit library or compile this project to 32-bit.
The project uses x64, and all libs and dlls must be compiled in the same compilation environment.
Here, you need the lib library and opencv library compiled by vs13.
Project settings should be set to X64.
The library version is wrong. When linking, it prompts that if necessary, to compile a 32-bit program, use a 32-bit lib, and to compile a 64-bit program, use a 64-bit lib.
When configuring the link library, it was set to 32