About 4,260,000 results
Open links in new tab
  1. How can I find opencv functions source code? - Stack Overflow

    Jul 30, 2013 · 18 I am new to opencv and I am using opencv for windows. How can I see the source code for a specific function of an opencv library ? I just one want to get an idea of how that specific …

  2. How to build OpenCV from source with python binding?

    Dec 13, 2021 · 7 I need to build OpenCV from source and I have limited space, so, I have to build OpenCV on a module basis (https://docs.opencv.org/4.x/db/d05/tutorial_config_reference.html - Build …

  3. OpenCV in Android Studio - Stack Overflow

    Dec 11, 2014 · Import OpenCV to Android Studio, From File -> New -> Import Module, choose sdk/java folder in the unzipped opencv archive. Update build.gradle under imported OpenCV module to …

  4. python - deploy.prototxt in Caffe model - Stack Overflow

    Feb 13, 2023 · However, from my understanding you want to use the opencv Caffe model for face detection. To do this you need to download the the two files: …

  5. opencv - Where can i find the best haar cascades xml for detecting ...

    Closed last year. I'm using OpenCV to detect face in the pictures that are captured by cameras. But I realized that there are some faces that are no frontal and the eyes don't focus on the camera. Where …

  6. opencv - Where can I find haar cascades xml files? - Stack Overflow

    Jul 18, 2012 · You can find more pre-trained Haar cascade files for various objects and patterns on websites such as GitHub, Kaggle, and OpenCV's GitHub repository. You can also search for specific …

  7. Opencv Error: no GPU support (library is compiled without CUDA …

    Oct 16, 2012 · From here: "To enable CUDA support, configure OpenCV using CMake with WITH_CUDA=ON . When the flag is set and if CUDA is installed, the full-featured OpenCV GPU …

  8. windows - GitLab runner fails to build OpenCV unable to find contrib ...

    Aug 7, 2024 · GitLab runner fails to build OpenCV unable to find contrib modules but locally same CMakeLists.txt manages to do that Asked 1 year, 4 months ago Modified 1 year, 3 months ago …

  9. How do you compile OpenCV with cmake? - Stack Overflow

    Apr 17, 2020 · I'm trying to compile OpenCV so that it has the the sift module. I downloaded CMake using this tutorial. I also downloaded and unzipped opencv-4.3.0 and opencv_contrib. I made an …

  10. python - Reading .exr files in OpenCV - Stack Overflow

    Jun 19, 2017 · I have generated some depth maps using blender and have saved z-buffer values(32 bits) in OpenEXR format. Is there any way to access values from a .exr file (pixel by pixel depth info) …