You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this work is to register geospatial data (ex. orthomosaics or digital terrain models). This tool relies on registration algorithms implemented in `opencv` and `sitk`.
2
+
The goal of this work is to register geospatial data (ex. orthomosaics or digital terrain models) in a simple and robust way. This tool handles the pre-processing work to pre-process the geospatial data into a form that can be used by standard image registration algorithms. The backend algorithm can be swapped out, and we currently have several options from the`opencv` and `sitk` libraries.
3
3
4
4
# Install
5
5
To set up this project you can run the following commands. This assumes `anaconda` and `poetry` are installed.
@@ -9,5 +9,5 @@ conda activate GDRT
9
9
poetry install
10
10
```
11
11
12
-
# Data
13
-
Example data can be found in this [folder](https://ucdavis.box.com/v/GDRT-example-data). The contents should be downloaded and placed in the `data` folder.
12
+
# Examples
13
+
Example data can be found in this [folder](https://ucdavis.box.com/v/GDRT-example-data). The contents should be downloaded and placed in the `data` folder. The two notebooks in `dev` can be run using this data.
0 commit comments