Difference between revisions of "Guile-cv"
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name=Guile-CV | + | |Name=GNU Guile-CV |
− | |Short description= | + | |Short description=Image Processing and Analysis in Guile. |
− | |Full description=<br>'''Guile-CV''' | + | |Full description=<br>'''Guile-CV'''<br>Image Processing and Analysis in [[Guile]]<br>a Computer Vision functional programming library |
− | <br> | + | <br>Guile-CV is based on [http://ukoethe.github.io/vigra/ Vigra] (Vision with Generic Algorithms), enhanced with additional algorithms (Image Textures, Delineate, Reconstruction and many more), all accessible through a nice, clean and easy to use high level API. |
− | |Homepage URL=https://www.gnu.org/software/guile-cv | + | |
− | | | + | <br>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. |
− | + | |Homepage URL=https://www.gnu.org/software/guile-cv/ | |
− | + | |Version download=https://ftp.gnu.org/gnu/guile-cv/guile-cv-0.4.0.tar.gz | |
− | + | }} | |
− | + | {{Project license | |
− | + | |License=GPLv3orlater | |
− | + | |License copyright=Copyright (C) 2016 - 2021 Free Software Foundation, Inc. | |
− | | | + | |License verified by=cmhobbs |
− | | | + | |License verified date=2018-04-07 |
− | | | + | }} |
− | | | + | {{Software category |
− | | | + | |Library=Image-processing |
− | | | + | |Program-build-automation=make-related |
− | | | + | |Programming-language=C, scheme, guile |
− | | | + | |Runs-on=GNU/Linux |
− | | | + | |Software-development=programming-language |
− | | | + | |Use=education, library, mathematics, science, software-development |
+ | |Version-control=git | ||
+ | |Works-with=images | ||
+ | }} | ||
+ | {{EntryGNU | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=guile-cv | |GNU package identifier=guile-cv | ||
}} | }} | ||
− | {{ | + | {{Software prerequisite |
− | | | + | |Prerequisite kind=Required to build |
− | | | + | |Prerequisite description=[[Autoconf]] >= 2.69 |
− | + | }} | |
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Automake]] >= 1.14 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Makeinfo]] >= 6.6 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Guile]] >= 2.0.14 allow 2.2, 3.0 (>= 3.0.7) | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Vigra]] >= 1.11.1 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Vigra C]] >= commit 3351722 - Jan 18, 2022 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Latex]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Iwona]] | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[Guile-Lib]] >= 0.2.5 | ||
}} | }} | ||
{{Person | {{Person | ||
Line 37: | Line 72: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah (Ref) |
+ | |Resource URL=https://savannah.gnu.org/projects/guile-cv/ | ||
+ | }} | ||
+ | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://git.savannah.gnu.org/cgit/guile-cv.git/ |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-guile-cv/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/guile-user/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/guile-devel/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource | + | |Resource kind=Mailing List |
− | |Resource URL=https:// | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Download | |
− | |Resource kind= | + | |Resource URL=https://ftp.gnu.org/gnu/guile-cv/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=General | |
− | |Resource kind= | + | |Resource URL=https://savannah.gnu.org/people/ |
− | |Resource URL=https:// | ||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |Computer languages=Guile Scheme, C |
− | | | + | |Decommissioned or Obsolete=No |
− | | | + | |Donate=https://www.gnu.org/software/guile-cv/donate.html |
− | | | + | |IRC general=irc://libera.chat #guile |
− | | | + | |Version identifier=0.4.0 |
− | |Version | + | |Version date=2023-02-28 |
− | | | + | |Version status=stable |
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 23:36, 28 February 2023
Overview
GNU Guile-CV
https://www.gnu.org/software/guile-cv/
Image Processing and Analysis in Guile.
Guile-CV
Image Processing and Analysis in Guile
a Computer Vision functional programming library
Guile-CV is based on Vigra (Vision with Generic Algorithms), enhanced with additional algorithms (Image Textures, Delineate, Reconstruction and many more), 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.
- IRC general channel
- irc://libera.chat_#guile
Download
https://ftp.gnu.org/gnu/guile-cv/guile-cv-0.4.0.tar.gz
version 0.4.0
(stable)
released on 28 February 2023
Donate link
https://www.gnu.org/software/guile-cv/donate.html
Categories
- Library:Image-processing
- Program-build-automation:make-related
- Programming-language:C
- Programming-language:guile
- Programming-language:scheme
- Runs-on:GNU/Linux
- Software-development:programming-language
- Use:library
- Use:mathematics
- Use:science
- Use:software-development
- Use:education
- Version-control:git
- Works-with:images
Details
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
David Pirotte | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-guile-cv/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/guile-user/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/guile-cv.git/ | |
General | https://savannah.gnu.org/people/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/guile-cv/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/guile-devel/ | |
Download | https://ftp.gnu.org/gnu/guile-cv/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | Guile-Lib >= 0.2.5 |
Required to build | Iwona |
Required to build | Automake >= 1.14 |
Required to build | Vigra >= 1.11.1 |
Required to build | Latex |
Required to build | Guile >= 2.0.14 allow 2.2, 3.0 (>= 3.0.7) |
Required to build | Vigra C >= commit 3351722 - Jan 18, 2022 |
Required to build | Makeinfo >= 6.6 |
Required to build | Autoconf >= 2.69 |
About this entry
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.