0

I'm using opencv-3.4.1 and having problem in using imshow(). Thinking there's no lib! How can I solve it?

This is my lib folder

enter image description here

It has only 'opencv_world341.lib' and I want to use different functions like 'imshow()'

This picture below is me having problems with 'imshow()' function.

enter image description here

I'm korean, so I'm using a korean visual studio 2015, but I think you could still understand the error code. Its 'LNK2019' error and if I comment out the 'imshow()' function. The program runs fine, so I'm thinking I have not enough libs.

Where can I get new libs I need?

grizzthedj
  • 7,131
  • 16
  • 42
  • 62
  • I think you may need to include the `highgui` module with `#include ` to use `imshow()`. These examples may help: https://docs.opencv.org/3.4.1/db/deb/tutorial_display_image.html – alkasm May 31 '18 at 06:31
  • @AlexanderReynolds I read your link and tried but having same problems... T^T Don't know what my problems... – 정등혁 Jun 01 '18 at 03:09
  • @AlexanderReynolds Sorry I solved the problem! I added wrong .lib... Sorry man. I added release verson – 정등혁 Jun 01 '18 at 03:36

0 Answers0