I am trying to represent a binary image as a function. Similar to this question I want something like this:
I know the correct way is:
Is it also correct to say a binary image with m rows and n columns has N pixels (N = mn), and the function is like below?
Or do I have to mention the rows and columns?
Because I only have the number of pixels (N) and know nothing about m and n.
