|
|
|
// Copyright CNRS/Inria/UCA
|
|
|
|
// Contributor(s): Eric Debreuve (since 2018)
|
|
|
|
//
|
|
|
|
// eric.debreuve@cnrs.fr
|
|
|
|
// Copyright CNRS/Inria/UniCA
|
|
|
|
// Contributor(s): Eric Debreuve (eric.debreuve@cnrs.fr) since 2018
|
|
|
|
// SEE COPYRIGHT NOTICE BELOW
|
|
|
|
|
|
|
|
:AUTHOR: Eric Debreuve
|
|
|
|
:EMAIL: eric.debreuve@cnrs.fr
|
|
|
|
|
|
|
|
:PROJECT_NAME: SKLGraph
|
|
|
|
:SHORT_DESCRIPTION: SKeLeton Graph
|
|
|
|
:KEYWORDS: Shape, Skeleton, Graph, Features
|
|
|
|
|
|
|
|
:REPOSITORY_NAME: sklgraph
|
|
|
|
:REPOSITORY_USER: eric.debreuve
|
|
|
|
:REPOSITORY_SITE: src.koda.cnrs.fr
|
|
|
|
:DOCUMENTATION_SITE: -/wikis/home
|
|
|
|
:SINCE_YEAR: 2018
|
|
|
|
|
|
|
|
:LICENSE_SHORT: CeCILL-2.1
|
|
|
|
:LICENCE_LONG: CEA CNRS Inria Logiciel Libre License, version 2.1
|
|
|
|
:PY_VERSION_MAJOR: 3
|
|
|
|
:PY_VERSION_MIN: 3.10
|
|
|
|
|
|
|
|
:PYPI_NAME: skl-graph
|
|
|
|
:PYPI_TOPIC: Scientific/Engineering :: Image Recognition
|
|
|
|
:PYPI_AUDIENCE: Science/Research
|
|
|
|
:PYPI_STATUS: 4 - Beta
|
|
|
|
|
|
|
|
:IMPORT_NAME: skl_graph
|
|
|
|
|
|
|
|
:DEPENDENCIES_OPTIONAL: None
|
|
|
|
|
|
|
|
// COPYRIGHT NOTICE
|
|
|
|
//
|
|
|
|
// This software is governed by the CeCILL license under French law and
|
|
|
|
// abiding by the rules of distribution of free software. You can use,
|
| ... | ... | @@ -28,15 +56,19 @@ |
|
|
|
//
|
|
|
|
// The fact that you are presently reading this means that you have had
|
|
|
|
// knowledge of the CeCILL license and that you accept its terms.
|
|
|
|
|
|
|
|
:AUTHOR: Eric Debreuve
|
|
|
|
:EMAIL: eric.debreuve@cnrs.fr
|
|
|
|
|
|
|
|
:PROJECT_NAME: SKLGraph
|
|
|
|
:SHORT_DESCRIPTION: SKeLeton Graph
|
|
|
|
:KEYWORDS: Shape, Skeleton, Graph, Features
|
|
|
|
|
|
|
|
:REPOSITORY_NAME: sklgraph
|
|
|
|
:REPOSITORY_USER: eric.debreuve
|
|
|
|
:REPOSITORY_SITE: src.koda.cnrs.fr
|
|
|
|
:SINCE_YEAR: 2018 |
|
|
|
//
|
|
|
|
// SEE LICENCE NOTICE: file README-LICENCE-utf8.txt at project source root.
|
|
|
|
//
|
|
|
|
// This software is being developed by Eric Debreuve, a CNRS employee and
|
|
|
|
// member of team Morpheme.
|
|
|
|
// Team Morpheme is a joint team between Inria, CNRS, and UniCA.
|
|
|
|
// It is hosted by the Centre Inria d'Université Côte d'Azur, Laboratory
|
|
|
|
// I3S, and Laboratory iBV.
|
|
|
|
//
|
|
|
|
// CNRS: https://www.cnrs.fr/index.php/en
|
|
|
|
// Inria: https://www.inria.fr/en/
|
|
|
|
// UniCA: https://univ-cotedazur.eu/
|
|
|
|
// Centre Inria d'Université Côte d'Azur: https://www.inria.fr/en/centre/sophia/
|
|
|
|
// I3S: https://www.i3s.unice.fr/en/
|
|
|
|
// iBV: http://ibv.unice.fr/
|
|
|
|
// Team Morpheme: https://team.inria.fr/morpheme/ |