LNK1104 opencv_gapi440d.lib is missing

asked 2020-07-29 09:10:21 -0600

Adamis gravatar image

Hi everyone, I have the following problem: I want to use the example "Feature Matching with FLANN". Unfortunately I get the error message in Visual Studio 2017:

LNK1104 ...\opencv\build\lib\Debug\opencv_gabi440d.lib cannot be opened.

The folder structure "...\lib\Debug..." is not existing in my system. The file opencv_gabi440d.lib is also not existing

I use the opencv version 4.4.0 and the repository "opencv_contrib" (29.07.2020)

edit retag flag offensive close merge delete

Comments

simple typo in your vcproj ? it's really called opencv_gapi440d.lib (p vs b)

(you also would never need it for the mentioned tutorial, you can just erase it from the library list for this project)

berak gravatar imageberak ( 2020-07-29 09:29:30 -0600 )edit

and it's probably opencv\build\install\lib\Debug\opencv_gapi440d.lib

well, someone must have made those entries in your project, and that was probably you, no ? ;)

berak gravatar imageberak ( 2020-07-29 10:39:46 -0600 )edit