The original image.
Result of cropping txt3 and then zooming
by a factor of 4.
Result of thresholding txt3 at a value
of 180.
Result of thinning txt3thr1 with custom
structuring element.
Result of dilating txt3thr1 twice with a
3×3 square structuring element.
Result of thinning txt3dil1 with custom
structuring element.
Result of pruning txt3thn2 with 2 iterations of each
orientation of the custom structuring element.
Result of dilating txt3thr1 three times with a
3×3 square structuring element.
Result of thinning txt3dil2 with custom
structuring element.
Result of pruning txt3thn3 with 4 iterations of each
orientation of the custom structuring element.
Result of applying hit-and-miss operator
to txt3thr1 using custom structuring element.
Result of applying 5 iterations of conditional
dilation - i.e. dilating txt3end1 using a 3×3
structuring element and then ANDing it with the thinned version.
Result of ORing txt3end2 with pruned
version.