LNK1104 cannot open file 'opencv_world440.obj'

asked 2020-08-10 05:26:13 -0600

I try open an example to see how work the algoritm Canny edge detection, but an error appears. Any solution please??

LNK1104 cannot open file 'opencv_world440d.obj'

edit retag flag offensive close merge delete

Comments

it probably should be opencv_world440d.lib instead.

berak gravatar imageberak ( 2020-08-10 05:34:02 -0600 )edit

@berak but can I fixed it? I follow the page to install it

pedrolula06 gravatar imagepedrolula06 ( 2020-08-10 05:47:41 -0600 )edit

you have to change it in the linker settings.

berak gravatar imageberak ( 2020-08-10 06:23:42 -0600 )edit