About 24,600 results
Open links in new tab
  1. 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 …

  2. how to insert a small size image on to a big image - OpenCV Q&A …

    Hi there, Let me illustrate this with an example: lets say that you have a small image and you want to insert it at the point (x,y) of your "big image": you can do something like this: cv::Mat …

  3. OpenCV - Ask OpenCV Questions, Get OpenCV Answers

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

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

  5. Where can i find dlls for opencv? - OpenCV Q&A Forum

    Recently , i was trying install opencv on windows. All is okey, but i havent got dlls. When i try compile code, i get message "cant find (name of file).dll. Try install program again to slution …

  6. Where are the correct include directories for OpenCV projects …

    Oct 27, 2013 · In the OpenCV Quick Start about how to build applications with OpenCV inside the Microsoft Visual Studio one important step is to add the additional include directories to the …

  7. Correct HSV InRange Values for 'Red' Objects - OpenCV Q&A Forum

    I am using OpenCV 2.4.6 to try to detect white objects in an image that is primarily green-grey. (See the following picture). I have converted this image into the HSV format and these white …

  8. Use of CLAHE - OpenCV Q&A Forum

    I am familiar with the CLAHE algorithm and have found it very useful. I am very pleased that it has been added to OpenCV. Is there any API documentation available other than the include files? …

  9. how to draw the curve line? - OpenCV Q&A Forum

    I think your problem isn't that you don't know how to draw a curve but that you don't know how to define a curve. From your so called point x and point y in the figure, infinite curves can be …

  10. library to link for imread - OpenCV Q&A Forum

    Jan 17, 2017 · Then Enter: OpenCV_DIR into the Variable Name, and the path to your OpenCV directory into followed by "opencv\build" into the Variable Value. For more details on step 2. …