existsSegment {AFM} | R Documentation |
existsSegment
return a boolean
existsSegment(AFMImage, segment)
AFMImage |
a |
segment |
a data.table coming from the getBresenham2Dsegment - x and y should start from 1,1 #TODO Segment class |
TRUE if all the heights of the segment are different from zero
M.Beauvais