summary refs log tree commit diff
path: root/pkgs/development/libraries/opencv
Commit message (Collapse)AuthorAge
...
* opencv3: don't depend on caffeNikolay Amiantov2018-02-25
| | | | | It's needed only for tests (which we don't run) and creates a circular dependency.
* opencv: have a better fix for the python bindings issueBas van Dijk2018-01-09
|
* opencv: disable dnn_modern on darwinBas van Dijk2018-01-09
|
* opencv: fix build of the videoio module on darwinBas van Dijk2018-01-09
|
* opencv: support optional unfree algorithmsBas van Dijk2018-01-09
|
* opencv: use system protobuf compilerBas van Dijk2018-01-09
|
* opencv: 3.3.1 -> 3.4.0Bas van Dijk2018-01-09
|
* Merge pull request #33502 from acowley/opencv-darwin-ffmpegOrivej Desh2018-01-06
|\ | | | | opencv3: fix enableFfmpeg on darwin
| * opencv3: fix enableFfmpeg on darwinAnthony Cowley2018-01-05
| | | | | | | | | | The VideoDecodeAcceleration framework and bzip2 library are needed when enableFfmpeg is set to true on darwin.
* | treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|/
* opencv: 3.3.0 -> 3.3.1Bas van Dijk2017-11-05
|
* opencv: 3.2.0 -> 3.3.0Bas van Dijk2017-10-24
| | | | | | | | | Release notes: https://opencv.org/opencv-3-3.html The contrib module cnn_3dobj is disabled because it fails to build. The contrib module dnn_modern is disabled because it causes: https://github.com/opencv/opencv_contrib/issues/823
* opencv3: use older cudatoolkitNikolay Amiantov2017-10-19
|
* treewide: use default compiler for cudaNikolay Amiantov2017-10-19
|
* opencv: use BLAS and eigen by defaultNikolay Amiantov2017-10-16
| | | | Gives a performance boost.
* protobuf: default to 3.4Nikolay Amiantov2017-09-08
|
* Merge pull request #27011 from Hodapp87/opencv_tesseractJoachim F2017-08-14
|\ | | | | opencv: Add optional Tesseract support
| * opencv: Add optional Tesseract supportChris Hodapp2017-08-01
| |
* | replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
|/ | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* opencv: Work around build failure with enableContrib & PythonChris Hodapp2017-07-26
|
* opencv: add openblas supportJulien Dehos2017-06-20
|
* opencv-3.x: fix build on OS XBas van Dijk2017-06-17
|
* opencv: Fix OpenCV build on non NixOS platformmingchuan2017-05-16
| | | | | | OpenCV's CMakeFile will use libraries in /lib and /lib64 if it can find libraries from those paths. However, it causes build failure because nix detects impure paths being used.
* opencv: remove myself (flosse) from the maintainers listMarkus Kohlhase2017-05-10
|
* opencv3: Enable darwin buildJosef Kemetmueller2017-05-04
|
* opencv: supports darwinMatthew Bauer2017-04-23
|
* opencv: upgrade from 3.1.0 to 3.2.0Bas van Dijk2017-01-24
|
* opencv-3.1: make ippicv download URL consistentBas van Dijk2017-01-23
| | | | | | with the URL defined in: https://github.com/opencv/opencv/blob/3.1.0/3rdparty/ippicv/downloader.cmake
* opencv-3.1: get ippicv from the nix storeBas van Dijk2017-01-23
| | | | | | | | | | If ippicv can't be found in the directory: 3rdparty/ippicv/downloads/${platform}-${md5} it will be downloaded instead. Commit 7fedbe7 accidentally swapped the md5 with the sha256 causing ippicv to be downloaded each time opencv gets build. This patch fixes that.
* opencv 3.1.0: add patch fixing python use of FlannBasedMatcher.add (#21086)risicle2016-12-29
| | | | | Patch is from https://github.com/opencv/opencv/pull/6009. Upstream doesn't seem particularly enthusiastic about a 3.1.x point release, so who knows when this fix would otherwise see the light of day.
* opencv3: pull patches only if necessaryMatthew Daiter2016-12-13
|
* opencv3: adding myself as co-maintainerMatthew Daiter2016-11-28
|
* Merge pull request #20631 from mdaiter/opencv_upgradeviric2016-11-28
|\ | | | | opencv3: added CUDA 8.0 specific patches
| * opencv3: added CUDA 8.0 specific patchesMatthew Daiter2016-11-23
| | | | | | | | opencv3: added informative comments
* | opencv3: added tab to make cflags alignedMatthew Daiter2016-11-22
|/
* Merge pull request #20329 from NeQuissimus/opencv3_ipp_sha256Daniel Peebles2016-11-11
|\ | | | | opencv3: Move IPP to use sha256
| * opencv3: Move IPP to use sha256Tim Steinbach2016-11-10
| |
* | opencv3: added in extra flag for enabling cuda with dependenciesMatthew Daiter2016-11-04
|/ | | | | | | | | | | | opencv3: added in optional buildFlag for enabling cuda opencv3: added CUDA enabling flags to cmakeFlags opencv3: added CUDA-speicifc FAST_MATH flag for enabling CUDA-accelerated math functions opencv3: change enableCUDA default to false opencv:added in cuda-enabling functionality.
* opencv-3.x: link to ippicv before configuringBas van Dijk2016-10-22
| | | | Without this ippicv gets downloaded each time opencv is build.
* opencv: Fix pkgconfig file after multiple outputsTuomas Tynkkynen2016-10-21
| | | | | | | | | | | It used to contain: ```` includedir_old=${prefix}/include/opencv includedir_new=${prefix}/include Cflags: -I${includedir_old} -I${includedir_new} ```` Should fix build of 'seeks' and some others.
* opencv: Use multiple outputs and prevent runtime dependency on GCCEelco Dolstra2016-10-02
|
* ilmbase: Use separate outputsEelco Dolstra2016-09-01
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\
| * opencv: propagate numpy dependencyNikolay Amiantov2016-06-07
| |
| * opencv3: 3.0.0 -> 3.1.0Nikolay Amiantov2016-06-07
| | | | | | | | Split feature flags; avoid bundled libraries.
| * opencv: 2.4.11 -> 2.4.13Nikolay Amiantov2016-06-07
| | | | | | | | Split feature flags; avoid bundled libraries.
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | opencv3: turn off format hardeningRobin Gloster2016-02-12
| |
* | opencv: turn off bindnow and relro hardeningRobin Gloster2016-02-07
|/
* opencv_2_1: remove dead packageTobias Geerinckx-Rice2016-01-06
| | | | | | Broken since 2013. Only used by qrdecode which suffered the same fate. cc @viric