Skip to content

Commit

Permalink
[docs] global: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Jan 1, 2021
1 parent 0410955 commit d0f9d25
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added docs/user/assets/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/assets/background_masked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/assets/multi_tracked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/user/detection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
id: detection
title: Detection tips
sidebar_label: Detection
---

## Masking some regions

It is sometimes necessary to mask specific regions to avoid reflection or artifacts and enhanced detection. We will show a straightforward manner with the movie [ZFL_004]( http://data.ljp.upmc.fr/datasets/TD2/#ZFL_004) from the two-dimensional dataset.

1. Compute the background as usual. In this case, with will take the average. ![background](assets/background.png)
3. Construct a mask using [Gimp](https://www.gimp.org/) or [Inkscape](https://inkscape.org/) by taking the background image and masking irrelevant areas (in black or white, depending on the system). ![background](assets/background_masked.png)
5. Load the new background image in FastTrack and performs the tracking. ![background](assets/multi_tracked.png)

0 comments on commit d0f9d25

Please sign in to comment.