Thursday, April 11, 2019

Step guides to install OpenCV

In Window Run Following Command


conda update anaconda-navigator  
conda update navigator-updater
 
pip install opencv-python
 
conda install -c https://conda.binstar.org/menpo opencv
 

IN Linux  

pip install opencv-python
 
or 
 
conda install opencv 

or 

 conda install --channel https://conda.anaconda.org/menpo opencv3
 

 

No comments:

Post a Comment

Behavior Recognition System Based on Convolutional Neural Network

Our this article is on this  research paper .  Credit : Bo YU What we will do ? We build a set of human behavior recognition syste...