-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblio_chapitre.bib
4429 lines (3741 loc) · 133 KB
/
biblio_chapitre.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
@Book{Grunbaum,
author = "B. Grunbaum and G. C. Shephard",
title = "Tilings and Patterns",
year = "1987",
publisher = "Freeman",
address = "San Francisco, CA",
}
@InProceedings{franconKha,
author = {J. Françon},
title = {Topologie de Khalimski et Kovalevski et algorithmique graphique},
booktitle = {Actes du premier colloque de géométrie discrète en imagerie : fondements et applications},
year = 1991,
address = {Strasbourg}
}
@Article{journals/dam/Debled-RennessonRR03,
title = "Detection of the discrete convexity of polyominoes",
author = "Isabelle Debled-Rennesson and Jean-Luc Remy and
Jocelyne Rouyer-Degli",
journal = "Discrete Applied Mathematics",
year = "2003",
number = "1",
volume = "125",
bibdate = "2003-04-01",
bibsource = "DBLP,
http://dblp.uni-trier.de/db/journals/dam/dam125.html#Debled-RennessonRR03",
pages = "115--133",
}
@Article{Sklansky,
author = "J. Sklansky",
title = "Measuring Concavity on a Rectangular Mosaic",
journal = "IEEE Trans. Computer",
volume = "21",
year = "1972",
number = "12",
month = dec,
pages = "1355--1364",
bibsource = "http://iris.usc.edu/Vision-Notes/bibliography/twod284.html#TT16442",
}
@Article{Ronse89,
key = "Ronse",
author = "Christian Ronse",
title = "A Bibliography on Digital and Computational Convexity
(1961-1988)",
journal = "IEEE Transactions on Pattern Analysis and Machine
Intelligence",
pages = "181--190",
volume = "PAMI-11",
number = "2",
month = feb,
year = "1989",
location = "E \&{} S Library",
}
@InProceedings{conf/dagstuhl/Eckhardt00,
title = "Digital Lines and Digital Convexity",
author = "Ulrich Eckhardt",
publisher = "Springer",
year = "2000",
volume = "2243",
bibdate = "2002-01-11",
bibsource = "DBLP,
http://dblp.uni-trier.de/db/conf/dagstuhl/dig2000.html#Eckhardt00",
booktitle = "Digital and Image Geometry",
editor = "Gilles Bertrand and Atsushi Imiya and Reinhard
Klette",
ISBN = "3-540-43079-2",
pages = "209--228",
series = "Lecture Notes in Computer Science",
URL = "http://link.springer.de/link/service/series/0558/bibs/2243/22430209.htm",
}
@InProceedings{kim80,
author = "C. E. Kim and A. Rosenfeld",
title = "On the Convexity of Digital Regions",
booktitle = "International Conference on Pattern Recognition",
year = "1980",
pages = "1010--1015",
bibsource = "http://iris.usc.edu/Vision-Notes/bibliography/twod282.html#TT16323",
}
@Article{kim-rosenfeld82b,
author = "C.~Kim and A.~Rosenfeld",
title = "Digital straight lines and convexity of digital
regions",
journal = "IEEE Transactions on Pattern Analysis and Machine
Intelligence",
year = 1982,
volume = 4,
number = 2,
pages = "149--153",
month = mar,
}
@book{minsky1988,
address = {Cambridge Mass.},
title = {Perceptrons : an introduction to computational geometry },
isbn = {9780262631112},
publisher = {MIT Press},
author = {Minsky, Marvin},
year = {1988}
}
@Article{rosenfeld,
author = {A. Rosenfeld},
title = {Digital straight lines segments},
journal = {IEEE Transactions on Computers},
year = 1974,
pages = {1264--1369},
}
@Article{blankinhsip,
author = {W.~A.~ Blankinship},
title = {A new version of the Euclidean algorithm},
journal = {American Mathematics Monthly},
year = 1963,
pages = {742-745}
}
@inproceedings{AMA87,
author = "J. Amanatides and A. Woo",
title = "A fast voxel traversal algorithm for ray tracing",
booktitle = "Eurographic's 87",
year = "1987",
pages = "3-12"
}
@InProceedings{AND,
author = {E. Andr{\`e}s},
title = {Le plan discret},
booktitle = {Colloque en g{\'e}om{\'e}trie discr{\`e}te en
imagerie: fondements et applications},
year = 1993,
month = {Septembre}
}
@Article{AND_1985,
author = "T.~A. Anderson and C.~E. Kim",
title = "Representation of Digital Line Segments and Their
Preimages",
journal = "Computer Vision, Graphics, and Image Processing",
volume = 30,
number = 3,
pages = "279--288",
month = jun,
year = 1985,
coden = "CVGPDB",
bibdate = "Thu Feb 6 18:44:11 MST 1997",
acknowledgement = ack-nhfb,
affiliation = "Wash St U",
affiliationaddress = "Washington State Univ, Computer Science Dep,
Pullman, WA, USA",
classification = 723,
journalabr = "Comput Vision Graphics Image Process",
keywords = "computer programming --- Algorithms; digital line
segments; image part form, small dimensionality; image
processing; linear time algorithms; preimages"
}
@InProceedings{ASA_2000,
author = {T.~Asano andY.~Kawamura and R.~Klette and K.~Obokata},
title = {A new approximation scheme for digital objects and curve length estimations},
booktitle = {Proc. of Image and Vision Computing},
pages = {26--31},
year = 2000,
address = {New Zealandm Hamilton}
}
@INPROCEEDINGS{ASA_2001,
author = {T. Asano and Y. Kawamura and R. Klette and K. Obokata},
title = {Minimum-Length Polygons in approximation sausages},
booktitle = {International Workshop on Visual Form 4},
pages = {103--112},
year = 2001,
editor = {C. Arcelli and L.P. Cordella and G. {Sanniti di Baja}},
number = 2059,
month = {May},
publisher = {Springer Verlag},
series = {LNCS},
note = {Capri, Italy}
}
@InProceedings{Anderson84c,
author = "C.~E. Kim and T.~A. Anderson",
title = "Digital Disks and a Digital Compactness Measure",
year = 1984,
booktitle = "Seventh International Conference on Pattern Recognition",
publisher = "IEEE",
series = "IEEE Publ. 84CH2046-1",
institution = "Wash St U",
pages = "254--257",
keywords = "IMAGE PART FORM"
}
@Article{Andres_circle,
author = "E. Andr{\`e}s",
title = "Discrete circles, rings and spheres",
journal = "Computers and Graphics",
volume = 18,
number = 5,
pages = "695--706",
month = sep # "--" # oct,
year = 1994,
coden = "COGRD2",
bibdate = "Wed Feb 5 07:22:58 MST 1997",
acknowledgement = ack-nhfb,
affiliation = "Universite Louis Pasteur 7",
affiliationaddress = "Strasbourg, Fr",
classification = "721.1; 723.5; 921.6",
journalabr = "Comput Graphics (Pergamon)",
keywords = "Algorithms; Arithmetical circle; Arithmetical sphere;
Bresenham's circle; Diophantine equations; Discrete
reasoning; Euclidian reasoning; Formal logic; Four
connected circles; Half integer centered circles;
Incremental generation algorithm; Rings; Three
dimensional computer graphics"
}
@Article{Andres_hypersphere,
author = "E. Andr{\`e}s and M.-A. Jacob",
title = "The Discrete Analytical Hyperspheres:",
journal = "IEEE Transactions on Visualization and Computer
Graphics",
volume = 3,
number = 1,
pages = "75--86",
month = jan # "\slash " # mar,
year = 1997,
coden = "ITVGEA",
bibdate = "Fri Jan 12 18:12:03 MST 2001",
acknowledgement = ack-nhfb
}
@InProceedings{BF94,
author = {P. Borianne and J. Françon},
title = {Reversible polyhedrization of discrete volumes},
booktitle = {4th Discrete Geometry for Computer Imagery},
pages = {157--168},
year = 1994,
address = {Grenoble, France},
month = {sept}
}
@Article{BOR_1986,
author = "G. Borgefors",
title = "Distance Transformations in Digital Images",
journal = "Computer Vision, Graphics, and Image Processing",
volume = "34",
number = "3",
pages = "344--371",
month = jun,
year = "1986",
coden = "CVGPDB",
bibdate = "Sat Jul 05 17:01:22 1997",
acknowledgement = ack-nhfb,
affiliation = "FOA",
affiliationaddress = "Natl Defence Research Inst, Linkoping, Swed",
classification = "723; 741",
journalabr = "Comput Vision Graphics Image Process",
keywords = "computer programming --- Algorithms; digital images;
distance transformations; image part processing; image
processing; kernel point; pattern recognition"
}
@InProceedings{BRE_1963,
author= {J. Bresenham},
title = {An incremental algorithm for digital plotting},
year = 1963,
booktitle = { Proc. ACM Natl. Conf.}
}
@Article{BRU_1989,
key = "Koplowitz \&{} Bruckstein",
author = "J. Koplowitz and A.~M. Bruckstein",
title = "Design of Perimeter Estimators for Digitized Planar
Shapes",
journal = "IEEE Transactions on Pattern Analysis and Machine
Intelligence",
pages = "611--622",
volume = "PAMI-11",
number = "6",
month = jun,
year = "1989",
location = "E \&{} S Library"
}
@Article{BUL_2000,
author = {R. Klette and T. B{\"u}low},
title = {Minimum-Length Polygons in Simple Cube-Curves},
journal = {Discrete Geometry for Computer Imagery},
year = 2000,
pages= {467--478}
}
@InProceedings{BerMal96,
author = "G. Bertrand and R. Malgouyres",
title = "Some Topological Properties of Discrete Surfaces",
booktitle = "6th International Workshop on Discrete Geometry for
Computer Imagery",
series="LNCS",
number= 1176,
publisher="Springer-Verlag",
pages= {325--336},
year = 1996
}
@InProceedings{Blum:1964,
author = "H. Blum",
year = 1967,
keywords = "SHAPE SKELETON VISION OCCLUSION",
institution = "U. Mass-CS",
title = "A transformation for extracting descriptors of shape",
booktitle = "Models for the Perception of Speech and Visual Forms",
publisher= "MIT Press",
pages = "362--380",
annote = "This is an early paper which putted forth the concept
of Medial Axis Transform (MAT) for shape description.
Author has mainly addressed the problem of 2-D shape
description and showed how a MAF (Medial Axis Function)
can be effectively used for the purpose. An MAF is
generated by locating the corners of intersection of
waves, which travel at constant speed in direction
normal to contour. MAF has many interesting properties
eg. stability, invariance and invertibility. MAF can be
used to infer about curvatures of parent contour. It is
shown that MAF can be utilized for pattern recognition
even in the presence of occlusion. Relation of MAF with
psychology and physiology are also indicated. Finally
author talks about an experimental system build for
getting MAF. On a whole, this paper seems to be a must
for understanding concepts of MAF. - RBA 7/94"
}
@Article{Bresenham_circular,
author = "J.~E. Bresenham",
title = "A Linear Algorithm for Incremental Digital Display of
Circular Arcs",
journal = "Communications of the ACM",
volume = 20,
number = 2,
pages = "100--106",
month = feb,
year = 1977,
coden = "CACMA2",
bibdate = "Mon Jan 22 06:28:07 MST 2001",
abstract = "Circular arcs can be drawn on an incremental display
device such as a cathode ray tube, digital plotter, or
matrix printer using only sign testing and elementary
addition and subtraction. This paper describes
methodology for producing dot or step patterns closest
to the true circle.",
acknowledgement = ack-nhfb,
classcodes = "C6130B (Graphics techniques)",
classification = 723,
corpsource = "IBM System Communications Div., Palo Alto, CA, USA",
journalabr = "Commun ACM",
keywords = "addition; arc generation; arcs; circle drawing;
circular; computer graphics; computer programming ---
Subroutines; dot generation; imaging techniques;
incremental digital display; linear algorithm; raster
display; sign testing; subtraction",
oldlabel = "Bresenham77",
treatment = "P Practical",
xmldata = "ftp://ftp.informatik.uni-trier.de/pub/users/Ley/bib/records.tar.gz#journals/cacm/Bresenham77"
}
@Article{BreuEtAl95,
author = "H. Breu and J. Gil and D. Kirkpatrick and M. Werman",
title = "Linear Time Euclidean Distance Transform Algorithms",
journal = "IEEE Transactions on Pattern Analysis and
Machine Intelligence",
volume = 17,
number =5,
pages ={529--533},
year = 1995
}
@Article{Bri1999,
author = "E. Bribiesca",
title = "A new chain code",
journal = "Pattern Recognition",
year = 1999,
volume = 32,
pages = "235--251"
}
@InProceedings{CO91,
author = {D. Cohen and A. Kaufman},
title = {Scan-Conversion Algorithms for linear and Quadratic
Objects},
booktitle = {IEEE Computer Society Press, Los Alamitos, Calif},
pages = {280--301},
year = 1991
}
@InProceedings{CO97,
author = {D. Cohen-Or and A. Kaufman},
title = {3D Line Voxelization and Connectivity Control},
booktitle = {IEEE Computer Graphics and Applications},
pages = {80--87},
year = 1997
}
@InProceedings{CRE_1982,
author = {E.~Creutzburg, A.~H\"ubler and V.~Wedler},
title = {On-line Erkennung digitaler Geradensegmente in linearer Zeit},
booktitle = { Proc. GEOBILD'82},
pages = {48--65},
year = 1982,
series = {Wiss. Beitr\"age der FSU Jena}
}
@InProceedings{CRE_1982b,
author = {E.~Creutzburg, A.~H\"{u}bler and V.~Wedler},
title = {Decomposition of digital arcs and contours into a minimal number of digital straight line segments},
booktitle = { Proc. 6th Intl. Conf. on Pattern Recognition},
pages = 1218,
year = 1982
}
@Article{CRE_1988,
author = {E.~Creutzburg, A.~H\"{u}bler and O.~S\'ykora},
title = {Geometric methods for on-line recognition of digital straight segments},
journal = { Computers and Artificial Intelligence},
year = 1988,
volume = 7,
pages = {253--276}
}
@Article{DAM_1995,
author = {P. Damaschke},
title = {The linear time recognition of digital arcs},
journal = {Pattern Recognition Letters},
year = 1995,
number = 16,
pages = {543--548},
month = {May}
}
@TechReport{DCO_RR_2001,
author = {D.~Coeurjolly and O.~Teytaud},
title = { Multigrid convergence of discrete differential estimators:
discrete tangent and length estimation},
institution = {Laboratoire ERIC, Université Lumière Lyon, France, RR-0101},
year = 2001
}
@InProceedings{DEB95,
author = {I. Debled-Rennesson and J.-P. Reveill{\`e}s},
title = {A linear algorithm for segmentation of digital
curves},
booktitle = {International Journal on Pattern Recognition and Artificial Intelligence},
pages = {635--662},
year = 1995,
volume = 9
}
@PhdThesis{DEB95b,
author = {I. Debled-Rennesson},
title = {Etude et reconnaissance des droites et plans discrets},
school = {Universit{\'e} Pasteur, Strasbourg},
year = 1995
}
@InProceedings{DEBBOS94,
author = {I. Debled-Rennesson and J.-P. Reveill{\`e}s},
title = {A new approach to digital planes},
booktitle = {In Vision Geometry III, SPIE, Boston},
pages = {12--21},
year = 1994,
volume = 2356
}
@InProceedings{DET_1982,
author = {G.~Dettori},
title = { An on-line algorithm for polygonal approximation of digitized plane curves},
booktitle = { Proc. 6th Intl. Conf. on Pattern Recognition},
pages = {739--741},
year = 1982
}
@Article{DOR_1987,
author = "L. Dorst and A.~W.~M. Smeulders",
title = "Length Estimators for Digitized Contours",
journal = "Computer Vision, Graphics, and Image Processing",
volume = 40,
number = 3,
pages = "311--333",
month = dec,
year = 1987,
coden = "CVGPDB",
bibdate = "Thu Feb 6 18:44:11 MST 1997",
acknowledgement = ack-nhfb,
affiliation = "Delft UT/Erasmus U",
affiliationaddress = "Delft Univ of Technology, Delft, The
Netherlands",
classification = "723; 921",
journalabr = "Comput Vision Graphics Image Process",
keywords = "chain code strings; digitized contours; Image
Analysis; image part measurement; image processing;
length estimators; mathematical techniques ---
Estimation; optimal estimators"
}
@InProceedings{DOR_1991,
author = "L. Dorst and A.~W.~M. Smeulders",
title = "Discrete Straight Line Segments: Parameters,
Primitives and Properties",
booktitle = "Vision Geometry, series Contemporary Mathematics",
publisher = "American Mathematical Society",
editor = "R. Melter and P. Bhattacharya and A. Rosenfeld",
volume = 119,
pages = "45--62",
year = 1991,
postscript = "ftp://ftp.wins.uva.nl/pub/computer-systems/aut-sys/reports/DorSme91.ps.gz",
filesize = "143 Kb",
abstract = "Digitizing the continuous world unavoidably looses
information; as a consequence, geometrical properties
of real-world objects can only be estimated from the
digital data. For continuous straight lines and
straight object boundaries, we show the best accuracy
that can be reached in the estimation of length (and
other properties), in the absence of noise. In the
process, we give an analytical expression for the set
of continuous pre-images of a digitized straight line
segment. That fundamental result has found many
applications in analyses of geometrical digitization
processes; several of these are indicated, as well as
recent extensions of the method to arbitrary objects."
}
@inproceedings{DebledDGCI,
author = {P. Tellier and I. Debled-Rennesson},
title = {{3D} Discrete Normal Vector},
booktitle = {8th Discrete Geometry for Computer Imagery},
year = 1999,
publisher={Springer-Verlag, LNCS, 1568},
pages = {447-458}
}
@Article{Dorst,
author = "L. Dorst and A.~W.~M. Smeulders",
title = "Length Estimators for Digitized Contours",
journal = "Computer Vision, Graphics, and Image Processing",
volume = "40",
number = "3",
pages = "311--333",
month = dec,
year = "1987",
coden = "CVGPDB",
bibdate = "Thu Feb 6 18:44:11 MST 1997",
acknowledgement = ack-nhfb,
affiliation = "Delft UT/Erasmus U",
affiliationaddress = "Delft Univ of Technology, Delft, The
Netherlands",
classification = "723; 921",
journalabr = "Comput Vision Graphics Image Process",
keywords = "chain code strings; digitized contours; Image
Analysis; image part measurement; image processing;
length estimators; mathematical techniques ---
Estimation; optimal estimators"
}
@Article{ELL_1979,
author = "T.~J. Ellis and D. Proffitt and D. Rosen and W.
Rutkowski",
title = "Measurement of the Lengths of Digitized Curved Lines",
journal = "Computer Graphics and Image Processing",
volume = 10,
number = 4,
pages = "333--347",
month = aug,
year = 1979,
coden = "CGIPBG",
bibdate = "Fri Feb 7 08:36:21 MST 1997",
acknowledgement = ack-nhfb,
classification = 723,
journalabr = "Comput Graphics Image Process",
keywords = "algorithmic aspects, length measurement; image
processing"
}
@Book{EVL-1996-149,
year = 1996,
title = "Level Set Methods",
author = "J.~A. Sethian",
abstract = "Level set and fast marching methods are computational
techniques for tracking moving interfaces that arrive
in problems in geometry, fluid mechanics, material
sciences, image processing, computer vision, semi-
conductor manufacturing, seismic analysis, and a large
number of other fields.",
language = "en",
keywords = "{"}
@inproceedings{FRA_1996,
author = {J. Françon and J.~M. Schramm and M. Tajine},
title = {Recognizing arithmetic straight lines and planes},
booktitle = {6th Discrete Geometry for Computer Imagery},
publisher={Springer-Verlag, LNCS, 1176},
pages={141--150},
year = 1996
}
@inProceedings{FRE_1970,
author = {H. Freeman},
title = {Boundary encoding and processing},
journal = {Picture Processing and Psychopictorics},
year = 1970,
editor= {B.~S. Lipkin and A.~Rosenfeld},
pages = {241--263},
note = {Academic Press, New York}
}
@Article{freeman,
author = {H. Freeman},
title = {On Encoding Arbitrary Geometric Configurations},
journal = {IRE Transactions on Electronic Computers},
year = 1961,
volume = 10,
pages = {260--268}
}
@Article{FRE1961,
author = "H. Freeman",
title = "On Encoding Arbitrary Geometric Configurations",
journal = "IRE Transactions on Electronic Computers",
year = 1961,
volume = 10,
pages = "260--268"
}
@Article{HocShm86a,
author = "D.~S. Hochbaum and D. Shmoys",
title = "A Unified Approach to Approximation Algorithms for
Bottleneck Problems",
journal = "Journal of the ACM",
volume = 33,
number = 3,
pages = "533--550",
year = 1986
}
@Article{JON_1998,
author = {A.~Jonas and N.~Kiryati},
title = {Length estimation in 3-{D} using cube quantization},
journal = {Journal of Mathematical Imaging and Vision},
year = 1998,
volume = 8,
pages = {215--238}
}
@InProceedings{KAU86,
author = {A. Kaufman and E. Shimony},
title = { 3-D scan conversion algorithms for voxel-based graphics},
booktitle = { ACM Workshop on Interactive 3D Graphics, ACM Press, NY},
pages = {45--75},
year = 1986
}
@InProceedings{KAU87a,
author = {A. Kaufman},
title = { An algorithm for 3-D scan conversion of polygons},
booktitle = { Proc. Eurographic's 87},
pages = {197--208},
year = 1987
}
@Article{KIM_1982,
author = {C.~E. Kim},
title = {On cellular straight line segments},
journal = { Computer Graphics Image Processing},
year = 1982,
volume = 18,
pages = {369--391}
}
@article{ KIR_1995,
author = "N. Kiryati and O. Kubler",
title = "On Chain Code Probabilities and Length Estimators for Digitized Three Dimensional
Curves",
journal={Pattern Recognition},
volume = 28,
pages={361--372},
year = 1995
}
@Article{KIS_1996,
author = "K. Kishimoto",
title = "Characterizing Digital Convexity and Straightness in
Terms of {``Length''} and {``Total Absolute
Curvature''}",
journal = "Computer Vision and Image Understanding: CVIU",
volume = 63,
number = 2,
pages = "326--333",
month = mar,
year = 1996,
coden = "CVIUF4",
bibdate = "Wed Mar 8 08:53:08 MST 2000",
url = "http://www.idealibrary.com/links/artid/cviu.1996.0022/production;
http://www.idealibrary.com/links/artid/cviu.1996.0022/production/pdf",
acknowledgement = ack-nhfb,
affiliation = "Univ of Tsukuba",
affiliationaddress = "Ibaraki, Jpn",
classification = "723.2; 921.4; 921.6",
doi = "10.1006/cviu.1996.0022",
journalabr = "CVIU Comput Vision Image Understanding",
keywords = "Approximation theory; Boundary conditions; Digital
arc; Digital convexity; Digital signal processing;
Direction dependent; Functions of precision; Geometry;
Image analysis; Image reconstruction; Image
understanding; Length; Straightness; Total absolute
curvature"
}
@Article{KLE_2000,
author = {R.~Klette and B.~Yip},
title = {The length of digital curves},
journal = { Machine Graphics \& Vision},
year = 2000,
volume = 9,
pages = {673--703},
note = {extended version of: R.~Klette, V.~V.~Kovalevsky, B.~Yip.
Length estimation of digital curves. In {\em Proc. Vision Geometry VIII,
{\rm SPIE 3811}}, pages 117--129}
}Level Set Methods{"},{"}Fast Marching
Methods{"},{"} Moving Interfaces{"}",
publisher = "Cambridge University Press"
}
@INPROCEEDINGS{KLE_2001,
AUTHOR = {R.~Klette},
TITLE = {Multigrid convergence of geometric features},
BOOKTITLE = {Digital and Image Geometry},
PAGES = {318--338},
YEAR = 2001,
EDITOR = {G. Bertrand and A. Imiya and R. Klette},
PUBLISHER = {Springer Lecture Notes in Computer Science, 2243}
}
@Article{KOLO_92,
author = "M.~N. Kolountzakis and K.~N. Kutulakos",
title = "Fast computation of the {Euclidian} distance maps for
binary images",
journal = "Information Processing Letters",
volume = 43,
number = 4,
pages = "181--184",
day = 28,
month = sep,
year = 1992,
coden = "IFPLAT",
mrclass = "68U05 (68Q22 68T10)",
mrnumber = "93g:68140",
bibdate = "Wed Nov 11 12:16:26 MST 1998",
acknowledgement = ack-nhfb,
annote = "Yes, the title has `Euclidian' instead of
`Euclidean'.",
classification = "C1250 (Pattern recognition); C4240 (Programming and
algorithm theory); C6130B (Graphics techniques)",
corpsource = "Dept. of Math., Stanford Univ., CA, USA",
keywords = "binary images; computer graphics; Euclidian distance
maps; fast computation; image processing; parallel
algorithms; parallel machine; pattern recognition;
running time",
treatment = "P Practical; T Theoretical or Mathematical"
}
@InProceedings{KOV_1990,
author = {V.~A.~Kovalevsky},
title = {New definition and fast recognition of digital straight segments and arcs},
booktitle = { Proc. 10th Intl. Conf. on Pattern Recognition},
pages = {31--34},
year = 1990
}
@InProceedings{KOV_1992,
author = {V.~A. Kovalevsky and S. Fuchs},
title = {Theoritical and Experimental Analysis of the Accuracy of Perimeter Estimates},
booktitle = {Robust Computer Vision},
pages = {218--242},
year = 1992
}
@Article{KRO_1989,
author = "W.~G. Kropatsch and H. Tockner",
title = "Detecting the straightness of digital curves in
{$O(N)$} steps",
journal = "Computer Vision, Graphics, and Image Processing",
volume = 45,
number = 1,
pages = "1--21",
month = jan,
year = 1989,
coden = "CVGPDB",
bibdate = "Thu Feb 6 18:44:11 MST 1997",
note = "See note \cite{Anonymous:1992:VNW}.",
acknowledgement = ack-nhfb,
affiliation = "Inst. for Image Process. and Comput. Graphics, Graz,
Austria",
affiliationaddress = "Graz, Austria",
classification = "723; 741; 921; C5260B (Computer vision and picture
processing); C6130B (Graphics techniques)",
journalabr = "Comput Vision Graphics Image Process",
keywords = "Computer Programming--Algorithms; Digital curves;
Digital Images; Digital images; Edge sequences;
Geometric configurations, image part form, small
dimensionality; Image Coding; Image interpretation;
Image Processing; Mathematical Techniques--Algorithms;
Pattern Recognition; RULI Chain Code",
thesaurus = "Computer graphics; Computer vision; Curve fitting"
}
@Article{Kim84b,
author = "C.~E. Kim",
title = "Digital Disks",
year = 1984,
journal = "IEEE Transactions on Pattern Analysis and Machine
Intelligence",
volume = 6,
institution = "Wash St U",
pages = "372--374",
keywords = "IMAGE PART FORM"
}
@Article{Kim84f,
author = "C.~E. Kim",
title = "Three-Dimensional Digital Planes",
year = "1984",
journal = "IEEE Transactions on Pattern Analysis and Machine
Intelligence",
volume = "6",
institution = "Wash St U",
pages = "639--645",
keywords = "IMAGE PART FORM, LARGE DIMENSIONALITY"
}
@InProceedings{Klette_ICPR_surface,
author = {D. Yu and R. Klette},
title = {An approximative calculation of relative convex hulls for surface area estimation of 3D digital objects},
booktitle = {International Conference on Pattern Recognition},
year = 2002,
address = {Quebec},
publisher = {IEEE Computer Science}
}
@Article{LindenbaumKoplowitz91,
key = "Lindenbaum \&{} Koplowitz",
author = "M. Lindenbaum and J. Koplowitz",
title = "A New Parameterization of Digital Straight Lines",
journal = "IEEE Transactions on Pattern Analysis and Machine
Intelligence",
pages = "847--852",
volume = "13",
number = "8",
month = aug,
year = "1991",
location = "E \&{} S Library"
}
@Article{MULL_92,
author = "J.~C. Mullikin",
title = "The Vector Distance Transform in Two and Three
Dimensions",
journal = "Computer Vision, Graphics, and Image Processing.
Graphical Models and Image Processing",
volume = 54,
number = 6,
pages = "526--535",
month = nov,
year = 1992,
coden = "CGMPE5",
bibdate = "Sat Sep 14 09:14:28 MDT 1996",
acknowledgement = ack-nhfb,
affiliation = "Fac. of Appl. Phys., Delft Univ. of Technol.,
Netherlands",
classification = "B0290Z (Other numerical methods); B6140C (Optical
information and image processing); C1250 (Pattern
recognition); C4190 (Other numerical methods); C5260B
(Computer vision and picture processing)",
keywords = "2-D images; 3-D images; Anisotropic sampling; Confocal
scanning laser microscope; Dilations; Distance
measurements; Erosions; Image analysis; Image
processing; Skeletonizations; Three-dimensional image
data; Two dimensional image data; Vector distance
transform",
thesaurus = "Image recognition; Transforms"
}
@Article{Malgouyres:1997:DSZ,
author = "R. Malgouyres",
title = "A definition of surfaces of {$\mathbb{Z}^3$}: a new {$3$D}
discrete {Jordan} theorem",
journal = "Theoretical Computer Science",
volume = 186,
number = "1--2",
pages = "1--41",
day = 30,
month = oct,
year = 1997,
coden = "TCSCDI",
acknowledgement = ack-nhfb,
classification = "B6140C (Optical information, image and video signal
processing); C4260 (Computational geometry); C5260B
(Computer vision and image processing techniques);
C6130B (Graphics techniques)",