<!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>Conformed estimates of histograms of oriented gradients</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kirill Pugachev</string-name>
          <email>pugachev_k.g@mail.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Samara National Research University Samara</institution>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <fpage>284</fpage>
      <lpage>286</lpage>
      <abstract>
        <p>-In this paper, we propose a new image matching algorithm based on the scene feature points matching. The algorithm is based on the well-known HOG descriptor, which divides the image into small areas and calculates histogram for each gradient direction. The idea is to use a proximity measure based on the conformity principle as a proximity criterion for the feature descriptors instead of the traditionally used Euclidean distance. The efficiency of this measure of proximity in image matching problem based on image fragments' intensity was researched in our previous papers. We use the ratio of correctly found feature points' number after crosschecking to the total number of correctly found feature points as a quality criterion of image matching results.</p>
      </abstract>
      <kwd-group>
        <kwd>image matching</kwd>
        <kwd>conformity principle</kwd>
        <kwd>proximity measures</kwd>
        <kwd>descriptors</kwd>
        <kwd>histograms of oriented gradients</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>I. INTRODUCTION</title>
    </sec>
    <sec id="sec-2">
      <title>The image matching task is to find the corresponding</title>
      <p>
        point for every point of the first image in the second image
of the same scene. Image matching process consists of three
main stages. Firstly, image preprocessing is performed, for
example, using methods [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Then, images are matched.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Finally, matching errors are corrected. Both direct and indirect matching methods are used.</title>
    </sec>
    <sec id="sec-4">
      <title>Direct methods use values of image pixel intensity or its</title>
      <p>gradients directly. For example, area-based image matching
methods are direct methods. In this case, image fragments
with a center at this point are formed for every point of both
images. To find corresponding points, search area in the
second image is specified for every point of the first image.</p>
    </sec>
    <sec id="sec-5">
      <title>The corresponding point is the point in the search area, where the value of fragment proximity criterion is maximum or minimum.</title>
    </sec>
    <sec id="sec-6">
      <title>Indirect methods [2–5] are based on the matching of the scene features, for example, feature points, object edges and etc.</title>
    </sec>
    <sec id="sec-7">
      <title>One of the most commonly used features are SIFT</title>
      <p>
        features [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. These features have good invariance on
rotation, scale scaling, brightness, and a certain degree of
stability on changes in perspective, affine transformation,
and noise.
      </p>
    </sec>
    <sec id="sec-8">
      <title>There are many variations of this method. In paper [6]</title>
    </sec>
    <sec id="sec-9">
      <title>SIFT-method was evaluated in various color spaces.</title>
    </sec>
    <sec id="sec-10">
      <title>Evaluation of SIFT-like algorithm’s performance was presented in paper [7].</title>
    </sec>
    <sec id="sec-11">
      <title>Development of the SIFT-method is continued even in</title>
      <p>
        our days. So, new SIFT algorithm based on the adaptive
contrast threshold was presented in paper [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The proposed
algorithm has higher efficiency and accuracy. It realized the
efficient control of a feature point number in multi-scene
matching.
      </p>
    </sec>
    <sec id="sec-12">
      <title>A new high-resolution optical-to-SAR image registration</title>
      <p>
        algorithm was presented in paper [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The experimental
results of experiments show that the proposed OS-SIFT
algorithm gives a robust registration result for
optical-to
      </p>
    </sec>
    <sec id="sec-13">
      <title>SAR images and outperforms other state-of-the-art algorithms in terms of registration accuracy.</title>
    </sec>
    <sec id="sec-14">
      <title>The performance of image detection and matching using</title>
    </sec>
    <sec id="sec-15">
      <title>SIFT-method and RANSAC with Euclidean metric was</title>
      <p>
        researched in paper [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. It was shown that the best results
are archived using threshold value of 0.6. Evaluation of the
      </p>
    </sec>
    <sec id="sec-16">
      <title>SIFT-method in image recognition task using various proximity measures was presented in paper [11].</title>
    </sec>
    <sec id="sec-17">
      <title>Improved SIFT-BRISK algorithm was proposed in paper</title>
      <p>
        [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. This algorithm allows using the advantages of both
algorithms. A distinctive and robust weighted local intensity
binary SIFT descriptor (WLIB-SIFT) was proposed in paper
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
    </sec>
    <sec id="sec-18">
      <title>To present these features, the descriptors are formed, and</title>
      <p>
        then image matching is performed using some measure of
fragments proximity. Sum of absolute differences [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ], a
sum of squared differences [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ], value normalized
crosscorrelation of fragments [
        <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
        ] and etc. are widely used in
both approaches as a criterion of proximity.
      </p>
      <p>
        We have presented and implemented an area-based
matching method, based on the principle of fragments
conformity in papers [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ]. We have shown that
conformity criterion allows performing more accurate image
fragments matching in these papers. This is due to the fact
that the method of conformed estimates performs many
more comparisons than other proximity measures.
      </p>
    </sec>
    <sec id="sec-19">
      <title>In this paper, we develop this line of research. Some</title>
      <p>scenes can contain similar objects. In this case, uniqueness
of features can be very important. So, to improve it, we
propose a new image matching criterion based on the
conformity principle as a measure of proximity of the
histogram of oriented gradients.</p>
    </sec>
    <sec id="sec-20">
      <title>II. PROBLEM STATEMENT</title>
      <p>Let us state that F1 and F2 are two images, which
are obtained by multi-view shooting of the same scene.
Let us also state that some features of the scene were
detected on both images, for example, feature points.</p>
      <p>To describe these features, we form descriptor
vectors fi1 and f j2 , i  1, N, j  1, M.</p>
      <p>N and M
are
count of feature points, which were found for first and
second images correspondingly. Every descriptor
contains K elements. The task is to find the
corresponding point with descriptor f j2 of the second
image for every point with descriptor fi1 of the first
image.</p>
      <p>As stated above, the sum of absolute differences or
sum of squared differences of vector components are
4
Wi, j  Wi,qj,r , 
q1
r1




where</p>
      <p>8
Wi,qj,r   (fsi, j,q,r  f pi, j,q,r )2. 
s1
ps1</p>
      <p>Wi,qj,r is the value of proximity measure of qth,rth
part of descriptor vectors for ith and jth feature points
correspondingly, fsi, j,q,r and f pi, j,q,r are sth and pth
elements of difference vector Δf i, j,q,r  fi1,q,r  f j2,q,r , fi,q,r
1
and f j2,q,r are qth,rth histograms of oriented gradients of
ith and jth feature points of first and second images
correspondingly. In this case K  8 , because
histograms contain 8 elements.</p>
      <p>It can be easily checked, that in case of this size of
descriptor vectors using of component proximity
measure (2) allows reducing computational efforts in
more than 36 times. Of course, due to reliability
reduction, question about changes in the accuracy of
this measure is stated. In the next section we show
results of experimental research of accuracy for this
feature points matching method.</p>
    </sec>
    <sec id="sec-21">
      <title>IV. RESULTS OF EXPERIMENTS</title>
    </sec>
    <sec id="sec-22">
      <title>The efficiency of the proposed algorithm, which is based on using of conformity function as proximity measure of descriptor vectors, was tested on images [22] presented on Figure 1.</title>
      <p>most often used during descriptor matching. These
proximity measures are commonly used to compare
elements, which present values of image pixel
intensity or values of intensity gradient. Hamming
distance is also used to compare binary descriptors,
which are used, for example, to represent
ORBfeatures.</p>
      <p>Let us take a look at the problem of descriptor
vectors matching using a proximity measure based on
the principle of conformity. An important feature of
this measure of proximity is that not only the
comparison of descriptor vectors elements, but also all
its possible combinations are performed. Wherein a
big number of values is formed even with small
fragment size. It allows increasing informativity of
data and the probability of correct feature points
matching.</p>
      <p>Let’s fi1 and f j2 , i  1, N, j  1, M , are two
descriptor vectors of points of first and second images
correspondingly. If every descriptor is a vector with
K elements, conformed measure of proximity is
defined as:</p>
      <p>K
 Wi, j   (fsi, j  f pi, j )2 ,  
s1
ps1
where fsi, j and f pi, j are sth and pth elements of
difference vector Δf i, j :
Δf i, j  fi1  f j2.</p>
      <p>Values of the conformity function (1) of feature
points obtained from the first image are calculated for
every feature point of the second image. jth feature
point of the second image is chosen as the
corresponding point for ith point of the first image if its
value of the function Wi, j is minimum. The task is to
construct an image matching algorithm by feature
points, which uses a conformity function value as a
measure of proximity for descriptors based on
histograms of oriented gradients (HOG).</p>
    </sec>
    <sec id="sec-23">
      <title>III. CONFORMING MATCHING OF HOG-DESCRIPTORS</title>
      <p>
        To construct the algorithm, we based on the
popular implementation of HOG-descriptors in SIFT
method [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. We form descriptors using image
fragments with a size of 16 16 pixels. According to
paper [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], we divide fragment into 16 subfragments
with a size of 4  4 pixels. For every subfragment we
form a histogram of oriented gradients with 8 blocks,
which are related to 8 descriptor elements. Thus, every
descriptor contains 4  4 8  128 elements.
      </p>
      <p>The use of a conformed measure of proximity for
descriptor vectors with the size of 1281 need a lot of
computational resources. To reduce calculational
efforts, we propose a new algorithm calculating
measures of proximity for every of 16 descriptor
subareas based on the values of its histograms of
oriented gradients. A modified conformed measure of
proximity is defined as:</p>
    </sec>
    <sec id="sec-24">
      <title>Feature points were detected for both images, and</title>
      <p>
        descriptors were formed using functions from computer
vision library OpenCV [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Then, corresponding points
were found for every point of the first image using two
methods: component proximity measure (2) and Euclidean
metric.
      </p>
    </sec>
    <sec id="sec-25">
      <title>We performed the same operations for every point of the second image: feature point detection and matching. Then, to exclude incorrectly found points, cross-check of obtained points was performed.</title>
      <p>The results of experiments are presented in Table 1. The
number of correctly found feature points (first row) and the
number of correctly found feature points after cross-check
(second row) were counted. We use the ratio of number of
correctly found feature points before and after cross-check
as measure of accuracy. In the third row of Table 1 relative
values of accuracy for both methods are presented.</p>
      <p>Table 1 shows that the low number of points is found
correctly when a conformed measure of proximity (3) was
used. At the same time, the relative value of correctly found
feature points is higher for this measure. In many
applications of computer vision, this factor may be critical
because even the low number of incorrect points can disrupt
the work of technologies based on image matching using.
0.693
377
0.70</p>
    </sec>
    <sec id="sec-26">
      <title>V. CONCLUSION</title>
      <p>The proposed modification of the image matching
algorithm using component conformity function as a
measure of proximity allows reducing computational efforts
more than 36 times. It was determined that the constructed
algorithm has a high accuracy. Although the number of
correctly found feature points was slightly lower, when
criterion based on component conformity function was used,
the relative number of correctly found feature points was
higher. This can be important in some applications of
computer vision.</p>
    </sec>
    <sec id="sec-27">
      <title>ACKNOWLEDGMENT</title>
    </sec>
    <sec id="sec-28">
      <title>This work was financially supported by the Russian</title>
    </sec>
    <sec id="sec-29">
      <title>Foundation for Basic Research under grant #18-07-01390,</title>
      <p>and by the Ministry of Science and Higher Education
(project).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>V.</given-names>
            <surname>Fursov</surname>
          </string-name>
          ,
          <article-title>"Constructing a quadratic-exponential FIR-filter with an extended frequency response midrange,"</article-title>
          <source>Computer Optics</source>
          , vol.
          <volume>42</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>297</fpage>
          -
          <lpage>305</lpage>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>2412</fpage>
          -6179-2018-42-2-
          <fpage>297</fpage>
          - 305.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>Lowe</surname>
          </string-name>
          ,
          <article-title>"Distinctive Image Features from Scale-Invariant Keypoints,"</article-title>
          <source>International Journal of Computer Vision</source>
          , vol.
          <volume>60</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>110</lpage>
          ,
          <year>2004</year>
          . DOI:
          <volume>10</volume>
          .1023/b:visi.
          <volume>0000029664</volume>
          .99615.94.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>H.</given-names>
            <surname>Bay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tuytelaars</surname>
          </string-name>
          and
          <string-name>
            <surname>L. Van Gool</surname>
          </string-name>
          ,
          <article-title>"SURF: Speeded Up Robust Features,"</article-title>
          <source>Computer Vision - ECCV</source>
          , pp.
          <fpage>404</fpage>
          -
          <lpage>417</lpage>
          ,
          <year>2006</year>
          . DOI:
          <volume>10</volume>
          .1007/11744023_
          <fpage>32</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>E.</given-names>
            <surname>Rublee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Rabaud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Konolige</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Bradski</surname>
          </string-name>
          ,
          <article-title>"ORB: An efficient alternative to SIFT or SURF,"</article-title>
          <source>International Conference on Computer Vision</source>
          , Barcelona, pp.
          <fpage>2564</fpage>
          -
          <lpage>2571</lpage>
          ,
          <year>2011</year>
          . DOI:
          <volume>10</volume>
          .1109/ ICCV.
          <year>2011</year>
          .
          <volume>6126544</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Alcantarilla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Nuevo</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Bartoli</surname>
          </string-name>
          ,
          <article-title>"Fast Explicit Diffusion for Accelerated Features in Nonlinear Scale Spaces,"</article-title>
          <source>Procedings of the British Machine Vision Conference</source>
          ,
          <year>2013</year>
          . DOI:
          <volume>10</volume>
          .5244/c.27.13.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>K. van de Sande</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Gevers</surname>
            and
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Snoek</surname>
          </string-name>
          ,
          <article-title>"Evaluating Color Descriptors for Object and Scene Recognition,"</article-title>
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          , vol.
          <volume>32</volume>
          , no.
          <issue>9</issue>
          , pp.
          <fpage>1582</fpage>
          -
          <lpage>1596</lpage>
          ,
          <year>2010</year>
          . DOI:
          <volume>10</volume>
          .1109/TPAMI.
          <year>2009</year>
          .
          <volume>154</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>I.</given-names>
            <surname>Abadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moussa</surname>
          </string-name>
          and
          <string-name>
            <given-names>N.</given-names>
            <surname>El-Sheimy</surname>
          </string-name>
          ,
          <article-title>"Evaluation of feature points descriptors' performance for visual finger printing localization of smartphones,"</article-title>
          <source>IEEE/ION Position, Location and Navigation Symposium (PLANS)</source>
          , Monterey, CA, pp.
          <fpage>1002</fpage>
          -
          <lpage>1008</lpage>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .1109/PLANS.
          <year>2018</year>
          .
          <volume>8373478</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lin</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Teng</surname>
          </string-name>
          ,
          <article-title>"Improved SIFT algorithm based on adaptive contrast threshold,"</article-title>
          <source>4th International Conference on Computer and Technology Applications (ICCTA)</source>
          , Istanbul, pp.
          <fpage>151</fpage>
          -
          <lpage>155</lpage>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .1109/CATA.
          <year>2018</year>
          .
          <volume>8398673</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>You</surname>
          </string-name>
          ,
          <article-title>"OS-SIFT: A Robust SIFT-Like Algorithm for High-Resolution Optical-to-SAR Image Registration in Suburban Areas,"</article-title>
          <source>IEEE Transactions on Geoscience and Remote Sensing</source>
          , vol.
          <volume>56</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>3078</fpage>
          -
          <lpage>3090</lpage>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .1109/TGRS.
          <year>2018</year>
          .
          <volume>2790483</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>F.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <article-title>"Research on image detection and matching based on SIFT features,"</article-title>
          <source>3rd International Conference on Control and Robotics Engineering (ICCRE)</source>
          , Nagoya, pp.
          <fpage>130</fpage>
          -
          <lpage>134</lpage>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .1109/ICCRE.
          <year>2018</year>
          .
          <volume>8376448</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>L.</given-names>
            <surname>Păvăloi</surname>
          </string-name>
          and
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Niţă</surname>
          </string-name>
          ,
          <article-title>"Iris recognition using SIFT descriptors with different distance measures,"</article-title>
          <source>10th International Conference on Electronics, Computers and Artificial Intelligence (ECAI)</source>
          , Iasi, Romania, pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .1109/ECAI.
          <year>2018</year>
          .
          <volume>8678987</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhong</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>"Image Feature Point Matching Based on Improved SIFT Algorithm," IEEE 4th International Conference on Image, Vision and Computing (ICIVC), Xiamen</article-title>
          , China, pp.
          <fpage>489</fpage>
          -
          <lpage>493</lpage>
          ,
          <year>2019</year>
          . DOI:
          <volume>10</volume>
          .1109/ICIVC47709.
          <year>2019</year>
          .
          <volume>8981329</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wei</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Xiwei</surname>
          </string-name>
          ,
          <article-title>"WLIB-SIFT: A Distinctive Local Image Feature Descriptor,"</article-title>
          <source>IEEE 2nd International Conference on Information Communication and Signal Processing (ICICSP)</source>
          , Weihai, China, pp.
          <fpage>379</fpage>
          -
          <lpage>383</lpage>
          ,
          <year>2019</year>
          . DOI:
          <volume>10</volume>
          .1109/ICICSP48821.
          <year>2019</year>
          .
          <volume>8958587</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.H.</given-names>
            <surname>Lee</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <article-title>"Real-time disparity estimation algorithm for stereo camera systems,"</article-title>
          <source>IEEE Transactions on Consumer Electronics</source>
          , vol.
          <volume>57</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>1018</fpage>
          -
          <lpage>1026</lpage>
          ,
          <year>2011</year>
          . DOI:
          <volume>10</volume>
          .1109/TCE.
          <year>2011</year>
          .
          <volume>6018850</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.K.</given-names>
            <surname>Gupta</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <article-title>"Window-based approach for fast stereo correspondence," IET Computer Vision</article-title>
          , vol.
          <volume>7</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>123</fpage>
          -
          <lpage>134</lpage>
          ,
          <year>2013</year>
          . DOI:
          <volume>10</volume>
          .1049/iet-cvi.
          <year>2011</year>
          .
          <volume>0077</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fusiello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Castellani</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Murino</surname>
          </string-name>
          ,
          <article-title>"</article-title>
          <source>Relaxing Symmetric Multiple Windows Stereo Using Markov Random Fields," Lecture Notes in Computer Science</source>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>105</lpage>
          ,
          <year>2001</year>
          . DOI:
          <volume>10</volume>
          .1007/3-540- 44745-
          <issue>8</issue>
          _
          <fpage>7</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>R.</given-names>
            <surname>Yang</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Pollefeys</surname>
          </string-name>
          ,
          <article-title>"Multi-resolution real-time stereo on commodity graphics hardware,"</article-title>
          <source>IEEE Computer Society Conference on Computer Vision</source>
          and Pattern Recognition, Madison,
          <string-name>
            <surname>WI</surname>
          </string-name>
          , USA,
          <string-name>
            <surname>pp. I-I</surname>
          </string-name>
          ,
          <year>2003</year>
          . DOI:
          <volume>10</volume>
          .1109/CVPR.
          <year>2003</year>
          .
          <volume>1211356</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S.</given-names>
            <surname>Satoh</surname>
          </string-name>
          ,
          <article-title>"Simple low-dimensional features approximating NCCbased image matching," Pattern Recognition Letters</article-title>
          , vol.
          <volume>32</volume>
          , no.
          <issue>14</issue>
          , pp.
          <fpage>1902</fpage>
          -
          <lpage>1911</lpage>
          ,
          <year>2011</year>
          . DOI:
          <volume>10</volume>
          .1016/j.patrec.
          <year>2011</year>
          .
          <volume>07</volume>
          .027.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>F.</given-names>
            <surname>Cheng</surname>
          </string-name>
          , H. Zhang,
          <string-name>
            <given-names>D.</given-names>
            <surname>Yuan</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>"Stereo matching by using the global edge constraint,"</article-title>
          <source>Neurocomputing</source>
          , vol.
          <volume>131</volume>
          , pp.
          <fpage>217</fpage>
          -
          <lpage>226</lpage>
          ,
          <year>2014</year>
          . DOI:
          <volume>10</volume>
          .1016/j.neucom.
          <year>2013</year>
          .
          <volume>10</volume>
          .022.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>V.</given-names>
            <surname>Fursov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gavrilov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Goshin</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Pugachev</surname>
          </string-name>
          ,
          <article-title>"The technology of image matching by the criterion of conformity of image fragments samples,"</article-title>
          <source>Journal of Physics: Conference Series</source>
          , vol.
          <volume>1096</volume>
          ,
          <issue>012084</issue>
          ,
          <year>2018</year>
          . DOI:
          <volume>10</volume>
          .1088/
          <fpage>1742</fpage>
          -6596/1096/1/012084.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>V.</given-names>
            <surname>Fursov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Goshin</surname>
          </string-name>
          and
          <string-name>
            <given-names>K.</given-names>
            <surname>Pugachev</surname>
          </string-name>
          ,
          <article-title>"Adaptive algorithm of conforming image matching,"</article-title>
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2416</volume>
          , pp.
          <fpage>26</fpage>
          -
          <lpage>33</lpage>
          ,
          <year>2019</year>
          . DOI:
          <volume>10</volume>
          .18287/
          <fpage>1613</fpage>
          -0073-2019-2416-26-33.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <article-title>"Middlebury Stereo Datasets," Vision</article-title>
          .middlebury.edu,
          <year>2020</year>
          [Online]. URL: https://vision.middlebury.edu/stereo/.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <article-title>"OpenCV," 2020 [Online]</article-title>
          . URL: https://opencv.org/.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>