can anyone help me where can i get opencv_core341d.lib file??
can anyone help me where can i get opencv_core341d.lib file??
can anyone help me where can i get opencv_core341d.lib file??
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)
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??
Asked: 2018-10-01 01:05:20 -0600
Seen: 317 times
Last updated: Oct 01 '18
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary