Ask Your Question
0

Where to find "opencv_shape440d.lib"

asked 2020-08-28 22:23:15 -0600

AkZuza gravatar image

OS => Windows 10 64bit IDE => Visual Studio 2019 OpenCV Verison => 4.4

When i try to compile one of the example code provided in the OpenCV VIsual Studio Tutorial, it spits out a linking error It says "LNK1104: Cannot open file 'opencv_shape440d.lib'.

I have included the 'install\include', 'install\x64\vc16\lib' folder in the project properties. Can anyone please tell why this error is occuring and how to fix it.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-08-29 00:16:36 -0600

berak gravatar image

the shape library is from opencv_contrib, you will need to download the same version of it, as your main opencv repo, and rebuild

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-08-28 22:23:15 -0600

Seen: 298 times

Last updated: Aug 29 '20