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

Corrected Keyframe parameters #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

muskie82
Copy link

Parameters for keyframe selection should depend on the input image resolution, but currently fixed values (640*480) are used for these parameters.
So I used wG[0] and hG[0] for raw input image resolution.

Thank you

@NikolausDemmel
Copy link
Collaborator

You are probably right that this should depend on the actual resolution. However without tests on multiple different resolutions, its hard to tell if the proposed change leads to improved performance. It probably also depends a lot on the actual movement what would be best here...

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

Successfully merging this pull request may close these issues.

None yet

2 participants