Skip to main content

Questions tagged [opencv]

Filter by
Sorted by
Tagged with
1 vote
0 answers
316 views

I've noticed that when installing opencv-python-headless using pip3, the process takes a considerable amount of time to complete. I'm curious about the factors that contribute to this lengthy ...
ianasystems's user avatar
0 votes
0 answers
246 views

My question is not about installing several packages in one line (all the questions I researched previously to asking this, talk about oneliner, but it is still sequential). I am installing opencv-...
M.K's user avatar
  • 143
3 votes
0 answers
1k views

I'am currently trying to get some images outputted after running this code: import cv2 as cv import matplotlib.pyplot as plt img = cv.imread('Photos/cat.jpg') cv.imshow('cat', img) plt.imshow(img) ...
Coelll's user avatar
  • 41
1 vote
1 answer
5k views

I am begginer in LINUX, sorry if my question isn't the best. I have a c++ app that uses OpenCV lib. This app runs at startup via a service(using systemctl). My app needs as arguments, the id of usb ...
Fredi's user avatar
  • 79
0 votes
1 answer
347 views

I'm as CS student and i'm trying to make a project where I output my webcam video flow but as an ascii art. In order to do so, I get the image from v4l2. then i use OpenCV to decode the image (i wasn'...
Dzious's user avatar
  • 101
0 votes
0 answers
74 views

I was already using OpenCV 2.4.5 by installing it using yum install opencv opencv-devel. But I was facing some problems as it doesn't have FFmpeg. I installed OpenCV 3.4 following this guide. After ...
A.k.'s user avatar
  • 101
0 votes
1 answer
1k views

I want to install OpenCV (with GTK) latest stable version on my Arch Linux. I know how to manually build and install the library, but I don't want to go through all that. Is there a way to get it via ...
Mansoor Ahmed Memon's user avatar
0 votes
0 answers
286 views

I want to prepare a debian package with dependency to OpenCV 3.4.1. In debian/control I specify: Build-Depends: ... libopencv-dev (=3.4.1-xenial1.3), The problem is, that in our apt ...
Piotr G's user avatar
  • 121
0 votes
1 answer
404 views

I am finding this info. online for building OpenCV 4.x on their homepage. I have not found a way to compile the samples or examples. Is it possible with cmake to install examples from the OpenCV 4.x ...
De Funct's user avatar
  • 105
2 votes
2 answers
2k views

I'm trying to install opencv with pip3 on my Devuan GNU/Linux 3, and this is what happens: $ pip3 install opencv Collecting opencv Could not install packages due to an EnvironmentError: 404 Client ...
einpoklum's user avatar
  • 11.1k
1 vote
2 answers
3k views

I`m trying to compile the sources from https://github.com/pjreddie/darknet using manjaro linux. But the build is having problems when I try to use the CUDNN switch. g++ -DOPENCV -I/usr/include/...
vfbsilva's user avatar
  • 3,767
1 vote
1 answer
4k views

I'm using a Raspberry Pi 3 B+ with Raspbian installed. When I run pip install opencv-python I get the following message: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ...
Jorge Rosas's user avatar
0 votes
1 answer
718 views

I want to install CUDA on my system to run OpenCV. I have the NVIDIA 1050 Ti Mobile which supports the driver 390.116. I tried to install CUDA 10 and failed, I think because of the driver ...
araman92's user avatar
0 votes
2 answers
83 views

$ uname -a Linux laptop 4.19.0-2-amd64 #1 SMP Debian 4.19.16-1 (2019-01-17) x86_64 GNU/Linux I need to use cv::face::createLBPHFaceRecognizer(), which is not a part of the core OpenCV but rather a ...
Vorac's user avatar
  • 3,237
1 vote
1 answer
55 views

I am interested to know when I install something like opencv for example, it just copies some files/folders in some folders/directories like usr/local/include or usr/local/lib? Or maybe some extra ...
user3486308's user avatar
0 votes
1 answer
3k views

I used to have OpenCV3 from the Arch Linux pckage manager(pacman) and it worked fine but when I removed it and install OpenCV 3.4.1 and OpenCV-Contrib from source code nothing worked even the old ...
Nasser's user avatar
  • 181
0 votes
1 answer
1k views

My Linux distribution (Antergos) installed the latest version of OpenCV from the repositories (version 3.14.1) about a week ago. For compatibility, I have OpenCV 2 (version 2.4.13.5) installed in a ...
ElderFuthark's user avatar
7 votes
1 answer
3k views

I am currently trying to build a version of opencv, featuring cuda, on my arch linux computer. For that, I use opencv-cuda-git as base version. Additionally, I modified the PKGBUILD and added ...
tobi's user avatar
  • 311
1 vote
1 answer
1k views

I am trying to install OpenCV by following the instructions on: https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html When I run: sudo apt-get install cmake git ...
New_Coder's user avatar
  • 131
1 vote
1 answer
640 views

I'm building my own Embedded Linux OS for Raspberry PI3 using Buildroot. This OS will be used to handle several applications, one of them performs objects detection based on OpenCV (v3.3.0). I ...
noureddine-as's user avatar
-2 votes
2 answers
980 views

I want to use a library to showing pictures and videos in my C++ program running on an ARM-based board with Ubuntu-server. So I am looking for a way to minimise CPU consumption and memory needed, ...
user3486308's user avatar
0 votes
1 answer
721 views

I built OpenCV library from source on Raspberry Pi 3 and I don't want to repeat same, time consuming task on my other Raspberry Pis. Is there any way to generate binary or deb files of the built ...
Akash Jobanputra's user avatar
0 votes
1 answer
4k views

Got problem while building opencv accoding to link: Determining if the include file linux/videodev.h exists failed with the following output: Change Dir: /home/pi/opencv-3.1.0/build/CMakeFiles/...
vico's user avatar
  • 853
0 votes
1 answer
2k views

My use case is that I have built a GTK based application (opencv) in Debian Jessie light which boots only in console mode. While Jessie light is for the raspberry pi, I believe my question applies to ...
calocedrus's user avatar
1 vote
1 answer
472 views

Available opencv version for tumbleweed on the website https://software.opensuse.org/package/opencv is listed 3.2, but when I try installing it on my laptop version 3.1 is installed. Can you please ...
hovnatan's user avatar
  • 125
0 votes
1 answer
1k views

I am following http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/ for the installation of Opencv on Ubuntu Mate 16.04 In the step 2 given by Step #2: Download the OpenCV ...
Upendra01's user avatar
  • 547
1 vote
1 answer
3k views

I'm building a Docker image that enables OpenCV with ffmpeg support. My Dockerfile looks like RUN apt-get update && apt-get install -y \ git \ curl \ wget \ ...
loretoparisi's user avatar
0 votes
1 answer
1k views

I am trying to run some code from the internet (which works perfectly fine on another computer). But the software doesn't work because it can't open video files in openCV. According to a person I had ...
LandonZeKepitelOfGreytBritn's user avatar
3 votes
1 answer
3k views

I am trying to create a .deb package for openCV 3.2 for raspberry pi. My control file is: Source: opencv Priority: optional Maintainer: xxx <[email protected]> Build-Depends: debhelper (>= 9), ...
RdlP's user avatar
  • 233
2 votes
1 answer
8k views

trying to install opencv on my centos6 and always got this error meesage fatal error: sys/videoio.h: No such file or directory #include <sys/videoio.h> Anybody understand what sys/videoio.h is? ...
shadow_wxh's user avatar
-1 votes
1 answer
3k views

I run cmake -D CMAKE_BUILD_TYPE=RELEASE .. to configure opencv and here are some of the check result -- Video I/O: -- DC1394 1.x: NO -- DC1394 2.x: ...
shadow_wxh's user avatar
3 votes
1 answer
3k views

I am trying to make a debian package from a Qt application relying on OpenCV. What I did so far: I set up an Ubuntu in a Virtualbox I installed the neccessary software to compile and run the ...
user avatar
2 votes
1 answer
7k views

I cross-compiled OpenCV for arm following this guide, and built this sample program. When I first ran it like this: ./DisplayImage image.png I got: ./DisplayImage: error while loading shared ...
Alaa M.'s user avatar
  • 91
0 votes
2 answers
2k views

I have successfully build OpenCV using this linux install tutorial on an Ubuntu distribution in the past, but recently, I needed to build it on a Arch Linux distribution. The command cmake -D ...
2cents's user avatar
  • 153
2 votes
1 answer
7k views

Are there any tools (like FFmpeg or OpenCV) can split a video into multiple chunks according to some specific starting and ending frame indices? For example, given (0,20),(21,33),(40,60)..., each ...
Jon's user avatar
  • 2,327
1 vote
0 answers
3k views

I am using an IDS uEye XS USB camera (https://en.ids-imaging.com/store/produkte/kameras/usb-2-0-kameras/ueye-xs.html) and my problem is that according to the sdk description it does not have V4L or ...
bdvd's user avatar
  • 11
1 vote
1 answer
555 views

I am trying to use an alternative version of opencv (3.0) in my Python scripts. I compiled and installed this version to my home directory, and now I am trying to tell Python to use it. I have the ...
Mehdi's user avatar
  • 422
0 votes
2 answers
5k views

I'm running wheezy Debian on a BeagleBone: root@beaglebone:~# cat /etc/*-release PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" NAME="Debian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=debian ...
user129919's user avatar
0 votes
1 answer
2k views

I am trying to install the lsd-slam library without success. When typing during the last step of the installation: rosmake lsd_slam I got this output: [ rosmake ] rosmake starting... ...
holzkohlengrill's user avatar
3 votes
1 answer
2k views

I have opened webcam for capturing using OpenCV in C++. Then I stopped the program using CTRL+Z; The webcam could not turn off, Because was not defined in program. And I can not start my program ...
Mohammad Etemaddar's user avatar
-2 votes
1 answer
358 views

I installed rasbian(debian) for windows . I want to install OPENCV. I have write the newest link . wget http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.9/opencv-2.4.9.zip But I ...
Furkan's user avatar
  • 1
2 votes
2 answers
2k views

I can't seem to install opencv 2.4.9 on centos 6.5 with cuda 5.5 support. This is my cmake output: [root@cadejos-0 opencv]# cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/opencv -D ...
rica01's user avatar
  • 41
2 votes
1 answer
4k views

I have a c++ program with opencv library which takes an image as input and perform pose estimation,color detection,phog. When I run this program from the command line it takes around 4-5sec to ...
user1583647's user avatar
2 votes
1 answer
3k views

With the following command i'm trying to capture 10fps and send them the device driver. Now i want 8 bit gray raw frames (640x480= 307200 bytes per frame) to be send to the device driver. I can't ...
mgoubert's user avatar
  • 123
1 vote
1 answer
466 views

I am trying to install openCv for learning purpose and then using it for OCR(Optical Character Recognition) but i am unable to install it in Ubuntu 12.04 I am following this link and able to carry ...
shailendra's user avatar
10 votes
2 answers
12k views

OpenCV 2.4.2 took 6 hours to compile on the Raspberry Pi and I'd love to package everything up as a deb but I have never done that before. How can I package the compiled files so that they download or ...
timelf123's user avatar
  • 203
6 votes
1 answer
8k views

I'm trying to configure OpenCV-2.2.0-win32-vs2010 with Cygwin to work together. Any ideas on how I can do that?
Simplicity's user avatar