Ask Your Question
0

can anyone help me where can i get opencv_core341d.lib file??

asked 2018-10-01 01:05:20 -0600

praveen1100 gravatar image

can anyone help me where can i get opencv_core341d.lib file??

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-10-01 01:30:28 -0600

berak gravatar image

updated 2018-10-01 01:31:07 -0600

the prebuilt opencv libs contain a single (all in one) opencv_world.lib, if you have that, just link against this lib.

libs like opencv_core, opencv_highgui only get built, if you build them from src, locally, using cmake.

(also, you will need more libs, core alone won't do. and your linker probably stopped complaning after the 1st (a dozen) libs)

edit flag offensive delete link more

Comments

Thank u so much...

praveen1100 gravatar imagepraveen1100 ( 2018-10-01 01:36:43 -0600 )edit

Error LNK2019 unresolved external symbol "public: int __cdecl cv::face::FaceRecognizer::predict(class cv::debug_build_guard::_InputArray const &)const " (?predict@FaceRecognizer@face@cv@@QEBAHAEBV_InputArray??

getting this error .... is this because of lib file??

praveen1100 gravatar imagepraveen1100 ( 2018-10-01 01:43:39 -0600 )edit

you need to build with the opencv_contrib libs, and explicitly link opencv_faced.lib

berak gravatar imageberak ( 2018-10-01 01:45:52 -0600 )edit

thank u...i ll try with this...

praveen1100 gravatar imagepraveen1100 ( 2018-10-01 01:55:47 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-10-01 01:05:20 -0600

Seen: 270 times

Last updated: Oct 01 '18