|
META TOPICPARENT |
name="SummerInternships" |
Basics |
|
Note: |
|
< < | 1) Unless you're doing homography on only a few frames ( by a few, I mean less than 5 ), I'd suggest to resize the mda first. Thirteen 1920x1080 frames took me almost two hours to run and eventually abort. It will be a lot faster to process one frame at a time. |
> > | 1) Unless you're doing homography on only a few frames ( by a few, I mean single digit number ), IMO, the best way to do it is to write a script, so that mda-homography process one frame at a time and write output to each file. |
|
2) Depends on whether or not you flip one of the image/video before computing the homography matrix, the steps can be a little different. We assume one of the image ( cam1.jpg or cam2.jpg ) is flipped. If not, just comment out the flip function call in hdrcamalign.m. |