Package Details: opencv2 2.4.13.7-7

Git Clone URL: https://aur.archlinux.org/opencv2.git (read-only, click to copy)
Package Base: opencv2
Description: Open Source Computer Vision Library (version 2.x)
Upstream URL: https://opencv.org/
Licenses: BSD-3-Clause
Submitter: reisub
Maintainer: dbermond
Last Packager: dbermond
Votes: 33
Popularity: 0.060929
First Submitted: 2016-04-25 13:35 (UTC)
Last Updated: 2025-04-04 11:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

yar commented on 2017-08-04 00:41 (UTC)

Almost 2 months out of date. Do you need a co-maintainer?

dracorp commented on 2017-05-16 15:58 (UTC)

Probably you can use PYTHONPATH: http://stackoverflow.com/questions/19917492/how-to-use-pythonpath

billypilgrim commented on 2017-05-16 12:44 (UTC)

Hey. Is it possible to use OpenCV v2 with python if I've also got v3 installed? If so, what's the python package called? If I import cv2 as normal, the version I get is 3.2...

davidmcinnis commented on 2016-11-22 21:02 (UTC)

Could you please remove eigen2 from the make dependencies? I've been able to build opencv2 without eigen2 installed and it seems to work fine. -Dave

dracorp commented on 2016-10-23 08:33 (UTC)

$ pkg-config --libs opencv2 -L/opt/opencv/lib -L/lib64 -lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_nonfree -lopencv_objdetect -lopencv_ocl -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv_ts -lopencv_video -lopencv_videostab -ltbb -lGL -lGLU -lrt -lpthread -lm -ldl $ pkg-config --cflags opencv2 -I/opt/opencv/include/opencv -I/opt/opencv/include

fireion commented on 2016-08-30 14:38 (UTC)

Could someone please modify the PKGBUILD now that gcc5 is in official repos as dependency of cuda ? (Add some comment to enable cuda, and compile cuda parts using gcc-5/g++-5)

Lindhe commented on 2016-08-02 12:04 (UTC)

Have you happened to have time to fix stuff yet?

reisub commented on 2016-06-27 15:55 (UTC)

Hey, I tried to make them compatible at first, but didn't have the time to make it work. I'm currently busy with exams and will probably have time for this at the end of july. If you get it to work, feel free to send me a diff and I will incorporate that in the package. Thanks

evorster commented on 2016-06-20 08:05 (UTC)

I have software that depends on opencv3, and maintain slowmovideo package in aur that depends on opencv2. Currently this package conflicts with the opencv package. On the opencv website it says that it's quite possible to run both version 2 and version 3 of opencv on the same machine together. Of course the install directory would have to change so that the two packages do not overwrite each others files. Would you be interested to do this? If not I can create a clone of this package that would be able to be installed concurrently with opencv3, and which I can link to from slowmovideo.