From f95e9d6ffc2492dd1293033600a43faa3a3d45db Mon Sep 17 00:00:00 2001
From: evenp <Philippe.Even@loria.fr>
Date: Tue, 1 Dec 2020 17:59:01 +0100
Subject: [PATCH] Comic strip arranged

---
 Code/FBSD/BlurredSegment/bstracker.cpp           |  2 +-
 Code/FBSD/BlurredSegment/bstracker.h             |  2 +-
 Code/FBSD/DirectionalScanner/adaptivescannero1.h | 10 +++++-----
 Code/FBSD/DirectionalScanner/adaptivescannero2.h | 10 +++++-----
 Code/FBSD/DirectionalScanner/adaptivescannero7.h | 10 +++++-----
 Code/FBSD/DirectionalScanner/adaptivescannero8.h | 10 +++++-----
 .../FBSD/DirectionalScanner/directionalscanner.h | 12 ++++++------
 .../DirectionalScanner/directionalscannero1.h    | 16 ++++++++--------
 .../DirectionalScanner/directionalscannero2.h    | 16 ++++++++--------
 .../DirectionalScanner/directionalscannero7.h    | 16 ++++++++--------
 .../DirectionalScanner/directionalscannero8.h    | 16 ++++++++--------
 Code/FBSD/DirectionalScanner/scannerprovider.h   |  4 ++--
 Code/FBSD/DirectionalScanner/vhscannero1.h       |  6 +++---
 Code/FBSD/DirectionalScanner/vhscannero2.h       |  6 +++---
 Code/FBSD/DirectionalScanner/vhscannero7.h       |  6 +++---
 Code/FBSD/DirectionalScanner/vhscannero8.h       |  6 +++---
 16 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/Code/FBSD/BlurredSegment/bstracker.cpp b/Code/FBSD/BlurredSegment/bstracker.cpp
index ffbdecc..6e148b9 100755
--- a/Code/FBSD/BlurredSegment/bstracker.cpp
+++ b/Code/FBSD/BlurredSegment/bstracker.cpp
@@ -266,7 +266,7 @@ BlurredSegment *BSTracker::fineTrack (const Pt2i &center, const Vr2i &scandir,
       atcOn = false;
     }
 
-    // Resets the scan stripe
+    // Resets the scan strip
     if (count > fittingDelay && bsp.isExtending ())
     {
       // Stops the detection if the segment gets crosswise
diff --git a/Code/FBSD/BlurredSegment/bstracker.h b/Code/FBSD/BlurredSegment/bstracker.h
index b820f9b..681ccf4 100755
--- a/Code/FBSD/BlurredSegment/bstracker.h
+++ b/Code/FBSD/BlurredSegment/bstracker.h
@@ -56,7 +56,7 @@ public:
    * \brief Builds and returns a blurred segment from local gradient maxima.
    * Finer detection using gradient ridges and direction input.
    * @param center Central point of the scan.
-   * @param scandir Scan stripe direction.
+   * @param scandir Scan strip direction.
    * @param bsMaxWidth Initial assigned maximal width of the blurred segment.
    * @param acceptedLacks Count of maximal successive detection fails.
    * @param gref Gradient vector reference to select candidates.
diff --git a/Code/FBSD/DirectionalScanner/adaptivescannero1.h b/Code/FBSD/DirectionalScanner/adaptivescannero1.h
index 27d18cb..6121356 100755
--- a/Code/FBSD/DirectionalScanner/adaptivescannero1.h
+++ b/Code/FBSD/DirectionalScanner/adaptivescannero1.h
@@ -14,7 +14,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -101,8 +101,8 @@ public:
   int nextOnRight (std::vector<Pt2i> &scan);
 
   /**
-   * \brief Binds the scan stripe to wrap the given digital line.
-   * Resets bounding lines parameters to center the scan stripe on given line.
+   * \brief Binds the scan strip to wrap the given digital line.
+   * Resets bounding lines parameters to center the scan strip on given line.
    * @param a Parameter 'a' of given digital line.
    * @param b Parameter 'b' of given digital line.
    * @param c Parameter 'c' of given digital line.
diff --git a/Code/FBSD/DirectionalScanner/adaptivescannero2.h b/Code/FBSD/DirectionalScanner/adaptivescannero2.h
index e3ab663..cdfab8f 100755
--- a/Code/FBSD/DirectionalScanner/adaptivescannero2.h
+++ b/Code/FBSD/DirectionalScanner/adaptivescannero2.h
@@ -16,7 +16,7 @@ public:
   
   /**
    * \brief Creates an adaptive DS from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -36,7 +36,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -57,7 +57,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -103,8 +103,8 @@ public:
   int nextOnRight (std::vector<Pt2i> &scan);
 
   /**
-   * \brief Binds the scan stripe to wrap the given digital line.
-   * Resets bounding lines parameters to center the scan stripe on given line.
+   * \brief Binds the scan strip to wrap the given digital line.
+   * Resets bounding lines parameters to center the scan strip on given line.
    * @param a Parameter 'a' of given digital line.
    * @param b Parameter 'b' of given digital line.
    * @param c Parameter 'c' of given digital line.
diff --git a/Code/FBSD/DirectionalScanner/adaptivescannero7.h b/Code/FBSD/DirectionalScanner/adaptivescannero7.h
index e95d6ab..50a6223 100755
--- a/Code/FBSD/DirectionalScanner/adaptivescannero7.h
+++ b/Code/FBSD/DirectionalScanner/adaptivescannero7.h
@@ -15,7 +15,7 @@ public:
   
   /**
    * \brief Creates an adaptive DS from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -35,7 +35,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -56,7 +56,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -102,8 +102,8 @@ public:
   int nextOnRight (std::vector<Pt2i> &scan);
 
   /**
-   * \brief Binds the scan stripe to wrap the given digital line.
-   * Resets bounding lines parameters to center the scan stripe on given line.
+   * \brief Binds the scan strip to wrap the given digital line.
+   * Resets bounding lines parameters to center the scan strip on given line.
    * @param a Parameter 'a' of given digital line.
    * @param b Parameter 'b' of given digital line.
    * @param c Parameter 'c' of given digital line.
diff --git a/Code/FBSD/DirectionalScanner/adaptivescannero8.h b/Code/FBSD/DirectionalScanner/adaptivescannero8.h
index e4a73f7..fcb196c 100755
--- a/Code/FBSD/DirectionalScanner/adaptivescannero8.h
+++ b/Code/FBSD/DirectionalScanner/adaptivescannero8.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates an adaptive DS from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates an adaptive DS from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -101,8 +101,8 @@ public:
   int nextOnRight (std::vector<Pt2i> &scan);
 
   /**
-   * \brief Binds the scan stripe to wrap the given digital line.
-   * Resets bounding lines parameters to center the scan stripe on given line.
+   * \brief Binds the scan strip to wrap the given digital line.
+   * Resets bounding lines parameters to center the scan strip on given line.
    * @param a Parameter 'a' of given digital line.
    * @param b Parameter 'b' of given digital line.
    * @param c Parameter 'c' of given digital line.
diff --git a/Code/FBSD/DirectionalScanner/directionalscanner.h b/Code/FBSD/DirectionalScanner/directionalscanner.h
index 2c1de42..6ee1b13 100755
--- a/Code/FBSD/DirectionalScanner/directionalscanner.h
+++ b/Code/FBSD/DirectionalScanner/directionalscanner.h
@@ -45,17 +45,17 @@ public:
   virtual int nextOnRight (std::vector<Pt2i> &scan) = 0;
 
   /**
-   * \brief Binds the scan stripe to wrap the given digital line.
-   * Resets bounding lines parameters to center the scan stripe on given line.
-   * @param a New value for the 'a' parameter of current scan stripe.
-   * @param b New value for the 'b' parameter of current scan stripe.
-   * @param c New value for the 'c' parameter of current scan stripe.
+   * \brief Binds the scan strip to wrap the given digital line.
+   * Resets bounding lines parameters to center the scan strip on given line.
+   * @param a New value for the 'a' parameter of current scan strip.
+   * @param b New value for the 'b' parameter of current scan strip.
+   * @param c New value for the 'c' parameter of current scan strip.
    */
   virtual void bindTo (int a, int b, int c);
 
   /**
    * \brief Returns the scanner coordinates of given point.
-   * Scanner coordinates are the stripe index and the position in the stripe.
+   * Scanner coordinates are the scan index and the position in the scan.
    * @param pt Image coordinates of the point.
    */
   virtual Pt2i locate (const Pt2i &pt) const;
diff --git a/Code/FBSD/DirectionalScanner/directionalscannero1.h b/Code/FBSD/DirectionalScanner/directionalscannero1.h
index 38e4db4..f815866 100755
--- a/Code/FBSD/DirectionalScanner/directionalscannero1.h
+++ b/Code/FBSD/DirectionalScanner/directionalscannero1.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a directional scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param xmax Right border of the scan area.
@@ -102,7 +102,7 @@ public:
 
   /**
    * \brief Returns the scanner coordinates of given point.
-   * Scanner coordinates are the stripe index and the position in the stripe.
+   * Scanner coordinates are the scan index and the position in the scan.
    * @param pt Image coordinates of the point.
    */
   virtual Pt2i locate (const Pt2i &pt) const;
@@ -110,14 +110,14 @@ public:
 
 private:
 
-  /** Current pattern step in stripe direction on left side. */
+  /** Current pattern step in strip direction on left side. */
   bool *lst1;
-  /** Current pattern step in stripe direction on right side. */
+  /** Current pattern step in strip direction on right side. */
   bool *rst1;
 
-  /** Status indicating no move in stripe direction on next left scan. */
+  /** Status indicating no move in strip direction on next left scan. */
   bool lstop;
-  /** Status indicating no move in stripe direction on next right scan. */
+  /** Status indicating no move in strip direction on next right scan. */
   bool rstop;
 
 
diff --git a/Code/FBSD/DirectionalScanner/directionalscannero2.h b/Code/FBSD/DirectionalScanner/directionalscannero2.h
index 79e39ff..ab6d543 100755
--- a/Code/FBSD/DirectionalScanner/directionalscannero2.h
+++ b/Code/FBSD/DirectionalScanner/directionalscannero2.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a directional scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -102,7 +102,7 @@ public:
 
   /**
    * \brief Returns the scanner coordinates of given point.
-   * Scanner coordinates are the stripe index and the position in the stripe.
+   * Scanner coordinates are the scan index and the position in the scan.
    * @param pt Image coordinates of the point.
    */
   virtual Pt2i locate (const Pt2i &pt) const;
@@ -110,14 +110,14 @@ public:
 
 private:
 
-  /** Current pattern step in stripe direction on left side. */
+  /** Current pattern step in strip direction on left side. */
   bool *lst1;
-  /** Current pattern step in stripe direction on right side. */
+  /** Current pattern step in strip direction on right side. */
   bool *rst1;
 
-  /** Status indicating no move in stripe direction on next left scan. */
+  /** Status indicating no move in strip direction on next left scan. */
   bool lstop;
-  /** Status indicating no move in stripe direction on next right scan. */
+  /** Status indicating no move in strip direction on next right scan. */
   bool rstop;
 
 
diff --git a/Code/FBSD/DirectionalScanner/directionalscannero7.h b/Code/FBSD/DirectionalScanner/directionalscannero7.h
index e4141aa..9873163 100755
--- a/Code/FBSD/DirectionalScanner/directionalscannero7.h
+++ b/Code/FBSD/DirectionalScanner/directionalscannero7.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a directional scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -102,7 +102,7 @@ public:
 
   /**
    * \brief Returns the scanner coordinates of given point.
-   * Scanner coordinates are the stripe index and the position in the stripe.
+   * Scanner coordinates are the scan index and the position in the scan.
    * @param pt Image coordinates of the point.
    */
   virtual Pt2i locate (const Pt2i &pt) const;
@@ -110,14 +110,14 @@ public:
 
 private:
 
-  /** Current pattern step in stripe direction on left side. */
+  /** Current pattern step in strip direction on left side. */
   bool *lst1;
-  /** Current pattern step in stripe direction on right side. */
+  /** Current pattern step in strip direction on right side. */
   bool *rst1;
 
-  /** Status indicating no move in stripe direction on next left scan. */
+  /** Status indicating no move in strip direction on next left scan. */
   bool lstop;
-  /** Status indicating no move in stripe direction on next right scan. */
+  /** Status indicating no move in strip direction on next right scan. */
   bool rstop;
 
 
diff --git a/Code/FBSD/DirectionalScanner/directionalscannero8.h b/Code/FBSD/DirectionalScanner/directionalscannero8.h
index 0b28b9e..ff56274 100755
--- a/Code/FBSD/DirectionalScanner/directionalscannero8.h
+++ b/Code/FBSD/DirectionalScanner/directionalscannero8.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a directional scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a directional scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -102,7 +102,7 @@ public:
 
   /**
    * \brief Returns the scanner coordinates of given point.
-   * Scanner coordinates are the stripe index and the position in the stripe.
+   * Scanner coordinates are the scan index and the position in the scan.
    * @param pt Image coordinates of the point.
    */
   virtual Pt2i locate (const Pt2i &pt) const;
@@ -110,14 +110,14 @@ public:
 
 private:
 
-  /** Current pattern step in stripe direction on left side. */
+  /** Current pattern step in strip direction on left side. */
   bool *lst1;
-  /** Current pattern step in stripe direction on right side. */
+  /** Current pattern step in strip direction on right side. */
   bool *rst1;
 
-  /** Status indicating no move in stripe direction on next left scan. */
+  /** Status indicating no move in strip direction on next left scan. */
   bool lstop;
-  /** Status indicating no move in stripe direction on next right scan. */
+  /** Status indicating no move in strip direction on next right scan. */
   bool rstop;
 
 
diff --git a/Code/FBSD/DirectionalScanner/scannerprovider.h b/Code/FBSD/DirectionalScanner/scannerprovider.h
index d512635..f8af1f7 100755
--- a/Code/FBSD/DirectionalScanner/scannerprovider.h
+++ b/Code/FBSD/DirectionalScanner/scannerprovider.h
@@ -41,7 +41,7 @@ public:
   /**
    * \brief Returns a directional scanner from initial scan end points.
    * Returns a directional scanner from two control points.
-   * The scan stripe is composed of parallel scans (line segments),
+   * The scan strip is composed of parallel scans (line segments),
    *   the initial one being defined by control points p1 and p2.
    * @param p1 Initial scan start point.
    * @param p2 Initial scan end point.
@@ -51,7 +51,7 @@ public:
   
   /**
    * \brief Returns a directional scanner from scan center, vector and length.
-   * The scan stripe is composed of parallel scans (line segments),
+   * The scan strip is composed of parallel scans (line segments),
    *   the first one defined by its center, its direct vector, and its length.
    * @param centre Initial scan center.
    * @param normal Initial scan direct vector.
diff --git a/Code/FBSD/DirectionalScanner/vhscannero1.h b/Code/FBSD/DirectionalScanner/vhscannero1.h
index 48d9bf7..868dfbe 100755
--- a/Code/FBSD/DirectionalScanner/vhscannero1.h
+++ b/Code/FBSD/DirectionalScanner/vhscannero1.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a vh scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and length .
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
diff --git a/Code/FBSD/DirectionalScanner/vhscannero2.h b/Code/FBSD/DirectionalScanner/vhscannero2.h
index f4286db..6012abb 100755
--- a/Code/FBSD/DirectionalScanner/vhscannero2.h
+++ b/Code/FBSD/DirectionalScanner/vhscannero2.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a vh scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
diff --git a/Code/FBSD/DirectionalScanner/vhscannero7.h b/Code/FBSD/DirectionalScanner/vhscannero7.h
index d10d52e..3e31ddc 100755
--- a/Code/FBSD/DirectionalScanner/vhscannero7.h
+++ b/Code/FBSD/DirectionalScanner/vhscannero7.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a vh scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
diff --git a/Code/FBSD/DirectionalScanner/vhscannero8.h b/Code/FBSD/DirectionalScanner/vhscannero8.h
index b8ae4ab..85fbe8d 100755
--- a/Code/FBSD/DirectionalScanner/vhscannero8.h
+++ b/Code/FBSD/DirectionalScanner/vhscannero8.h
@@ -14,7 +14,7 @@ public:
   
   /**
    * \brief Creates a vh scanner from pattern, start and upper bound.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a start point, a line pattern, and an upper bound.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -34,7 +34,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and bounds.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, upper and lower bounds.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
@@ -55,7 +55,7 @@ public:
 
   /**
    * \brief Creates a vh scanner from pattern, center and length.
-   * The scan stripe is composed of parallel scan lines, the first one being
+   * The scan strip is composed of parallel scan lines, the first one being
    *   defined by a center, a line pattern, and a length value.
    * @param xmin Left border of the scan area.
    * @param ymin Bottom border of the scan area.
-- 
GitLab