0
When using Threshold on an image that has been converted to grayscale is it not the same as this loop?
a:=ToGrayscale(img);
for i from 1 to Width(a) do for j from 1 to Height(a) do a[i,j] := round(a): od: od:
You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.