getMaxCircleMatrix {AFM} | R Documentation |
for each pixel of the image, if the pixel is not empty try to place one circle start with biggets circle as soon as a circle is found the circle, the pixel is associated with with the circle raidus
getMaxCircleMatrix(..., newCircleAFMImage, CIRCLE_RADIUS_INIT)
... |
cl: a cluster object from the parallel package |
newCircleAFMImage |
a |
CIRCLE_RADIUS_INIT |
CIRCLE_RADIUS_INIT |
res a matrix
M.Beauvais