Skip to content

satyajitghana/chocolatey-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV - Chocolatey Install

Status

GitHub tag (latest by date) opencv-choco

Installation

  1. clone the repo

git clone https://github.com/satyajitghana/chocolatey-opencv

cd chocolatey-opencv

  1. pack the package

choco pack

  1. install !

choco install opencv --source .

Package Info

This version is from the master branch of development, which is the cutting edge of OpenCV development.

This package installs precompiled OpenCV binaries. This does not allow you to customize the features compiled into your installation. This download is about 203 MB.

Releases can be found in https://github.com/opencv/opencv/releases

Description

OpenCV is released under a BSD license and hence it's free for both academic and commercial use. It has C++, C, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can take advantage of multi-core processing. Enabled with OpenCL, it can take advantage of the hardware acceleration of the underlying heterogeneous compute platform. Adopted all around the world, OpenCV has more than 47 thousand people of user community and estimated number of downloads exceeding 9 million. Usage ranges from interactive art, to mines inspection, stitching maps on the web or through advanced robotics.

Author of Package

Satyajit Ghana (satyajitghana7@gmail.com)