Commit Graph

78 Commits

Author SHA1 Message Date
62d62987d3 use lookuptable to draw lines 2024-05-07 17:20:23 +02:00
5845ae6693 Tried to fix check for if cases can connect 2024-05-07 16:18:42 +02:00
47d0e29868 Started on validation if a case can come after another 2024-05-07 15:26:50 +02:00
43f8b78830 Implemented cli 2024-05-07 13:29:49 +02:00
08255875c1 Added the argh library as a subproject 2024-05-07 11:40:33 +02:00
ec0a31db5d Small typo 2024-05-07 11:00:49 +02:00
esther
32a0b18f8e Merge branch 'main' of gitlab.com:Trygve/contour-creator 2024-05-07 10:58:15 +02:00
esther
ab96f9477e added some comments 2024-05-07 10:48:48 +02:00
790cf44f8b bugfix 2024-05-07 10:35:31 +02:00
df7cac1095 cleanup 2024-05-07 10:34:29 +02:00
93fcbc6a39 Merge branch 'drawing-lines' 2024-05-07 10:25:01 +02:00
95649f005b ITS WORKING (somewhat) 2024-05-06 23:50:11 +02:00
1ec3e8c778 slides 2024-05-06 14:16:04 +02:00
c535eec958 Debugging without omp 2024-05-06 11:37:10 +02:00
4f709d3b07 Use linked list to store the order of the points 2024-05-05 16:53:00 +02:00
4cd4f773bf Fixed stupid mistake in for loop 2024-05-03 20:54:45 +02:00
9d8df3256d Started on continus line drawing 2024-05-03 20:33:28 +02:00
esther
77467594bd improved vector_cellmap function 2024-05-02 21:02:48 +02:00
0188b9e29d Merge branch 'main' into HEAD 2024-04-30 15:12:48 +02:00
b800ceaf98 Changed file wrriting to use list of points 2024-04-30 15:11:44 +02:00
1dcfb0e737 Changed file wrriting to use list of points 2024-04-30 15:09:18 +02:00
esther
228945a767 tried to implement finding contour lines 2024-04-30 15:07:04 +02:00
esther
d046e18c43 changed to create a vector 2024-04-29 15:02:50 +02:00
esther
33dd409c43 changed contour creator 2024-04-29 14:56:06 +02:00
esther
5cd5627bb7 introduced class Point and changed cell map to create lines 2024-04-29 14:54:44 +02:00
29a7ddb083 Cleanup 2024-04-28 22:31:05 +02:00
98a312094e Added box blur 2024-04-28 22:30:37 +02:00
882764a13d Created a lookup table 2024-04-27 18:01:43 +02:00
f962a40ade Fixed segfault 2024-04-27 17:15:37 +02:00
ee0b87c2b3 Start to implement line drawing 2024-04-26 15:40:09 +02:00
0485253893 Added georeferencing 2024-04-25 23:20:38 +02:00
e457adf244 Fixed spelling 2024-04-23 22:45:40 +02:00
6469a26cf1 Update documentation 2024-04-23 22:37:11 +02:00
esther
c94a59616a Merge branch 'main' of gitlab.com:Trygve/contour-creator 2024-04-23 22:00:48 +02:00
esther
781b96215a Wrote on lab 5 about parallelization and definitions. 2024-04-23 20:37:53 +02:00
e287323332 Oppdaterte ER diagram 2024-04-23 15:05:46 +02:00
0319f2ae29 lab 5 2024-04-23 14:33:50 +02:00
789f5aa84e Update readme 2024-04-22 16:13:06 +02:00
8084db97a5 Put all classes in one header and rename case to cell 2024-04-22 16:10:02 +02:00
040e011a66 Write all contours from vector 2024-04-17 11:50:19 +02:00
esther
cf72fbfefa Attempted parallelization of casemaps 2024-04-17 11:34:54 +02:00
40d41fc065 Added openMP 2024-04-17 10:55:02 +02:00
2ee2936cf1 Removed debug print 2024-04-17 10:43:46 +02:00
01ddd4e914 Fixed contour generation 2024-04-15 21:58:12 +02:00
ca42524503 Started on function to write output file 2024-04-15 15:07:11 +02:00
f157670d78 Use uint8_t instead of int in CaseMap 2024-04-11 19:30:09 +02:00
ccec7eb1a1 Fixed produce_casemap 2024-04-11 18:56:44 +02:00
esther
fe2a369225 Calculated cases for casemap 2024-04-11 16:27:03 +02:00
1a10f0df33 Fixed some errors 2024-04-11 15:37:33 +02:00
25354cc115 Remove build dir first 2024-04-11 15:25:30 +02:00