Commit Graph

97 Commits

Author SHA1 Message Date
Trygve b3936ae649 Forgot to change int to uint8_t in Point constructor 2024-05-08 00:28:29 +02:00
Trygve 08dce8eb7e Update readme 2024-05-08 00:17:32 +02:00
Trygve e739821264 Added filepath to heightmap class 2024-05-08 00:17:09 +02:00
Trygve 59ce1c0177 Fix report formating 2024-05-08 00:16:34 +02:00
Trygve 6e3217105e report 2024-05-07 23:57:12 +02:00
Trygve 093f55f525 Added one example file and renamed the rest 2024-05-07 22:49:49 +02:00
Trygve 903f2e740f Merge remote-tracking branch 'origin/main' 2024-05-07 22:29:49 +02:00
esther 16279bb224 wrote on report 2024-05-07 22:26:36 +02:00
Trygve 3bf8dbfb79 Update report 2024-05-07 22:26:11 +02:00
Trygve dc020a4f38 Update cmakelists 2024-05-07 22:25:42 +02:00
Trygve f857f7e951 Remove cellmap class 2024-05-07 22:25:13 +02:00
Trygve 264c0341ed FINALLY FOUND THE LAST ERROR IN THE LOOKUPTABLE 😎🥳 2024-05-07 21:03:47 +02:00
Trygve b4b89c2282 Added steepness cli arg 2024-05-07 20:47:33 +02:00
Trygve 9ab5aac40f Changed last remaining mallocs to new 2024-05-07 20:34:40 +02:00
Trygve 7037874923 Added statistics cli arg 2024-05-07 19:44:03 +02:00
Trygve a785407c6d Merge branch 'Statistics' 2024-05-07 19:41:15 +02:00
Trygve 97c52ecef3 Tried fixing gdal bullshit in steepnes method 2024-05-07 19:38:34 +02:00
Trygve 9300fa729c Fix lookuptable 2024-05-07 18:48:33 +02:00
esther c47565eabb added some methods to the heightmap class to calculate steepness and statistics 2024-05-07 18:32:07 +02:00
Trygve 62d62987d3 use lookuptable to draw lines 2024-05-07 17:20:23 +02:00
Trygve 5845ae6693 Tried to fix check for if cases can connect 2024-05-07 16:18:42 +02:00
Trygve 47d0e29868 Started on validation if a case can come after another 2024-05-07 15:26:50 +02:00
Trygve 43f8b78830 Implemented cli 2024-05-07 13:29:49 +02:00
Trygve 08255875c1 Added the argh library as a subproject 2024-05-07 11:40:33 +02:00
Trygve 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
Trygve 790cf44f8b bugfix 2024-05-07 10:35:31 +02:00
Trygve df7cac1095 cleanup 2024-05-07 10:34:29 +02:00
Trygve 93fcbc6a39 Merge branch 'drawing-lines' 2024-05-07 10:25:01 +02:00
Trygve 95649f005b ITS WORKING (somewhat) 2024-05-06 23:50:11 +02:00
Trygve 1ec3e8c778 slides 2024-05-06 14:16:04 +02:00
Trygve c535eec958 Debugging without omp 2024-05-06 11:37:10 +02:00
Trygve 4f709d3b07 Use linked list to store the order of the points 2024-05-05 16:53:00 +02:00
Trygve 4cd4f773bf Fixed stupid mistake in for loop 2024-05-03 20:54:45 +02:00
Trygve 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
Trygve 0188b9e29d Merge branch 'main' into HEAD 2024-04-30 15:12:48 +02:00
Trygve b800ceaf98 Changed file wrriting to use list of points 2024-04-30 15:11:44 +02:00
Trygve 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
Trygve 29a7ddb083 Cleanup 2024-04-28 22:31:05 +02:00
Trygve 98a312094e Added box blur 2024-04-28 22:30:37 +02:00
Trygve 882764a13d Created a lookup table 2024-04-27 18:01:43 +02:00
Trygve f962a40ade Fixed segfault 2024-04-27 17:15:37 +02:00
Trygve ee0b87c2b3 Start to implement line drawing 2024-04-26 15:40:09 +02:00
Trygve 0485253893 Added georeferencing 2024-04-25 23:20:38 +02:00