About 24,800 results
Open links in new tab
  1. OpenCV - Ask OpenCV Questions, Get OpenCV Answers

    Oct 16, 2025 · OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning (AI) software library.

  2. Build OpenCV with Cuda - C++ - OpenCV

    Mar 7, 2025 · I am building an OpenCV library by Cmake with Cuda. My GPU and Cuda Toolkit are GTX1650 and v12.8, respectively. The command is following: cmake -G "Visual Studio 17 …

  3. Error: OpenCV(4.11.0) error: (-5:Bad argument) in function 'imshow'

    Apr 4, 2025 · I think there was an update to the input sent to opencv in version 4.11 and it especially affects Linux-based systems. The question is, how should we adjust the array …

  4. Can't open/read file: check file path/integrity - C++ - OpenCV

    Jan 20, 2025 · Hello friends. The following program WORKED to read image files, but it stopped working and gave the following error: global loadsave.cpp:268 cv::findDecoder imread_ (''): …

  5. Missing lib files while building with Visual Studio 2022 - build

    Nov 13, 2024 · I tried to build OpenCV but Visual Studio only created 3 files in the /build/lib/release folder: opencv_cudev4100.exp opencv_cudev4100.lib opencv_ts4100.lib and …

  6. Missing opencv dlls - OpenCV

    Nov 15, 2024 · OpenCV has, or is in the process of gaining, a kind of runtime dispatch for some of its backends (highgui, videoio). What you’re seeing is its thought process. It will look for stuff …

  7. ImportError: DLL load failed while importing cv2: The ... - OpenCV

    Jan 15, 2021 · Can you run the OpenCv test programs without issue, e.g. opencv_test_core.exe? As you are not building world you may need to make sure all the test programs work to see if …

  8. DLL load failed while importing cv2 - Python - OpenCV

    Aug 29, 2023 · I may be wrong but it seems like you are mixing up two different installation methods. If you pip install you shouldn’t need to copy any dll’s accross. If you are building from …

  9. Download haarcascade_frontalface_default.xml - OpenCV Q&A …

    Jul 26, 2020 · How do I do this from github? I'm using Windows/Pycharm

  10. Python YUNet workflow - Python - OpenCV

    Python dnn 5 1023 September 1, 2021 Yunet Model gaves an unexpected output sometimes C++ dnn 3 474 January 25, 2024 ONNX forward method returns 1*-1*-1 FLOAT32 in c++ opencv …