forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: sard on February 22, 2010, 09:35:49 pm

Title: Comparing images during upload
Post by: sard on February 22, 2010, 09:35:49 pm
There is desktop software that can compare images, (probably their histograms) and shows duplicate pictures with percentage of similarity. It will be great feature when user upload images can show is there are already uploaded similar images. I now that is not easy but with such funcktion coppermine gallery will represent itself like leader in on-line galleries.
Title: Re: Comparing images during upload
Post by: Joachim Müller on February 23, 2010, 07:30:58 am
Desktop applications are capable of that, but they need very long time to accomplish that (i.e. process all the images). On a webserver, this is even more critical, with shared resources and unpredictable server timeouts. This being said: nice suggestion, I can see the point, but I strongly doubt that this will be implemented in the future into coppermine's core.
Title: Re: Comparing images during upload
Post by: sard on February 23, 2010, 10:36:07 pm
Probably there is are possibility to convert histogram value into specific number value that can be compared by similarity. So beside other information for image in database will be stored histogram number (decimal) created during upload. When new images are uploaded with valuated histogram number then should search the closest number and show associated image. This second part searching is easy, valuation of the image is harder part. Harder part can be done on the user computer, not by gallery hosting server.
Some cooperative work of software companies that create such software with coppermine team could create this unique, and practical feature.
Title: Re: Comparing images during upload
Post by: Joachim Müller on February 24, 2010, 07:32:37 am
Could be implemented as a plugin then, as I don't see the need for such a feature for most users.
Title: Re: Comparing images during upload
Post by: Αndré on February 24, 2010, 02:16:47 pm
Afaik somebody is already working on a plugin that compares images by histogram and shows similar images.
Title: Re: Comparing images during upload
Post by: sard on February 24, 2010, 05:22:05 pm
Could be implemented as a plugin then, as I don't see the need for such a feature for most users.
Almost every gallery with a lot of images has a problem with duplicates. More number of users that are uploading, there is more duplicates of the same images.  When the user upload, there will be very useful to know that image is already in the gallery. This is essentially needful and can convince many people to use gallery with such feature.
Title: Re: Comparing images during upload
Post by: sard on February 24, 2010, 06:45:39 pm
Afaik somebody is already working on a plugin that compares images by histogram and shows similar images.
:) I'am glad to read that.