Update gaussian_filter.py (#1548) · zinating/algorithms-python@e8aa812 · GitHub
Skip to content

Commit e8aa812

Browse files
frifichAnupKumarPanwar
authored andcommitted
Update gaussian_filter.py (TheAlgorithms#1548)
* 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
1 parent 28c02a1 commit e8aa812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

digital_image_processing/filters/gaussian_filter.py

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)