Download .lib files

asked 2018-08-29 12:40:42 -0600

XCENAX gravatar image

In the folder "C: \ opencv \ build \ install \ x64 \ vc12 \ lib" I did not find two libraries: opencv_hal400d.lib opencv_ts400d.lib I need them to compile the code. Can I download them anywhere? Or they can be installed only with the help of Cmake?

edit retag flag offensive close merge delete

Comments

x64 \ vc12 \ ?? you can download opencv here. There is no vc 12 repository (for Visual 2012-2013) for opencv 4

LBerger gravatar imageLBerger ( 2018-08-29 12:44:38 -0600 )edit
1
  • opencv_ts is ONLY needed to build test cases. if you have BUILD_TESTS=OFF, it won't be built, too.
  • opencv_hal -- there is no such thing. it never existed. why are you looking for that ?
berak gravatar imageberak ( 2018-08-29 23:54:56 -0600 )edit

a hardware accelerator layer with its own library? seems indeed weird :D

StevenPuttemans gravatar imageStevenPuttemans ( 2018-08-30 07:24:13 -0600 )edit
1

oh, i'm wrong. 3.3.1 or so had a short-lived. opencv_hal. but it's no more.

berak gravatar imageberak ( 2018-08-30 07:28:14 -0600 )edit