example.txt
# Reading and converting the bmp file > zigzag zigzag.sr res.sr image(1:696,1:512,zigzag,col=gray((0:32)/32),xlab=" ",ylab=" ") > crackplot(res.sr$crackpaths,res.sr$cracks) # 2. Approach # Removing shadow [...] Calculating the crack clusters and crack paths > res.med par(cex=1) > image(1:696,1:512,zigzag,col=gray((0:32)/32),xlab=" ",ylab=" ") > crackplot(res.med$crackpaths,res.med$cracks) …
txt, 1 KB