Hello,
I want to check the OpenCV version without using python, I mean directly from the terminal.
the expected results should be in the following format:
Hello,
Thanks for replying,
Actually, I tried all that did you mentioned here, and none of them is working for me.
The output of this
import cv2
print(cv2.version)
is
Just note that your open cv version and your python package for opencv may not be the same version, as per my understanding opencv is a system installed library, and the python opencv package is just a python package using it. E.g. I have (per opencv_version) opencv 4.2.0, and my python opencv is 4.5.