Closed MultiPeden closed 7 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.
moved the thresholding to before the normalization.
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.