Package Details: opencv2 2.4.13.7-5

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
Submitter: reisub
Maintainer: dbermond
Last Packager: dbermond
Votes: 29
Popularity: 0.79
First Submitted: 2016-04-25 13:35 (UTC)
Last Updated: 2023-12-18 21:47 (UTC)

Latest Comments

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

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.

reisub commented on 2016-05-24 13:46 (UTC)

* Bump to 2.4.13 * Add CPU Extension Options

geosam commented on 2016-05-11 22:01 (UTC)

Thanks @reisub for your prompt response. I have managed to update the package SAGA GIS with this dependency.

reisub commented on 2016-05-10 17:56 (UTC) (edited on 2016-05-10 17:56 (UTC) by reisub)

I added two patches to fix the incompatibilities with gcc 6.1 until upstream has a new release. Also note that I disabled CUDA support for now, as gcc 6.1 does not work with nvcc yet