Skip to content

Commit

Permalink
Update DataGuide_AAPF_HSI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oh231 authored Jun 28, 2024
1 parent d1dce1a commit 181bf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataGuide_AAPF_HSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ This section details the interpretation of an animated GIF file used to evaluate

- Frame 1 (1/4): Vegetation mask obtained from the VNIR data (presented upside-down to match the original data orientation for both side and top-down views).
- Frame 2 (2/4): Vegetation mask derived from the SWIR data after an initial coarse alignment using affine transformation parameters (translation, scaling, and rotation) specified in [HSI data processing parameters](https://github.itap.purdue.edu/PlantScience/Pipeline-AAPF-HSI/blob/master/vardata_aapf_hsi.py).
Frame 3 (3/4): Vegetation mask from the SWIR data following a subsequent geometric refinement using the [cv.findTransformECC](https://amroamroamro.github.io/mexopencv/matlab/cv.findTransformECC.html) function. Significant misalignment between Frame 3 and Frame 4 may indicate the need to adjust the translation, scaling, and rotation parameters within [HSI data processing parameters](https://github.itap.purdue.edu/PlantScience/Pipeline-AAPF-HSI/blob/master/vardata_aapf_hsi.py).
Frame 4 (4/4): The vegetation mask from Frame 1 with an additional morphological filter applied. The "default" parameter applies no filtering, while "upper," "middle," and "lower" parameters utilize only the upper, middle, or lower third of the plant segments, respectively (applicable to side view images only). Future iterations may incorporate additional morphological filter options.
- Frame 3 (3/4): Vegetation mask from the SWIR data following a subsequent geometric refinement using the [cv.findTransformECC](https://amroamroamro.github.io/mexopencv/matlab/cv.findTransformECC.html) function. Significant misalignment between Frame 3 and Frame 4 may indicate the need to adjust the translation, scaling, and rotation parameters within [HSI data processing parameters](https://github.itap.purdue.edu/PlantScience/Pipeline-AAPF-HSI/blob/master/vardata_aapf_hsi.py).
- Frame 4 (4/4): The vegetation mask from Frame 1 with an additional morphological filter applied. The "default" parameter applies no filtering, while "upper," "middle," and "lower" parameters utilize only the upper, middle, or lower third of the plant segments, respectively (applicable to side view images only). Future iterations may incorporate additional morphological filter options.


### How to Read Information in Spreadsheet file (.xlsx, masterfile)
Expand Down

0 comments on commit 181bf7f

Please sign in to comment.