can explain line of code means?
input(row, col) = 255;
it has nothing image processing:
to request numeric input,
prompt = 'what original value? '; result = input(prompt)
what wrote considering 'input' matrix , filling element placed in 'row' , 'column' value 255.
Comments
Post a Comment