// Warp two of the half-resolution input images // usage: Project1 cylWarp input.tga output.tga wMode iMode f [k1 k2] Project1 cylWarp pano1_0008.tga warp08.tga 1 1 595 0.15 Project1 cylWarp pano1_0009.tga warp09.tga 1 1 595 0.15 // Align the two images using two different parameter settings: // usage: Project1 LucasKanade input1.tga input2.tga tx ty nLevels [nSteps] \ // [coarseSearch] [finerSearch] [searchStep] // . this example uses 3 levels and the default search/iteration parameters: Project1 LucasKanade warp08.tga warp09.tga -200 0 3 // . this example uses 4 levels and no search but 3 iterations of LK Project1 LucasKanade warp08.tga warp09.tga -200 0 4 3 0 0 // Finally, blend these two images together // usage: Project1 blendPairs pairlist.txt outfile.tga blendWidth Project1 blendPairs pairlist2.txt stitch2.tga 200