<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>images for early detection of maize leaf diseases.</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Arnaud S. R. M. Ahouandjinou</string-name>
          <email>arnaud.ahouandjinou@imsp-uac.org</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ambroise D. K. Houedjissin</string-name>
          <email>abhouedjissin@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manhougbé Probus A. F.</string-name>
          <email>kprobus2005@gmail.com</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>François Xavier Amétépé</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kokou M. Assogba</string-name>
          <email>mkokouassogba@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Doctoral School of Engineering Science, University of Abomey-Calavi</institution>
          ,
          <addr-line>Abomey-Calavi</addr-line>
          ,
          <country country="BJ">Benin</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute of Training and Research in Computer Science, University of Abomey-Calavi</institution>
          ,
          <addr-line>Abomey-Calavi</addr-line>
          ,
          <country country="BJ">Benin</country>
        </aff>
      </contrib-group>
      <fpage>13</fpage>
      <lpage>22</lpage>
      <abstract>
        <p>Unmanned Aerial Vehicles (UAVs) equiped with RGB cameras have emerged as effective tools for monitoring agricultural crops. However, motion blur in UAV images can affect the accuracy of subsequent image analysis tasks, such as disease detection in plant leaves. This study proposes a real-time image segmentation approach for analyzing UAV-captured maize leaf images. The algorithm evaluates image blur using the Laplacian variance, applies an adaptive Wiener filter for deblurring, segments maize leaves from the background using color transformations, and identifies diseased regions through Canny edge and contour detection. Experimental results demonstrate the lightweight and effectiveness of proposed approach with less than 1s runtime, improving image quality and allowing accurate disease detection of maize crops for real-time purpose.</p>
      </abstract>
      <kwd-group>
        <kwd>UAV</kwd>
        <kwd>RGB images</kwd>
        <kwd>motion blur</kwd>
        <kwd>maize diseases detection</kwd>
        <kwd>segmentation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Plant disease detection is a key application of UAVs and has been extensively researched [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. One of
the advantages of using UAVs is its ability to detect diseases early and prevent their spread, thereby
reducing crop losses [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Decision-support systems that incorporate UAVs can lead to better
decisionmaking, increased production, improved product quality, and labor savings [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. UAVs are utilized
across various crop types and for detecting multiple diseases. Some diseases present visible
symptoms, while others require temperature measurements for detection [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Early detection of pests
and crop diseases provides farmers and other stakeholders with enough time to prevent potential
epidemics and minimize yield losses. However, motion blur in UAV images generally caused by the
camera movement during image capture, the combined effects of atmospheric turbulence, the
shaking of the UAV platforms, high altitude or operation errors can affect the accuracy of subsequent
image analysis tasks, such as disease detection in crop plant leaves [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. This represents a common
issue in UAV imagery and various methods have been proposed to address motion blur.
      </p>
      <p>
        On the other hand, recent advancements in deep learning (DL) have produced various methods
for detecting and classifying plant diseases using images of infected plants [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. However, they require
huge datasets for advanced approaches such as CNN to produce good results and large image datasets
result in increased accuracy rates [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
† These authors contributed equally.
      </p>
      <p>This study presents a real-time algorithm for the segmentation of UAV images, specifically
targeting the detection of maize plant leaf diseases. The proposed method leverages motion blur
detection, adaptive Wiener filtering, color conversion combined with morphological operations,
Canny edge detection, Otsu color thresholding and contour area detection so that to isolate infected
regions. The results demonstrate the algorithm's efficacy in identifying unhealthy plant areas in less
than 1 second runtime, thereby providing a robust tool for precision agriculture in real-time. The
rest of the paper is organized as follows: in section 2, we present the related works, section 3 outlines
the proposed approach, the experimentation is introduced in section 4 and results and discussion are
presented in section 5. Finally, section 6 provides a conclusion.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related works</title>
      <p>Successful disease estimation has been demonstrated in many UAV-based imagery applications such
as [8], [9], [10]. These studies often used either the mean value of the vegetation index or the count
of pixels below a certain threshold within a plot to estimate the disease score.</p>
      <p>Table 1 gives a synthetic comparative analysis of classical image classification techniques in plant
leaves healthy and unhealthy area detection.</p>
      <sec id="sec-2-1">
        <title>Texture Analysis</title>
      </sec>
      <sec id="sec-2-2">
        <title>Machine Learning Models</title>
        <p>According to Table 1 the choice of classification algorithm depends on various factors, including the
desired level of accuracy, computational resources, and the availability of labeled data. Color
thresholding is simple and efficient but may lack the discriminative power of more complex methods
like texture analysis and machine learning models. Texture analysis can capture subtle differences
in texture but may require more computational resources. Machine learning models offer high
accuracy but come with higher complexity and resource requirements, especially during training.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Approach</title>
      <p>The proposed algorithm involves several key steps and each step is based on specific mathematical
operations and image processing techniques to ensure accurate segmentation and detection.</p>
      <sec id="sec-3-1">
        <title>3.1. UAV Image Acquisition from field</title>
        <p>First, UAVs equipped with high-resolution RGB cameras capture images of maize fields. The UAV
images were collected between 4:45 p.m. and 6:00 p.m., on July 14, 2024, whereas it was sunny and
windless. The DJI Mini 3 Pro, a quadcopter UAV system, was used to collect aerial images of maize
leaves from a field. This system carried an automated RGB sensor (Quad Bayer CMOS camera) which
was developed for agricultural applications.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.1.1. Image Preprocessing</title>
        <p>The second step in the algorithm involves preprocessing the UAV-captured images to enhance their
quality and reduce noise. This is crucial for improving the accuracy of subsequent image analysis
1. Motion Blur Detection and Assessing: the Laplacian variance [14] is used to detect motion
blur. When detected, an adaptive Wiener filter is applied to deblur the images. To assess the
degree of motion blur in the UAV images, we calculate the Laplacian variance of the
where I is the grayscale image, μ is the mean of the Laplacian image, and N is the total number of
The variance provides a measure of image sharpness, with lower values indicating higher blur
2. Image Deblurring by Adaptive Wiener Filter: if the image is found to be blurred, an adaptive</p>
        <p>Wiener filter is applied to reduce noise and enhance details. The Wiener filter operates as
steps.
pixels.
levels.
(1)
(2)
(3)
grayscale image:</p>
        <p>( ,  ) −  )
follows:
</p>
        <p>Normalize grayscale image:

=
Apply Wiener filter</p>
        <p>Denormalize:
3.1.2. Image Segmentation
= (
− 
) ⋅ (</p>
        <p>) + 
= 
regions of interest within UAV images, such as healthy and infected areas of maize plant leaves, for
further analysis.</p>
        <p>1. HSV Color Segmentation: the deblurred image is then converted to the HSV (Hue, Saturation,
Value) color space to facilitate segmentation based on color characteristics [15]. The green
color range corresponding to healthy maize leaves is defined in the HSV space, and a binary
mask is created to isolate these regions:
 ℎ
where 
1 and</p>
        <sec id="sec-3-2-1">
          <title>2 define the HSV range for green color.</title>
          <p>Morphological operations, including opening and closing, are applied to the binary
mask to remove noise and smooth the segmented regions.</p>
          <p>( ) = ( ⊙  ) ⊕ 
where ⊙ denotes morphological opening and ⊕ denotes closing, and  is the structuring
2. Division into Patch: the preprocessed image is divided into a specified number of equal-sized
patches for localized analysis of disease symptoms. The number of patches here is 10.</p>
          <p>Calculate patch dimensions:
ℎ =
(11) ;

=
where  is the height and  is the width of the patch
where G(x,y) is the gradient magnitude at pixel (x,y).</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>3.1.3. Image Classification</title>
        <p>The detected edges are used to identify contours, which are then classified as healthy or unhealthy
based on their area. A threshold is applied to differentiate between large healthy regions and smaller
unhealthy spots. Contours are then extracted and classified based on their area, with larger areas
typically indicating healthy regions and smaller areas potentially indicating diseased regions.
3. Cany Edge Detection: each patch undergoes further analysis to detect and classify objects of
interest. The edges of potential diseased regions are detected using the Canny edge detection
algorithm [16], which identifies boundaries based on gradients in the image:
(13)
(14)
(15)

where</p>
        <sec id="sec-3-3-1">
          <title>Begin</title>
          <p>Following equations explain the classification process:
where  is the pixel value within a contour.
is fixed here to 500.</p>
          <p>&gt; 
3: σ² ← clv(I(x, y)) -- Calculate the Laplacian variance to assess image sharpness</p>
          <p>I(x, y) ← avf(I(x, y)) -- Apply the adaptive Wiener filter if Variance &lt; threshold
4: if σ² &lt; Threshold then
5:
6: end if
12:
13:
14: end For
7: IHSV ← rhsv(I(x, y)) --Resize the image and convert it to the HSV color space
8: ILeaves ← sgr(IHSV) -- Segment green plant regions using predefined HSV ranges
9: Imo ←mo(IMorph--Apply morphological operations to enhance segmentation
10: Patch [ ] ← dpp(Imo) -- Divide the processed image into smaller patches
11: for each patch in Patch do</p>
          <p>Edge [ ] ← ced(patch) -- Canny edge detection of each patch</p>
          <p>Cntrs [ ] ← fdc(Edge [ ]) -- Classify detected edges based on health status</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimentation</title>
      <p>The characteristics of the UAV employed for the flight mission and the computer used for testing
resulting aerial images are shown in Table 2 below.</p>
      <sec id="sec-4-1">
        <title>4.1. Characteristics of UAV used for data acquisition</title>
        <p>The mini-sized, mega-capable DJI Mini 3 Pro is just as powerful as it is portable. Weighing less than
249 g and with upgraded safety features, it is not only regulation-friendly but also the safest in its
series [17]. With a 1/1.3-inch sensor and top-tier features, it redefines what it means to fly Mini.
plants leaves used for constructing the dataset [18].</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Experimentation site localization</title>
        <p>The images were accessed on 14 July 2024 and acquired on board the UAV, in the village of
DodjiSèhè inside Sekou in the town of Allada, Benin Republic. Following Figure 2 and Figure 3 give
additional details on the site of study.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Dataset</title>
        <p>The dataset consists of 266 images. When the images are captured in the state of stabilization of the
device they are usually clear. On the other hand, the images captured during flight time are subject
to motion blur.</p>
        <p>The selected images were in the JPG file format and 4032 x 3024 pixels (see Figure 4).
(a)
(b)
(c)
(d)
(e) (f) (g) (h)
Figure 4 : Example of UAV images of maize leaves from the dataset. Image from (a) to (d) appear to
be sharp whereas those from (e) to (h) are motion-blurred.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results and discussion</title>
      <sec id="sec-5-1">
        <title>5.1. Preprocessing steps</title>
        <p>Below we present a sample of image from the dataset with preprocessing steps as follows:
(a)</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. HSV color segmentation</title>
        <p>We perform here plant leaves segmentation using color transformations based on HSV color space
combined with morphological operations. Figure 7 shows the result of extracted maize leaves from
background.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. Division into patches and Canny Edge Detection</title>
        <p>The preprocessed image is divided into a specified number of equal-sized patches for localized
analysis of disease symptoms. The number of patches here is 10. Each patch undergoes Canny edge
algorithm to detect objects of interest.</p>
        <p>Figure 8 shows the resulting image after this combined process.
(f) (g) (h)
Figure 8 : Division into 10 patches and Canny Edge Detection.</p>
      </sec>
      <sec id="sec-5-4">
        <title>5.4. Health classification</title>
        <p>image analysis. Canny edge detection and color thresholding leverages both structural and color
information, enhancing speed and robustness of disease detection in 0,86 second.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>This study presents a comprehensive real-time image processing algorithm for analyzing
UAVcaptured images of maize leaves. First, we leverage adaptive Wiener filtering to address image
motion blur, then use color space transformation to segment maize leaves and finally patch-based
analysis to detect diseased regions through a combination of edge detection and color analysis. The
proposed method offers a promising solution for automated crop health monitoring, enabling timely
interventions and improving agricultural productivity, forming a fast and effective tool for precision
agriculture with less than 1 second. Future work will focus on optimizing the algorithm for different
crop types and integrating it into a real-time UAV-based monitoring system.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work was not supported by any funding. The first author would like to acknowledge individuals
and groups that assisted in the research and the preparation of this work and is thankful to the Benin
Ministry of Higher Education and Scientific Research.</p>
      <p>This Word template was created by Tiago Prince Sales (University of Twente, NL) in collaboration
with Manfred Jeusfeld (University of Skövde, SE). It is derived from the template designed by
Aleksandr Ometov (Tampere University of Applied Sciences, FI). The template is made available
under a Creative Commons License Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.
[8] S. Sarkar, A. F. Ramsey, A.-B. Cazenave, and M. Balota, “Peanut leaf wilting estimation from</p>
      <p>RGB color indices and logistic models,” Frontiers in plant science, vol. 12, p. 658621, 2021.
[9] A. Guo et al., “Wheat yellow rust detection using UAV-based hyperspectral technology,” Remote</p>
      <p>Sensing, vol. 13, no. 1, p. 123, 2021.
[10] A. Patrick, S. Pelham, A. Culbreath, C. C. Holbrook, I. J. De Godoy, and C. Li, “High throughput
phenotyping of tomato spot wilt disease in peanuts using unmanned aerial systems and
multispectral imaging,” IEEE Instrumentation &amp; Measurement Magazine, vol. 20, no. 3, pp. 4–
12, 2017.
[11] M. J. Swain and D. H. Ballard, “Color indexing,” Int J Comput Vision, vol. 7, no. 1, pp. 11–32,</p>
      <p>Nov. 1991, doi: 10.1007/BF00130487.
[12] R. M. Haralick, K. Shanmugam, and I. H. Dinstein, “Textural features for image classification,”</p>
      <p>IEEE Transactions on systems, man, and cybernetics, no. 6, pp. 610–621, 1973.
[13] A. Krizhevsky, I. Sutskever, and G. E. Hinton, “ImageNet classification with deep convolutional
neural networks,” Commun. ACM, vol. 60, no. 6, pp. 84–90, May 2017, doi: 10.1145/3065386.
[14] R. Bansal, G. Raj, and T. Choudhury, “Blur image detection using Laplacian operator and
OpenCV,” in 2016 International Conference System Modeling &amp; Advancement in Research Trends
(SMART), IEEE, 2016, pp. 63–67. Accessed: Aug. 17, 2024. [Online]. Available:
https://ieeexplore.ieee.org/abstract/document/7894491/
[15] I. Patel, S. Patel, and A. Patel, “Analysis of various image preprocessing techniques for denoising
of flower images,” International Journal of Computer Sciences and Engineering, vol. 6, no. 5, pp.
1111–1117, 2018.
[16] J. Canny, “A computational approach to edge detection,” IEEE Transactions on pattern analysis
and machine intelligence, no. 6, pp. 679–698, 1986.
[17] “https://www.dji.com/global/mini-3-pro - Recherche Google.” Accessed: Aug. 16, 2024. [Online].</p>
      <p>Available:
https://www.google.fr/search?q=https%3A%2F%2Fwww.dji.com%2Fglobal%2Fmini3pro&amp;sca_esv=6306a503b65c9e12&amp;sca_upv=1&amp;ei=uxq_ZsOcI_HXhbIPnveNyAM&amp;ved=0ahUKE
wiD5qKtmPmHAxXxa0EAHZ57AzkQ4dUDCA8&amp;uact=5&amp;oq=https%3A%2F%2Fwww.dji.com%
2Fglobal%2Fmini-3pro&amp;gs_lp=Egxnd3Mtd2l6LXNlcnAiJWh0dHBzOi8vd3d3LmRqaS5jb20vZ2xvYmFsL21pbmktM
y1wcm9I_yNQAFgAcAB4AJABAJgB4QGgAeEBqgEDMi0xuAEDyAEA-AEC</p>
      <p>AEBmAIAoAIAmAMAkgcAoAdZ&amp;sclient=gws-wiz-serp
[18] “https://dronegear.co.za/products/dji-mavic-mini-3-pro-with-smart-controller - Recherche
Google.” Accessed: Aug. 16, 2024. [Online].</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Veroustraete</surname>
          </string-name>
          , “
          <article-title>The rise of the drones in agriculture,” EC agriculture</article-title>
          , vol.
          <volume>2</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>325</fpage>
          -
          <lpage>327</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>V. B. C.</given-names>
            <surname>Calou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. dos Santos</given-names>
            <surname>Teixeira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. C. J.</given-names>
            <surname>Moreira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. S.</given-names>
            <surname>Lima</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. B. de Oliveira</surname>
          </string-name>
          , and
          <string-name>
            <surname>M. R. R. de Oliveira</surname>
          </string-name>
          , “
          <article-title>The use of UAVs in monitoring yellow sigatoka in banana,” biosystems engineering</article-title>
          , vol.
          <volume>193</volume>
          , pp.
          <fpage>115</fpage>
          -
          <lpage>125</lpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>del-Campo-Sanchez</surname>
          </string-name>
          et al.,
          <article-title>“Quantifying the effect of Jacobiasca lybica pest on vineyards with UAVs by combining geometric and computer vision techniques</article-title>
          ,”
          <source>PLoS One</source>
          , vol.
          <volume>14</volume>
          , no.
          <issue>4</issue>
          , p.
          <fpage>e0215521</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>C. H. W. de Souza</surname>
            ,
            <given-names>R. A. C.</given-names>
          </string-name>
          <string-name>
            <surname>Lamparelli</surname>
            ,
            <given-names>J. V.</given-names>
          </string-name>
          <string-name>
            <surname>Rocha</surname>
            , and
            <given-names>P. S. G.</given-names>
          </string-name>
          <string-name>
            <surname>Magalhães</surname>
          </string-name>
          , “
          <article-title>Mapping skips in sugarcane fields using object-based analysis of unmanned aerial vehicle (UAV) images,” Computers and Electronics in Agriculture</article-title>
          , vol.
          <volume>143</volume>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>56</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Pang</surname>
          </string-name>
          , “
          <article-title>Video deblurring via motion compensation and adaptive information fusion</article-title>
          ,
          <source>” Neurocomputing</source>
          , vol.
          <volume>341</volume>
          , pp.
          <fpage>88</fpage>
          -
          <lpage>98</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S. V.</given-names>
            <surname>Militante</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. D.</given-names>
            <surname>Gerardo</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N. V.</given-names>
            <surname>Dionisio</surname>
          </string-name>
          , “
          <article-title>Plant leaf detection and disease recognition using deep learning,” in 2019 IEEE Eurasia conference on IOT, communication and engineering (ECICE)</article-title>
          , IEEE,
          <year>2019</year>
          , pp.
          <fpage>579</fpage>
          -
          <lpage>582</lpage>
          . Accessed: Aug.
          <volume>16</volume>
          ,
          <year>2024</year>
          . [Online]. Available: https://ieeexplore.ieee.org/abstract/document/8942686/
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Uchida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ide</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. K.</given-names>
            <surname>Iwana</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhu</surname>
          </string-name>
          , “
          <article-title>A further step to perfect accuracy by training CNN with larger data,” in 2016 15th International Conference on Frontiers in Handwriting Recognition (ICFHR)</article-title>
          , IEEE,
          <year>2016</year>
          , pp.
          <fpage>405</fpage>
          -
          <lpage>410</lpage>
          . Accessed: Aug.
          <volume>16</volume>
          ,
          <year>2024</year>
          . [Online]. Available: https://ieeexplore.ieee.org/abstract/document/7814098/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>