-
Notifications
You must be signed in to change notification settings - Fork 0
/
dissert.bib
1874 lines (1632 loc) · 58 KB
/
dissert.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% -------------------------------------------------------------------------
% Articles
% --------------------------------------------------------------------------
@article{Mattiasson80,
author = {K. Mattiasson},
title = {Numerical Results from Large Deflection Beam and Frame Problems
Analysed by Means of Elliptic Integrals},
journal = "International Journal for Numerical Methods in Engineering",
volume = {17},
number = {1},
pages = {145-153},
year = {1980}
}
% --------------------------------------------------------------------------
% Books
% --------------------------------------------------------------------------
@book{Goossens94,
author = {M. Goossens and F. Mittelbach and A. Samarin},
title = {The LaTeX Companion},
publisher = {Addison-Wesley},
year = {1994},
edition = {}
}
% --------------------------------------------------------------------------
% Incollections
% --------------------------------------------------------------------------
@incollection{Ramm81,
author = {E. Ramm},
title = {Strategies for Tracing the Nonlinear Response Near Limit
Points},
booktitle = {Nonlinear Finite Element Analysis in Structural Mechanics},
editor = {W. Wunderlich and E. Stein and K. J. Bathe},
chapter = {},
pages = {63-89},
publisher = {Springer-Verlag},
address = {},
year = {1981}
}
% --------------------------------------------------------------------------
% Inproceedings
% --------------------------------------------------------------------------
@inproceedings{Hinton95,
author = {E. Hinton and J. Sienz and S. M. B. Afonso},
title = {Experiences with Olhoff's `Exact' Semi-analytical
Algorithm},
booktitle = {First World Congress of Structural and
Multidisciplinary Optimization (WCSMO-1)},
pages = {41-46},
editor = {N. Olhoff and G. I. N. Rozvany},
year = {1995}
}
% --------------------------------------------------------------------------
%PhD Thesis
% --------------------------------------------------------------------------
@phdthesis{Sienz94,
author = {J. Sienz},
title = {Integrated Structural Modelling, Adaptative Analysis and
Shape Optimization},
year = {1994},
school = {University of Wales/Swansea}
}
% --------------------------------------------------------------------------
% Inproceedings
% %--------------------------------------------------------------------------
%@inproceedings{amenta98,
author = {N. Amenta and M. W. Bern},
title = {Surface Reconstruction by Voronoi Filtering},
booktitle = {Symposium on Computational Geometry},
pages = {39-48},
year = {1998}
}
% --------------------------------------------------------------------------
% Books
% --------------------------------------------------------------------------
@book{Milnor1963,
author = {J.W. Milnor},
title = {Morse Theory},
publisher = {Princeton University Press, Princeton, NY},
year = {1963},
edition = {}
}
% --------------------------------------------------------------------------
@book{Mas67,
author = {W. S. Massey},
title = {Algebric Topology: An Introduction},
publisher = {Spring-Verlag, Graduate texts in Mathematics 56},
year = {1967},
edition = {}
}
% --------------------------------------------------------------------------
@book{Mas91,
author = {W. S. Massey},
title = {A Basic Course in Algebric Topology},
publisher = {Spring-Verlag, Graduate texts in Mathematics 127},
year = {1991},
edition = {}
}
%-------------------------------------------------------------------------
@book{Hamilton1969,
author = {W.R. Hamilton},
title = {Elements of Quaternions},
publisher = {Chelsea Publishing Company},
year = {1969 - The original was published in 1866},
edition = {Third}
}
% --------------------------------------------------------------------------
@article{amenta98crust,
author = "N. Amenta and M. Bern and D. Eppstein",
title = "The Crust and the -Skeleton: Combinatorial Curve Reconstruction",
journal = "Graphical models and image processing: GMIP",
volume = "60",
number = {2},
pages = "125-135",
year = "1998",
url = "citeseer.ist.psu.edu/amenta98crust.html" }
% --------------------------------------------------------------------------
@article{amenta98new,
author = "Nina Amenta and Marshall Bern and Manolis Kamvysselis",
title = "A New {Voronoi}-Based Surface Reconstruction Algorithm",
journal = "Computer Graphics",
volume = "32",
number = "{Annual Conference Series}",
pages = "415-421",
year = "1998",
url = "citeseer.ist.psu.edu/amenta98new.html" }
% --------------------------------------------------------------------------
@article{amenta99onepass,
author = "Nina Amenta and Sunghee Choi",
title = "One-Pass Delaunay Filtering for Homeomorphic 3{D} Surface Reconstruction",
number = "CS-TR-99-08",
volume = "1",
year = "1999",
url = "citeseer.ist.psu.edu/amenta99onepass.html" }
% --------------------------------------------------------------------------
@article{amenta02simple,
author = "Nina Amenta and Sunghee Choi and Tamal K. Dey and N. Leekha",
title = "A Simple Algorithm for Homeomorphic Surface Reconstruction",
journal = "International Journal of Computational Geometry and Applications",
volume = "12",
number = "1-2",
pages = "125-141",
year = "2002"
}
% --------------------------------------------------------------------------
@article{amenta01power,
author = "Nina Amenta and Sunghee Choi and Ravi Krishna Kolluri",
title = "The power crust, unions of balls, and the medial axis transform",
journal = "Computational Geometry",
volume = "19",
number = "2-3",
pages = "127-153",
year = "2001",
url = "citeseer.ist.psu.edu/amenta01power.html" }
% --------------------------------------------------------------------------
@article{edelsbrunner94threedimensional,
author = "Herbert Edelsbrunner and Ernst P. M{\"{u}}cke",
title = "Three-Dimensional Alpha Shapes",
journal = "ACM Transactions on Graphics",
volume = "13",
number = "1",
pages = "43-72",
year = "1994"
}
% --------------------------------------------------------------------------
@article{edelsbrunner96wrapping,
author = "Herbert Edelsbrunner ",
title = "Surface reconstruction by wrapping finite sets in space",
journal = "Raindrop Geomagic, Inc.",
volume = "1",
number = "1",
year = "1996"
}
% --------------------------------------------------------------------------
@article{bajaj95automatic,
author = "Chandrajit L. Bajaj and Fausto Bernardini and Guoliang Xu",
title = "Automatic Reconstruction of Surfaces and Scalar Fields From $3$D Scans",
journal = "Computer Graphics",
volume = "29",
number = "Annual Conference Series",
pages = "109-118",
year = "1995",
url = "citeseer.ist.psu.edu/bajaj95automatic.html" }
% --------------------------------------------------------------------------
@inproceedings{dey99curve,
author = "Tamal K. Dey and Kurt Mehlhorn and Edgar A. Ramos",
title = "Curve Reconstruction: Connecting Dots with Good Reason",
booktitle = "Symposium on Computational Geometry",
pages = "197-206",
year = "1999",
url = "citeseer.ist.psu.edu/dey99curve.html" }
% --------------------------------------------------------------------------
@article
{ giesen02,
author = "J. Giesen",
title = "Surface Reconstruction Based on a Dynamical System",
journal = "Computational Geometry",
volume = "21",
year = "2002"
}
% --------------------------------------------------------------------------
@article{ dey01robustness,
author = "Tamal K. Dey and Joachim Giesen and Wulue Zhao",
title = "Robustness Issues in Surface Reconstruction",
journal = "Lecture Notes in Computer Science",
volume = "2073",
pages = "658-663",
year = "2001",
url = "citeseer.ist.psu.edu/476178.html" }
% --------------------------------------------------------------------------
@misc{ giesen-how,
author = "Joachim Giesen and Matthias John",
title = "How to add facet attributes to Cgal's 3D geometric triangulations",
year = "2002",
url = "citeseer.ist.psu.edu/591777.html" }
% --------------------------------------------------------------------------
@misc{ cgal,
author= "CGAL",
title = " http://www.cgal.org (Acessado em 05/02/2004)CGAL - computational geometry algorithms library.",
year = "2004"
}
% --------------------------------------------------------------------------
@mastersthesis{gois2004,
author= "João Paulo Gois",
title = " Reconstru\c{c}\~{a}o de superf\'{i}cies a partir de nuvens de pontos. -In Portuguese",
school = " Universidade de S\~{a}o Paulo - Instituto de Ci\^encias Matem\'{a}ticas e Computa\c{c}\~{a}o.",
year = "2004"
}
% --------------------------------------------------------------------------
@article{ figueiredo1995,
author = "L. H. Figueiredo and J. Gomes Miranda",
title = "Computational Morphology of Curves",
journal = "Visual Computer",
volume = "11",
pages = "105-112",
year = "1995" }
% --------------------------------------------------------------------------
@article{ giesen1999,
author = "J. Giesen ",
title = "Curve Reconstruction in Arbitrary Dimension and the Traveling Salesman Problem.",
journal = "Lecture Notes in Computer Science",
volume = "1568",
pages = "164-176",
year = "1999" }
% --------------------------------------------------------------------------
@article{ althaus2000,
author = " E. Althaus and K. Mehlhorn ",
title = "TSP-based curve reconstruction in polynomial time.",
journal = "Symposium on Discrete Algorithms",
volume = "2",
pages = "686--695",
year = "2000" }
% --------------------------------------------------------------------------
@article{ hope1992,
author = "H. Hoppe and T. DeRose and T. Duchamp and J. McDonald and W. Stuetzle ",
title = "Surface reconstruction from unorganized points.",
journal = "Computer Graphics.",
volume = "26",
number = {2},
pages = "71-78",
year = "1992"
}
% --------------------------------------------------------------------------
@article{ boissonat2002,
author = "J. D. Boissonnat and F. Cazals ",
title = "Smooth surface reconstruction via natural neighbour interpolations of distance functions.",
journal = "Computational Geometry Theory and Applications.",
volume = "22",
pages = "185--203",
year = "2002"
}
% --------------------------------------------------------------------------
@article{ ada00,
author = "U. Adamy and J. Giesen and M. John ",
title = "New Techniques for Topologically Correct Surface Reconstruction.",
journal = "Proceedings of the 11th IEEE Visualization 2000 Conference (VIS 2000).",
year = "2000"
}
% --------------------------------------------------------------------------
@inproceedings{ curless1996,
author = "B. Curless and Levoy ",
title = "A Volumetric Method for Building Complex Models from Range Images.",
booktitle = "In Proceedings ACM SIGRAPH96.",
pages = "303-312",
year = "1996"
}
% --------------------------------------------------------------------------
@article{boissonnat1984,
author = {Jean-Daniel Boissonnat},
title = {Geometric structures for three-dimensional shape representation.},
journal = {ACM Trans. Graph.},
volume = {3},
number = {4},
year = {1984},
issn = {0730-0301},
pages = {266--286},
publisher = {ACM Press},
}
% --------------------------------------------------------------------------
@inproceedings{capps1998,
author = {Marek Teichmann and Michael Capps},
title = {Surface reconstruction with anisotropic density-scaled alpha shapes},
booktitle = {Proceedings of the conference on Visualization '98},
year = {1998},
isbn = {1-58113-106-2},
pages = {67--72},
location = {Research Triangle Park, North Carolina, United States},
publisher = {IEEE Computer Society Press},
}
% --------------------------------------------------------------------------
@inproceedings{dey03,
author = {Tamal K. Dey and Samrat Goswami},
title = {Tight cocone: a water-tight surface reconstructor},
booktitle = {Proceedings of the eighth ACM symposium on Solid modeling and applications},
year = {2003},
isbn = {1-58113-706-0},
pages = {127--134},
location = {Seattle, Washington, USA},
doi = {http://doi.acm.org/10.1145/781606.781627},
publisher = {ACM Press},
}
% --------------------------------------------------------------------------
@inproceedings{levoy00digital,
author = "Marc Levoy and Kari Pulli and Brian Curless and Szymon Rusinkiewicz and David Koller and Lucas Pereira and Matt Ginzton and Sean Anderson and James Davis and Jeremy Ginsberg and Jonathan Shade and Duane Fulk",
title = "The Digital Michelangelo Project: 3{D} Scanning of Large Statues",
booktitle = "Siggraph 2000, Computer Graphics Proceedings",
publisher = "ACM Press / ACM SIGGRAPH / Addison Wesley Longman",
editor = "Kurt Akeley",
pages = "131--144",
year = "2000",
url = "citeseer.ist.psu.edu/levoy00digital.html", }
% --------------------------------------------------------------------------
@article{ bajaj-surface,
author = {Chandrajit L. Bajaj and Edward J. Coyle and Kwun-Nan Lin},
title = {Surface and 3D Triangular Meshes from Planar Cross Sections},
journal = {COMPUTER METHODS APPLYED MECHANICS ENGINEER},
number = {179},
year = {1999},
pages = {266--286},
}
% --------------------------------------------------------------------------
@misc{ biscaro2001,
author= "Helton Hideraldo B\'{i}scaro",
title = " Singular Half-Face: Uma Estrutura de Dados Volum\'{e}trica.",
howpublished= "Disserta\c{c}\~{a}o de Mestrado, Universidade de S\~{a}o Paulo - Instituto de Ci\^encias Matem\'{a}ticas e Computa\c{c}\~{a}o.",
year = "2001"
}
% --------------------------------------------------------------------------
@inproceedings{ boissonnat98,
author = "J. D. Boissonnat",
title = "Shape Reconstruction from Planar Cross Sections",
booktitle = "Computer Vision, Graphics, and Image Processing",
volume = "44",
pages = "1--29",
year = "1998",
}
% --------------------------------------------------------------------------
@article{ dibben2000,
author = "D. C. Dibben",
title = "3D Mesh generation using bubble meshing for microwave applicators",
journal = "IEEE T MAGN 36:",
volume = "4",
pages = "1514-1518",
year = "2000",
}
% --------------------------------------------------------------------------
% --------------------------------------------------------------------------
@article{ Ede83,
author = " H. Edelsdrunner and D.G. Kirkpatric ",
title = "On the sahpe of a set of points in the plane",
journal = "IEEE Transactions On Inforamtion Theory",
volume = "29",
pages = "551-559",
year = "1983",
}
% --------------------------------------------------------------------------
@inproceedings{ Amentapolarballs,
author = "Nina Amenta and Ravi Krishna Kolluri",
title = "Accurate and efficient unions of balls",
booktitle = "Symposium on Computational Geometry",
pages = "119-128",
year = "2000",
url = "citeseer.nj.nec.com/297220.html" }
@article{Amentanewvoronoi,
author = "Nina Amenta and Marshall Bern and Manolis Kamvysselis",
title = "A New {Voronoi}-Based Surface Reconstruction Algorithm",
journal = "Computer Graphics",
volume = "32",
number = "{Annual Conference Series}",
pages = "415--421",
year = "1998",
url = "citeseer.nj.nec.com/amenta98new.html" }
@ARTICLE{Amentavoronoifiltering,
AUTHOR = "Nina Amenta and Marsahll Bern",
TITLE = "Surface Reconstruction by Voronoi Filtering",
JOURNAL = "Discrete and Computational Geometry",
YEAR = "1999",
volume = "22",
pages = "481-504"
}
@INPROCEEDINGS{Amentapc,
AUTHOR = "Nina Amenta and Sunghee Choi and Ravi Kolluri",
TITLE = "The Power Crust",
BOOKTITLE = "6th ACM Symposium on Solid Modeling",
YEAR = "2001",
series = "249-260"
}
@ARTICLE{Amentapcunmat,
AUTHOR = "Nina Amenta and Sunghee Choi and Ravi Kolluri",
TITLE = "The Power Crust, Unions of Balls, and the Medial Axis Transform",
JOURNAL = "Computational Geometry: Theory and Applications",
YEAR = "2001",
volume = "19",
number = "2-3",
pages = "127-153"
}
@ARTICLE{Amentabeta,
AUTHOR = "Nina Amenta and M Bern and D Eppstein",
TITLE = "The Crust and the $\beta-$Skeleton : Combinatorial Curve Reconstruction",
JOURNAL = "Graphical Models and Image Processing",
YEAR = "1998",
volume = "60",
number = "2",
pages = "125-135"
}
@ARTICLE{Attali,
AUTHOR = "D Attali",
TITLE = "$r$-Regular Shape Reconstruction from Unorganized Points",
JOURNAL = "Computational Geometry Theory and Applications",
YEAR = "1998",
volume = "10",
pages = "239-249",
note = "Elsevier"
}
@ARTICLE{Attene,
AUTHOR = "M. Attene and M. Spagnuolo",
TITLE = "Automatic Surface Reconstruction from Point Sets in Space",
JOURNAL = "Computer Graphics Forum",
YEAR = "2000",
volume = "19",
number = "3",
pages = "0-0(1)"
}
@ARTICLE{Bajaj1,
AUTHOR = "C L Bajaj and E J Coyle and K N Lin",
TITLE = "Tetrahedral meshes from planar cross-sections",
JOURNAL = "Comput Methods Applied Mechannical Enginnering",
YEAR = "1999",
number = "179",
pages = "31-52"
}
@INPROCEEDINGS{Bajaj,
AUTHOR = "C L Bajaj and Fausto Bernardini and G Xu",
TITLE = "Automatic Reconstruction of Surfaces and Scalar Fields from 3D Scans",
BOOKTITLE = "Computer Graphics Proceedings",
YEAR = "1995",
editor = "Annual Conference Series",
series = "SIGGRAPH"
}
@ARTICLE{Bardinet,
AUTHOR = "E Bardinet and L D Cohen and N Auache",
TITLE = "A Parametric Deformable Model to Fit Unstructured 3D Data",
JOURNAL = "Computer Vision and Image Understanding",
YEAR = "1998",
volume = "71",
number = "1",
pages = "39-54"
}
@MASTERSTHESIS{Biscaro,
author = {Helton Hideraldo B\'{i}scaro},
title = {Singular Half-Face Uma Estrutura de Dados Volum\'{e}trica},
school = { Universidade de S\~{a}o Paulo - Instituto de Ci\^encias Matem\'{a}ticas e Computa\c{c}\~{a}o},
year = {2001}
}
@article{biscaro07,
author = {B\'{\i}scaro, Helton Hideraldo and Filho, Antonio Castelo and Nonato, Luis Gustavo and Ferreira de Oliveira, Maria Cristina},
title = {A topological approach for surface reconstruction from sample points},
journal = {Vis. Comput.},
volume = {23},
number = {9},
year = {2007},
issn = {0178-2789},
pages = {793--801},
doi = {http://dx.doi.org/10.1007/s00371-007-0134-7},
publisher = {Springer-Verlag New York, Inc.},
address = {Secaucus, NJ, USA},
}
%%%%%%%ok
@INPROCEEDINGS{Chew,
AUTHOR = "L P Chew",
TITLE = "Garanteed-quality mesh generation for curved surfaces",
BOOKTITLE = "ACM Symposium on Computational Geometry",
YEAR = "1993",
pages = "274-280"
}
@ARTICLE{Boissonnat,
AUTHOR = "J D Boissonnat",
TITLE = "Shape Reconstruction from planar cross-sections",
JOURNAL = "Computational Vision Image",
YEAR = "1988",
volume = "44",
pages = "1-29"
}
@BOOK{Bloom,
AUTHOR = "Jules Bloomenthal and Chandrajit Bajaj and Jim Blinn and Marie-Paule Cani-Gascuel and Alyn Rockwood and Brian Wyvill and Geoff Wyvill",
editor = "Brian A. Barsky",
TITLE = "Introduction to Implicit Surfaces",
PUBLISHER = "Morgam Kaufmann Publkishers",
YEAR = "1997",
isbn = "1-55860-233-X"
}
@BOOK{Jolliffe02,
AUTHOR = "Ian T. Jolliffe",
TITLE = "Principal components analysis",
PUBLISHER = "Springer Us",
YEAR = "2002",
isbn = "9780387954424"
}
@INPROCEEDINGS{Curless,
AUTHOR = "B Curless and Levoy M",
TITLE = "A volumetric method for building complex models from range images",
BOOKTITLE = "Siggraph",
YEAR = "1996",
pages = "303-312"
}
@article{Edelsbrunner,
author = "Herbert Edelsbrunner and Ernst P. M{\"{u}}cke",
title = "Three-Dimensional Alpha Shapes",
journal = "ACM Transactions on Graphics",
volume = "13",
number = "1",
pages = "43 - 72",
year = "1994"
}
@BOOK{Figueredo,
AUTHOR = {L H Figueiredo and P C P Carvalho},
EDITOR = {Instituto de Matemática Pura e Aplicada, Rio de Janeiro},
TITLE = {Introdução à Geometrica Computacional},
YEAR = {1991},
series = {$18^o$ Colóquio Brasileiro de Matemática},
}
@ARTICLE{Forman1,
AUTHOR = "R Forman",
TITLE = "Morse theory for cell complexes",
JOURNAL = "Advances in Mathematics",
YEAR = "1998",
volume = "134",
number = "1" ,
pages = "90-145"
}
@ARTICLE{Forman2,
AUTHOR = "R Forman",
TITLE = "Witten-Morse theory for cell complexes",
JOURNAL = "Topology",
YEAR = "1998",
volume = "37",
number = "5",
pages = "945-979"
}
@BOOK{Hoffmann,
AUTHOR = "C M Hoffmann",
TITLE = "Geometric and Solid Modeling, An Introduction",
PUBLISHER = "Morgan Kaufmann",
YEAR = "1989",
}
@article{Hoppe,
author = "Hugues Hoppe and Tony DeRose and Tom Duchamp and John McDonald and Werner Stuetzle",
title = "Surface reconstruction from unorganized points",
journal = "Computer Graphics",
volume = "26",
number = "2",
pages = "71--78",
year = "1992",
url = "citeseer.nj.nec.com/article/hoppe94surface.html" }
@ARTICLE{Huang,
AUTHOR = "J Huang and C H Menq",
TITLE = "Combinatorial Manifold Reconstruction and Optimization from Unorganized Point Cloud with Arbitrary Topology",
JOURNAL = "Computer-Aided Design",
YEAR = "2002",
number = "34",
volume = "1",
pages = "149-165"
}
@ARTICLE{Kirkpatrick,
AUTHOR = "D G Kirkpatric and J D Radke",
TITLE = "Framework for Computational Morphology - Computational Geometry",
JOURNAL = "Comput Methods Applied Mechannical Enginnering",
YEAR = "1985",
editor = "G T Toussaint",
pages = "217-245"
}
@ARTICLE{Jin,
AUTHOR = "H Jin and R I Tanner",
TITLE = "Generation of unstructured tetrahedral meshes by advancing front techinique",
JOURNAL = "International Journal of Numerical Methods in Enginnering",
YEAR = "1993",
number = "36",
pages = "1805-1823"
}
@INPROCEEDINGS{Jones,
AUTHOR = "M W Jones and M Chen",
TITLE = "A new approach to the construction of surfaces from contour data",
BOOKTITLE = "Eurographics",
YEAR = "1994",
pages = {75-84},
year = {1994},
volume = "13",
number = "3"}
}
@article{Guibas85,
author = {Guibas, Leonidas and Stolfi, Jorge},
title = {Primitives for the manipulation of general subdivisions and the computation of Voronoi},
journal = {ACM Trans. Graph.},
volume = {4},
number = {2},
year = {1985},
issn = {0730-0301},
pages = {74--123},
doi = {http://doi.acm.org/10.1145/282918.282923},
publisher = {ACM},
address = {New York, NY, USA},
}
@BOOK{Gomes04,
AUTHOR = "Jonas Gomes and Luiz Velho",
TITLE = "Fundamentos da Computação Gráfica",
PUBLISHER = "Instituto de Matemática Pura e Aplicada IMPA - In Portuguese.",
YEAR = "2004"
}
@BOOK{Lima,
AUTHOR = "Elon L Lima",
TITLE = "Curso de Análise Vol. 2",
PUBLISHER = "Instituto de Matemática Pura e Aplicada IMPA",
YEAR = "1981"
}
@ARTICLE{Marcum,
AUTHOR = "D L Marcum and N P Weatherill",
TITLE = "Unstructured grid generation using iterative point insertion and local reconnection",
JOURNAL = "AIAA Journal",
YEAR = "1995",
number = "32: (9)",
pages = "1619-1625"
}
@ARTICLE{Petitjean,
AUTHOR = "S Petitjean and E Boyer",
TITLE = "Regular and non-Regular Points Sets: Properties and Reconstruction",
JOURNAL = "Computational Geometry Theory and Applications",
YEAR = "2001",
_deonde = "Elvevier",
pages = "101-126"
}
@PHDTHESIS{Piteri,
AUTHOR = {Marco Antonio Piteri},
TITLE = {Geração Automática de Malhas Hierárquico-Adaptativas em Domínios Bidiensionais e Tridimensionais},
SCHOOL = {Universidade Técnica de Lisboa},
YEAR = {1998}
}
@BOOKLET{Resende,
TITLE = {Fundamentos de Geometria Computacional},
AUTHOR = {P J Resende J Stolfi},
PUBLISHED = {IX Escola de Computação},
ADDRESS = {Recife},
NOTE = {IBM/Brasil},
ANNOTE = {207p},
year = {1994}
}
@INPROCEEDINGS{Rodriguez,
AUTHOR = "Az Rodriguez and J M Espadero and D López and L Pastor",
TITLE = "Delaunay Surface Reconstruction from Scattered Points",
BOOKTITLE = "Discrete Geometry for Computer Imagery",
YEAR = "1994",
editor = "9th International Conference",
series = "DGCI"
}
@INPROCEEDINGS{Ruppert,
AUTHOR = "Jim Ruppert and R Seidel R",
TITLE = "On the difficulty of tetrahedralizing 3-dimensional non-convex polyhedra",
YEAR = "1989",
pages = "380-392",
organization = "5th Annual ACM Symposium Comput Geom Proceedings",
}
@ARTICLE{Teng,
AUTHOR = "S H Teng and C W Wong",
TITLE = "Unstructured mesh generation: Theory, practice, and perspectives",
JOURNAL = "International Journal of Computer Geometry",
YEAR = "2000",
volume = "10",
number = "3",
pages = "227-266"
}
%%%%%ok
@PHDTHESIS{Nonato,
AUTHOR = {Luis Gustavo Nonato},
TITLE = {Reconstrução de Variedades Volumétricas a partir de Seções Bidimensionais},
SCHOOL = {Pontifícia Universidade Católica do Rio de Janeiro},
YEAR = {1998}
}
@MASTERSTHESIS{Moreira,
author = {José Geraldo Veloso Moreira},
title = {Desenvolvimento de um modelador para superf\'{\i}cies impl\'{\i}citas em $\mathbb{R}^3$},
school = { Universidade de S\~{a}o Paulo - Instituto de Ci\^encias Matem\'{a}ticas e Computa\c{c}\~{a}o},
year = {1998}
}
@INPROCEEDINGS{Witkin,
AUTHOR = "A. Witkin and P. Heckbert",
TITLE = "Using particles to sample and control implicit surfaces",
YEAR = "1994",
pages = "269-277",
organization = "Siggraph"
}
@article{Mencl,
AUTHOR="Enn Mencl and Hnn Müller",
TITLE= "Graph-based surface reconstruction using structures in scattered point sets",
YEAR = "1998",
pages = "298-311",
journal = "Computer Graphics International"
}
@ARTICLE{Veltkamp,
AUTHOR = "R C Veltkamp",
TITLE = "The $\gamma -$neighborhood graph",
journal = "Computational Geometry: Theory and Applications",
year = "1992",
pages = "227-246"
}
@MISC{Edelsbrunnerhp,
author = "H Edelsbrunner",
title = "$\alpha$-shapes",
howpublished = "http://www.alphashapes.org/alpha/",
year = "2002",
month = "novembro"
}
@InBook{Aurenhammer,
author = {Franz Aurenhammer and Rolf Klein},
_editor = {J Sack and G Urrutia},
title = {Voronoi diagrams},
chapter = {XY},
publisher = {Elsevier Science Publishing},
year = {2000},
pages = {201-290}
}
%ok
@PHDTHESIS{Shewchuk,
AUTHOR = "Jonathan Richard Shewchuk",
TITLE = "Delaunay Refinement Mesh Generation",
SCHOOL = "Scholl of Computer Science - Carnegie Mellon University",
YEAR = "1997"
}
%ok
@BOOK{Edelsbrunnerbook,
AUTHOR = "Herbert Edelsbrunner",
TITLE = "Geometry and Topology for Mesh Generation",
PUBLISHER = "Cambridge",
YEAR = "2001",
series = "Cambridge Monographs on Applied and Computational Mathematics"
}
@BOOK{Babuska,
AUTHOR = "Ivo Babuska and \emph{et al.}",
TITLE = "Modelling, Mesh Generation, and Adaptative Numerical Methods for Partial Equations",
PUBLISHER = "IMA",
YEAR = "1995",
volume = "75",
series = "The IMA volumes in Mathematics and its Applications"
}
@BOOK{Issacson,
AUTHOR = "E Isaacson and H B Keller",
TITLE = "Analysis of Numerical Methods",
PUBLISHER = "John Wiley \& Sons",
YEAR = "1966"
}
%ok
@Misc{CGAL,
key = {CGAL},
title = {CGAL - Computational Geometry Algorithms Library},
year = {2003},
howpublished = {http://www.cgal.org}
}
%ok
@article{CGALtriangulation,
author = "Jean-Daniel Boissonnat and Olivier Devillers and Sylvain Pion and Monique Teillaud and Mariette Yvinec",
title = "Triangulations in CGAL",
journal = "Computational Geometry - Theory and Applications",
volume = "22",
pages = "5-19",
year = "2002"
}
%ok
@Book{Stroustrup,
author = {Bjarne Stroustrup},
title = {The C++ Programming Language},
publisher = {Addison Wesley Pub},
year = {2000},
edition = {3}
}
@article{Bernardinibpa,
author = "F. Bernardini and J. Mittleman and H. Rushmeier and C. Silva and G. Taubin",
title = "The Ball-Pivoting Algorithm for Surface Reconstruction",
journal = "IEEE Transactions on Visualization and Computer Graphics",
volume = "5",
number = "4",
pages = "349--359",
year = "1999",
url = "citeseer.nj.nec.com/bernardini99ballpivoting.html" }
@article{Adamy,
author = "Udo Adamy and Joachim Giesen and Matthias John",
title = "Surface Reconstruction Using Umbrella Filters",
journal = "Computational Geometry Theory and Applications",
volume = "21",
pages = "63--86",
year = "2002"}
%maybe
@article{Nonatoartigo,
author = "Luis Gustavo Nonato and Rosane Minghim and Maria Cristina Fer Oliveira and Geovan Tavares",
title = "A Novel Approach for Delaunay 3D Reconstruction with a comparative analysis in the Light of Applications",
journal = "Computer Graphics Forum",
volume = "20",
number = "2",
pages = "161- -174",
year = "2001"}
@inproceedings{Pajarola,
author = "Renato B. Pajarola",
title = "Large Scale Terrain Visualization Using The Restricted Quadtree Triangulation",
booktitle = "{IEEE} Visualization '98",
editor = "David Ebert and Hans Hagen and Holly Rushmeier",
pages = "19--26",
year = "1998",
url = "citeseer.nj.nec.com/pajarola98large.html" }
%maybe
@Article{Bajaj94,
author = {C L Bajaj and E J Coyle and K Lin},
title = {Arbitrary topology shape reconstruction from planar cross sections},
journal = {Graphical Model and Image Processing},
year = {1996},
volume = {58},
number = {6},
pages = {524-543}
}
%maybe
@Article{Klein,
author = {R Klein A Schilling and W Straber},
title = {Reconstruction and Simplification of Surfaces from Contours},
journal = {Graphical Models},
year = {2000},
volume = {62},
pages = {429-443}
}
@Article{Edelsbrunnermorse,
author = {Hebbert Edelsbrunner},
title = {Surface Recosntruction by Wrapping Finite Point Set in Space},
journal = {Discrete and Computational Geometry. The Goodman-Pollack Festschrift},
pages = {379-404},
publisher = {Springer-Verlag},
year = {2003}
}
@inproceedings{ Gopilocalizeddelaunay,
author = "M. Gopi and S. Krishnan and C. T. Silva",
title = "Surface Reconstruction Based on Lower Dimensional Localized Delaunay Triangulation",
booktitle = "Computer Graphics Forum (Eurographics 2000)",
volume = "19(3)",
editor = "M. Gross and F. R. A. Hopgood",
year = "2000",
url = "citeseer.nj.nec.com/gopi00surface.html" }
@InProceedings{Gopi,
author = {M. Gopi and S. Krishnan},
title = {A Fast and Efficient Projection Based Approach for
Surface Reconstruction},
booktitle = {proceedings of the $15^{th}$ Brazilian Symposium on
Computer Graphics and Image Processing},
pages = {179--186},
year = {2002},
}