<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Based on prior conversations with Stephen it appears that there is some work being done to reduce the search space with the incorporation of opensfm. I would like to try implementing a naive image matching process by having a script I already have generated for VisualSFM that establishes probable images to be searched for matches. This should cut down the time of the search for larger data sets. <br><br>I would expect that in the code there is somewhere that has the instruction that points to the image set and then loops in an N^2 fashion over the image. What I propose to implement is a link to the matching text file that would then loop over the keys and only perform the matches on the associated values. I was wondering where in the code structure is this performed? <br><br>~Kenneth Kroeger<br>410-487-1350<br>                                     </div></body>
</html>