About 24,700 results
Open links in new tab
  1. CMake error Raspberry - Python - OpenCV

    Feb 8, 2024 · -- Module opencv_ovis disabled because OGRE3D was not found -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories …

  2. CMake option to prefer static libs - OpenCV Q&A Forum

    Hello all, I am using OpenCV 3.4.3 on macOS 10.14 for one of my projects. While I have installed and compiled OpenCV myself, I'd like to build an executable with statically linked OpenCV libs …

  3. How to expand image to fullscreen with Imshow () method

    Jan 1, 2022 · Hi and happy new year to all, I have a small question regarding the imshow() method. I use the fullscreen property to expand the window to all the screen, but the displayed …

  4. FAQ - OpenCV Q&A Forum

    FAQ Step 0 - A small intro : what can I expect from a Q&A forum? A Q uestion & A nswer forum is basically a forum which is created to help people with their OpenCV implementation problems. …

  5. Unable to link to OpenCV - C++ - OpenCV

    Oct 14, 2022 · I’m building a simple test program using OpenCV on ubuntu 20.04 with gcc 9.4.0. I downloaded and built OpenCV 4.6.0, but my test program refuses to link to OpenCV shared …

  6. Questions - OpenCV Q&A Forum

    OpenCV answersI am creating web application for face recognition using python flask app. I am already create static dataset. I need the text box to enter the name of the person after that …

  7. 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 …

  8. 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 …

  9. FAQ - OpenCV

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

  10. Using OpenCV for Image Similarity

    Nov 26, 2021 · I’m trying to compare two images and return a score based on how similar the second image is to the original. So, I watched several videos on how to do this, but nothing …