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
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.
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?