From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: 30801@debbugs.gnu.org
Subject: [bug#30801] [PATCH 0/1] Add opencv
Date: Tue, 13 Mar 2018 17:58:09 +0100 [thread overview]
Message-ID: <20180313175809.7d782c1a@alma-ubu> (raw)
[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]
This patch adds OpenCV, a computer vision library.
It combines the basic and contrib algorithms.
Some notes:
The test suite consists of an extra package, weighting 465MB
compressed. It runs very well. I think the size is worth it. It
consists of proprietary things (i.e. lena.jpg). As far as I understand,
that is OK, if it doesn't get in the final src/bin store output. Right?
CPU-optimization: I hope I have done everything right. Reading the
article from Guix HPC a second time helped a lot. So now it should be
compiled with SSE2/NEON being the minimum required instruction set, and
dispatches to other ISAs where available.
Size: Currently I load a bunch of dependencies in and have one
big package as output. guix size is 1.1 GiB. I slightly have the
feeling someone could ask to split it in several outputs. Though having
one big output was the easiest thing first and I don't know how one
would handle inter-dependencies between the different outputs.
Björn
Björn Höfling (1):
gnu: Add opencv.
gnu/packages/image-processing.scm | 186 ++++++++++++++++++++++++++++++++++++++
1 file changed, 186 insertions(+)
--
2.16.2
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next reply other threads:[~2018-03-13 16:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-13 16:58 Björn Höfling [this message]
2018-03-13 17:07 ` [bug#30801] [PATCH 1/1] gnu: Add opencv Björn Höfling
2018-03-15 21:04 ` [bug#30801] [PATCH 0/1] " Ludovic Courtès
2018-03-31 22:26 ` Björn Höfling
2018-04-01 12:21 ` Ludovic Courtès
2018-05-07 18:35 ` [bug#30801] " Björn Höfling
2018-05-09 22:01 ` bug#30801: " Ludovic Courtès
2018-05-11 9:51 ` [bug#30801] " Björn Höfling
2018-05-11 12:00 ` Ludovic Courtès
2018-05-12 23:42 ` Björn Höfling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180313175809.7d782c1a@alma-ubu \
--to=bjoern.hoefling@bjoernhoefling.de \
--cc=30801@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.