- At each p(r, c),
- for each shift d(dr, dc), there are
- a corr score with the image being compared
- a global cost value: the gap(row(i-1), row(i)). We want the gap < 0
- #2 is under the assumptions:
- after shift, for all rows, gap(row(i-1), row(i)) < 0;
- from current FOV on, everything goes with 20% overlap, meaning a global corresponding d(dr, dc) shift for all of them.
- maximize overall correlation
- minimize cost
Saturday, January 17, 2009
DP for stitching
Theory
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment