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 »

john2x commented on 2018-01-02 02:35 (UTC)

opencv2-opt-samples is listed as optional, but this package includes it in its build and install process anyway. Shouldn't it be separately handled by the opencv2-opt-samples package?

dracorp commented on 2017-10-22 17:58 (UTC)

Yes, it can: $ pacman -Q | grep opencv opencv 3.3.0-2 opencv-samples 3.3.0-2 opencv2-opt 2.4.13.3-2 opencv2-opt-samples 2.4.13.3-2

oppsig commented on 2017-10-22 09:02 (UTC)

Does this package have conflicts with opencv 3 still?

oppsig commented on 2017-10-22 09:02 (UTC)

Can this coexist with opencv3?

jerry73204 commented on 2017-10-05 07:09 (UTC)

It seems that the repo has a patch cmake.diff, but PKGBUILD has a patch command that is commented out at line 100.

Kpunkt commented on 2017-09-09 15:04 (UTC)

Should be fixed. Check it out!

jerry73204 commented on 2017-09-07 17:44 (UTC)

OpenCV 2.4.13.3 fajled to build due to the following issue. https://github.com/opencv/opencv/issues/9584 Please apply this patch as a fix-up. diff -Naur opencv-2.4.13.3/cmake/OpenCVCompilerOptions.cmake opencv-2.4.13.3.new/cmake/OpenCVCompilerOptions.cmake --- opencv-2.4.13.3/cmake/OpenCVCompilerOptions.cmake 2017-07-31 20:57:29.000000000 +0800 +++ opencv-2.4.13.3/cmake/OpenCVCompilerOptions.cmake 2017-09-08 01:05:41.389053649 +0800 @@ -18,9 +18,9 @@ message(STATUS "Unable to compile program with enabled ccache, reverting...") set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}") endif() - else() - message(STATUS "Looking for ccache - not found") endif() + else() + message(STATUS "Looking for ccache - not found") endif() endif()

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