M
M
metallix2016-06-20 13:53:22
PHP
metallix, 2016-06-20 13:53:22

How to sort images by quality?

Actually - a subject. There is an image gallery where users upload their pictures. The essence of the task is that on top of the gallery you need to show pictures with the best quality. (Although it is clear that this is quite subjective, it still seems to me that there is some way to more or less evaluate the quality of the picture using the PL). Approximate parameters are brightness, saturation and blur.
For users sometimes fill in full guano, so they don’t want to show them in the top, but on the contrary, somewhere below.
The question is - are there any ready-made libraries, or an algorithm that could be useful? Or at least push in the right direction.
At the moment, I have considered the GD, Imagick and SimpleImage libraries, but I did not find the necessary functionality
Thank you in advance)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
polar_winter, 2016-07-20
@polar_winter

2D Fourier transform, spectrum saturation estimation in different frequency domains. All previous ideas + machine learning.

S
sim3x, 2016-06-20
@sim3x

jpeg has this parameter
superuser.com/questions/62730/how-to-find-the-jpg-...

V
Vasily, 2016-06-20
@Foolleren

you can try to evaluate the contrast of the image, the sharpness and the number of colors,
it must be assumed that the more unique colors and the greater the contrast, the less agorythms worked there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question