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
+13k Golang : Qt progress dialog example
+6.4k Unix/Linux : How to fix CentOS yum duplicate glibc or device-mapper-libs dependency error?
+15k Golang : rune literal not terminated error
+7.4k Golang : Ways to recover memory during run time.
+25.6k Golang : Get executable name behind process ID example
+22.3k Golang : Strings to lowercase and uppercase example
+6.7k Ubuntu : connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream
+7.3k Golang : How to execute code at certain day, hour and minute?
+7.8k Golang : Find relative luminance or color brightness
+7.2k Golang : Get YouTube playlist
+7.2k Golang : Command line ticker to show work in progress
+21.5k Golang : Convert seconds to minutes and remainder seconds