Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize ImageStat.Stat._getextrema function
The optimzed function improves the performance. The original function always runs through the complete historgram of length 256 even if it is possible to exit the loop early (break). Running some tests I found performance improvements of factor >10 depending on the image. Signed-off-by: Andreas Florath <[email protected]>
- Loading branch information