Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing all 304 articles
Browse latest View live
↧

Build Raspbain Segmentation fault

OpenCV build fails with Segmentation fault. Does anyone has an idea why? CMake Command cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/usr/local \ -D...

View Article


How to link with OpenCV as cmake subdirectory

I have a project in which I manage most dependencies by tracking them with git submodules and then, where possible, adding them to a CMake build with `add_subdirectory`. I am having trouble getting...

View Article


failed to compile OpenCV with CUDA at opencv_cudev module

Environment: - OS: Ubuntu 18.04 server - CUDA: 10.0 - GCC: 7.4.0 - CMake: 3.10.2 - Make: 4.1 CMake Configuration: ``` cmake ../opencv-4.1.1/ -LH -DCMAKE_BUILD_TYPE=Release -DWITH_GTK=OFF -DWITH_QT=OFF...

View Article

Include opencv contrib modules in opencv.js

Is it possible to include opencv contrib modules to opencv .js, please guide me if there is way to include opencv contrib modules in opencv.js.

View Article

Has OpenCV been approved for safety critical applications?

a) Has anyone obtained approval for use of OpenCV in safety-critical applications, such as aircraft flight control? The rumor is that has been done within the unmanned vehicle space. Of course, it...

View Article


Geany settings for user builds in RPi under Buster

Is there a set of suggested/recommended settings for Geany to work on the standard test cases after a successful build of 4.1.x on RPi (any) under Buster for C++ as well as Python? *Running into...

View Article

RPi 3B+ setting OPENCV_ENABLE_NONFREE:BOOL=ON does not enable "non-free...

This question was asked before, but the solutions provided, eg....

View Article

Building "Tracking" module in OpenCV extra modules with Cmake does not...

I am not able to get a working custom build for implementation of some OpenCV sample motion tracking examples which requires the module "tracking" part of **opencv_contrib**. I tried to custom build...

View Article


Building Error VS 2017

Hi I have some trouble with building my opencv on a windows. I will attache the CMAKE log file and the Output build from VS2017. Please rename the files to .txt...

View Article


How to add openMP changes openCV source (eg. DetectMultiscale function))

I have read some research papers (https://ieeexplore.ieee.org/document/7362651 , ) wherein they added changes to OpenCV functions (DetectMultiscale, DetectSinglescale) to achieve execution time...

View Article

Test Changes in forked repo

Is it necessary to build and install all the modules of my forked repo so that any changes I have made are reflected in the my programs? I am using Cmake to build and install the modules on a Linux...

View Article

Error building opencv with sfm module

Hy, I have download the opencv and opencv_contrib sources from git and I'm trying to build opencv with the sfm module. I have already download, build and install Eigen, gflags, glog and ceres. When...

View Article

Build OpenCV 4.x for Android with c++_static

I had been happily using opencv as a shared library, but now I want to try out this open source project where they link to it statically. The only problem is google stopped supporting gnustl and gcc....

View Article


open_cv build fails

Some initial information: - Windows 7 Visual Studio 16 2019 - OpenCV 3.4.9 - CUDA 10.1 - CMake 3.16.2 - GTX 780 (compute capability up to 3.5) After generating the project in cmake and building it in...

View Article

OpenCV build for Windows x64/Python3.7 from source. Where is the .pyd file?

CMake is AFAICT correctly configured and producing the usual .DLL files in build/bin/Debug (as that is the configuration I'd like). The settings for Python3 have the correct directories and BUILD_XXX...

View Article


Site_packages not updated after Windows Build of Open CV

I completed building OpenCV on Windows 10. All steps are successful but Site_Packages are not updated, Can you please help

View Article

Build fails in nvidia docker; cuda:9.2-cudnn7-devel-ubuntu16.04

got following error when install opencv in nvidia docker; nvidia/cuda:9.2-cudnn7-devel-ubuntu16.04 > [ 30%] Building NVCC (Device) object...

View Article


Build OpenCV 3.4 for python 3.6 on ubuntu

Lately, I have been contributing to opencv 3.4 branch. I am facing trouble building 3.4 branch locally, 4.2 is getting build successfully. Here is the status of my branches when I checkout master...

View Article

Changes in PR not getting build on custom builders

I have pushed a PR #16750 (https://github.com/opencv/opencv/pull/16750) where command is already added in description to build on custom builders. Xforce_builders=Custom,Custom Win,Custom Mac...

View Article

How to get static libs for installed modules?

I am building OpenCV from source on Windows 10. I have downloaded 'opencv' and 'opencv_contrib' from Github and used the CMake GUI to configure it to build, then opened the solution in Visual Studio...

View Article
Browsing all 304 articles
Browse latest View live