Can't find x86 folder 4.1.2 how to get it?

asked 2019-10-15 06:05:38 -0600

My (C++) Project is running in 32 bit and i need openCV lib for 32 bit, but I can't find it after extraction, so I tried with CMake and i am an absolut noob with CMake i used "Visual Studio 15 2017" as generator and can't find any openCV_world.lib generated do i have to configure something else do i have to install something for CMake?

edit retag flag offensive close merge delete

Comments

  • after building with cmake & VS(building the INSTALL project), look into opencv/build/install
  • i don't think, opencv_world.lib is built by default (there is a BUILD_opencv_world cmake flag for that), you'll probably have "single module" libs, like opencv_core, opencv_imgproc, etc.
berak gravatar imageberak ( 2019-10-17 03:40:34 -0600 )edit