opencv_install_ubuntu
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
opencv_install_ubuntu [2017/05/08 21:39] – created 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 | ||
+ | \\ | ||
+ | **Email:** cater@unlv.nevada.edu | ||
\\ | \\ | ||
\\ | \\ | ||
Line 9: | 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 76: | Line 80: | ||
sudo ldconfig | sudo ldconfig | ||
echo " | echo " | ||
- | </Code> | + | </file> |
\\ | \\ | ||
Line 82: | 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 105: | Line 109: | ||
return 0; | return 0; | ||
} | } | ||
- | </Code> | + | </file> |
\\ | \\ | ||
\\ | \\ |
opencv_install_ubuntu.1494304786.txt.gz · Last modified: 2017/05/08 21:39 by acater