Skip to content

Commit 860a85a

Browse files
committed
Add project description readme file.
0 parents commit 860a85a

29 files changed

+2715
-0
lines changed

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# ZernikeMoments
2+
3+
Mirror of GPL code writen by Marcin Novotni (Uni-Bonn) and provided as supplementary material with the paper:
4+
M. Novotni, R. Klein "Shape Retrieval using 3D Zernike Descriptors" Computer Aided Design 2004; 36(11):1047-1062
5+
6+
Downloaded from: http://cg.cs.uni-bonn.de/project-pages/3dsearch/downloads.html#3D%20Zernike%20Descriptors
7+
8+
Copy of the original copyright notice:
9+
```
10+
/*
11+
12+
3D Zernike Moments
13+
Copyright (C) 2003 by Computer Graphics Group, University of Bonn
14+
http://www.cg.cs.uni-bonn.de/project-pages/3dsearch/
15+
16+
Code by Marcin Novotni: marcin@cs.uni-bonn.de
17+
18+
for more information, see the paper:
19+
20+
@inproceedings{novotni-2003-3d,
21+
author = {M. Novotni and R. Klein},
22+
title = {3{D} {Z}ernike Descriptors for Content Based Shape Retrieval},
23+
booktitle = {The 8th ACM Symposium on Solid Modeling and Applications},
24+
pages = {216--225},
25+
year = {2003},
26+
month = {June},
27+
institution = {Universit\"{a}t Bonn},
28+
conference = {The 8th ACM Symposium on Solid Modeling and Applications, June 16-20, Seattle, WA}
29+
}
30+
*---------------------------------------------------------------------------*
31+
* *
32+
* License *
33+
* *
34+
* This library is free software; you can redistribute it and/or modify it *
35+
* under the terms of the GNU Library General Public License as published *
36+
* by the Free Software Foundation, version 2. *
37+
* *
38+
* This library is distributed in the hope that it will be useful, but *
39+
* WITHOUT ANY WARRANTY; without even the implied warranty of *
40+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
41+
* Library General Public License for more details. *
42+
* *
43+
* You should have received a copy of the GNU Library General Public *
44+
* License along with this library; if not, write to the Free Software *
45+
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
46+
* *
47+
\*===========================================================================*/
48+
```

html/Binomial_8h-source.html

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/CumulativeMoments_8h-source.html

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/Factorial_8h-source.html

Lines changed: 123 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)