Result with CNN image

how I get the classification result with CNN as an image?

@randinoo what CNN architecture do you have in mind as an example? And, what do you mean to get a result as an image?

If the output is an image, the network you are use is not for classification. Your case is a segmentation problem. In your case, which image would you be looking for? Distance map D?

@eduardo4jesus yes in this case is the segmentation, but who I find final change map image?
distance =f1 -f2 who I find diantance in image??

Can you provide the code for the network?

how I display each time each pixel its label?

help me plzz