mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-24 07:29:47 +00:00
* Update gaussian_filter.py Changed embedded for loops with product. This way range(dst_height) is called only once, instead of being called $dst_height. * Update gaussian_filter.py fixed missing width