From 181bf7f0a23bd859c219f83b9af4030b13c7836a Mon Sep 17 00:00:00 2001 From: "Oh, Sungchan" Date: Thu, 27 Jun 2024 23:03:29 -0400 Subject: [PATCH] Update DataGuide_AAPF_HSI.md --- DataGuide_AAPF_HSI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataGuide_AAPF_HSI.md b/DataGuide_AAPF_HSI.md index eb7a12e..637f6c5 100644 --- a/DataGuide_AAPF_HSI.md +++ b/DataGuide_AAPF_HSI.md @@ -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)