I am applying image dilation using opencv-python.
This is the input image,
After, applying dilation, the output is as follows,
The dilated image is getting clipped by the edges of image. How can we increase the area of the output image automatically to fit the output of the dilation operation.

