I am implementing a batch program using python. The requirement is that there is a logo in most images. Image size is not constant. I need to develop a program that will look for the logo pattern and remove the logo if it is present
Please give me some directions as to what can be done.