Zhang-Suen thinning algorithm: Difference between revisions

Undo revision 169487 by Paddy3118 (talk)
(→‎{{header|Ruby}}: Mark incorrect.)
(Undo revision 169487 by Paddy3118 (talk))
Line 669:
................................</pre>
=={{header|Ruby}}==
{{incorrect|Ruby|See talk page on Y axis inversions}}
First I define a function zs which given a point and its eight neighbours returns 1 if the point may be culled, 0 otherwise. g indicates if this is step 1 or step 2 in the task description. zs may be changed to remembers the step independently if the reader does not wish to explore the algorithm.
 
2,172

edits