python安装人脸识别库opencv(windows操作系统),使用包管理pip命令,省去了各种繁琐的编译过程

#opencv
pip install opencv-python
#contrib
pip install opencv-contrib-python


如下: