opencv_install_ubuntu
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
opencv_install_ubuntu [2017/05/08 21:42] – acater | opencv_install_ubuntu [2017/05/16 21:07] (current) – dwallace | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Installing OpenCV 3.2.0 With Ubuntu 16.04===== | ===== Installing OpenCV 3.2.0 With Ubuntu 16.04===== | ||
\\ | \\ | ||
- | Author: Alex Cater | + | **Author:** Alex Cater |
- | Email: cater@unlv.nevada.edu | + | \\ |
+ | **Email:** cater@unlv.nevada.edu | ||
+ | \\ | ||
\\ | \\ | ||
The following tutorial will go over installing the latest version of opencv (3.2.0) on the latest version of Ubuntu (16.04). | The following tutorial will go over installing the latest version of opencv (3.2.0) on the latest version of Ubuntu (16.04). | ||
Line 11: | Line 13: | ||
* OpenCV zip files can be downloaded at their website at: opencv.org | * OpenCV zip files can be downloaded at their website at: opencv.org | ||
* The script file to build opencv files can be copied here. | * The script file to build opencv files can be copied here. | ||
- | <Code:c++ linenums:1> | + | <file bash script.sh> |
version=" | version=" | ||
echo " | echo " | ||
Line 78: | Line 80: | ||
sudo ldconfig | sudo ldconfig | ||
echo " | echo " | ||
- | </Code> | + | </file> |
\\ | \\ | ||
Line 84: | Line 86: | ||
* The example file that will be run can be copied from here: | * The example file that will be run can be copied from here: | ||
- | <Code:c++ linenums:2> | + | <file c++ test.cpp> |
#include < | #include < | ||
#include < | #include < | ||
Line 107: | Line 109: | ||
return 0; | return 0; | ||
} | } | ||
- | </Code> | + | </file> |
\\ | \\ | ||
\\ | \\ |
opencv_install_ubuntu.1494304970.txt.gz · Last modified: 2017/05/08 21:42 by acater