unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-user <guile-user@gnu.org>,
	guile-devel <guile-devel@gnu.org>, info-gnu <info-gnu@gnu.org>
Subject: GNU Guile-CV 0.1.9 released
Date: Wed, 2 May 2018 01:20:53 -0300	[thread overview]
Message-ID: <20180502012053.1d7d560b@capac> (raw)

[-- Attachment #1: Type: text/plain, Size: 3385 bytes --]

Hello,

GNU Guile-CV 0.1.9 is released.


* About

Guile-CV - Image Processing and Analysis in Guile - is a Computer Vision
functional programming library for the Guile Scheme language.

Based on Vigra (Vision with Generic Algorithms - a C++ image processing
and analysis library), Guile-CV comprises a direct binding to Vigra C (a
C wrapper to most of the Vigra functionality), enriched with pure Guile
scheme algorithms, all accessible through a nice, clean and easy to use
high level API.

Guile-CV is natively multi-threaded, and takes advantage of multiple
cores, using high-level and fine grained application-level parallelism
constructs available in Guile, based on its support to POSIX threads.

	http://www.gnu.org/software/guile-cv/


* Download

Here are the compressed sources and a GPG detached signature [*]:

	http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.9.tar.gz
	http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.9.tar.gz.sig

This released was bootstrapped with the following tools:

	-] gcc              (Debian 7.2.0-17) 7.2.1 20171205
	-] autoconf         (GNU Autoconf) 2.69 
	-] automake         (GNU automake) 1.15.1 
	-] libtool          (GNU libtool) 2.4.6 
	-] makeinfo         (GNU texinfo) 6.5 
	-] pdflatex         3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) 
	-] guile-2.2        2.2.3
	-] guile-lib-1.0    0.2.5.1
	-] vigra            from the source, last commit here:
                            fb427440d - June 28, 2017
	-] vigra_c          from the source, last commit here:
                            a2ff675f4 - April 15, 2018

* Changes since 0.1.8

Here is a summary of visible changes since version 0.1.8. See GNU
Guile-CV's [[http://git.savannah.gnu.org/cgit/guile-cv.git][git summary]] and
[[http://git.savannah.gnu.org/cgit/guile-cv.git/log/][git log]] for a complete
description.

*** Dependencies

Vigra C >= commit a2ff675f4 April 15, 2018

  new interface vigra_nonlocalmean_c (introduced in Jan 2018), has an
  argument that has been renamed;

  the vigra_medianfilter_c function (updated in Jan 2018 as well) takes
  an additional 'out-of-bound strategy' argument.

*** New interfaces

im-median-filter
im-median-filter-channel
im-nl-means
im-nl-means-channel

*** Bug fixes

latex-pdftoppm

  in the module (cv support latex) - undocumented but quite usefull
  procedure, to 'prepare' text to be added to images (see im-compose) -
  the optional keyword [#:res 72] argument was actually not used in the
  core of the procedure, fixed.


* Bug reports

Please report bugs to bug-guile-cv@gnu.org


* Mailing lists

For the time being, Guile-CV uses Guile's mailing list:

  guile-user@gnu.org is for general user help and discussion;

  guile-devel@gnu.org is used to discuss most aspects of Guile-CV,
  including development and enhancement requests.


David


[*] Use a .sig file to verify that the corresponding file (without the
    .sig suffix) is intact.  First, be sure to download both the .sig
    file and the corresponding tarball.  Then, run a command like this:

	gpg --verify guile-cv-0.1.9.tar.gz.sig

    If that command fails because you don't have the required public
    key, then run this command to import it:

	gpg --keyserver keys.gnupg.net --recv-keys A3057AD7

    and rerun the 'gpg --verify' command

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

                 reply	other threads:[~2018-05-02  4:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180502012053.1d7d560b@capac \
    --to=david@altosw.be \
    --cc=guile-devel@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=info-gnu@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).