About 24,400 results
Open links in new tab
  1. 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_ (''): can't open/read …

  2. Build fails during compilation of cudaimgproc - build - OpenCV

    Dec 31, 2024 · Hello, I am trying to compile opencv-4.10.0 from source but I am running into a sudden failure during compilation. Below is at the point where make suddenly fails: [ 66%] Built target …

  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 inputs created with …

  4. Download haarcascade_frontalface_default.xml - OpenCV Q&A Forum

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

  5. Opencv + CUDA + C++ - C++ - OpenCV

    Jan 24, 2025 · I had difficulties building from the opencv + CUDA source code for c++. I do everything according to this guide. Build OpenCV (including Python) with CUDA on Windows: Comprehensive …

  6. Opencv Rtsp Stream timeout - Python - OpenCV

    Feb 17, 2025 · I have an RTSP URL for streaming from a CCTV camera, but I get the following error: [ WARN:[email protected]] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream …

  7. Unable to compile CUDA Version - Python - OpenCV

    Apr 25, 2025 · Hello guys. I’m during 3 days trying to make opencv to work with CUDA. I already have CUDA installed, cudnn etc. What happens: After making all process described in some youtube …

  8. Attribute Error: module 'cv2' has no attribute 'face' - OpenCV Q&A …

    Oct 8, 2017 · The problem seems to be that python does not know to look for "face" attribute in the opencv_contrib-3.3.0 folder for some reason. Any suggestions would be very appreciated! Thanks in …

  9. OpenCV 5 Roadmap? - opencv-50 - OpenCV

    Jun 11, 2025 · OpenCV 5 is many years late. Here is a quote from one of their old announcements: “In 2020, OpenCV 5.0 is coming out with an emphasis on deep learning and better performance on …

  10. DLLs for parallel execution - build - OpenCV

    May 11, 2021 · Don’t worry, your OpenCV probably has built-in parallel backend too, you can check it in the cmake configuration output or by printing output of getBuildInformation() function. Dynamic …