The tutorial is out of date. (It was written for Windows 7. Pretty soon we will be at Windows 11. Python is located in the Users directory now, for instance.)
Are there more current install instructions somewhere? Thanks.
would you be willing to submit a pull request with changes to these files? you’d be the best qualified because you (will) know exactly what’s needed to make it work.
alternatively, stick to python, pip install opencv-python.
those “instructions” are literally to pip install opencv-python. that’s also what I suggested to you.
those instructions are not equivalent. one shows you how to build OpenCV from source, and it lets you use OpenCV in C++ programs, as well as python programs. the other gives you the built library for python only.