Skip to content

Commit 05e4a72

Browse files
committed
New AliceVision introduction files: README, CONTRIBUTING, logo, etc.
1 parent da158f5 commit 05e4a72

15 files changed

+3361
-3099
lines changed

CODE_OF_CONDUCT.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team privately at alicevision-team@googlegroups.com. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct/
72+
73+
[homepage]: https://www.contributor-covenant.org
74+

CONTRIBUTING.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Contributing to AliceVision
2+
===========================
3+
4+
Alice Vision relies on a friendly and community-driven effort to create an open source photogrammetry solution.
5+
In order to foster a friendly atmosphere where technical collaboration can flourish,
6+
we recommend you to read the [code of conduct](CODE_OF_CONDUCT.md).
7+
8+
9+
Contributing Workflow
10+
---------------------
11+
12+
The contributing workflow relies on [Github Pull Requests](https://help.github.com/articles/using-pull-requests/).
13+
14+
1. If it is an important change, we recommend you to discuss it on the mailing-list
15+
before starting implementation. This ensure that the development is aligned with other
16+
developpements already started and will be efficiently integrated.
17+
18+
2. Create the corresponding issues.
19+
20+
3. Create a branch and start a PR starting by [WIP], like "[WIP] My new feature" so everyone can follow the development.
21+
Explain the implementation in the PR description with links to issues.
22+
23+
4. Implement the new feature(s). Add unit test if needed.
24+
One feature per PR is ideal for review, but linked features can be part of the same PR.
25+
26+
5. When it is ready for review, remove "WIP" from the PR name.
27+
28+
6. The reviewers will look over the code and ask for changes, explain problems they found,
29+
congratulate the author, etc. using the github comments.
30+
31+
7. After approval, one of the developers with commit approval to the official main repository
32+
will merge your fixes into the "develop" branch.
33+
34+
8. If not already the case, your name will be added to the [contributors list](CONTRIBUTORS.md).
35+
Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
1-
---------------
2-
openMVG authors
3-
---------------
4-
Pierre Moulon <pmoulon@gmail.com>
5-
Pascal Monasse <monasse@imagine.enpc.fr>
6-
Renaud Marlet <renaud.marlet@enpc.fr>
1+
libmv Contributors
2+
==================
73

8-
anhtuann
9-
Bruno Duisit
10-
Fabien Castan
11-
Iivari Äikäs
12-
luxigo
13-
Michael Holroyd
14-
Romain Janvier
15-
Rory McCann
16-
Romuald Perrot
17-
rhiestan
18-
sergi pujades-rocamora
19-
sflotron
20-
vincentweb
21-
Yohann Salaun
4+
A subpart of libmv has been included in the "multiview" module and continue to evolve.
225

23-
-------------
24-
OpenMVG authors would thanks the libmv authors
25-
-------------
266
Andrew Chant <andrew.chant@gmail.com>
277
Daniel Waterworth <da.waterworth@gmail.com>
288
Darius Blaszyk <dblaszyk@gmail.com>
@@ -39,3 +19,4 @@ Rehno Lindeque <errantkid@gmail.com>
3919
Slava Vishnyakov <bomboze@gmail.com>
4020
Vess Perfanov <vessper@gmail.com>
4121
W. James MacLean <w.james.maclean@gmail.com>
22+

CONTRIBUTORS.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
AliceVision Contributors
2+
========================
3+
4+
[libmv](https://github.com/libmv/libmv) has been an important source of inspiration for the design of openMVG and part of the code from the "multiview" and "robust_estimation" modules are based on libmv code, see [CONTRIBUTORS-libmv.md](CONTRIBUTORS-libmv.md).
5+
[openMVG](https://github.com/openMVG/openMVG) and [CMPMVS](http://ptak.felk.cvut.cz/sfmservice/websfm.pl?menu=cmpmvs) have been the first steps to build AliceVision.
6+
7+
8+
Individuals
9+
-----------
10+
11+
anhtuann
12+
Bruno Duisit
13+
Carsten Griwodz
14+
Clement Aymard
15+
Clement Debize
16+
Cyril Pichard
17+
Fabien Castan
18+
Gregoire De Lillo
19+
Havard Espeland
20+
Iivari Aikas
21+
Jean Melou
22+
Lilian Calvet
23+
luxigo
24+
Michael Holroyd
25+
Michal Polic
26+
Nicolas Rondaud
27+
Pascal Monasse
28+
Pierre Gurdjos
29+
Pierre Moulon
30+
Renaud Marlet
31+
rhiestan
32+
Romain Janvier
33+
Romuald Perrot
34+
Rory McCann
35+
Sergi Pujades-Rocamora
36+
Simone Gasparini
37+
Stephane Flotron
38+
Tomas Pajdla
39+
vincentweb
40+
Yann Lanthony
41+
Yohann Salaun
42+
Zeljko Vrba
43+
44+
45+
Institutions
46+
------------
47+
48+
Czech Technical University (CTU) in Prague, Czech Republic
49+
http://cmp.felk.cvut.cz
50+
51+
IMAGINE from the Universite Paris Est, LIGM Gaspard-Monge, France
52+
http://imagine.enpc.fr
53+
54+
Institut National Polytechnique de Toulouse (INPT), France
55+
http://www.inp-toulouse.fr
56+
57+
Mikros Image, Post-Production Company in Paris, France
58+
http://www.mikrosimage.com
59+
60+
Simula Research Laboratory AS in Oslo, Norway
61+
https://www.simula.no
62+
63+
Quine in Oslo, Norway
64+
http://www.quine.no
65+
66+
This project has received funding from the European Union’s Horizon 2020 research and innovation programme, see [POPART](http://www.popartproject.eu) and [LADIO](http://www.ladioproject.eu).

COPYRIGHT.md renamed to COPYING.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
11

2-
## OpenMVG License
2+
## AliceVision License
33

4-
* __OpenMVG - open Multiple View Geometry__<br />
5-
Copyright OpenMVG authors
6-
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
4+
AliceVision is licensed under the [MPL2 license](LICENSE-MPL2.md).
75

8-
## Included third parties licence details
6+
[libmv](https://github.com/libmv/libmv) has been an important source of inspiration for the design and part of the code of the "multiview" and "robust_estimation" modules are based on libmv code, see [LICENSE-libmv.md](LICENSE-libmv.md).
97

10-
This program includes works distributed under the terms of another license(s) and other copyright notice(s).
8+
## Third parties licenses
119

12-
* __ceres-solver__<br />
10+
This program is based on works distributed under the terms of another license(s) and other copyright notice(s).
11+
12+
* __ceres-solver__
1313
<[http://ceres-solver.org/](http://ceres-solver.org/)><br />
1414
Copyright 2015 Google Inc. All rights reserved.
1515
Licensed under the [New BSD licence](http://ceres-solver.org/license.html).
1616

17-
* __cmdLine__<br />
17+
* __cmdLine__
1818
Copyright (c) Pascal Monasse.
1919
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
2020

21-
* __CppUnitLite__ (optionnal)<br />
21+
* __CppUnitLite__ (optionnal)
2222
Public domain.
2323

24-
* __cxsparse__ (optionnal)<br />
24+
* __cxsparse__ (optionnal)
2525
Copyright (c) 2006-2012, Timothy A. Davis.
2626
Distributed under the [GNU LGPL license](http://opensource.org/licenses/lgpl-license).
2727

28-
* __easyexif__<br />
28+
* __easyexif__
2929
Copyright (c) 2010 Mayank Lahiri.
3030
Distributed under the [New BSD License](http://opensource.org/licenses/BSD-3-Clause).
3131

32-
* __eigen__<br />
32+
* __eigen__
3333
Copyright (c) Eigen authors.
3434
Distributed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
3535
Compiled with EIGEN_MPL2_ONLY to ensure MPL2 compatible code.
3636

37-
* __flann__<br />
37+
* __flann__
3838
Copyright (c) 2008-2011 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.
3939
Copyright (c) 2008-2011 David G. Lowe (lowe@cs.ubc.ca). All rights reserved.
4040
Distributed under the [BSD License](http://www.opensource.org/licenses/bsd-license.php).
4141

42-
* __histogram__<br />
42+
* __histogram__
4343
Copyright (c) Jansson Consulting & Pierre Moulon.
4444
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
4545

46-
* __htmlDoc__<br />
46+
* __htmlDoc__
4747
Copyright (c) Pierre Moulon.
4848
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
4949

50-
* __jpeg__<br />
50+
* __jpeg__
5151
Copyright (c) Independent JPEG Group License.
5252
Licensed under the [Independent JPEG Group License](https://spdx.org/licenses/IJG).
5353

54-
* __lemon__<br />
54+
* __lemon__
5555
Copyright (c) Lemon authors.
5656
Licensed under the [Boost License 1.0](http://www.boost.org/LICENSE_1_0.txt).
5757

58-
* __png__ (optionnal)<br />
58+
* __png__ (optionnal)
5959
Copyright (c) 2004, 2006-2015 Glenn Randers-Pehrson
6060
Licensed under the [lib png license](http://www.libpng.org/pub/png/src/libpng-LICENSE.txt).
6161

62-
* __progress__<br />
62+
* __progress__
6363
Copyright (c) Pierre MOULON
6464
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
6565

66-
* __stlplus3__<br />
66+
* __stlplus3__
6767
Copyright (c) 1999-2004 Southampton University, 2004 onwards Andy Rushton. All rights reserved.
6868
Licensed under the [BSD license](http://opensource.org/licenses/bsd-license.php).
6969

70-
* __tiff__ (optionnal)<br />
70+
* __tiff__ (optionnal)
7171
Copyright (c) 1988-1997 Sam Leffler
7272
Copyright (c) 1991-1997 Silicon Graphics, Inc.
7373
Licensed under a BSD-like license.
7474

75-
* __vectorGraphics__<br />
75+
* __vectorGraphics__
7676
Copyright (c) Pierre Moulon
7777
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).
7878

79-
* __zlib__ (optionnal)<br />
79+
* __zlib__ (optionnal)
8080
Copyright (C) 1995-2005 Jean-loup Gailly
8181
Licensed under the [zlib license](http://opensource.org/licenses/Zlib).
8282

File renamed without changes.

license.libmv renamed to LICENSE-libmv.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2007-2011 libmv authors.
1+
Copyright (c) 2010 libmv authors.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to
@@ -17,3 +17,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1818
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
IN THE SOFTWARE.
20+

0 commit comments

Comments
 (0)