I'm trying to build OpenCV (4.5.1) from source, from the CMake-GUI output, there are 2 third-party libraries displayed as NO
.
Other third-party libraries:
Intel IPP: 2020.0.0 Gold [2020.0.0]
at: C:/Users/opencv-4.5.1/_build/3rdparty/ippicv/ippicv_win/icv
Intel IPP IW: sources (2020.0.0)
at: C:/Users/opencv-4.5.1/_build/3rdparty/ippicv/ippicv_win/iw
Lapack: NO
Eigen: NO
Custom HAL: NO
Protobuf: build (3.5.1)
I want best performance of OpenCV, so I'd like to check what's the performance gain if I install Lapack
or Eigen
?