-
Notifications
You must be signed in to change notification settings - Fork 8
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
Homography #4
Comments
@ag14774 To align the video frames, we take one pair of corresponding low and high resolution frame. Compute the transform and apply it to all the other frames. It is straightforward and I can add it to the repository at a later date if needed. |
@avinashpaliwal |
@ag14774 Do you find the link of NRDC code? I failed when clicking on the above website, and it said "You don't have permission to access this resource." |
Hey back when I asked the question the resource was there but it seems it's not available now |
@ag14774 Could you please provide the resources you downloaded? This would make a great help to my work. Thank you! |
It was not very useful for me so I did not save it anywhere. Sorry |
Hey @women1995. It looks like all the pages from the author were removed from the domain. I can share the file with you. |
|
In the paper it was mentioned that homography is performed to align the two video sources. Is that part of the code in this repo? If yes, could you point me to it? Thank you!
The text was updated successfully, but these errors were encountered: