Google's algorithm deletes the stamp on stock photos
The Google Research team exploited this vulnerability by creating an algorithm to remove image watermark on a website.
The algorithm does this after analyzing the image of the portal, detecting identical stamps and creating masks to remove the transparent half layer on the image, restoring the original image.
This algorithm is effective because all websites providing stock images use watermark in the same way for all images.
Google warns websites that offer stock photos
Researchers say they do this research for good purposes, to improve the security of these ports and to protect the ownership of photo sellers on the website.
Restore the original image after deleting the watermark on the image
Google has sent its own research results to all affected ports along with corrective measures. Researchers recommend stock photo web portals that use a watermark to transform a bit when used on photos.
Some small changes such as shape, position, transparency are sufficient for the algorithm to be inoperable and prevent others from recovering the original image.
The algorithm of the Google Research group is detailed in the ' On The Effectiveness Of Visible Watermarks ' report' new http://openaccess.thecvf.com/content_cvpr_2017/papers/Dekel_On_the_Effectiveness_CVPR_2017_paper.pdf presented at Computer Vision and Pattern Recognition Conference (CVPR - Computer vision conference and 2017 pattern recognition). The video below will summarize the study of the group.
You should read it
- How to delete Watermark, simple stamp removal with Paint
- How to remove the B612 logo in the image
- How to delete text on photos in Photoshop
- Steps to remove Watermark in Photoshop so that you have the image you want
- Instructions on how to stamp videos on extremely simple Video Watermark software
- How to remove watermark copyright mark, delete Watermark on PDF files
- How to delete Watermark, delete stamps in Word documents
- How to create and delete Watermark in Word 2016
May be interested
- Bulk photo stamp with XnConvertto avoid copying images in articles, you are trying to insert logos, symbols or characters ... into a series of photos included in an article. or simply edit the image size, rename images in batch.
- Shell Sort in data structure and algorithmshell sort is a highly efficient sorting algorithm based on insertion sorting algorithm (insertion sort). this algorithm avoids the case of swapping positions of two distant elements in the selection algorithm (if the smaller element is in the right position quite far from the larger element on the left).
- Admire the award-winning works in the first stock photography contest about hackersthe new stock images illustrate the hacker world, free service for the press organizations and related individuals.
- How does YouTube algorithm work?have you ever wondered how youtube algorithm works?
- 10 websites to find high quality photos, without copyrighttoday's article will summarize the list of the best online stock photo websites to ensure that you have access to millions of free stock photos immediately.
- How to stamp copyright PDF filesyou have an important pdf document and want to affix a copyright affirmation but don't know how? don't worry, please refer to our guide below. first, download and install the pdf watermark creator tool on your computer.
- Panda 4.0 algorithm was updated by Google on May 20, 2014google's panda algorithm was created to block websites with poor quality content, helping google improve the user experience on the world's largest search engine.
- How to find unlicensed images on the internethigh-quality stock photos have always been expensive to download, or if it's free you want to use for your own purposes, be careful as you may be pirating.
- Selection sort algorithm (Selection Sort)selection sort is a simple algorithm. this sorting algorithm is an algorithm based on in-place comparison, in which the list is divided into two parts, sorted (list) on the left and unsorted (unsorted list) in the right. initially, the sorted part is blank and the unordered part is the original list.
- Quick Sort (Quick Sort)quick sort is a highly efficient algorithm and is based on dividing the array into smaller pieces.