From 5f935a9ddccb190bde44ed77b80a99f74f3ea6cf Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 17 Mar 2021 16:57:06 -0400 Subject: [PATCH] Add pretty pictures --- contrib/orthorectify/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/orthorectify/README.md b/contrib/orthorectify/README.md index 548749bd..ad60a2bc 100644 --- a/contrib/orthorectify/README.md +++ b/contrib/orthorectify/README.md @@ -1,7 +1,11 @@ # Orthorectification Tool +![image](https://user-images.githubusercontent.com/1951843/111536715-fc91c380-8740-11eb-844c-5b7960186391.png) + This tool is capable of orthorectifing individual images (or all images) from an ODM reconstruction. It does not account for visibility occlusion, so you will get artifacts near buildings (help us improve this?). +![image](https://user-images.githubusercontent.com/1951843/111529183-3ad6b500-8738-11eb-9960-b1aa676f863b.png) + ## Usage After running a reconstruction using ODM: @@ -57,4 +61,4 @@ Help us improve this module! We could add: - [ ] GPU support for faster processing - [ ] Visibility checks - - [ ] Merging of multiple orthorectified images (blending, filtering, seam leveling) \ No newline at end of file + - [ ] Merging of multiple orthorectified images (blending, filtering, seam leveling)