// Warp two of the half-resolution input images // usage: project2 sphrWarp input.tga output.tga f [k1 k2] project2 sphrWarp pano1_0008.tga warp08.tga 595 -0.15 0.0 project2 sphrWarp pano1_0009.tga warp09.tga 595 -0.15 0.0 // Align the pairs using feature matching: // usage: project2 alignPair input1.tga input2.tga nRANSAC RANSACthresh project2 alignPair warp08.tga warp09.tga 200 1 // Finally, blend these two images together // usage: project2 blendPairs pairlist.txt outfile.tga blendWidth // assume the output from previous command was saved in pairlist2.txt project2 blendPairs pairlist2.txt stitch2.tga 200