kylemcdonald / LightLeaks

An immersive installation built from a pile of mirror balls and a few projectors.
Other
93 stars 14 forks source link

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

Open kylemcdonald opened 6 years ago

kylemcdonald commented 6 years ago

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