I have an image defined as:
imagen = scipy.misc.imread("C:\\Users\\Reymi\\Downloads\\imagen.png")
It has a size of (1929,1280) I need to add 2 columns and rows with zeros to each side of the array so I can use a kernel without worrying about it going outside of the array.
How? Thank you