Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,6 @@ The main components are 2D vertex and edge detection and depth estimation.
|
|
10 |
Edge detection consists of basic connected components analysis with additional checks for connection validity.
|
11 |
In this solution the pointcloud is used to estimate depth using the mean depth of n closest projected points.
|
12 |
|
13 |
-
(THIS IS NOT THE WRITEUP)
|
|
|
|
|
|
10 |
Edge detection consists of basic connected components analysis with additional checks for connection validity.
|
11 |
In this solution the pointcloud is used to estimate depth using the mean depth of n closest projected points.
|
12 |
|
13 |
+
(THIS IS NOT THE WRITEUP)
|
14 |
+
|
15 |
+
Commit messages are mostly identical to the ones in the evaluation submitions
|