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
+22.8k Golang : Get ASCII code from a key press(cross-platform) example
+6.2k Golang : Handling image beyond OpenCV video capture boundary
+7.3k Javascript : Push notifications to browser with Push.js
+21.4k Golang : Setting up/configure AWS credentials with official aws-sdk-go
+11.6k Golang : Convert decimal number(integer) to IPv4 address
+9.1k Golang : Terminate-stay-resident or daemonize your program?
+4.4k Mac OSX : Get disk partitions' size, type and name
+25.4k Golang : Convert IP address string to long ( unsigned 32-bit integer )
+16k Golang : Find out mime type from bytes in buffer
+10.1k Golang : Generate random integer or float number
+5.3k PHP : Convert CSV to JSON with YQL example