Block a user
Trygve
synced commits to drawing-lines at Trygve/contour-creator from mirror
2024-05-07 18:00:03 +00:00
9300fa729c
Fix lookuptable
62d62987d3
use lookuptable to draw lines
5845ae6693
Tried to fix check for if cases can connect
47d0e29868
Started on validation if a case can come after another
43f8b78830
Implemented cli
7037874923
Added statistics cli arg
a785407c6d
Merge branch 'Statistics'
97c52ecef3
Tried fixing gdal bullshit in steepnes method
9300fa729c
Fix lookuptable
c47565eabb
added some methods to the heightmap class to calculate steepness and statistics
ec0a31db5d
Small typo
32a0b18f8e
Merge branch 'main' of gitlab.com:Trygve/contour-creator
ab96f9477e
added some comments
790cf44f8b
bugfix
df7cac1095
cleanup
Trygve
synced commits to drawing-lines at Trygve/contour-creator from mirror
2024-05-07 01:40:03 +00:00
Trygve
synced new reference drawing-lines to Trygve/contour-creator from mirror
2024-05-07 01:40:03 +00:00
Trygve
synced commits to restructure at Trygve/contour-creator from mirror
2024-05-02 23:40:02 +00:00
Trygve
synced new reference restructure to Trygve/contour-creator from mirror
2024-05-02 23:40:02 +00:00
0188b9e29d
Merge branch 'main' into HEAD
b800ceaf98
Changed file wrriting to use list of points
1dcfb0e737
Changed file wrriting to use list of points
228945a767
tried to implement finding contour lines
d046e18c43
changed to create a vector
33dd409c43
changed contour creator
5cd5627bb7
introduced class Point and changed cell map to create lines
29a7ddb083
Cleanup
98a312094e
Added box blur
882764a13d
Created a lookup table
f962a40ade
Fixed segfault
ee0b87c2b3
Start to implement line drawing
e457adf244
Fixed spelling
6469a26cf1
Update documentation
c94a59616a
Merge branch 'main' of gitlab.com:Trygve/contour-creator
781b96215a
Wrote on lab 5 about parallelization and definitions.
789f5aa84e
Update readme
8084db97a5
Put all classes in one header and rename case to cell
040e011a66
Write all contours from vector
cf72fbfefa
Attempted parallelization of casemaps
40d41fc065
Added openMP
2ee2936cf1
Removed debug print
f157670d78
Use uint8_t instead of int in CaseMap
ccec7eb1a1
Fixed produce_casemap
fe2a369225
Calculated cases for casemap
1a10f0df33
Fixed some errors
25354cc115
Remove build dir first
666987ca1e
Merge branch 'main' of gitlab.com:Trygve/contour-creator
ec8ee8d056
Started on case map class