https://github.com/astorfi/opencv-installation

https://github.com/astorfi/opencv-installation

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: astorfi
  • Language: Shell
  • Default Branch: master
  • Size: 18.6 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 5
  • Open Issues: 0
  • Releases: 0
Created over 9 years ago · Last pushed over 9 years ago
Metadata Files
Readme

README.md

OpenCV

OpenCV is the famous open-source computer vision library. There are three suggested way for installing OpenCV.

Using bash script files

  1. Install directly by going to this link and using one of the "OpenCV.sh" or "OpenCV_Alternative.sh" bash script files available in this repository.
    • The second file is more abstract and installs less dependancies. This may lead to have less conflicts and incompatibilties.
  2. Install as follows for the particular version:
    • The first two files are the edited version of the second method. wget https://raw.githubusercontent.com/jayrambhia/Install-OpenCV/master/Ubuntu/2.4/opencv2_4_9.sh chmod +x opencv2_4_9.sh ./opencv2_4_9.sh However by using this method, unsupported gpu architecture error has been reported. Most like this is due to requirements of some OpenCV installations to define the "CUDA_GENERATION" explicitly. #### Install from the source Install using the source from the source

Alternative Solution

Alternatively by adding python-opencv to the following part commands(installing dependencies) the opencv can be installed and also is compatible with most of the distributions.

Open-CV Installation Procedure

This folder is related to OpenCV installation which is a dependecy for the Caffe.

Here's is the procedure and considerations:

  1. Download and run the "OpenCV.sh" file for installing OpenCV.
  2. Installing "ffmpeg" can be ignore for two reason:
    • the package might not be available in Ubuntu(14.04)
    • Other possible incompatibilities.
    • "ffmpeg" can be installed from the source in a more eficient way.
  3. In the "OpenCV.sh" file the command "make -j16" in line 17 is for using all the CPUs(speed up the process). In the part -jX, X is dependent to the number of CPUs supported by the system.

If the "OpenCV.sh" file has some issues you can alternatively install "OpenCV_Alternative.sh" file.

Owner

  • Name: Sina Torfi
  • Login: astorfi
  • Kind: user
  • Location: San Jose
  • Company: Meta

PhD & Developer working on Deep Learning, Computer Vision & NLP

GitHub Events

Total
Last Year