Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what should i change if i want to use user defined ROI (like the rect in LucasKanade) in the affine lucas-kanade #1

Open
wanghetongtt opened this issue Mar 19, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@wanghetongtt
Copy link

No description provided.

@ziliHarvey ziliHarvey added the good first issue Good for newcomers label Mar 19, 2020
@ziliHarvey
Copy link
Owner

LucasKanadeAffine is used in dominant motion estimation to derive the transformation matrix M that warps a previous image to the current frame, which takes the entire image L_t as the template to be tracked in image L_(t+1), this approach is reasonable under the assumption that a majority of the pixels correspond to the stationary objects in the scene whose depth variation is small relative to their distance from camera.

In short, for LucasKanadeAffine, there's no rect since the entire Lt image is the template., you are welcomed to implement it as a LucasKanade version which takes into a L_t, L_(t+1), and a rect template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants