码迷,mamicode.com
首页 > 其他好文 > 详细

open source libraries: BIAS

时间:2015-06-14 22:36:12      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:

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/

个人笔记  欢迎交流~

 

 

open source libraries: BIAS

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!