Install and use OpenCV2.4.4 under Fedora19

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.