Licenses#

Copyright (C) 2018-2022 David Cattermole. Copyright (C) 2019 Anil Reddy. Copyright (C) 2020-2022 Kazuma Tonegawa. Copyright (C) 2021 Patcha Saheb Binginapalli.

This software, mmSolver, is licensed under the GNU LGPL v3 license. Please see the LICENSE file distributed with mmSolver for details.

Free FFT and convolution (Python)#

The files ./python/mmSolver/utils/_fft_py2.py and ./python/mmSolver/utils/_fft_py3.py are part of Project Nayuki.

Free FFT and convolution (Python)

Copyright (c) 2017 Project Nayuki. (MIT License)
https://www.nayuki.io/page/free-small-fft-in-multiple-languages

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
- The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.
- The Software is provided "as is", without warranty of any kind, express or
  implied, including but not limited to the warranties of merchantability,
  fitness for a particular purpose and noninfringement. In no event shall the
  authors or copyright holders be liable for any claim, damages or other
  liability, whether in an action of contract, tort or otherwise, arising from,
  out of or in connection with the Software or the use or other dealings in the
  Software.

Qt.py#

The Qt.py Python module is used for the Qt-based user interfaces and is distributed with mmSolver.

The MIT License (MIT)

Copyright (c) 2016-2017 Marcus Ottosson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

In PySide(2), loadUi does not exist, so we implement it

`_UiLoader` is adapted from the qtpy project, which was further influenced
by qt-helpers which was released under a 3-clause BSD license which in turn
is based on a solution at:

- https://gist.github.com/cpbotha/1b42a20c8f3eb9bb7cb8

The License for this code is as follows:

qt-helpers - a common front-end to various Qt modules

Copyright (c) 2015, Chris Beaumont and Thomas Robitaille

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the
   distribution.
 * Neither the name of the Glue project nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Which itself was based on the solution at

https://gist.github.com/cpbotha/1b42a20c8f3eb9bb7cb8

which was released under the MIT license:

Copyright (c) 2011 Sebastian Wiesner <lunaryorn@gmail.com>
Modifications by Charl Botha <cpbotha@vxlabs.com>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files
(the "Software"),to deal in the Software without restriction,
including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FindMaya (CMake)#

FindMaya is used to automatically find the current Maya installation. The file can be found in the source code for mmSolver at ./cmake/modules/FindMaya.cmake.

Copyright 2011-2012 Francisco Requena <frarees@gmail.com>

Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.

This software is distributed WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.

ml_tools#

Morgan Loomis homepage ml_tools GitHub page

ml_tools is a set of tools aid users when animating in Autodesk Maya. The tools are very helpful and integrated into mmSolver to provide the excellent features to MatchMove artists by default.

Copyright 2018 Morgan Loomis

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

OpenMVG (open Multiple View Geometry)#

OpenMVG homepage openMVG GitHub page

OpenMVG is a library for computing geometry from multiple views and contains Structure from Motion (SfM) algorithms that are used inside mmSolver:

Copyright OpenMVG authors
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

This program includes works distributed under the terms of another license(s) and other copyright notice(s):

histogram
Copyright (c) Jansson Consulting & Pierre Moulon.
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

progress
Copyright (c) Pierre MOULON
Licensed under the [MPL2 license](http://opensource.org/licenses/MPL-2.0).

Please see the files “mayaMatchMoveSolver/external/openMVG/LICENSE” and “mayaMatchMoveSolver/external/openMVG/AUTHORS” distributed with the mmSolver source code for details.