e6cb2c7249Added a new Test with computer generated images. Images in real life still work better for some reason.
main
Paul Schaller
2024-01-02 15:14:26 +0100
59dc2f6626Fixed a scaling issue with the y coordinates in the normalized side images coordinate space
Paul Schaller
2023-12-23 19:26:30 +0100
010882aef2Propably fixed a semantic issue which was caused by communication problems: the height of the tree can be bigger than 1.0
Paul Schaller
2023-12-21 19:54:25 +0100
e7f1aa9b3cAdded Testcode for the four sided scanner and fixed a small typo
Paul Schaller
2023-12-14 12:53:03 +0100
6807ee4a25Finished Implementation and Test, Test runs successfully and can scan two sides. Added some debug code, removed some TODOs, fixed some errors. Fixed a semantical error which could become a problem with the front-end (y is now defined as "going into the image"). Redid some reverted stuff.
Paul Schaller
2023-12-08 17:17:27 +0100
Revert the previous two commitsJulian Köglmeier2023-11-28 16:28:46 +0100
edcea3bd82Made the project no longer have any errors
Paul Schaller
2023-11-27 15:03:47 +0100
24b41531aeTiny interface change
Paul Schaller
2023-11-27 15:00:50 +0100
595743bda2Partially implemented scanning test
Paul Schaller
2023-11-27 14:32:42 +0100
5852418b0bscanning code now returns a Homograph, deleted unused class
Paul Schaller
2023-11-27 14:10:11 +0100
1befac154eFinished Implementation of Homograph (the part of the project that merges multiple images together)(Not tested yet, as nearly everything)
Paul Schaller
2023-11-23 18:31:41 +0100
b77d8ba7e9Implemented Point Normalization (untested)
Paul Schaller
2023-11-23 16:55:16 +0100
d8531012a6API consistency changes
Paul Schaller
2023-11-23 16:39:50 +0100
fe3ecd84a0Added TODOs
Paul Schaller
2023-11-23 16:33:36 +0100
44f6a87ebfCODE WITH ERRORS, a small requirement change required a small API change...
Paul Schaller
2023-11-23 16:32:26 +0100
2ea8096200consistent API use
Paul Schaller
2023-11-21 18:15:51 +0100
a253490145Another API change
Paul Schaller
2023-11-21 18:11:41 +0100
b282d41fc9API change
Paul Schaller
2023-11-21 17:56:45 +0100
aa45c6926fChanged the SideScanner API to be more maintainable
Paul Schaller
2023-11-21 16:10:08 +0100
ffd38dcd85Added Test, Added Test image, fixed nasty bug, rethought life choices
Paul Schaller
2023-11-20 16:15:51 +0100
f152d34134added old tracking as test
rgrebner
2023-11-20 14:52:25 +0100
d227dfbc66fixed grammar error and changed some code for debugging
Paul Schaller
2023-11-20 14:47:40 +0100
d322503403Made use of Point2D.Double in ImageScanner and PointInterpolator
Paul Schaller
2023-11-20 14:32:45 +0100
8f98f3eea6added generating of images with coordinates given by getBrightestSpot
rgrebner
2023-11-20 14:28:42 +0100
2fd7d5ed2bAdded a todo and renamed a class
Paul Schaller
2023-11-18 15:28:28 +0100
b3031ad97fImplemented a part of SideScanner and added ImageScanner: scans a single image
Paul Schaller
2023-11-18 15:23:16 +0100
b750ae9344Added a Scanner and Side Scanner Class and a scanning package; everything in the scanning package is internal stuff
Paul Schaller
2023-11-18 14:49:06 +0100
1b56dd47f0Fixed Arithmetic Error
Paul Schaller
2023-11-14 16:28:56 +0100
1f67f51467Figured out, that it wasn't "1", but infact "0". Finished implementation of getBrightestSpotGrayscale (WARNING ⚠️: untested code). To be done: Write test cases for all the methods
Paul Schaller
2023-11-14 16:25:34 +0100
48512ecb93Removed unnecessary whitespace
Paul Schaller
2023-11-14 15:52:46 +0100
9a9cbfd345Added two helper Classes and partially implemented
Paul Schaller
2023-11-14 15:51:36 +0100
81d25c6a2cadded pictures for tests
rgrebner
2023-11-14 13:29:19 +0100
e81e3ea17dsome very simple and rudimentary code for Image Scanning
Paul Schaller
2023-11-14 13:28:44 +0100