| Algorithm 1 Algorithm for generating n-CSD-maps |
|
Require: Consecutive silhouette images: . Parameter w and h represent the width and height of the silhouette images respectively. Parameter n represents the number of consecutive silhouette images. Ensure: The CSD-map: 1: for to w do 2: for to h do 3: ; 4: ; 5: for to n do 6: ; 7: end for 8: ; 9: end for 10: end for 11: return ; |