简体   繁体   English

需要帮助cvblobslib

[英]Need help for cvblobslib

I want to perform connected component analysis using python on windows 8.1. 我想在Windows 8.1上使用python执行连接的组件分析。 For this I hope to use cvBlobsLib library (perform binary images connected component labelling). 为此,我希望使用cvBlobsLib库(执行二进制图像连接的组件标签)。 I am not able to set up this library in my python 2.7. 我无法在python 2.7中设置此库。 Can anybody give me the detail of this process. 谁能给我这个过程的细节。 Thanks in advance. 提前致谢。

You need to install some prerequisite libraries: 您需要install some prerequisite libraries:

apt-get install build-essential swig gfortran cmake gcc pkg-config libjpeg62-dev libtiff4-dev\\ libpng12-dev libopenexr-dev libavformat-dev libswscale-dev liblapack-dev python-dev\\ python-setuptools boost-build libboost-all-dev

A good tutorial to install it can be found here 可以在这里找到一个很好的教程来安装它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM