-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpersonal.bib
1902 lines (1674 loc) · 50.7 KB
/
personal.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
@misc{ccmalloc,
author = "Armin Biere",
howpublished = "\url{http://www2.inf.ethz.ch/personal/biere/projects/ccmalloc/#introduction}",
title = "The ccmalloc memory-leak tracing tool",
}
@misc{valgrind,
author = "Julian Seward",
howpublished = "\url{http://valgrind.kde.org}",
title = "Valgrind: a {GPL}'d system for debugging and profiling x86-{L}inux programs",
}
@misc{animal,
author = "Fabbri, R",
howpublished = "\url{http://animal.sourceforge.net}",
title = "Animal -- {A}n {IMA}ge {L}ibrary",
}
@misc{edtweb,
author = "Fabbri, R and O. M. Bruno and L. da F. Costa and J. C.
Torelli",
howpublished = "\url{http://cyvision.if.sc.usp.br/~rfabbri/edt}",
title = "Resultados completos e implementação de algoritmos
relativos ao trabalho `{C}omparação e desenvolvimento de
algoritmos de transformada de distância euclidiana e
aplicações'.",
}
@misc{sip, author = "Fabbri, R",
howpublished = "\url{http://siptoolbox.sourceforge.net}",
title = "{SIP} -- The {S}cilab {I}mage {P}rocessing Toolbox",
}
@misc{sip, author = "Fabbri, R",
howpublished = "\url{http://siptoolbox.sourceforge.net}",
title = "{SIP} -- The {S}cilab {I}mage {P}rocessing Toolbox",
}
@misc{cvs, author = "{Free Software Foundation}",
howpublished = "\url{www.cvshome.org}",
title = "{CVS} -- a version control system",
}
@misc{shapelab, author = "{Brown University}",
howpublished = "\url{http://www.lems.brown.edu/vision/extra/SHAPE/}",
title = "S.H.A.P.E. Project",
}
@article{siplj,
author = "Fabbri, Ricardo and Costa, L. F. and Bruno, O. M.",
journal = "Linux Journal",
note = "accepted",
title = "Scilab and {SIP} for Image Processing",
year = "2004",
}
%
% DT Methods
%
@article{Falcao:2002,
author = "Falcao, A. X. and Costa, L. F. and da Cunha, B. S.",
journal = "Pattern Recognition",
month = "jul",
number = "7",
pages = "1571--1582",
title = "Multiscale skeletons by image foresting transform and its application to neuromorphometry",
volume = "35",
year = "2002",
}
@article{Maurer,
author = "Maurer, C.R. and R. Qi and V. Raghavan",
journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
month = "feb",
number = "2",
pages = "265-270",
title = "A Linear Time Algorithm for Computing the {E}uclidean Distance Transform in Arbitrary Dimensions",
volume = "25",
year = "2003",
}
@article{Borgefors:1984,
author = "Borgefors, G",
journal = "Computer Vision, Graphics, and Image Processing",
pages = "321--345",
title = "Distance Transformations in Arbitrary Dimensions",
volume = "27",
year = "1984",
}
@article{Borgefors:1986,
author = "Borgefors, G",
journal = "Computer Vision, Graphics, and Image Processing",
pages = "344--371",
title = "Distance Transformations in Digital Images",
volume = "34",
year = "1986",
}
@article{Ge:1996,
author = "Ge, Y and Fitzpatrick, JM",
journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
number = "11",
pages = "1055--1066",
title = "On the Generation of Skeletons from Discrete {E}uclidean Distance Maps",
volume = "18",
year = "1996",
}
@article{Boxer:2000,
author = "L. Boxer and R. Miller",
journal = "Computer Vision and Image Understanding Notes",
pages = "379-383",
title = "Efficient Computation of the {E}uclidean Distance Transform",
volume = "80",
year = "2000",
}
@article{Ragnemalm,
author = "Ragnemalm, I",
journal = "{CVGIP} - Image Understanding",
number = "3",
pages = "399--409",
title = "Neighborhoods for Distance Transformations Using Ordered Propagation",
volume = "56",
year = "1992",
}
@article{Ragnemalm:1992b,
author = "I. Ragnelmam",
journal = "Pattern Recognition Letters",
pages = "161-166",
title = "Fast erosion and dilation by contour processing and thresholding of distance maps.",
volume = "13",
year = "1992",
}
@article{Mullikin:1992,
author = "Mullikin, J.C",
journal = "Graphical Models and Image Processing",
number = "6",
pages = "526-535",
title = "The vector distance transform in two and three dimensions",
volume = "54",
year = "1992",
}
@article{Danielsson,
author = "Danielsson, P-E",
journal = "Computer Graphics and Image Processing",
pages = "227--248",
title = "{E}uclidean Distance Mapping",
volume = "14",
year = "1980",
}
@inproceedings{Vincent:1991,
author = "Vincent, L",
booktitle = "Proceedings of the IEEE Computer Vision and Pattern Recognition '91",
pages = "520--525",
title = "Exact {E}uclidean Distance Function by Chain Propagations",
year = "1991",
}
@phdthesis{CuisenaireThesis,
address = "Belgique",
author = "Cuisenaire, O",
month = "oct",
school = "Université Catholique de Louvain",
title = "Distance Transformations: Fast Algorithms and Applications to Medical Image Processing",
year = "1999",
}
@article{CuisenaireCVIU,
author = "Cuisenaire, O and Macq, B",
journal = "Computer Vision and Image Understanding",
number = "2",
pages = "163--172",
title = "Fast {E}uclidean Distance Transformation by Propagation Using Multiple Neighborhoods",
volume = "76",
year = "1999",
}
@inproceedings{CuisenaireRaster,
address = "Phoenix, USA",
author = "O. Cuisenaire and B. Macq",
booktitle = "ICASSP\'99 - IEEE Intl Conference on Acoustics, Speech and Signal Processing",
month = "mar",
pages = "3293-3296",
title = "Fast and exact signed {E}uclidean distance transformation with linear complexity",
volume = "6",
year = "1999",
}
@article{F.leymarie:1992,
author = "F. Leymarie and M.D. Levine",
journal = "Computer Vision and Image Understanding",
month = "jan",
number = "1",
title = "Fast Raster Scan Distance Propagation on the Discrete Rectangular Lattice",
volume = "55",
year = "1992",
}
@article{Breu,
author = "Breu, H and Gil, J and Kirkpatrick, D and Werman, M",
journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
number = "5",
pages = "529--533",
title = "Linear Time {E}uclidean Distance Transform Algorithms",
volume = "17",
year = "1995",
}
@article{GuanMa,
author = "Weiguang Guan and Songde Ma",
journal = "Pattern Analysis and Machine Intelligence",
month = "jul",
number = "7",
pages = "757-761",
title = "A list-processing approach to compute {V}oronoi diagrams
and the {E}uclidean distance transform",
volume = "20",
year = "1998",
}
@article{Saito,
author = "T. Saito and J.i. Toriwaki",
journal = "Pattern Recognition",
number = "11",
pages = "1551-1565",
title = "New algorithms for {E}uclidean distance transformations of an n-dimensional digitised picture with applications",
volume = "27",
year = "1994",
}
@article{Mehnert:1999,
author = "Mehnert, A.J.H. and Jackway, P.T.",
journal = "Journal of Mathematical Imaging and Vision",
month = "dec",
number = "3",
pages = "223-230",
title = "On Computing the Exact {E}uclidean Distance Transform on Rectangular and Hexagonal Grids",
volume = "11",
year = "1999",
}
@article{Marina:2001,
author = "Marina L. Gavrilova and Muhammad H. Alsuwaiyel",
journal = "International Journal of Image and Graphics",
number = "4",
pages = "635-645",
title = "Two Algorithms For Computing the {E}uclidean distance transform",
volume = "1",
year = "2001",
}
@article{Eggers,
author = "Eggers, H",
journal = "Computer Vision and Image Understanding",
month = "jan",
number = "1",
pages = "106-116",
title = "Two Fast {E}uclidean Distance Transformations in
$\mathbb{Z}^2$ Based on Sufficient Propagation",
volume = "69",
year = "1998",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TD APLICS
%
@article{Liu:1990,
author = "H.C. Liu and M.D. Srinath",
journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
number = "11",
pages = "1072-1079",
title = "Partial Shape Classification Using Contour Matching in Distance Transformation",
volume = "12",
year = "1990",
}
@article{You:1995,
author = "J. You and E. Pissaloux and W. P. Zhu and H. A. Cohen",
journal = "Real-time Imaging",
month = "oct",
number = "4",
pages = "245-259",
title = "Efficient Image Matching: A Hierarchical Chamfer Matching Scheme Via Distributed System",
volume = "1",
year = "1995",
}
@article{Borgefors:1997,
author = "Borgefors, G and Nyström, I",
journal = "Pattern Recognition Letters",
pages = "465--472",
title = "Efficient shape representation by minimizing the set of centres of maximal discs/spheres",
year = "1997",
}
@inproceedings{Chin:2001,
author = "Y.t. Chin and H. Wang and L. P. Tay and And Y. C. Soh",
booktitle = "Proceedings of 32nd International Symposium on Robotics",
month = "apr",
pages = "1416-1421",
title = "Vision Guided {AGV} Using Distance Transform",
year = "2001",
}
@article{Dorota:1997,
author = "Dorota Kozinska and Oleh J. Tretiak and Jonathan Nissanov and Cengizhan Ozturk",
journal = "Graphical Models and Image Processing",
month = "nov",
number = "6",
pages = "373-496",
title = "Multidimensional Alignment Using the {E}uclidean Distance Transform",
volume = "59",
year = "1997",
}
@article{Coelho:1996,
author = "Coelho, RC and Costa, LF",
journal = "Applied Signal Processing",
pages = "163-176",
title = "On the application of the {B}ouligand-{M}inkowski fractal dimension for shape characterisation",
volume = "3",
year = "1996",
}
@article{Starovoitov:1996,
author = "V. Starovoitov",
journal = "Pattern Recognition Letters",
number = "3",
pages = "231-239",
title = "A clustering technique based on the distance transform",
volume = "17",
year = "1996",
}
@incollection{Zeng:2003,
author = "Zeng, PF and Hirata, T",
booktitle = "Geometry, Morphology and Computational Imaging",
pages = "86-100",
publisher = "Springer-{V}erlag",
series = "Lecture Notes in Computer Science",
title = "Distance map based enhancement for interpolated images",
volume = "2616",
year = "2003",
}
@article{Kovacs:1995,
author = "Zs. M. Kovács-V. and R. Guerrieri",
journal = "Pattern Recognition",
month = "mar",
number = "3",
pages = "293-301",
title = "Massively-parallel handwritten character recognition based on the distance transform",
volume = "28",
year = "1995",
}
@article{Travis:1996,
author = "A. J. Travis and D. J. Hirst and A. Chesson",
journal = "Annals of Botany",
pages = "325-331",
title = "Automatic Classification of Plant Cells According to Tissue Type using Anatomical Features Obtained by the Distance Transform",
volume = "78",
year = "1996",
}
@article{Paglieroni:1997,
author = "David W. Paglieroni",
journal = "Graphical Models and Image Processing",
month = "jul",
number = "4",
pages = "253-264",
title = "Directional Distance Transforms and Height Field Preprocessing for Efficient Ray Tracing",
volume = "59",
year = "1997",
}
@article{Toivanen:1999,
author = "Pekka J. Toivanen and Ari M. Vepsäläinen and And Jussi P. S. Parkkinen",
journal = "Pattern Recognition Letters",
month = "oct",
number = "10",
pages = "1015-1026",
title = "Image compression using the distance transform on curved space (DTOCS) and Delaunay triangulation",
volume = "20",
year = "1999",
}
@article{Holden:2001,
author = "N. M. Holden",
journal = "European Journal of Soil Science",
month = "dec",
number = "4",
pages = "529-545",
title = "Description and classification of soil structure using distance transform data",
volume = "52",
year = "2001",
}
%
% TDs in Medical Imaging
%
@article{Yen-hao:1998,
author = "Yen-hao Tseng and Jenq-neng Hwang and Florence H. Sheehan",
journal = "The Journal of {VLSI} Signal Processing--systems For Signal, Image, and Video Technology",
month = "apr",
number = "3",
title = "3{D} Heart Modeling and Motion Estimation Based on Continuous Distance Transform Neural Networks and Affine Transform",
volume = "18",
year = "1998",
}
@article{Wintermark:2002,
author = "M. Wintermark and M. Reichhart and O. Cuisenaire and P.
Maeder and J.P. Thiran and P. Schnyder and J. Bogousslavsky and
R. Meuli",
journal = "Stroke",
month = "aug",
number = "33",
pages = "2025-2031",
title = "Comparison of admission perfusion computed tomography and qualitative diffusion- and perfusion-weighted magnetic resonance imaging in acute stroke patients",
volume = "8",
year = "2002",
}
@article{Mangin:1994,
author = "J.F. Mangin and V. Froin and I. Bloch and B. Bendriem and J. Lopez-Krahe",
journal = "Journal of Cerebral Blood Flow and Mechanism",
pages = "749-792",
title = "Fast non-supervised 3{D} registration of PET and MR Images from the brain",
volume = "14",
year = "1994",
}
@article{Jolesz:1997,
author = "F.A. Jolesz and W.e. Loresen and H. Shinmoto and H. Atsumi and S. Nakajima and P. Kavanaugh and P. Saiviroonporn and S.e. Seltzer and S.g. Silverman and M. Phillips and R. Kikinis",
journal = "American Journal of Radiology",
pages = "1229-1237",
title = "Interactive virtual endoscopy",
volume = "169",
year = "1997",
}
@article{Thiran:1996,
author = "J.P. Thiran and B. Macq",
journal = "IEEE Transactions on Biomedical Engineering",
pages = "1011-1019",
title = "Morphological feature extraction for the classification of digital images of cancerous tissues",
volume = "43",
year = "1996",
}
@book{Serra:1982,
author = "Serra, J",
editor = "",
publisher = "Academic Press",
title = "Image Analysis and Mathematical Morphology",
volume = "1",
year = "1982",
}
@article{Shih:1992,
author = "F. Y. C. Shih and O. R. Mitchell",
journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
pages = "197-204",
title = "A mathematical morphology approach to {E}uclidean distance transformation",
volume = "1",
year = "1992",
}
@article{Huang:1994,
author = "Huang, C.T. and Mitchell, O.R.",
journal = "Pattern Analysis and Machine Intelligence, IEEE Transactions On",
month = "apr",
number = "4",
pages = "443-448",
title = "A {E}uclidean distance transform using grayscale morphology decomposition",
volume = "16",
year = "1994",
}
@misc{scilab,
author = "{INRIA}",
howpublished = "\url{www.scilab.org}",
title = "Scilab Numerical Programming Environment",
}
@misc{vxl,
howpublished = "\url{http://vxl.sourceforge.net}",
title = "The {VXL} {C}++ Computer Vision Libraries",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Other refs
%
@article{Fabbri:2002,
author = "Fabbri, R and Estrozi, LF and Costa, LDF",
journal = "Journal of Mathematical Imaging and Vision",
month = "jul",
number = "1",
pages = "27--40",
title = "On {V}oronoi diagrams and medial axes",
volume = "17",
year = "2002",
}
@article{Soille:1991,
author = "Soille, P and Vincent, L",
journal = "IEEE T. Patt. Anal. Mach. Intel.",
number = "6",
pages = "583-598",
title = "Watersheds in digital spaces: An efficient algorithm based on imersion simmulations",
volume = "13",
year = "1991",
}
@book{Parker:1997,
author = "Parker, R",
editor = "",
publisher = "Wiley",
title = "Algorithms for image processing and computer vision",
year = "1997",
}
@article{Chen:1989,
author = "Chen, M and Yan, P",
journal = "IEEE Patt. Anal. Mach. Intel.",
number = "7",
pages = "694-700",
title = "Multiscaling approach based on morphological filtering",
volume = "11",
year = "1989",
}
@article{Costa:1999,
author = "Costa, LF and Estrozi, LF",
journal = "Electronics Letters",
number = "21",
pages = "1829-1830",
title = "Multiresolution shape representation without border shifting",
volume = "35",
year = "1999",
}
@article{IFT,
author = "Falcao, A.X. and Stolfi, J. and Lotufo, R. A.",
journal = "IEEE Transactions on Pattern Analysis and Machine Intelligence",
month = "jan",
number = "1",
pages = "19-29",
title = "The Image Foresting Transform: theory, algorithms, and applications",
volume = "26",
year = "2004",
}
@article{Costa:2000,
author = "Costa, LF",
journal = "Real Time Imaging",
pages = "415-431",
title = "Robust skeletonization through exact {E}uclidean distance transform and its application to neuromorphometry",
volume = "6",
year = "2000",
}
@book{Sethian:1999,
author = "Sethian, JA",
editor = "",
publisher = "Cambridge University Press",
title = "Level Set Methods and Fast Marching Methods: Evolving Interfaces in Computational Geometry",
year = "1999",
}
@article{Rosenfeld66,
author = "Rosenfeld, A and Pfaltz, J.L.",
journal = "Journal of the ACM",
number = "4",
title = "Sequential operations in digital picture processing",
volume = "13",
year = "1966",
}
@article{Rosenfeld68,
author = "Rosenfeld, A and Pfaltz, JL",
journal = "Pattern Recognition",
number = "1",
pages = "33--61",
title = "Distance Functions on Digital Pictures",
volume = "1",
year = "1968",
}
@article{Aurenhammer,
author = "Aurenhammer, F",
journal = "ACM Computing Surveys",
number = "3",
pages = "345-405",
title = "{V}oronoi diagrams - a survey of a fundamental data structure",
volume = "23",
year = "1991",
}
@book{Preparata,
author = "Preparata, FP and Shamos, MI",
editor = "",
publisher = "Springer-{V}erlag",
title = "Computational Geometry",
year = "1990",
}
@article{Fortune,
author = "S. J. Fortune",
journal = "Algorithmica",
number = "2",
pages = "153-174",
title = "A sweepline algorithm for {V}oronoi diagrams",
year = "1987",
}
@article{Jain:1991,
author = "Jain, R and Binford, T",
journal = "CVGIP",
number = "1",
pages = "112-117",
title = "Dialogue: Ignorance, Myopia, and Naivete in Computer Vision Systems",
volume = "53",
year = "1991",
}
@article{Shih:2004,
author = "Frank Y. Shih and Yi-Ta Wu",
journal = "Computer Vision and Image Understanding",
month = "feb",
number = "2",
pages = "195 - 205",
title = "Fast {E}uclidean distance transformation in two scans using a $3 \times 3$ neighborhood",
volume = "93",
year = "2004",
}
@article{KovacsNature,
author = "Kovács, I and Julesz, B",
journal = "Nature",
number = "6491",
pages = "644-646",
title = "Perceptual sensitivity maps within globally defined visual shapes",
volume = "370",
year = "1994",
}
@inbook{Blum:1967,
author = "Blum, H",
editor = "Wathen Dunn, W",
address = "Cambridge, Mass.",
pages = "362-380",
publisher = "Mit Press",
series = "Models for the Perception of Speech and Visual Forms",
title = "A transformation for extracting new descriptors of shape",
year = "1967",
}
@book{LeytonBook,
author = "Michael Leyton",
editor = "",
month = "apr",
publisher = "Mit Press",
title = "Symmetry, Causality, Mind",
year = "1992",
}
@article{Kimia:2003,
author = "Benjamin B. Kimia",
journal = "Journal of Physiology",
note = "Accepted for publication",
title = "On the role of medial geometry in human vision",
year = "2003",
}
@article{KnuthBigOh,
author = "Donald E. Knuth",
journal = "Sigact News",
number = "2",
pages = "18-24",
title = "Big {O}micron and Big {O}mega and Big {T}heta",
volume = "8",
year = "1976",
}
@book{AHU,
author = "Alfred V. Aho and John E. Hopcroft and Jeffrey Ullman",
editor = "",
publisher = "Addison Wesley",
title = "Data Structures and Algorithms",
year = "1982",
}
@book{RosenfeldBook,
author = "A. Rosenfeld and A. C. Kak",
editor = "",
publisher = "Academic Press",
title = "Digital Picture Processing",
year = "1976",
}
@inproceedings{Zampirolli:EDTClassific,
address = "Gramado, RS, Brasil",
author = "F. A. Zampirolli and R. A. Lotufo",
booktitle = "Proccedings of SIBGRAPI, XIII Brazilian Symposium on Computer Graphics and Image Processing",
title = "Classification of the Distance Transformation Algorithms Under the Mathematical Morphology Approach",
year = "2000",
}
@article{Dijkstra,
author = "Dijkstra, E. W.",
journal = "Numerische Math.",
pages = "269-271",
title = "A Note on Two Problems in Connection with Graphs",
volume = "1",
year = "1959",
}
@book{AhujaBook,
author = "Ravindra K. Ahuja and Thomas L. Magnanti and James B. Orlin",
month = "feb",
publisher = "Prentice Hall",
title = "Network Flows: Theory, Algorithms, and Applications",
year = "1993",
}
@article{Bellman,
author = "R. Bellman",
journal = "Quaterly of Applied Mathematics",
pages = "87-90",
title = "On a Routing Problem",
volume = "16",
year = "1958",
}
@article{Dial,
author = "Dial, R. B.",
journal = "Communications of the ACM",
pages = "632-633",
title = "Shortest Path Forest with Topological Ordering",
volume = "12",
year = "1969",
}
@inproceedings{Moore,
address = "Cambridge, MA",
author = "Moore, E. F.",
booktitle = "roc. Internat. Symp. Switching Th., Part II",
pages = "285-292",
publisher = "Harvard University Press",
title = "The Shortest Path through a Maze",
year = "1959",
}
@article{Montanari:1968,
author = "Montanari, U",
journal = "Journal of the Association For Computing Machinery",
number = "4",
pages = "600--624",
title = "A Method for Obtaining Skeletons Using a Quasi-{E}uclidean Distance",
volume = "15",
year = "1968",
}
@article{Verwer,
author = "Verwer, B.J.H. and Verbeek, P.W. and Dekker, S.T.",
journal = "IEEE Transactions on Patt. Anal. and Mach. Intel.",
month = "apr",
number = "4",
pages = "425-429",
title = "An efficient uniform cost algorithm applied to distance transforms",
volume = "11",
year = "1989",
}
@inproceedings{Meijster:2000,
author = "A. Meijster and J.b.t.m. Roerdink and W.h. Hesselink",
booktitle = "Mathematical Morphology and its Applications to Image and Signal Processing (Proc. 5th Int. Conf)",
title = "A general algorithm for computing distance transforms in linear time",
year = "2000",
}
@article{Sharaiha:1994,
author = "Sharaiha, YM and Christofides, N",
journal = "Pattern Recognition Letters",
pages = "1035--1041",
title = "A graph-theoretic approach to distance transformations",
volume = "15",
year = "1994",
}
@article{Hirata:1996,
author = "Tomio Hirata",
journal = "Inf. Process. Lett.",
number = "3",
pages = "129--133",
title = "A unified linear-time algorithm for computing distance maps",
volume = "58",
year = "1996",
}
@article{PiperGranum,
author = "J. Piper and E. Granum",
journal = "Pattern Recognition",
number = "6",
pages = "599--615",
title = "Computing distance transforms in convex and non-convex domains",
volume = "20",
year = "1987",
}
@article{Paglieroni:1992,
author = "Paglieroni, D. W.",
journal = "Graphical Models and Image Processing",
number = "1",
pages = "56--74",
title = "Distance Transforms: Properties and Machine Vision Applications",
volume = "54",
year = "1992",
}
@article{Mihail:1992,
author = "Mihail N. Kolountzakis and Kiriakos N. Kutulakos",
journal = "Inf. Process. Lett.",
number = "4",
pages = "181--184",
title = "Fast computation of the {E}uclidean distance maps for binary
images: Fast computations of the {E}uclidean distance maps for binary images",
volume = "43",
year = "1992",
}
@article{Maragos:1998,
author = "Akmal Butt, M. and Maragos, P.",
journal = "Image Processing, IEEE Transactions On
Image Processing, IEEE Transactions On
Image Processing, IEEE Transactions On",
month = "oct",
number = "10",
title = "Optimum design of chamfer distance transforms",
volume = "7",
year = "1998",
}
@article{Shih:1998,
author = "Shih, FY and Liu, J",
journal = "Pattern Recognition",
number = "11",
pages = "1761--1766",
title = "Size-invariant Four-scan {E}uclidean Distance Transformation",
volume = "31",
year = "1998",
}
@article{Leymarie:1992,
author = "F. Leymarie and M. D. Levine",
journal = "Computer Vision and Image Understanding",
month = "jan",
number = "1",
title = "Fast Raster Scan Distance Propagation on the Discrete Rectangular Lattice",
volume = "55",
year = "1992",
}
@article{Ragnemalm:1993,
author = "I. Ragnemalm",
journal = "Pattern Regocgnition Letters",
pages = "883--888",
title = "The {E}uclidean distance transformation in arbitrary dimensions",
volume = "14",
year = "1993",
}
@article{Paglieroni:1992:unified,
author = "David W. Paglieroni",
journal = "Mach. Vision Appl.",
number = "1",
pages = "47--55",
title = "A unified distance transform algorithm and architecture",
volume = "5",
year = "1992",
}
@article{ChenChuang:1994,
author = "L. Chen and H. Y. H. Chuang",
journal = "Information Processing Letters",
pages = "25-29",
title = "A Fast Algorithm for {E}uclidean Distance Maps of a 2-D Binary Image",
volume = "51",
year = "1994",
}
@misc{Lotufo:2004:Submitted,
author = "Lotufo, R. A. and F. A. Zampirolli",
journal = "IEEE Trans. Image Processing",
month = "march",
title = "Multidimensional Parallel {EDT} using 1D erosions by
Propagation",
year = "2003",
note = "submetido",
}
@phdthesis{ZampirolliThesis,
address = "Campinas, Brasil",
author = "F. A. Zampirolli",
month = "jun",
school = "UNICAMP",
title = "Transformada de Distância por Morfologia Matemática",
year = "2003",
}
@article{Ogniewicz:1995,
author = "R. L. Ogniewicz and O.Kübler",
title = "{V}oronoi Tessellation of Points with Integer Coordinates: Time-Efficient Implementation and Online Edge-List Generation",
journal = "Pattern Recognition, Pergamon Press",
volume = "28",
year = "1995",
url = "citeseer.ist.psu.edu/ogniewicz93voronoi.html"
}
@book{Fritz:1982,
author = "Fritz John",
edition = "4th",
editor = "",
publisher = "Springer-{V}erlag",
series = "Universitext",
title = "Partial Differential Equations",
year = "1982",
}
@book{Brigham,
author = "E. Oran Brigham",
editor = "",
publisher = "Prentice Hall",
title = "The Fast Fourier Transform and Its Applications",
year = "1988",
}
@article{Tek:Wave:Propagation:IJCV03,
author = {Huseyin Tek and Benjamin B. Kimia},
title = {Symmetry Maps of Free-Form Curve Segments Via Wave Propagation},
journal = {IJCV},
pages = {35--81},
month = {August},
volume = {54},
number = {Issue 1-3},
year = {2003},
}
@article{Svensson:1999,
author = "Svensson, S and Borgefors, G",
journal = "Journal of Visual Communication and Image Representation",
number = "4",
pages = "379--397",
title = "On Reversible Skeletonization Using Anchor-Points from Distance Transforms",
volume = "10",
year = "1999",
}
@article{Tek:2001,
author = "Huseyin Tek and Benjamin B. Kimia",
journal = "Journal of Mathematical Imaging and Vision",
month = "may",
number = "3",
pages = "211-223",
title = "Boundary smoothing via symmetry transforms",
volume = "14",
year = "2001",
}
@article{Sharaiha:1994,
author = "Sharaiha, YM and Christofides, N",
journal = "Pattern Recognition Letters",
pages = "1035--1041",
title = "A graph-theoretic approach to distance transformations",
volume = "15",
year = "1994",
}
@article{Saito:1994,
author = "T. Saito and J. I. Toriwaki",
journal = "Pattern Recognition",
number = "11",
pages = "1551-1565",
title = "New algorithms for {E}uclidean distance transformations of an n-dimensional digitised picture with applications",
volume = "27",
year = "1994",