README.txt
March 25, 2019 ยท View on GitHub
Code that implements the NmfSync method for the synchronisation of partial permutation matrices, as described in [1]. When you use this code, you are required to cite [1].
[1] Synchronisation of Partial Multi-Matchings via Non-negative Factorisations F. Bernard, J. Thunberg, J. Goncalves, C. Theobalt. Pattern Recognition. 2019
Please refer to demo_nmfsync.m for an example how to use this code.
Note: a custom version of Matlab's nnmf() function for nonegative matrix factorisation method has been used to obtain better memory efficiency. Due to license issues this file cannot be provided.
Author & Copyright (C) 2019: Florian Bernard (f.bernardpi[at]gmail[dot]com)
LICENSE: This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.