How to install opencv on windows 10 with anaconda
Download and install anaconda https://www.anaconda.com/download/.
Run Anaconda Prompt>
2.1. Update conda : conda update conda
2.2. add channels to conda: conda config --add channels conda-forge
2.3. install opencv library: conda install opencv
Testing
3.1 use command 'python' in cmd
3.2 you wil get prompt >> then typing command 'import opencv' if it not have any error that mean it working.