Easy steps to install opencv package on Mac
Package Information:
Application Name – opencv
What is opencv – Not Available for opencv
Use of opencv – Open source computer vision library
URL – https://opencv.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install opencv using brew
brew install opencv
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
opencv is ready to use now!