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
+10.2k Golang : Edge detection with Sobel method
+18.9k Golang : Delete duplicate items from a slice/array
+4.2k Javascript : Empty an array example
+10.2k Golang : Get login name from environment and prompt for password
+17.9k Golang : Iterate linked list example
+18.1k Golang : Qt image viewer example
+12.6k Golang : Forwarding a local port to a remote server example
+82.1k Golang : How to return HTTP status code?
+10.8k Golang : Resolve domain name to IP4 and IP6 addresses.
+7.4k Golang : Calculate how many weeks left to go in a given year
+9.1k Golang : What is the default port number for connecting to MySQL/MariaDB database ?
+22k Golang : Convert string slice to struct and access with reflect example