Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
fb239cb3
Commit
fb239cb3
authored
Apr 21, 2020
by
Edwin Carlinet
Browse files
Update Readme and Gitlabci conf
parent
1fc38ca0
Pipeline
#18692
passed with stages
in 11 minutes and 31 seconds
Changes
2
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fb239cb3
...
...
@@ -172,7 +172,7 @@ distbench-linux-gcc9-release:
documentation
:
<<
:
*documentation-base
except
:
-
dev
-
master
##########
...
...
@@ -182,7 +182,7 @@ documentation:
pages
:
<<
:
*documentation-base
only
:
-
dev
-
master
package
:
image
:
${FEDORA_31}
...
...
README.md
View file @
fb239cb3
# What is Pylene ?
[

](https://gitlab.lrde.epita.fr/olena/pylene/-/commits/master)
[

](https://gitlab.lrde.epita.fr/olena/pylene/-/commits/master)
Pylene is a fork of
[
Milena
](
http://www.lrde.epita.fr/olena
)
, an image processing
library targeting genericity and efficiency. Pylene is a modernized version of
Milena with the following objectives:
...
...
@@ -9,28 +14,30 @@ Milena with the following objectives:
*
Genericity: write algorithms that are able to run on many kind of images with, yet, zero-cost abstraction.
*
Interopability: run pylene algorithms on image coming from external libraries (even on your own image type).
# Documentation
Link to the
[
C++ Documentation
](
http://olena.pages.lrde.epita.fr/pylene/
)
# Requirements
Pylene is developed in modern C++. You need a modern C++ compatible compiler:
*
GCC
7
*
Clang
6
*
Microsoft Visual Studio 201
7
*
GCC
9 ~~GCC 10~~ (in progress)
*
~~
Clang
10~~ (in progress)
*
Microsoft Visual Studio 201
9
External dependancies:
[
FreeImage
](
www.freeimage.sourceforge.net
)
(
only
for IO)
This project relies on:
# Status
*
GCC 9+ with -fconcepts
*
~~Clang~~
*
MSVC 2019
*
[
FreeImage
](
www.freeimage.sourceforge.net
)
(
only
for IO)
*
[
range-v3
](
https://github.com/ericniebler/range-v3
)
*
[
Boost
](
https://www.boost.org/
)
*
[
{fmt}
](
https://fmt.dev/
)
[

](https://gitlab.lrde.epita.fr/olena/pylene/-/commits/development/cpp20)
[

](https://gitlab.lrde.epita.fr/olena/pylene/-/commits/development/cpp20)
# Documentation
Link to the
[
C++ Documentation
](
http://olena.pages.lrde.epita.fr/pylene/
)
## Presentations
Other resources (mind the dates, the library probably has changed since then):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment