From 970f0f736f01ea7e4875cd7ce0e7e8071f6662d3 Mon Sep 17 00:00:00 2001
From: feger <marc.feger@hhu.de>
Date: Fri, 7 Jun 2019 12:56:47 +0200
Subject: [PATCH] Add todo

---
 A2/GUI.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/A2/GUI.py b/A2/GUI.py
index ec383e1..cfb9b2f 100644
--- a/A2/GUI.py
+++ b/A2/GUI.py
@@ -152,6 +152,7 @@ class GUI(object):
 
 
 if __name__ == '__main__':
+    # Todo: Add smooth filter
     """
     This program is for editing images with ORB keypoints.
     Those keypoints are then been grouped with k-means.
-- 
GitLab