I want to perform connected component analysis using python on windows 8.1. For this I hope to use cvBlobsLib library (perform binary images connected component labelling). I am not able to set up this library in my python 2.7. Can anybody give me the detail of this process. Thanks in advance.
Asked
Active
Viewed 768 times
1
-
are you running windows 7 ? – Avinash Babu Aug 02 '14 at 08:38
-
"using python on windows 8.1." – macfij Aug 02 '14 at 08:55
1 Answers
-1
You need to 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

Avinash Babu
- 6,171
- 3
- 21
- 26