Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update filter.py
fix: validate filenames
  • Loading branch information
Mouiad-JRA authored Oct 14, 2022
commit a2c453f0c85dec8fb4f99ddb5efbc341298c7c22
1 change: 0 additions & 1 deletion computer_vision/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def set_up_filter(self, kernel):

def average(self):
"""
Low Pass Spatial Domain Filtering to handel the blurring effect
:return: image after applying the Average filter
"""
rows, columns, image, new_image = self.get_ready()
Expand Down