<!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>Research and Analysis of Breast X-Rays Based on Intelligent Technologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Southwest State University</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Let Oktyabrya str.</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kursk</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Russia rtomakova@mail.ru</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>egorov.ilia</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>@mail.ru</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Plekhanov Russian University of Economics</institution>
          ,
          <addr-line>36 Stremyanny lane, Moscow, 115998</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>The principles of forming an automated classification system for breast radiographs are considered. Classification of selected segments in x-ray images is implemented using intelligent technologies based on neural network analysis. For this purpose, 120 images were selected from the MIAS database with morphological data, on the basis of which a training sample was formed. The volume of the training sample is 370 segments, of which 250 segments are characterized by the state of norm and 120 segments contain pathologies. Each analyzed image block corresponds to a predictor described by a three-component vector. The first indicator that evaluates the segment of morphological education is the statistical characteristic of the mode, the second indicator is the mathematical expectation, and the third component of the indicator is the standard deviation. The software is implemented in the MATLAB2018b environment. The results of the quality classification of the developed software product on control samples are presented. For this purpose, 50 images of mammograms of the breast from the MIAS database were studied: 25 in the normal state and 25 with pathology. The values of positive and negative classification results are established. Diagnostic sensitivity was DH=84%, diagnostic specificity of DS=96%, diagnostic efficiency of DE=90%.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Ecological problems of regions, a wrong way of life and unproductive conduct
instrumental in growth of oncologic diseases. Breast cancer is one of the most
common cancers currently in the worldwide. Every year in Russia, about 60 thousand
women diagnosed with breast cancer are admitted to the dispensary, and about 600
thousand patients continue to be monitored by oncologists. The main method for
detecting breast tumors is mammography [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Since 2017, Russia has been one of the
leading manufacturers of high-tech medical equipment and information systems for
mammology. The detector "Solo DM-MT", produced by JSC "Medical Technologies
Ltd", which can be used in analog and digital mammography, is widely used.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Literature Review</title>
      <p>
        As you know, the main developers of applied software for mammogram processing
in the world are the companies such as: AccuDetect, The MAMMEX MammoCAD,
Syngo Breast Care, Fujifilm's Digital Mammography System [
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5">2, 3, 4, 5</xref>
        ]. One of the
disadvantages of these software products is the closure of program code, which leads
to instability and unpredictability in the use of the software. In this regard, in 2018,
the Ministry of Digital Development, Communications and Mass Media approved
plans for the transition to domestic software developed for the Ministry of Health of
Russia. In world practice, recognition methods based on boosting technology and
neural network models of classifiers are used for automated image processing [
        <xref ref-type="bibr" rid="ref4 ref5">4,5</xref>
        ].
Currently, hybrid technologies have become widespread, which allow combining the
technologies of trained classifiers and soft computing technologies [
        <xref ref-type="bibr" rid="ref6 ref8">6,8</xref>
        ]. The
recognition problem is most successfully solved using neural network models. The
development of methods and algorithms for the identification and classification of
images are devoted to the works of A.N. Galushkina, A.N. Gorban, T. Kohonen, F.
Wasserman, and J. Hopfield. However, there is no unified methodology for solving
applied problems of image classification using artificial neural networks (ANNs). In
this regard, it is advisable, in relation to each specific task, to choose not only their
architecture, but also the method of forming the space of informative features and the
method of teaching ANNs [
        <xref ref-type="bibr" rid="ref6 ref7 ref8">6,7,8</xref>
        ].
      </p>
      <p>Therefore, the purpose of the research is to develop an automated classification
system for the analysis of mammograms.</p>
      <p>To achieve this purpose, the following tasks were set: highlighting the area of
interest that corresponds to the instructions of a mammologist; decomposition of the
mammogram into cascading windows for subsequent classification of the selected
image areas.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Materials and methods</title>
      <p>
        Methods of segmentation of complexly structured images are used to study
mammogram images [
        <xref ref-type="bibr" rid="ref7 ref8 ref9">7,8,9</xref>
        ]. The image is divided into segments homogeneous in
texture or brightness, their homogeneity index is a priori set. A characteristic feature
of the homogeneous segment is the impossibility of separating another segment out it,
on the basis of the established criterion of homogeneity [
        <xref ref-type="bibr" rid="ref10 ref7 ref8 ref9">7,8,9,10</xref>
        ]. To select segments
based on the cascade segmentation method [
        <xref ref-type="bibr" rid="ref11 ref12 ref13 ref6">6,11,12,13</xref>
        ], software modules were
developed. These modules are combined into an automated system for the
classification of images of X-ray images of the breast (ASCIX).
      </p>
      <p>The significant part of the software modules is developed in the MATLAB2018b
environment. The choice of the Matlab 2018b environment for development is due to
the fact that it has an extensive toolkit for implementing processing procedures and
classification images. In addition, the selected software architecture of the automated
system for the classification of images of X-ray images of the mammary gland makes
it easy to add and / or modify software modules. Structural scheme is shown in Figure
1.</p>
      <p>
        It consists of three main modules: the Cascading Window Formation Module
(CWFM), the Cascading Window Combining Module (CWCM), and the
Classification and Decision Making Module (CDMM).The purpose of the first of
them (CWFM) is that it implements the procedure for segmentation of the breast
radiograph using the "top-down" technology described in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In CWFM, the halftone
raster image of a breast radiograph is decomposed into segments distributed over
hierarchical levels. The criterion of the transition of the segment from one hierarchical
level to another (the criterion of indivisibility of the block) is the homogeneity index
of brightness of the pixels of the analyzed segment. Wherein, the indivisible segment
is assigned a code corresponding to the hierarchical level on which it is located. The
segment code is determined by the route the segment moves through the hierarchical
levels. The route ends with the procedure for assigning the segment the status of
"indivisible". The generated code allows you to determine the relating "indivisible"
blocks. The blocks can then be merged if they meet the merge criterion.
      </p>
      <p>The second module (CWCM) is designed to form the final configuration of the
segments. The preparation for the subsequent classification of segments takes place in
this module. The module (CWCM) is configured to enlarge the segments that meet a
certain homogeneity criterion. The homogeneity criterion can be built on the basis of
the brightness characteristics of the segments or on the basis of their texture
characteristics.</p>
      <p>
        The third module (CDMM) performs a dual-alternative classification of the image
segments of the radiograph into two classes: "there is an area of interest", "there is no
area of interest". The third module (CDMM) performs a dual-alternative classification
of the image segments of the radiograph into two classes: "there is an area of
interest", "there is no area of interest". For implementation the classification from
attributes of pixels included in the segment, a vector of informative features is
formed. Methods and algorithms for creating this vector are described in sufficient
detail in [
        <xref ref-type="bibr" rid="ref14 ref15 ref16 ref17 ref18">14,15,16,17,18</xref>
        ]. In this case, the classification of segment possible that fall
into the class "there is an area of interest" into classes "there is a pathology" - " there
is no pathology".
      </p>
      <p>Mammographic
examination data</p>
      <p>Decision
maker
The database of
mammograms
breast</p>
      <p>The uploading of the
mammographic image</p>
      <p>Entering the
uniformity criterion
The segmentation
method to cascade</p>
      <p>Windows
Writing down of the
extended segments
into the memory
The Cascading Window
Formation Module (CWFM)</p>
      <p>The Cascading Window
Combining Module (CWCM)</p>
      <p>Writing down of the
received segments into</p>
      <p>the memory
The determination of
the homogeneity of the</p>
      <p>segments
Searching for adjacent</p>
      <p>blocks
Loading of the</p>
      <p>segments
MATLAB 2018b</p>
      <p>Automated system
The Classification and Decision</p>
      <p>Making Module (CDMM)</p>
      <p>Loading of the
extended segments
Defining attributes
Classification (there is
an area of interest/ there</p>
      <p>is no area)
Displaying the result
on the screen</p>
      <p>Writing down
into the patient</p>
      <p>database
DM Confirming
the DM result</p>
      <p>To involve the decision-maker (DM) in process of classifications, the classified
segments are binarized or presented in the form of a "heat map". The latter way of
representing classified segments is expedient when using neural networks with a
linear activation function as classifiers. In this case, the proximity of the output of the
neural network to one (proximity to the class "pathology") corresponds to the
proximity of the pixel shading of the segment to the red color. Such method of data
presentation allows the decision-makers both to participate in the process of making
diagnostic decisions together with a computer, and to form a database for an
automated system.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Formation of a training sample for the classification of breast diseases based on intelligent technologies</title>
      <p>The observational study was carried out to calculate the informative features which
are necessary for the functioning of an intelligent system. For this, the test
radiographic images of the breast were used from the DDSM database with confirmed
diagnoses, which were used as input data in automated system (ASCIX).</p>
      <p>The cluster method of sampling was applied in the process of which two classes of
analyzed image segments were formed. Class C1 - contains image segments
characterized by the state of the norm. Class C2 -segments are presented that have
morphological formations caused by pathological processes. A case-control study was
conducted to develop a dual-alternative classifier. For this purpose, 120 images were
selected from the DDSM database with morphological formations. Based on these
images, a training sample was formed with a volume of 370 segments. Fragments of
test images of reference samples for class C1 and C1 are shown in Figure 2.
а)
b)
The appointment of the training sample is to establish indicators that characterize
the condition of the examined patient. It represents 250 segments of normal breast
radiographs and 120 segments contain morphological neoplasms caused by
pathological processes. Due to it, two criteria were developed: "norm" - there is no
area of interest, "pathology" - there is an area of interest.</p>
      <p>Each segment corresponds to the predictor P2, described by the vector of three
components. In experimental studies, the statistical characteristic Mo - mode (X1)
was chosen as the first indicator evaluating the segment of morphological formation.
The second indicator is M - expectation value (X2). The third component of the
indicator is SD - mean square deviation (X3).</p>
      <p>The analysis of the experimental data in Table 1 indicates that for the segments in
the normal state (class С1), the mode values do not exceed 143, for the expectation
value 153, and for the mean square deviation 36.71.</p>
      <p>The averaged values of the mode, mathematical expectation and standard deviation
are - 93.50, 88.47, 25.12, respectively.</p>
      <p>For segments in which there are morphological formations caused by pathological
processes (class С2), the mode values do not exceed 250, the expectation value is 227,
and for the mean square deviation, 67.11. The averaged values of the mode,
mathematical expectation and standard deviation are - 176.40, 183.10, 32.15
respectively.</p>
      <p>Figure 3 shows the fragments of the studied image segments for the class of norm,
as well as its histogram, as well as a fragment of the segment containing the
morphological neoplasm and the corresponding histogram.</p>
      <p>
        If we accept a priori the law on normality of component distribution of the vector
P2, then each class is specified by the three-dimensional normal distribution of the
joint probability density of the components of the vector P2. The normal character of
such distribution is confirmed by checking its individual components and by the
consequence of the central limit theorem [
        <xref ref-type="bibr" rid="ref21 ref22">21, 22</xref>
        ].
      </p>
      <p>To check the sample for compliance with the normal distribution law, the
STATISTICA program was used. With the aim of preliminary analysis, histograms
and quantile - quantile of graphics were built.</p>
      <p>Figure 4 shows the graphs of histograms of indicators: mathematical expectation,
standard deviation for classes С1 and С2. From the graphs of the histograms it
conclusion follows that the obtained data correspond to the Gaussian curve, but there
are outliers and anomalous values at the edges of the distribution.
Fig. 4. Histogram of the normal distribution: a) expectation value for class С1;
b) expectation value for class С2; c) mean square deviation for class С1;</p>
      <p>d) mean square deviation for class С2
Fig. 5. Quantile-quantile graphs: a) the mode for class С1 b) the mode for class С2; c) for the
expectation value of class С1; d) for the expectation value of class С2; e) for the mean square
deviation of class С1; f) for the mean square deviation of class С2</p>
      <p>
        For justification compliance with the normal distribution law, an additional check
was carried out using the Kolmogorov – Smirnov test [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] with a confidence level of
0.95. Using the STATISTICA program, the Kolmogorov-Smirnov criterion was
calculated, the results of which are presented in Table 2.
      </p>
      <p>In the third column of the table shows the calculated sample values of D, and the
fourth column shows that all criteria are normally distributed, since the value of the
probability p is less than 0.1, which corresponds to a confidence level of 0.95.</p>
      <p>
        To verify that the program is calculated correctly, it is necessary to compare the
obtained sampled values of D with the critical value of the Kolmogorov-Smirnov
criterion for a confidence level of 0.95. The calculation of the critical value is carried
out according to the formula [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]:
where α is the eve of sig ifica ce of the distributio ; is the samp e size.
For a sample of 250 values, corresponding to class C1, the critical value is equal
0 1921, and for a sample of 120 values, belonging to class C2, the critical
value is 11 243. If , then the hypothesis is accepted, if , then the
hypothesis is rejected [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. Since all the calculated sample values of D are less than
the critical values, then, therefore, the hypothesis is accepted, the samples are
normally distributed.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>To assess the quality of mammograms segmentation by the proposed method, we
used collections of X-ray images of the mammary gland from the Digital Database for
Screening Mammography –DDSM, created on the basis of the University of South
Florida and the University of Washington School of Medicine (available at:
http://marathon.csee.usf.edu/ Mammography / Database.html). The database
contains both normal cases obtained during the screening examination with the result
"normal", and cancer cases confirmed by the results of further research.</p>
      <p>50 images of mammograms of the mammary gland were selected from the
database, of which the presence of malignant neoplasms was proved in 25 cases by
specialists. Computer programs included in the automated system (Fig. 1) provide the
selection of segments on the X-ray image that be o g to the c ass “there is a area of
i terest”. Moreover, the dis ocatio of these segme ts shou d co firm theatidoins oc
of segments with neoplasms, which were identified by a mammologist.
intelligent system showed a result of 0.84, and according to the indicator, diagnostic
specificity (DS) - 0.96.</p>
      <p>Analysis and experimental studies of the known methods of segmentation of
halftone raster images have shown that they all have certain drawbacks and cannot be
used directly for segmentation of radiographs. Therefore, the segmentation algorithm
should be built on a hierarchical principle. The lower hierarchy should contain
intelligent agents that provide an improvement in the quality of segmentation by
reducing the transition area between segments and increasing the brightness of border
pixels. Taking into account D. Hubel's research, it is advisable to use morphological
operators for preliminary processing of radiographs. The structure was developed of
an intelligent system for the classification of radiographs based on the procedure for
forming the selection of an area of interest and were developed uniformity criterions
of the selected areas.
7</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>The approbation of the presented automated system and its software modules
showed that out of 50 X-ray images, 45 were classified correctly, which amounted to
90% of the control sample. Moreover, false positive results accounted for 4% of the
training sample. According to this indicator, the presented system surpasses the
known ones by 2 ... 4%. In addition, there are reserves for reducing this indicator to
increase the sensitivity threshold for individual segments. This is due to the fact that
in order to send the patient to have an additional examination, it is enough to find only
one segment on the image of the breast radiograph that satisfies the given condition,
which makes it possible to increase both the diagnostic sensitivity and the diagnostic
specificity.
Subinterval Matrices// International Journal of Engineering and Technology(UAE). 201 . Т.
7. № 3. P. 7-820.
34. Podvalny S.L., Mugatina V.M., Vasiliev E.M. Faceted neural networks in pattern
recognition problems. // Mathematical methods in engineering and technology. - ММТ.
2020. T.6. P.90-95.
35. Levenkov K.O., Korovin E.N., Novikova E.I. Neural network modeling of the process of
choosing a treatment regimen for patients with chronic pyelonephritis and urolithiasis //
Modeling, optimization and information technologies. 2018.T.6, №23 P. 61-71.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Boyd</surname>
            <given-names>H.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gio</surname>
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin L.J.</surname>
          </string-name>
          , et. al.
          <article-title>Mammographic density and the risk and detection of breast cancer// Engl</article-title>
          . JMed.
          <year>2007</year>
          . V. 356. P.
          <volume>227</volume>
          -
          <fpage>229</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <article-title>Medical device companies</article-title>
          . Scanis // MedWOWGlobal. - K.:
          <string-name>
            <surname>Copyright</surname>
          </string-name>
          ,
          <year>2014</year>
          . - URL: http://ru.medwowglobal.com/company/scanis/91190 (accesed
          <year>15</year>
          .09.
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Computer-Aided Detection</surname>
          </string-name>
          for Digital Mammography syngo MammoCAD // Siemens. - Copyright,
          <year>2008</year>
          . - P.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . - URL: http://www.medical.siemens.com/siemens/en_INT/gg_sps_FBAs/files/brochures/cad/finalpd fMammoCAD.
          <source>pdf (accesed 29.10</source>
          .
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>FUJIFILM</given-names>
            <surname>Digital Mammography</surname>
          </string-name>
          <string-name>
            <surname>CAD</surname>
          </string-name>
          // Fujifilm Europe. - М.: Copyright,
          <year>2019</year>
          .- URL: http://www.fujifilm.eu/eu/products/medical-systems/products/p/fujifilm-digitalmammography-cad
          <source>/ (accesed 15.05</source>
          .
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Medical Imaging // Parascript. - М.: Copyright,
          <year>2019</year>
          . - URL: http://www.parascript.com/medical-imaging
          <source>/ (accesed 10.04</source>
          .
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Tomakova</surname>
            <given-names>R.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Filist</surname>
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <source>Pykhtin A.I. Development And Research Of Methods And Algorithms For Intelligent Systems For Complex Structured Images Classification// Journal of Engineering and Applied Sciences</source>
          .
          <year>2017</year>
          . V.
          <volume>12</volume>
          . 22. P.
          <volume>6039</volume>
          -
          <fpage>6041</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Filist</surname>
            <given-names>S.A.</given-names>
          </string-name>
          <string-name>
            <surname>Dabagov</surname>
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malutina</surname>
            <given-names>I.A</given-names>
          </string-name>
          .
          <article-title>Method for cascade segmentation of radiographs of the breast//</article-title>
          [Proceedings of Southwestern state University. Series: Management, computer engineering, computer science.
          <source>Medical instrumentation.- 2019</source>
          . - T.
          <volume>9</volume>
          №
          <issue>1</issue>
          (
          <issue>30</issue>
          ). - pp.
          <fpage>49</fpage>
          -
          <lpage>61</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ledeneva</surname>
            <given-names>T.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Podvalny</surname>
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stryukov</surname>
            <given-names>R.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Degtyarev S</surname>
          </string-name>
          .V.
          <article-title>Fuzzy modeling of medical expert systems</article-title>
          // Biomedical Radioelectronics.
          <year>2016</year>
          . №9. P.
          <volume>16</volume>
          -
          <fpage>24</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Filist</surname>
            <given-names>S.A.</given-names>
          </string-name>
          <article-title>Multilayer morphological operators for the segmentation of complexly structured raster halftone images [Text] / S.A</article-title>
          .
          <string-name>
            <surname>Filist</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          <string-name>
            <surname>Dabagov</surname>
            ,
            <given-names>I.A.</given-names>
          </string-name>
          <string-name>
            <surname>Malutina</surname>
          </string-name>
          , etc. // Proceedings of Southwestern state University. Series: Management, computer engineering, computer science.
          <source>Medical instrumentation.- 2019</source>
          . - T.
          <volume>9</volume>
          №
          <fpage>3</fpage>
          .- pp.
          <fpage>44</fpage>
          -
          <lpage>63</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Rajashekaran</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vijayalksmi</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          <string-name>
            <surname>Neural</surname>
            <given-names>Networks</given-names>
          </string-name>
          ,
          <source>Fuzzy Logic and Genetic Algorithms: Synthesis and Applications, 2nd Edition</source>
          . Prentice-Hall,
          <year>2017</year>
          . - 572 p.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <surname>Zhicheng</surname>
          </string-name>
          , et al.
          <article-title>"Hd-cnn: Hierarchical deep convolutional neural network for image classification</article-title>
          .
          <source>" International Conference on Computer Vision (ICCV)</source>
          . Vol.
          <volume>2</volume>
          .
          <year>2015</year>
          .
          <volume>435</volume>
          -
          <fpage>443</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Bernikov</surname>
            <given-names>V.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Preobrazhensky</surname>
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choporov</surname>
            <given-names>O.N.</given-names>
          </string-name>
          <article-title>Possibilities for Parallelizing Image Processing Using OPENCV</article-title>
          and PENMP // Modeling, Optimization and Information Tech o ogies.
          <year>2019</year>
          .T.
          <volume>9</volume>
          . №.
          <volume>2</volume>
          (
          <issue>25</issue>
          ). pp.-
          <volume>112160</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Titov</surname>
            <given-names>D.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bekhtin</surname>
            <given-names>Y.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Egoshina</surname>
            <given-names>I.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaperko</surname>
            <given-names>A.F.</given-names>
          </string-name>
          <article-title>Processing of multi-spectral images for so vi g the recog itio prob em // Te ecommu icatio s</article-title>
          .
          <volume>201</volume>
          . №5.-
          <fpage>3p8p</fpage>
          ..
          <fpage>35</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Korsunov</surname>
            <given-names>N.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toropchin</surname>
            <given-names>D.A.</given-names>
          </string-name>
          <article-title>The method of finding the spam images based on the hash of the key points of the image//I ter atio a Jour a of Computi g</article-title>
          .
          <year>2016</year>
          . Т.
          <volume>15</volume>
          . № 4. С-.
          <year>259</year>
          264.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Filist</surname>
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tomakova</surname>
            <given-names>R.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Degtyarev</surname>
            <given-names>S.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rybochkin</surname>
            <given-names>A.F.</given-names>
          </string-name>
          <string-name>
            <surname>Hybrid Intelligent Models For Chest X-Ray Image</surname>
          </string-name>
          Segmentation//Biomedical Engineering.
          <year>2018</year>
          . V.
          <volume>51</volume>
          . 5. P.
          <volume>358</volume>
          -
          <fpage>363</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Korsunov</surname>
            <given-names>N.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toropchin</surname>
            <given-names>D.A.</given-names>
          </string-name>
          <article-title>Image classification method based on clustering complex objects</article-title>
          // Scientific Bulletin of Belgorod State University. Series: Economics. Informatics.
          <year>2016</year>
          . №
          <volume>23</volume>
          (
          <issue>244</issue>
          ). P.
          <volume>100</volume>
          -
          <fpage>103</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Tomakova</surname>
            <given-names>R.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Filist</surname>
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <source>Pykhtin A.I. Automatic Fluorography Segmentation Method Based On Histogram Of Brightness Submission In Sliding Window//International Journal of Pharmacy and Technology</source>
          .
          <year>2017</year>
          . V.
          <volume>9</volume>
          . 1. P.
          <volume>28220</volume>
          -
          <fpage>28228</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Filist</surname>
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ali</surname>
            <given-names>Qaboos</given-names>
          </string-name>
          ,
          <article-title>Kuzmin A.A. Formation of an attribute space for classification problems of complexly structured images based on spectral windows and neural network structures</article-title>
          . Proceedings of Southwestern state University. Series: Management, computer technology, informatics.
          <source>Medical instrumentation</source>
          .
          <year>2016</year>
          . №
          <volume>4</volume>
          (
          <issue>67</issue>
          ). P.
          <volume>56</volume>
          -
          <fpage>68</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Korsunov</surname>
            <given-names>N.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toropchin</surname>
            <given-names>D.A.</given-names>
          </string-name>
          <article-title>A method for constructing a spam filter for searching for fuzzy duplicates of images // Information Systems</article-title>
          and Technologies.
          <year>2017</year>
          . №
          <volume>1</volume>
          (
          <issue>99</issue>
          ). P.
          <volume>13</volume>
          -
          <fpage>20</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Korsunov</surname>
            <given-names>N.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ushakova</surname>
            <given-names>S.N.</given-names>
          </string-name>
          <article-title>The structure of the neurocomputer signal classification system</article-title>
          // Scientific Bulletin of Belgorod State University. Series: Economics. Informatics.
          <year>2019</year>
          .T.
          <volume>46</volume>
          . №.3. P.
          <volume>496</volume>
          -
          <fpage>502</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Dabagov</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          <article-title>Automated classification system for breast radiographs [Text] / Dabagov</article-title>
          <string-name>
            <given-names>A.R.</given-names>
            ,
            <surname>Gorbunov</surname>
          </string-name>
          <string-name>
            <given-names>V.A.</given-names>
            ,
            <surname>Filist</surname>
          </string-name>
          <string-name>
            <given-names>S.A.</given-names>
            ,
            <surname>Malyutina</surname>
          </string-name>
          <string-name>
            <given-names>I.A.</given-names>
            ,
            <surname>Kondrashov D</surname>
          </string-name>
          .S. // Medical equipment.
          <source>- 2019</source>
          . - №
          <volume>6</volume>
          (
          <issue>318</issue>
          ). - P.
          <fpage>39</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Dabagov</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          <article-title>Automatic classifier of X-ray images using transparency masks /</article-title>
          <string-name>
            <given-names>A.R.</given-names>
            <surname>Dabagov</surname>
          </string-name>
          , A.S. Bugaev // Proceedings of Southwestern state University. Series Management, computer technology, informatics.
          <source>Medical instrumentation. - 2019</source>
          . -
          <fpage>№</fpage>
          .4. - P.
          <fpage>106</fpage>
          -
          <lpage>125</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Dabagov</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          <article-title>A four-stage algorithm for processing X-ray images in the systems of intelligent support for the classification of mammograms [Text] /</article-title>
          <string-name>
            <given-names>A.R.</given-names>
            <surname>Dabagov</surname>
          </string-name>
          <article-title>// System analysis and control in biomedical systems</article-title>
          .
          <source>- 2019</source>
          . - T.
          <volume>1</volume>
          , №4.- P.
          <fpage>117</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Zhilyakov</surname>
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chernomorets</surname>
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolgova</surname>
            <given-names>E.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovalenko</surname>
            <given-names>A.N.</given-names>
          </string-name>
          <article-title>Image decomposition on the orthogonal basis of subband matrics eigenvectors//Journal of Engineering and App ied Scie ces</article-title>
          .
          <year>2017</year>
          . Т.
          <volume>12</volume>
          . № 12. P. -
          <volume>33119947</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Akimov</surname>
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Donskikh</surname>
            <given-names>A.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirota</surname>
            <given-names>A.A.</given-names>
          </string-name>
          <article-title>Models and algorithms for recognizing digital images under the influence of deforming</article-title>
          and additive distortions // Bulletin of Voronezh State University.
          <source>Series: System Analysis and Information Technology</source>
          .
          <year>2018</year>
          . №1. P.
          <volume>104</volume>
          -
          <fpage>118</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Savvin</surname>
            <given-names>S.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirota</surname>
            <given-names>A.A.</given-names>
          </string-name>
          <article-title>Superpixel segmentation methods and their application for the analysis of images with heterogeneous texture // Bulletin of the Voronezh State University</article-title>
          .
          <source>Series: System Analysis and Information Technology</source>
          .
          <year>2016</year>
          . № 4. P.
          <volume>165</volume>
          -
          <fpage>172</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Zhilyakov</surname>
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konstantinov</surname>
            <given-names>I.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chernomorets</surname>
            <given-names>A.A.</given-names>
          </string-name>
          <article-title>Decomposition of images into additive compo e ts//I ter atio a Jour a of Imagi g a d Robotics</article-title>
          .
          <year>2016</year>
          . №Т.
          <fpage>16</fpage>
          ..P.1-
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Akimov</surname>
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirota</surname>
            <given-names>A.A.</given-names>
          </string-name>
          <string-name>
            <surname>Synthesis</surname>
          </string-name>
          and
          <article-title>Analysis of Algorithms for Digital Signal Recognition in Conditions of Deforming Distortions and Additive Noise Radioelectronics a d Commu icatio s Systems</article-title>
          .
          <year>2017</year>
          . Т.
          <volume>60</volume>
          . №10. P. -
          <volume>4568</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Zhilyakov</surname>
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chernomorets</surname>
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolgova</surname>
            <given-names>E.V.</given-names>
          </string-name>
          <article-title>On informational subdomains of spatial frequencies</article-title>
          of images // Scientific news of Belgorod State University. Series: Economics. Informatics.
          <year>2016</year>
          . №
          <volume>23</volume>
          (
          <issue>244</issue>
          ). P.
          <volume>87</volume>
          -
          <fpage>92</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Egoshina</surname>
            <given-names>I.L</given-names>
          </string-name>
          .
          <article-title>Complexation of Optical, Ultrasond and X-Ray Images in Intraoperatitive Navigatio Systems //Bu eti of the Russia Academy of Scie ces:</article-title>
          <source>Physics. 201 . Т</source>
          .
          <volume>2</volume>
          . № 12. P.
          <volume>1542</volume>
          -
          <fpage>1546</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Bernikov</surname>
            <given-names>V.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Preobrazhensky</surname>
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choporov</surname>
            <given-names>O.N.</given-names>
          </string-name>
          <article-title>Analysis of algorithms for detecting moving objects in the video image / Modeling, optimization</article-title>
          and information technologies.
          <year>2018</year>
          . T.
          <volume>6</volume>
          . №.
          <volume>3</volume>
          (
          <issue>22</issue>
          ). P.
          <volume>223</volume>
          -
          <fpage>233</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Donskikh</surname>
            <given-names>A.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirota</surname>
            <given-names>A.A.</given-names>
          </string-name>
          <article-title>Training of deep neural networks in a small sample for the classification of biological objects by multiplicative</article-title>
          measurements // Bulletin of Voronezh State University.
          <source>Series: System Analysis and Information Technology</source>
          .
          <year>2019</year>
          . №4. P.
          <volume>109</volume>
          -
          <fpage>118</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Zhilyakov</surname>
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chernomorets</surname>
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolgova</surname>
            <given-names>E.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oleynik</surname>
            <given-names>I.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chernomorets</surname>
            <given-names>D.A.</given-names>
          </string-name>
          <string-name>
            <surname>Hidden</surname>
          </string-name>
          <article-title>Data Embedding Method Based on the Image Projections onto the Eigenvectors of</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>