how can I warp an image using HS optic flow
1 回表示 (過去 30 日間)
古いコメントを表示
I have an image A and B. I calculated U V using Horn-Schunck algorithm. how can I warp image B to image A using the optic flow u v between them? thanks
0 件のコメント
回答 (1 件)
Alex Taylor
2014 年 4 月 7 日
Essentially, you are going to going to want to form a plaid grid of the displacements of each pixel using meshgrid, add these displacements to the locations of the output grid locations, and then use interp2 to resample the input image at the remapped locations from the optical flow estimate of the displacement field.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Optics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!