Used OpenCv and Numpy to convert an image into ghost image.
- Imported the required libraries ( Numpy, Matplotlib, Cv2)
- Read the input image using cv2
- Used Bilateral Filter
- Used Median Blur
- Used Adaptive Threshold
- Used Bitwise Xor
- Finally converted the image into ghost image