Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 353 Bytes

File metadata and controls

22 lines (17 loc) · 353 Bytes

image_processing :

Image processing library developped for the relevance map babbling


How to Install :

Dependancies:

  • pcl-1.7.2 compile with C++11
  • OpenCV 2 and Opencv nonfree

Installation of image processing library :

follow the command lines :

cd image_processing
mkdir build
cd build
cmake ..
make
sudo make install