Zhang-Suen thinning algorithm: Difference between revisions

m
→‎{{header|Java}}: avoid confusion
m (→‎{{header|Java}}: small change)
m (→‎{{header|Java}}: avoid confusion)
Line 885:
continue;
 
toWhite.add(new Point(rc, cr));
hasChanged = true;
}
Line 891:
 
for (Point p : toWhite)
grid[p.xy][p.yx] = ' ';
toWhite.clear();
 
Anonymous user