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

camConfidence should be normalized to std dev not min/max #20

Open
kylemcdonald opened this issue Apr 6, 2018 · 0 comments
Open

camConfidence should be normalized to std dev not min/max #20

kylemcdonald opened this issue Apr 6, 2018 · 0 comments

Comments

@kylemcdonald
Copy link
Owner

kylemcdonald commented Apr 6, 2018

this line in ProCamScan works, but should account for how noisy the image is rather than how bright it is: camConfidence /= 255 * (horizontalBits + verticalBits);

this would allow multiple scans to be on the same playing ground based on intrinsic noise rather than treating each scan as equally authoritative

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