Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.43 KB

Image Processing and Computer Vision (SCS4116)

Description

This OpenCV project is done as an Assignment of Image Processing and Computer Vision (SCS4116) (University of Colombo School of Computing)

Development Environment

Installing Development Environment

  • OpenCV Installation

I have used following website as my OpenCV installation guide. http://www.codebind.com/cpp-tutorial/install-opencv-ubuntu-cpp/ But I would like to make an alternative suggestion for Step 3 – Get OpenCV Do not clone git repository for OpenCV and OpenCV-contrib instead that use below repository releases

Choose same release number in both links and download Source Code. Reason for this is Releases are a stable Delivery ready stable status of repositories but main repository on development stage so there is a chance that might break your build. Read more about release https://stackoverflow.com/a/33587799/2940265

Installed using the Online installer from given link, which downloaded approximately over 6 GB.