In Windows 10, the default installation of Anaconda 3.6 does not include OpenCV & Numpy libraries. These are required to be downloaded and installed separately from the Anaconda repository.
OpenCV
https://anaconda.org/anaconda/opencv
To install, run "Prompt" and type: conda install -c anaconda opencv
Install Numpy (registration required)
https://anaconda.org/anaconda/numpy
To install, run "Prompt" and type: conda install -c anaconda numpy
In Windows 10, the default installation of Anaconda 3.6 does not include OpenCV & Numpy libraries. These are required to be downloaded and installed separately from the Anaconda repository.
OpenCV
https://anaconda.org/anaconda/opencv
To install, run "Prompt" and type:
conda install -c anaconda opencvInstall Numpy (registration required)
https://anaconda.org/anaconda/numpy
To install, run "Prompt" and type:
conda install -c anaconda numpy