We compute the histogram of 1000 bins of the images using different color spaces
- RGB
- XYZ
- CIELAB
- CIELUV
- HSV
- HLS
- YCrCb
- Grayscale
This are the similarity measures implemented in our code
- Euclidean distance
- L1 distance
- X^2 distance
- Histogram intersection
- Hellinger kernel
- Kullback-Leibler divergence
- Jensen-Shannon divergence
We have tested for all different color spaces and similarity metrics.
For the query set 1 we have obtained an MAP@K factor of ...
To remove the background for images in query set 2 we have decided to look at the average value of the pixels at different depths from the boundaries of the global image. Those are the values we have used to segmentate our image.