Open TanmDL opened 5 years ago
@TanmDL Thank you for your interest in our work. As described in the paper, the input of the MSCNN is a w by w
neighbor region of each pixel in the image. For those pixels distributing on the edge of the image, we fill the vacant pixels of the neighbor by mirroring the image. This procedure is implemented by the MirrowCut
function.
Thank you. Now I got the idea. :)
Thank you sharing the code. Could you please give me an insight of "MirrowCut function" in HyperFunctions.py file?