@@ -9,10 +9,15 @@ if __name__ == "__main__":
|
|||||||
resourcesRawPath = 'tests/resources/raw/'
|
resourcesRawPath = 'tests/resources/raw/'
|
||||||
resourcesFormattedPath = 'tests/resources/formatted/'
|
resourcesFormattedPath = 'tests/resources/formatted/'
|
||||||
resourcesPathOutput = 'resources/pathoutput/'
|
resourcesPathOutput = 'resources/pathoutput/'
|
||||||
|
resourcesExpectedPath = 'tests/resources/expected/'
|
||||||
|
|
||||||
matrixToFile(formatPbm(resourcesRawPath + 'test1ascii.pbm'), resourcesFormattedPath + 'test1.csv')
|
# matrixToFile(formatPbm(resourcesRawPath + 'test1ascii.pbm'), resourcesFormattedPath + 'test1.csv')
|
||||||
|
|
||||||
plotPath(path(formatPbm(resourcesRawPath + 'test100x100.pbm'), 5))
|
matrixToFile(path(formatPbm(resourcesRawPath + 'imagestest-11.pbm'), 4), resourcesExpectedPath + 'imagestest-11.csv')
|
||||||
|
matrixToFile(path(formatPbm(resourcesRawPath + 'imagestest-22.pbm'), 4), resourcesExpectedPath + 'imagestest-22.csv')
|
||||||
|
matrixToFile(path(formatPbm(resourcesRawPath + 'imagestest-33.pbm'), 4), resourcesExpectedPath + 'imagestest-33.csv')
|
||||||
|
#plotPath(path(formatPbm(resourcesRawPath + 'imagestest-22.pbm'), 8))
|
||||||
|
#plotPath(path(formatPbm(resourcesRawPath + 'test100x100.pbm'), 5))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user