MultiPeden / ScreenTracker

0 stars 0 forks source link

Adaptive threshold - MainWindow.cs #4

Closed MultiPeden closed 6 years ago

MultiPeden commented 6 years ago

I commented the "adaptive" threshold out because it was constant due to the normalization of the range 0-255. This means that the max val always will be 255, and taking a percentage of that is also constant, making our threshold constant.

MultiPeden commented 6 years ago

moved the thresholding to before the normalization.