├── GUI.py ├── Image ├── Gray │ ├── 5.1.09.tiff │ ├── 5.1.10.tiff │ ├── 5.1.11.tiff │ ├── 5.1.12.tiff │ ├── 5.1.13.tiff │ ├── 5.1.14.tiff │ ├── 5.2.08.tiff │ ├── 5.2.09.tiff │ ├── 5.2.10.tiff │ ├── 5.3.01.tiff │ ├── 5.3.02.tiff │ ├── 7.1.01.tiff │ ├── 7.1.02.tiff │ ├── 7.1.03.tiff │ ├── 7.1.04.tiff │ ├── 7.1.05.tiff │ ├── 7.1.06.tiff │ ├── 7.1.07.tiff │ ├── 7.1.08.tiff │ ├── 7.1.09.tiff │ ├── 7.1.10.tiff │ ├── 7.2.01.tiff │ ├── Baboon.bmp │ ├── Barbara.bmp │ ├── Cameraman.bmp │ ├── Goldhill.bmp │ ├── Lena.bmp │ ├── Peppers.bmp │ └── boat.512.tiff └── RGB │ ├── 4.1.01.tiff │ ├── 4.1.02.tiff │ ├── 4.1.03.tiff │ ├── 4.1.04.tiff │ ├── 4.1.05.tiff │ ├── 4.1.06.tiff │ ├── 4.1.07.tiff │ ├── 4.1.08.tiff │ ├── 4.2.01.tiff │ ├── 4.2.05.tiff │ ├── 4.2.06.tiff │ ├── BaboonRGB.bmp │ ├── LenaRGB.bmp │ ├── PeppersRGB.bmp │ └── eagleRGB.jpg ├── README.md ├── requirements.txt ├── run_me.bat └── utils ├── Canny.py ├── Dog.py ├── FDoG.py ├── __pycache__ ├── Canny.cpython-38.pyc ├── Dog.cpython-38.pyc └── FDoG.cpython-38.pyc └── img_6.png /GUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/GUI.py -------------------------------------------------------------------------------- /Image/Gray/5.1.09.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.1.09.tiff -------------------------------------------------------------------------------- /Image/Gray/5.1.10.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.1.10.tiff -------------------------------------------------------------------------------- /Image/Gray/5.1.11.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.1.11.tiff -------------------------------------------------------------------------------- /Image/Gray/5.1.12.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.1.12.tiff -------------------------------------------------------------------------------- /Image/Gray/5.1.13.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.1.13.tiff -------------------------------------------------------------------------------- /Image/Gray/5.1.14.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.1.14.tiff -------------------------------------------------------------------------------- /Image/Gray/5.2.08.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.2.08.tiff -------------------------------------------------------------------------------- /Image/Gray/5.2.09.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.2.09.tiff -------------------------------------------------------------------------------- /Image/Gray/5.2.10.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.2.10.tiff -------------------------------------------------------------------------------- /Image/Gray/5.3.01.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.3.01.tiff -------------------------------------------------------------------------------- /Image/Gray/5.3.02.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/5.3.02.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.01.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.01.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.02.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.02.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.03.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.03.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.04.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.04.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.05.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.05.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.06.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.06.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.07.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.07.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.08.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.08.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.09.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.09.tiff -------------------------------------------------------------------------------- /Image/Gray/7.1.10.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.1.10.tiff -------------------------------------------------------------------------------- /Image/Gray/7.2.01.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/7.2.01.tiff -------------------------------------------------------------------------------- /Image/Gray/Baboon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/Baboon.bmp -------------------------------------------------------------------------------- /Image/Gray/Barbara.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/Barbara.bmp -------------------------------------------------------------------------------- /Image/Gray/Cameraman.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/Cameraman.bmp -------------------------------------------------------------------------------- /Image/Gray/Goldhill.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/Goldhill.bmp -------------------------------------------------------------------------------- /Image/Gray/Lena.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/Lena.bmp -------------------------------------------------------------------------------- /Image/Gray/Peppers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/Peppers.bmp -------------------------------------------------------------------------------- /Image/Gray/boat.512.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/Gray/boat.512.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.01.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.01.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.02.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.02.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.03.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.03.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.04.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.04.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.05.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.05.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.06.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.06.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.07.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.07.tiff -------------------------------------------------------------------------------- /Image/RGB/4.1.08.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.1.08.tiff -------------------------------------------------------------------------------- /Image/RGB/4.2.01.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.2.01.tiff -------------------------------------------------------------------------------- /Image/RGB/4.2.05.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.2.05.tiff -------------------------------------------------------------------------------- /Image/RGB/4.2.06.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/4.2.06.tiff -------------------------------------------------------------------------------- /Image/RGB/BaboonRGB.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/BaboonRGB.bmp -------------------------------------------------------------------------------- /Image/RGB/LenaRGB.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/LenaRGB.bmp -------------------------------------------------------------------------------- /Image/RGB/PeppersRGB.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/PeppersRGB.bmp -------------------------------------------------------------------------------- /Image/RGB/eagleRGB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/Image/RGB/eagleRGB.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_me.bat: -------------------------------------------------------------------------------- 1 | @pip install -r requirements.txt 2 | @python ./GUI.py 3 | @pause -------------------------------------------------------------------------------- /utils/Canny.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/Canny.py -------------------------------------------------------------------------------- /utils/Dog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/Dog.py -------------------------------------------------------------------------------- /utils/FDoG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/FDoG.py -------------------------------------------------------------------------------- /utils/__pycache__/Canny.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/__pycache__/Canny.cpython-38.pyc -------------------------------------------------------------------------------- /utils/__pycache__/Dog.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/__pycache__/Dog.cpython-38.pyc -------------------------------------------------------------------------------- /utils/__pycache__/FDoG.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/__pycache__/FDoG.cpython-38.pyc -------------------------------------------------------------------------------- /utils/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mq-yuan/EdgeDetection-for-ImageProcressing/HEAD/utils/img_6.png --------------------------------------------------------------------------------