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

Adaptive correspondences possibly overriding static ones #40

Open
jennycgonzalez opened this issue May 13, 2016 · 0 comments
Open

Adaptive correspondences possibly overriding static ones #40

jennycgonzalez opened this issue May 13, 2016 · 0 comments

Comments

@jennycgonzalez
Copy link

jennycgonzalez commented May 13, 2016

Hi!
Your work is really interesting :-) I'm doing my master thesis combining your method with other techniques and I have a small question about the implementation.

In your paper " Clustering of Static-Adaptive Correspondences for Deformable Object Tracking" , you propose to prefer static correspondences (obtained via global matching) over adaptive ones (derived from tracking with optical flow), but it seems that in the code you do the opposite when calling the member function "fusion.preferFirst()":

CMT.cpp, line 152
fusion.preferFirst(points_tracked, classes_tracked, points_matched_global, classes_matched_global,
points_fused, classes_fused);

The function first integrates all tracked points to the fused set and then adds each point from the global match set whose index does not coincide with any of the indices from the tracked points.

Do the paper and the implementation coincide? If so, then I misunderstood the algorithm > <

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

No branches or pull requests

1 participant