Algorithm to remove stock photos watermarks
Alright, you want to include some images from your search result into your blog post or use the images in your advertisement campaign. Trouble is that most of the images have watermarks that stock photos websites used to mark and protect the images copyright. The low opacity watermarks added onto stock images are difficult to remove especially if the image has a complex background.
The best way to obtain the images without watermarks is to purchase them from the stock photos websites. Which is good by the way because the image creators or photographers get paid.
However, recently Google Research showcased that the watermarks employed by image creators and photographers can be removed automatically with an algorithm. The algorithm can remove the watermarks simply because the watermarks are added in a consistent manner. The "weakness" or consistency allows the algorithm to recover the original image with high accuracy by estimating the "foreground" automatically.
Their work can be viewed at On the Effectiveness of Visible Watermarks
See also : Binded - Easy peasy copyrighting tool for content creators
By Jennifer Loh
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+13.3k Golang : How to calculate the distance between two coordinates using Haversine formula
+10.8k Golang : Underscore string example
+8.3k Golang : Qt splash screen with delay example
+24k Golang : Call function from another package
+35.4k Golang : Strip slashes from string example
+24.6k Golang : Time slice or date sort and reverse sort example
+9.3k Golang : Write multiple lines or divide string into multiple lines
+12.4k Golang : Print UTF-8 fonts on image example
+5.9k Unix/Linux : Get reboot history or check when was the last reboot date
+14.8k Golang : Send email with attachment(RFC2822) using Gmail API example