Skip to content

Commit fe609d7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b268d66 + 4e2ad7b commit fe609d7

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ The app offers the following key features:
3434
- ...
3535

3636
<p align="center">
37-
<a href=""><img src="anim_thermogram2.gif" alt="Thermogram" border="0" style="width: 100%;"></a>
37+
<a href=""><img src="docs/anims/anim_thermogram2.gif" alt="Thermogram" border="0" style="width: 100%;"></a>
3838

3939
Edge overlay
4040
</p>
4141

4242
<p align="center">
43-
<a href=""><img src="anim_thermogram3.gif" alt="Thermogram" border="0" style="width: 100%;"></a>
43+
<a href=""><img src="docs/anims/anim_thermogram3.gif" alt="Thermogram" border="0" style="width: 100%;"></a>
4444

4545
3D visualization
4646
</p>
@@ -84,7 +84,20 @@ pip install -r requirements.txt
8484
python main.py
8585
```
8686
## Usage
87-
(Coming soon)
87+
88+
### Open image folder
89+
Choose a folder with DJI images. PLEASE USE THE SAME FILE ORGANIZATION AS THE ONE GENERATED BY DJI. In other words, import a folder as it is generated on the SD card.
90+
Then the software will load images (this can take some time for large image sets, as many processing operations are undergone during import).
91+
92+
93+
### Process individual images
94+
Once loaded, individual images can be processed. Two tabs are grouped with temperature and palette control. Edge processing can be added by ticking the corresponding checkbox.
95+
96+
### Navigate through images
97+
Two arrows on the top of the GUI allow to navigate through the image set. If you want to keep settings when doing so, please check the corresponding options.
98+
99+
### Batch export function
100+
The 'Batch export' action is particularly handy to export the entire photoset with the current settings.
88101

89102
## Coming next
90103
We plan to implement the following functionalities:

0 commit comments

Comments
 (0)