how to install opencv

asked 2016-02-10 11:27:57 -0600

  1. after downloading , how to install opencv
edit retag flag offensive close merge delete

Comments

2

cd build && cmake .. && sudo make -j4 install

FooBar gravatar imageFooBar ( 2016-02-10 11:29:14 -0600 )edit

take a look at one of the thousand installation guides on google, or take a look at the one with my latest publisched book.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-11 08:35:26 -0600 )edit