Hi Brian,
1)
The work I have done on this is probably best read in the JASIST paper:
Abebe Rorissa, Paul D. Clough, and Thomas Deselaers. Exploring the
relationship between feature and perceptual visual spaces. In: Journal
of the American Society for Information Science and Technology 59.5
(Mar. 2008), pp. 770-784.
which you find here:
http://thomas.deselaers.de/publications/all_publications.html
[Most of it is also in my phd thesis]
There we tried to find a combination of features that matches human perception.
All the methods described in this paper have used some parts of FIRE
as functions but have otherwise been implemented using octave (or
matlab, I don't quite remember).
Therefore I used the FIRE feature extractors
computed distance files with fire (this is supported,but probably not
well documented)
reformatted these distance files to be able to read them in octave/matlab
and performed the optimization (which is basically solving a system of
linear equations) using SVD.
2)
no these combinations are not hard coded into fire.
To use it, you need to extract the appropriate features for your
dataset and then set the weights as I learned them.
3)
I used FIRE as it is
+ a python script that makes FIRE save the distance files
+ a script to make these readable in octave
+ an octave script to compute the weights.
I hope this helps.
Cheers,
thomas
> --
>
> You received this message because you are subscribed to the Google Groups "FIRE - Flexible Image Retrieval Engine" group.
> To post to this group, send email to
fire...@googlegroups.com.
> To unsubscribe from this group, send email to
fire-cbir+...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/fire-cbir?hl=en.
>
>
>
--
http://thomas.deselaers.de