About 28,700 results
Open links in new tab
  1. 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 lower-power computing platforms. The other OpenCV 5.0 highlights are: Julia and Swift bindings, new 3D vision algorithms with elements of SLAM” scien June 18, …

  2. A Straightforward method to build ffmpeg for OpenCV?

    Apr 14, 2022 · I have been working and doing research into how to build the opencv_ffmpegxxx.dll. I’m working with OpenCV 4.5.5, the contrib modules and Visual Studio 2019. I AM able to compile OpenCV to dll’s and the world version but getting ffmpeg to build is beyond me. I set the ffmpeg setting in CMake. Nothing, though I do see a number of mentions …

  3. OpenCV - Ask OpenCV Questions, Get OpenCV Answers

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

  4. 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 there are a whole bunch of LINK1181 messages about the rest of the .lib files which are missing as well as a lot of MSB8066 ‘custom build exited with code 1’ errors, as well as a few C1189 …

  5. Cv2.error: OpenCV(4.11.0) error: (-5:Bad argument) in function ...

    Mar 10, 2025 · I am working on a centering algorithm using OpenCV where it detects anything that is orange and gives direction of where to move the camera to center it to the orange landing pad. This is done ultimately for a precise landing of the drone.

  6. 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 numpy in Linux-based systems in the current version?

  7. How to find python312_d.lib? - Python - OpenCV

    Apr 10, 2024 · Build OpenCV (including Python) with CUDA on Windows: Comprehensive Guide... Guide to building OpenCV (including Python bindings) with CUDA (optionally the Nvidia Video Codec SDK and cuDNN) from within Visual Studio or from the command line using the Ninja build system.

  8. OpenCV with CUDA support – unsupported visual studio version …

    Mar 26, 2025 · Good morning, I am currently experiencing an issue building OpenCV with Cuda support. Following the process of using cmake to configure and generate I am building in visual studio OpenCV 4.11.0. When I attempt to build “ALL_BUILD” in visual studio I hit a snag depending on the vs version that I use. With an older VS version e.g. 17.9.2 I can build without …

  9. An improved template matching with rotation and scale ... - OpenCV

    Oct 10, 2021 · While I was doing the robotic grasping research, I found out that template matching is a good approach for quick object localization but the template matching provided by OpenCV was not able to detect rotated and scaled in the match. Also it will generate many redundant matching boxes which is useless for robotic grasping. Therefore I made a few improvements …

  10. Import cv2 error - Python - OpenCV

    Jun 3, 2024 · I’ll attach the logs from CMake configurations and the build process from Visual Studio for your reference.