open source libraries: BIAS

The Basic Image AlgorithmS C/C++ Library (BIAS) is the code base for research and software development of computer vision, motion estimation and 3d reconstruction algorithms in our research group.

BIAS - Basic Image AlgorithmS Library

http://www.mip.informatik.uni-kiel.de/tiki-index.php?page=BIAS

添加为子目录;

Download

http://www.mip.informatik.uni-kiel.de/~wwwadmin/Software/index.html

Building BIAS, required/optional packages

http://www.mip.informatik.uni-kiel.de/~wwwadmin/Software/Doc/BIAS/html/d3/d10/buildsystem.html

       其中,需要设置2X2个环境变量:

   http://www.mip.informatik.uni-kiel.de/~wwwadmin/Software/Download/VCLapack.zip
   http://www.mip.informatik.uni-kiel.de/~wwwadmin/Software/Download/VCBlas.zip
   You will have to download both zip-archives and to extract
   them to a place where libs and headers are found by the
   CMake scripts.
   set Path variable to both .dll files and ENV variables 
   (LAPACK_HOME and BLAS_HOME) to the directory
   which containes lapack, blas and f2c.h (def's needed))
    一些可选依赖项,在CMake build过程中去掉勾选(问题:Opencv配置)lib错误
 

ARPACK SOFTWARE

ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.

http://www.caam.rice.edu/software/ARPACK/

个人笔记  欢迎交流~

 

 
原文地址:https://www.cnblogs.com/dverdon/p/4575796.html