Install and use OpenCV2.4.4 in Fedora19. 1. Prerequisites: You must install cmake to compile and install the plugin tool.
Install and use OpenCV 2.4.4 in Fedora 19.
1. Prerequisites: Install the cmake compilation and Installation tool.
Http://www.cmake.org/cmake/resources/software.html
Download
Http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz wget-c
Extract
Tar-xvf cmake-2.8.11.2.tar.gz
Enter the decompressed directory
Cd cmake-2.8.11.2
Compile
Make
Install
Make install
2. Download OpenCV
Http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.4/OpenCV-2.4.4a.tar.bz2/download wget-c
Extract
Tar-xvf OpenCV-2.4.4.tar.bz2
Cd OpenCV-2.4.4/
Create the release directory
Mkdir release
Cd release
Generate makefile
Cmake-D CMAKE_BUILD_TYPE = RELEASE-D CMAKE_INSTALL_PREFIX =/usr/local-D BUILD_PYTHON_SUPPORT = ON ..
Compilation and Installation
Make
Sudo make intall
Recommended reading:
OpenCV in CentOS cannot read video file http://www.linuxidc.com/Linux/2011-07/39295.htm
Summary of installing OpenCV 2.4.5 in Ubuntu 12.04Http://www.linuxidc.com/Linux/2013-06/86704.htm
Install OpenCv2.1 nine-step http://www.linuxidc.com/Linux/2010-09/28678.htm in Ubuntu 10.04
For more information about Fedora, see Fedora topics page http://www.linuxidc.com/topicnews.aspx? Tid = 5