<div>Hello<br></div><div><br></div><div>I'm trying to automate the generation of panoramic images with hugin and digikam for a fixed date folder full of images.</div><div><br></div><div>I explored panostart tool but I met few problems which makes it generate too many false projects described here</div>

<div><a href="https://groups.google.com/forum/?fromgroups=#!topic/hugin-ptx/hnPFGy7EyQI">https://groups.google.com/forum/?fromgroups=#!topic/hugin-ptx/hnPFGy7EyQI</a></div><div><br></div><div>what I want to do is identified bracketed image and median one (the most near 0 as default to use) and tagged them, so in the end I can do selection of input files with exiftool and a rules like </div>

<div>* ((\$taglist=~/bracketing/ and \$taglist=~/b_media/) or \$taglist!=~/bracketing/)</div><div>* check same orientation in a group: exiftool -orientation</div><div>* check group images is 3 or more</div><div><br></div>

<div>Also, I want to query digikam db to check there is no same bracketed or duplicate images in a group (similarity >= 95%) but I don't find an easy way to get it. Similarity is deduced from ImageHaarMatrix table ? or UniqueHashes? how to get percent search?</div>

<div>sqlite> select * from ImageHaarMatrix limit 5;</div><div>imageid|modificationDate|uniqueHash|matrix</div><div>22632|2011-03-08T01:40:58|47360388829738209f036e2421abde63|</div><div>22633|2011-03-08T01:40:58|ad0e93511dcf3c94e23a1387589e52cf|</div>

<div>22634|2011-03-08T01:58:42|6c9475489866d40e2afdd73bd2f62fbd|</div><div><br></div><div>It seems there is no more document available on db schema</div><div><a href="http://www.digikam.org/docs">http://www.digikam.org/docs</a></div>

<div>Old schema for 0.x and 1.x are 404 and nothing for 2.x/upcoming 3.x</div><div>Any documents describing similarity search ?</div><div>Or do I need extra code outside of sql to get it ?</div><div><br></div><div>Thanks a lot.</div>

<div>Cheers,</div><div><br></div><div>Julien </div>