Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 3.2 KB

README.md

File metadata and controls

60 lines (50 loc) · 3.2 KB

Note:

This is basically just a copy from the source below. I don’t maintain the code. I also don’t use it myself. I had plans to use it in a project but then went other ways, so this is basically just a copy of the plain code for backup purposes and some CMake added, because that’s the build system I usually use.

Please don’t ask me about how to do stuff with the code or errors. Please refer to the original source below or the papers in case of questions. Anyway it’s ok if you report issues for discussion with others, just note I can’t/won’t answer most questions and will probably do nothing to test/integrate/fix anything to the code. Feel free to fork again and maintain according to the original copyright notice below.

ZernikeMoments

Fork of GPL code writen by Marcin Novotni (Uni-Bonn) and provided as supplementary material with the paper: M. Novotni, R. Klein "Shape Retrieval using 3D Zernike Descriptors" Computer Aided Design 2004; 36(11):1047-1062

Downloaded from: http://cg.cs.uni-bonn.de/project-pages/3dsearch/downloads.html#3D%20Zernike%20Descriptors

Copy of the original copyright notice:

/*

                          3D Zernike Moments
    Copyright (C) 2003 by Computer Graphics Group, University of Bonn
           http://www.cg.cs.uni-bonn.de/project-pages/3dsearch/

Code by Marcin Novotni:     marcin@cs.uni-bonn.de

for more information, see the paper:

@inproceedings{novotni-2003-3d,
    author = {M. Novotni and R. Klein},
    title = {3{D} {Z}ernike Descriptors for Content Based Shape Retrieval},
    booktitle = {The 8th ACM Symposium on Solid Modeling and Applications},
    pages = {216--225},
    year = {2003},
    month = {June},
    institution = {Universit\"{a}t Bonn},
    conference = {The 8th ACM Symposium on Solid Modeling and Applications, June 16-20, Seattle, WA}
}
 *---------------------------------------------------------------------------*
 *                                                                           *
 *                                License                                    *
 *                                                                           *
 *  This library is free software; you can redistribute it and/or modify it  *
 *  under the terms of the GNU Library General Public License as published   *
 *  by the Free Software Foundation, version 2.                              *
 *                                                                           *
 *  This library 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        *
 *  Library General Public License for more details.                         *
 *                                                                           *
 *  You should have received a copy of the GNU Library General Public        *
 *  License along with this library; if not, write to the Free Software      *
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                *
 *                                                                           *
\*===========================================================================*/