Problem
Create program in python, which will allow a user to upload to two grayscale images. The program will use open cv to convert those image to floating point. Then the user can either add, subtract, multiply or divide operations on the images. Output image should be floating point. The images can be different shapes and sizes so the program should standardize them.