I managed to compile it under Ubuntu (had to build opencv from source, install a lot of libraries from the repositories, and build a lot of those other programs (sba, ann, etc.)).
But I couldn't find the example_photoset from in the SVN repo. Maybe it should be added?
Text looks a little blurry but no big deal.
But then after I had loaded some images in and went to Start matching, I got a seg fault. Here is the stdout of the program before it crashed,
extracting keypoints
/home/.../insight3d/example_photoset/100_4741.JPG
[count = 11739]
/home/.../insight3d/example_photoset/100_4742.JPG
[count = 12809]
/home/.../insight3d/example_photoset/100_4743.JPG
[count = 11915]
/home/.../insight3d/example_photoset/100_4744.JPG
[count = 11619]
matching{}[.]{}[.]{}[.]
matching{}OpenCV ERROR: Formats of input arguments do not match ()
in function cvCopy, cxcopy.cpp(415)
Terminating the application...
Segmentation fault
Maybe this is due to a compile problem when I built opencv..? I don't know.
Apart from this, reading through the tutorial, it looks great!
screenshot on ubuntu
How about posting your instructions for compiling on ubuntu?