I have a database with two kinds of images:
- Photos with text integrated or not
- Images that only contains a background color and text over it
I have a delphi webservice and I want to send to the clients only the photos. Does exist any simple and fast algorithm to detect if a image is only a background with text over it? What type of approach should use?
Thanks in advance