Skip to content
Snippets Groups Projects
Commit dae303f1 authored by rasmusse's avatar rasmusse
Browse files

Push Seite Mika

parent 7181eb7b
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
from Image import Image
import os
from KernelFactory import KernelFactory
from ZeroPaddingBorderBehavior import ZeroPaddingBorderBehavior
......@@ -7,8 +7,10 @@ from ClampingBorderBehavior import ClampingBorderBehavior
pathImg1 = "\images\Bild 1.pgm"
pathImg2 = "\images\Bild 2.pgm"
pathImg1 = ".\images\Bild 1.pgm"
pathImg2 = ".\images\Bild 2.pgm"
......@@ -22,6 +24,8 @@ if __name__ == '__main__':
img = Image()
neu = Image()
print(img.readFromFile(pathImg1))
print(img.readFromFile(pathImg2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment