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

Investigate default kernel size for CNT algorithm #71

Open
Breakthrough opened this issue Jan 8, 2022 · 0 comments
Open

Investigate default kernel size for CNT algorithm #71

Breakthrough opened this issue Jan 8, 2022 · 0 comments

Comments

@Breakthrough
Copy link
Owner

Breakthrough commented Jan 8, 2022

The latest version of DVR-Scan includes a new CNT algorithm, which has better performance at the expense of accuracy (and matches feedback from #48). It is probably worth doing some tests on the default kernel sizes to see if increasing them will improve accuracy:

Just to give some feedback here, CNT works fine, is indeed a little faster than MOG (~1.4× for SD to ~2.1× for Full HD), has more problems with brightness changes and lens flares, and for the closest results to MOG, seems to require a doubling of the kernel size (kernelSize = kernelSize * 2 + 1).

Originally posted by @ocram in #48 (comment)

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

No branches or pull requests

1 participant