OpenCV/OpenCV 강좌2023. 10. 14. 07:49OpenCV 빌드 정보 확인하기
Ubuntu에서 C++과 Python을 위해 빌드된 OpenCV의 빌드 정보를 확인하는 방법을 다룹니다. 윈도우에서도 동일한 코드로 확인이 가능합니다. 2023. 1. 9 최초작성 Python $ python3 Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 >>> print(cv2.getBuildInformation()) General configuration for OpenCV 4.6.0 ===================================== Version contro..