<!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>The Usage of Optical Flow Algorithm to the Problem of Recovery Contour of the Left Ventricle of the Human Heart on the Ultrasound Image Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrey A. Mukhtarov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergey V. Porshnev</string-name>
          <email>sergey_porshnev@mail.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vasiliy V. Zyuzin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anastasia A. Labutina</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anastasia O. Bobkova</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Ural Federal University</institution>
          ,
          <addr-line>Yekaterinburg</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>91</fpage>
      <lpage>97</lpage>
      <abstract>
        <p>Cardiologist builds contour bounding area of the left ventricle (LV) in each frame of the ultrasound video sequence usually in a manual mode. The article describes results of application of semi-automatic algorithm using the optical ow. The visual and qualitative characteristic of contouring results of this algorithm are obtained. This algorithm is used to select the contour on ultrasound images.</p>
      </abstract>
      <kwd-group>
        <kwd>Contouring</kwd>
        <kwd>left ventricle</kwd>
        <kwd>optical ow</kwd>
        <kwd>ultrasound images</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Contemporary research methods greatly simplify investigations in the medicine
area. Diagnosis takes much less time and is more informative if an ultrasound
image data are used for this purpose. The heart disease diagnosing on the basis of
echographic imaging (echocardiography) is one of the challenges for cardiologists.</p>
      <p>Analysis of ultrasonic image sequence allows one to investigate the heart
muscle dynamics. The left ventricle (LV) of the heart is of the great interest
for cardiologists, since most of various heart diseases and pathologies change,
primarily, its state.</p>
      <p>Existing devices of ultrasound heart research use tools that help doctors
to calculate di erent indicators, which are necessary for the diagnosis of many
diseases. To assess the state of LV, the cardiologist puts the contour bounding
the region of the left ventricle on every frame of the ultrasonic images sequence,
as a rule, in the manual mode.</p>
      <p>Today, there are many di erent ultrasound scanners, each of which is equipped
with any tools of LV contouring (Philips, Aloka Hitachi, Toshiba, Siemens,
General Electric, and others.). However, analysis of commercial proposals of
companies listed above showed that there are no devices for echocardiography with
built-in software on the market, which could allow one to carry out the LV
contouring in fully automatic mode. Thus, the problem of fully automatic algorithm
delineation of LV is important.</p>
    </sec>
    <sec id="sec-2">
      <title>Problems formulation</title>
      <p>
        To solve the problem of delineation of LV on the ultrasound images, the usual
methods of digital image processing do not t. The techniques such as
segmentation, ltering, contrast enhancement, and morphological transformation do not
give positive results of contour allocation [
        <xref ref-type="bibr" rid="ref1 ref4 ref5 ref7 ref8">1, 4, 5, 7, 8</xref>
        ].
      </p>
      <p>
        Thus, to solve the problems of delineation, it was decided to investigate the
method of optical ow [
        <xref ref-type="bibr" rid="ref2 ref3 ref6">2, 3, 6</xref>
        ]; and it is needed to write a program that will allow
cardiologists to build a contour only on the rst frame of the video sequence.
The contour should be build automatically starting form the second frame.
      </p>
      <p>
        For example, in articles [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ] to track the areas on 3D echographic sequences,
optical ow techniques, such as the "block ow" and "Real-time 3-dimensional
echocardiographic" (RT3DE) were used. Since we apply the two-dimensional
images, it has been already decided to use the Kanade-Lucas-Tomasi
softwarebased algorithm.
3
      </p>
      <p>Semi-automatic contour extraction algorithm on the
video sequence
Many current ow search algorithms based on the Lucas and Canada idea [11{
14]:
1. Lucas-Kanade considered just the o set point, without distortion.
2. Tomassi-Kanade is a reformulation of the Lucas-Kanade. O set is calculated
by an iterative solution of a built system of linear equations.
3. Shi-Tomassi-Kanade is an a ne distortion of the point neighborhood taken
into account.
4. Jin-Favaro-Soatto is a modi cation of the Shi-Tomassi-Kanade considering
a ne illumination changes of point neighborhood.</p>
      <p>In this paper, the algorithm based on a Kanade-Lucas-Tomasi algorithm for
tracking points on the rst frame was used. Video records of fourteen patients are
used as input data. The method uses image pyramid. Each image of sequence
excepting the rst is obtained as convolution of the previous image with the
following lter:
1=4 1=2 1=4
1=4 1=2 1=4 T :
(1)</p>
      <p>The algorithm used the following parameters:
1. BlockSize [61x61] is the neighborhood around each point, which is monitored;
2. NumPyramidLevels, 5 is the fth level of the pyramid that can handle large
displacements of points between frames.</p>
      <p>The value of BlockSize de nes the area where the point is monitored. If this
value is too small, some points may be lost or displaced causing the incorrect
contouring. Example of the BlockSize parameter is shown in Fig.1.</p>
      <p>The value of NumPyramidLevels parameter determines what size of the
object displacement should be tracked. Without this option a dramatic valve shift
causes the displacement of the tracking point. Example of NumPyramidLevels
is shown in Fig.2.</p>
      <p>It experimentally has been found, that contours constructed by this method
is satisfactory only in the rst cycle of the heartbeat on the video sequence.
Therefore, it was decided to allocate the rst cycle of the video sequences and
process only it. The oscillogram, which is present on all videos, is used to
determine the rst cycle (Fig. 3). R peaks were used to highlight one cycle of
heartbeats.</p>
      <p>Figure 4 shows the volume change of the left ventricle during the cardiac
interval.
where S\ is the intersection of square of area, limited by expert contour, and
area, formed from classi ed pixels, Scont is the square of the area formed from
the classi ed pixels;
{ recall</p>
      <p>where Sexp is the area of the region bounded by the expert contour;
{ F-measure
{ the feature of the mass center motion of the left ventricle has been used as
a quality criterion of the LV contour construction; next, for each patient the
area of the respective ellipses was calculated that compared with the area
of the left ventricle in diastole (the contour of the rst frame of the cardiac
cycle)</p>
      <p>K =</p>
      <p>Sellipse ;</p>
      <p>Sdiast cont
where Sellipse is the area of the ellipse bounding CM LV, Sdiast cont is the
area of the region contour in diastole.</p>
      <p>Quantitative estimates of these parameters are presented in Table 1.</p>
      <p>F
0.96
0.97
0.96
0.97
0.98
0.95
0.98
0.94
0.93
0.98
0.98
0.95
0.96
0.98
(5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14</p>
      <p>K
0.21 %
1.58 %
2.68 %
0.13 %
0.16 %
0.10 %
0.08 %
0.41 %
0.25 %
0.09 %
0.26 %
0.23 %
0.33 %
0.16 %
0.94
0.96
0.96
0.95
0.98
0.93
0.99
0.94
0.92
0.99
0.97
0.94
0.95
0.98
0.98
0.98
0.97
0.99
0.98
0.98
0.98
0.95
0.94
0.98
0.99
0.97
0.98
0.99
This paper studied the optic ow method as a semi-automatic contouring
algorithm. The Kanade-Lucas-Tomasi algorithm is applied to tracking points of
the contour on the video sequence. The parameters of the algorithm are
analyzed and those were choosen, that allow more accurate delineation of the left
ventricle.</p>
      <p>The visual and qualitative characteristic of contouring results are obtained
using this algorithm. The program was developed that allows cardiologists to
use this algorithm and provide the assessments of the construction quality.</p>
      <p>Based on the results of the contour construction, it is possible to conclude
that this algorithm could preferally be used in the solution of the LV contouring
problem.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Hans</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikhail</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Danilouchkine and Boudewijn,
          <string-name>
            <surname>P. F.</surname>
          </string-name>
          :
          <article-title>Segmentation of Sparse and Arbitrarily Oriented Cardiac MRI Data Using a 3D-ASM (in Russian)</article-title>
          .
          <source>FIMH LNCS 3504</source>
          ,
          <issue>33</issue>
          {
          <fpage>43</fpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Veenman</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reinders</surname>
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Backer E.</surname>
          </string-name>
          :
          <article-title>Resolving motion correspondence for densely moving points</article-title>
          .
          <source>Pattern Analysis Machine Intelligence</source>
          . Vol.
          <volume>23</volume>
          , No.
          <volume>1</volume>
          ,
          <issue>54</issue>
          {
          <fpage>72</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Yilmaz</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Javed</surname>
            <given-names>O.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Shah</surname>
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Object tracking: A survey</article-title>
          .
          <source>ACM Computing Surveys</source>
          . Vol.
          <volume>38</volume>
          , No.
          <volume>4</volume>
          , (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bobkova</surname>
            ,
            <given-names>A. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Porshnev</surname>
            ,
            <given-names>S. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuzin</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Bobkov</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          :
          <article-title>Analysis results of delineation of the left ventricle on the echo graphic images of patients with pathologies by an automatic algorithm (in Russian)</article-title>
          .
          <source>Proceedings of the 24th International Crimean Conference Microwave equipment and telecommunication technology</source>
          .
          <volume>1073</volume>
          {
          <issue>1074</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bobkova</surname>
            ,
            <given-names>A. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Porshnev</surname>
            ,
            <given-names>S. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuzin</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Bobkov</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          :
          <article-title>A study of methods for removing speckle noise on ultrasound images (in Russian)</article-title>
          .
          <source>Proceedings of the 23rd International Conference on Computer Graphics and Vision</source>
          .
          <volume>244</volume>
          {
          <issue>246</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Konushin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Point feature tracking (in Russian)</article-title>
          .
          <source>Computer graphics and multimedia. No. 5</source>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Bobkova</surname>
            ,
            <given-names>A. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Porshnev</surname>
            ,
            <given-names>S. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuzin</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Bobkov</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          :
          <article-title>A method of semi-automatic delineation of the left ventricle of the human heart on the echocardiographic images (in Russian)</article-title>
          .
          <source>Fundamental research. No. 8{1</source>
          ,
          <issue>44</issue>
          {
          <fpage>48</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Priorov</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hrjashhev</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Sladkov</surname>
          </string-name>
          , M. B..
          <article-title>: Improving the quality of ultrasound medical images (in Russian)</article-title>
          .
          <source>Medical equipment. No. 4</source>
          ,
          <issue>11</issue>
          {
          <fpage>14</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Linguraru</surname>
            ,
            <given-names>M. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasilyev</surname>
            ,
            <given-names>N. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marx</surname>
            ,
            <given-names>G. .R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tworetzky</surname>
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Del Nido</surname>
            <given-names>PJ</given-names>
          </string-name>
          and
          <string-name>
            <surname>Howe</surname>
          </string-name>
          , R. D.:
          <article-title>Fast block ow tracking of atrial septal defects in f4Dg echocardiography. Medical Image Analysis</article-title>
          .
          <source>No. 12</source>
          ,
          <issue>397</issue>
          {
          <fpage>412</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Veronesi</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corsi</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caiani</surname>
            ,
            <given-names>E. G.</given-names>
          </string-name>
          ,
          <article-title>Sarti A</article-title>
          . and
          <string-name>
            <surname>Lamberti</surname>
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Tracking of left ventricular long axis from real-time three-dimensional echocardiography using optical ow techniques</article-title>
          .
          <source>IEEE Trans Inf Technol Biomed</source>
          . No.
          <volume>10</volume>
          ,
          <issue>174</issue>
          {
          <fpage>181</fpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Lucas</surname>
            ,
            <given-names>Bruce D.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>Takeo</given-names>
            <surname>Kanade</surname>
          </string-name>
          :
          <article-title>An Iterative Image Registration Technique with an Application to Stereo Vision</article-title>
          .
          <source>Proceedings of the 7th International Joint Conference on Arti cial Intelligence</source>
          .
          <volume>674</volume>
          {
          <issue>679</issue>
          (
          <year>1981</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Tomasi</surname>
          </string-name>
          , Carlo and Takeo Kanade:
          <article-title>Detection and Tracking of Point Features</article-title>
          . Computer Science Department, Carnegie Mellon University. (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Jianbo and Carlo Tomasi: Good Features to Track</article-title>
          . IEEE Conference on
          <source>Computer Vision and Pattern Recognition</source>
          .
          <volume>593</volume>
          {
          <issue>600</issue>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kalal</surname>
          </string-name>
          , Zdenek, Krystian Mikolajczyk and Jiri Matas:
          <article-title>Forward-Backward Error: Automatic Detection of Tracking Failures</article-title>
          .
          <source>Proceedings of the 20th International Conference on Pattern Recognition</source>
          .
          <volume>2756</volume>
          {
          <issue>2759</issue>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Zyuzin</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bobkova</surname>
            ,
            <given-names>A. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Porshnev</surname>
            ,
            <given-names>S. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mukhtarov</surname>
            ,
            <given-names>A. A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Bobkov</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          :
          <article-title>The Study of Applicability of the Decision Tree Method for Contouring of the Left Ventricle Area in Echographic Video Data</article-title>
          .
          <source>Proceedings of SPIE - The International Society for Optical Engineering</source>
          . (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>