Optical Flow
Matlab Code:
- [dp] = optflow( F, roi, G, sigma ):
calculate offset for one step of optical flow on roi from F to G
- [dp,err] = optconv( F, roi, G, sigma, max ):
rewarp, and repeat optical flow for max iterations.
- [dp,errs] = flowseq( roi, sigma, n, images ):
where names is a list of n filenames, run optconv sequentially with roi, sigma, output .png files.