You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: