How to install latest version of openCV in windows

I have installed opencv for windows but im not able to use it in the jupyter notebooks.I’ve also changed the sytem path as well as pasted the package in the lib directory. It is saying DLL load failed: The specified module could not be found.

Hey,
Please use this command for installing opencv : python -m pip install opencv-python
Then in jupyter notebook
import cv2

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.