<!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>An Application of Shape-Based Level Sets to Fish Detection in Underwater Images</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Euan S. Harvey (euan.harvey@curtin.edu.au)</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Curtin University</institution>
          ,
          <addr-line>GPO Box U1987, Perth, WA 6845</addr-line>
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Faisal Shaifat</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>GSR_3 Geospatial Science Research 3. School of Mathematical and Geospatial Science, RMIT University</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>James W. Seager</institution>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Mehdi Ravanbakhsh</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Underwater stereo-video technology systems are used widely for measurement of fish. However the effectiveness of the stereo-video measurement has been limited because most operational systems still rely on a human operator. In this paper, an automated approach for fish detection using a shape-based level sets framework is presented. Shape knowledge of fish is modelled by Principal Component Analysis (PCA). The Haar classifier is used for precise position of the fish head and snout in the image, which is vital information for close proximity initialisation of the shape model. The approach has been tested on under-water images representing a variety of challenging situations typical of the underwater environment, such as background interference and poor contrast boundaries. The results obtained demonstrate that the approach is capable of overcoming these limitations and capturing the fish outline at sub-pixel accuracy.</p>
      </abstract>
      <kwd-group>
        <kwd>image segmentation</kwd>
        <kwd>fish detection</kwd>
        <kwd>under-water image</kwd>
        <kwd>level sets</kwd>
        <kwd>prior shape knowledge</kwd>
        <kwd>registration</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The monitoring of fish for stock assessment in aquaculture, commercial fisheries and in the assessment of the
effectiveness of biodiversity management strategies such as Marine Protected Areas and closed area
management is essential for the economic and environmental management of fish populations. Video based
techniques for fishery independent and non-destructive sampling are now widely accepted. The advantages of
using stereo-video for counting the numbers of fish, measuring their lengths and defining the sample area have
been well demonstrated (Shortis et al., 2009). However the effectiveness of the stereo-video measurement has
been limited because most operational systems still rely on a human operator to identify and measure the snout
and tail of the fish in order to determine the length by intersection. Whilst automation of identification of objects
and image measurement processes have been demonstrated in many other contexts, due to the uncontrolled
underwater environment combined with the loss of contrast because of attenuation through the water, an
automated solution for fish sizing has been elusive. Whilst automation of some aspects of the process has been
established for at least 15 years (Lines et al., 2001), only recently have fully operation systems that identify,
delineate, track and measure fish in an uncontrolled environment been reported
        <xref ref-type="bibr" rid="ref14">(Shortis et al., 2013)</xref>
        .
The ultimate aim of this research is to develop a general approach to the automatic measurement of fish in
underwater environments. The focus of this work will be on identification and delineation of Southern Bluefin
Tuna (SBT). In context of this research, automated detection methodologies comprise two steps: identification
and subsequent delineation of the fish outline. The existing literature on fish detection has mainly focused on the
identification step where the presence of fish is recognised in the scene followed by the estimation of the fish
location
        <xref ref-type="bibr" rid="ref12 ref13 ref15 ref19 ref20 ref4">(Palazzo et al., 2013; Spampinato et al., 2008; Walther et al., 2004; Zhou and Clark, 2006; Morais et al.,
2005; Evans et al., 2003)</xref>
        . In contrast, relatively few approaches have been reported that deal with both
identification and the following delineation of the fish silhouette
        <xref ref-type="bibr" rid="ref5 ref7">(Khanfar et al., 2010; Lines et al., 2001;
Hariharakrishnan &amp; Schonfeld, 2005)</xref>
        . Most of these approaches use low-level image features such as colour,
texture, intensity and motion to detect fish. However, in a real life, the uncontrolled underwater environment
produces images that are characterised by low contrast, background clutter and interference, partial occlusion
caused by adjacent or foreground objects, varied illumination conditions and shadows. The aforementioned
research works fail to produce high quality results mainly due to misleading low-level features resulting from
image noise and occlusion, or lack of sufficient low-level features necessary for object modelling. High-level
knowledge of the shape of the fish can significantly aid in providing an efficient solution to these problems.
In this paper, an automated approach for fish detection using a shape-based level sets framework is presented.
An example of under-water stereo images used is shown in Figure 1. The prior knowledge of the shape of the
fish is modelled using Principal Component Analysis (PCA)
        <xref ref-type="bibr" rid="ref8">(Leventon et al., 2000)</xref>
        and this knowledge is used
to guide the level set curves. PCA enables the representation of global shape variation of the object of interest
through a training set of shape templates. The global shape information is incorporated into the Mumford-Shah
functional, as reported by
        <xref ref-type="bibr" rid="ref1">Chan and Vese (2001)</xref>
        , which can detect objects in strongly cluttered scenes. A
Haarlike detector method
        <xref ref-type="bibr" rid="ref9">(Lienhart and Maydt, 2002)</xref>
        is used to identify the existence of fish and determine their
locations in the image. This information is vital to place the initial shape in close proximity to the object to be
segmented, which increases the success rate and requires less iteration for convergence. Once the fish are
independently identified on the left and right images, stereo intersections for the snout and tail is computed
based on the well-established approach of a geometrically constrained epipolar search and template match
between the two images.
      </p>
      <p>The outline of the paper is as follows. In the following section, a short review of level sets is given followed by
the description of the individual steps of the proposed detection strategy along with mathematical equations in
the subsequent section. Then, experimental results using underwater sample image sequences recorded in cages
are presented and evaluated. The paper concludes with a discussion of the progress and results achieved, and an
outlook for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>Level Set Representation</title>
      <p>The core idea of level sets is to implicitly represent a contour C as the zero level curve of a function of higher
dimension (Figs. 2-a &amp; 2-b). An initialisation of can be constructed in the following way: Let C be a closed
curve representing the boundary between two regions, one region inside the curve and another region outside the
curve. ϕ is then defined as the signed distance ±d(x) to the curve, negative inside and positive outside. The
definition is illustrated:
(1)
(a)
(b)
While the use of the distance d(x) is not mandatory when using level sets, it assures that does not become too
flat or too steep near C and subsequently can be differentiated across the zero level curve without running into
numerical problems.</p>
      <p>In order to combine the characteristics of the level set function, image information and shape knowledge of the
known object, an energy functional can be set up and consequently minimised using the calculus of variations.
Minimising the energy functional is performed in an iterative process moving the initial curve towards the object
boundaries.</p>
    </sec>
    <sec id="sec-3">
      <title>Detection Strategy</title>
      <p>The fish detection strategy comprises three primary steps (Figure 3). First, the presence of fish is recognised and
the initial locations are determined using segmentation of a frame difference from an averaged background
image. A Haar like detector is then employed to estimate the snout and tail locations, from which the initial
position and orientation of each fish in the image can be derived. Subsequently, a shape prior model is
constructed by PCA using a set of training samples. The level sets curve is then initialised and evolved to locate
the fish boundary. The result consists of the detected fish.</p>
    </sec>
    <sec id="sec-4">
      <title>Identification</title>
      <p>In this stage, the location of fish snout and tail in the image are determined. Precise localisation of the snout and
tail leads to the estimation of pose parameters in 2D space, these being two rotations, two translations and one
scale parameter.</p>
      <p>In this research, the Haar classifier is used to locate the fish snout and tail. To train the classifier, 200 manually
cropped images of the target object (snout or tail) are used so that the classifier can learn which features (among
a set of possibly thousands of features) can locate the target with high accuracy. These features, once learned,
are then used to construct the object classifier that can locate the presence of the object in cluttered scenes. Due
to their high detection speed and ability to perform a scale-space search, Haar classifiers are employed in this
research for locating snout and tail of fish in underwater image sequences. The results of independent detection
of the snout and tail using Haar detectors are further improved by using the expected distance and angle
relationships between the detected snouts and tails. The search space for tail detection is based on the results of
the snout detection and vice versa. Figure 4 shows an example of a the result from the Haar classifier used to
identify the snouts and tails and of Southern Bluefin Tuna (SBT) during a transfer.</p>
      <p>
        Precise localisation of the tip of the snout and the valley point of the tail, used as reference points, are used to
estimate the rigid transformation parameters. These transformation parameters are then used to first generate the
reference shape and subsequently initialise the shape model, two crucial steps in accurate and correct delineation
of fish.
The generation of initial shape, also called shape prior, comprises two steps: first, the training samples need to
be geometrically aligned, and subsequently, the shape model is constructed from the aligned shapes. The
alignment involves matching shapes of training samples that differ in size, orientation and translation. In the
literature, a large number of shape matching methods have been reported. A complete review of those methods is
given in
        <xref ref-type="bibr" rid="ref18">Veltkamp and Hagedoorn (1999)</xref>
        .
      </p>
      <p>
        In this paper, the alignment of training samples is realised using the method introduced in
        <xref ref-type="bibr" rid="ref2">Chen et al. (2002)</xref>
        .
Suppose that the training set contains n given curves C1, ..., Cn with their corresponding interior regions A1, ...,
An. The shape similarity measure of the shapes C1 and C2 is defined as:
a (C1, C2) = area of (A1 ⋃ A2 - A1 ∩ A2)
(2)
In the alignment process, the pose parameter of C1 is considered to be fixed, and the rest of samples (C2,..., Cn)
are jointly aligned to C1 through the solution of the rigid transformation Cjnew = sj Rj Cj + Tj (j=2, ..., n) such that
the area a(C1, Cjnew) is minimised. These values are obtained by a global optimisation algorithm called the
genetic algorithm
        <xref ref-type="bibr" rid="ref3">(Davis, 1991)</xref>
        , which makes it less likely for the underlying function to be trapped in
suboptimal local minimum compared with purely local methods such as gradient descent.
      </p>
      <p>The shapes are encoded in binary images to simplify the alignment task. Figure 5 shows a set of 20 training
samples manually digitised and the result of their alignment. The first sample (bottom-row, left-most), which is
the scaled, shifted and rotated version of the corresponding sample manually digitised (top-row, left-most), is
adopted as the reference. It has fixed pose parameters estimated in the identification process and to which the
rest of samples are registered. Figure 6-a &amp; 6-b show the amount of shape variability depicted in the overlap
images before and after the alignment. It can be seen that even large shape discrepancies can often exist in real
fish images. These shape differences can be removed successfully which demonstrates the effectiveness of the
alignment method. Furthermore, model variability is represented in Figure 6-c showing that the areas around the
boundaries of the fish fin and tail experience the largest deformations in the fish body outline. It is interesting to
note that key regions that could be used for species identification, such as the dorsal and anal fins and the tail,
are the profile sections which show the greatest variability.</p>
      <p>
        In the next step, a shape model is constructed using the aligned shapes. The PCA method is selected to construct
the shape model due to its efficiency at capturing the main variations of a training set while removing redundant
information. Similar to
        <xref ref-type="bibr" rid="ref8">Leventon et al. (2000)</xref>
        , the boundaries of each of the training shapes are represented in
the training dataset as the zero level set of n Signed Distance Functions (SDFs) {ϕ1... ϕn} with negative distances
assigned to the inside and positive distances assigned to the outside of the shape boundary.
Suppose M is a matrix whose column vectors are the n aligned training SDFs {ϕi}, PCA is then applied to these
SDFs to compute eigenvalues and eigenvectors of the covariance matrix:
and the mean level set function of the training set
The eigenvectors are called principal components or eigenshapes. In practice, the first k principal components (k
≤ i) are sufficient to model the major shape variations in the training samples. In Milka et al. (1999), a method is
proposed for determining the value of k by examining the eigenvalues of the corresponding eigenvectors. This
approach however cannot be adopted here as the value of k varies in different applications
        <xref ref-type="bibr" rid="ref16">(Tsai et al., 2003)</xref>
        . In
this work, the value of k was set empirically. Then, shape can represented as zero level set of the following
function
where w = {w1... wk} denote the weights for the k eigenshapes with the variances of these weights { σ21... σ2k}
given by the eigenvalues. In the equation (5), the shape variability is restricted to the variability given by the
eigenshapes. To accommodate wider range of shape variability, pose parameters p, these being translation, scale,
orientation, are incorporated to the level set function of (5). With the addition of p, the implicit description of
shape is given by the zero level set of the following function
(3)
(4)
(5)
(6)
where
and each
      </p>
      <p>are now a function of p.</p>
      <p>Once the shape model is generated, an initial level set function is constructed using a rectangle curve around the
detected fish. Then, the zero level set of the level set function is evolved towards the fish boundary according to
the energy functional. The energy functional is described in the following section.</p>
    </sec>
    <sec id="sec-5">
      <title>Shape-Based Level Sets Energy Functional</title>
      <p>
        The energy functional is based on the segmentation model proposed by
        <xref ref-type="bibr" rid="ref1">Chan and Vese (2001)</xref>
        in an effort to
overcome limitations found with the previous edge-based strategies. Unlike edge-based methods where the
provision of close initialisation to the object of interest and good contrast boundaries are necessary to locate
those boundaries, region-based methods used in this work are independent of image gradients and less likely to
converge to local minima if an undesirable feature or image noise is present.
      </p>
      <p>
        Let I be a given image and C the evolving curve defined as C = {(x,y) R2: }, with u and v denoting
two constants representing the averages of I inside and outside the curve C. Assume that the image I is formed by
two regions of approximately piecewise-constant intensities with distinct values of I0i and I0o, and that the object
to be detected is represented by the region with value I0i and boundary C. Then, I0 ≈ I0i inside the object (inside
C) and I0 ≈ I0o outside the object (outside C). By minimizing the following energy equation, the boundary of the
object of interest C is obtained
        <xref ref-type="bibr" rid="ref1 ref9">(Chan and Vese, 2001)</xref>
        which is equivalent to the energy functional below
        <xref ref-type="bibr" rid="ref17">(Tsai et al., 2001)</xref>
        where Au and Av denote areas, and Su and Sv represent the sum intensity of areas inside and outside C. Then, the
gradient descent is employed to search for the parameters w and p that minimise Ecv to implicitly determine the
segmenting curve C. The parameters Au, Av, Su and Sv can be expressed in terms of
and
;
      </p>
      <p>;
where</p>
      <p>defines a bounded and open subset of R2 and H denotes the Heaviside function
The energy function (8) is minimised with respect to w and p using gradient descent optimisation
(14)
(15)
(16)
(17)
(7)
(8)
(9)
(10)
(11)
(12)
(13)
where the gradient parameters are given as
where the segmenting curve C is given by the zero level set of
, and
is the gradient of
taken with respect to the ith component of the transformation matrix p that includes translation, rotation
and scale. The gradient descent optimisation of the equations (12&amp;13) leads to the parameters w and p. The
updated w and p parameters, which are iteratively computed during the optimisation, are then used to implicitly
determine the location of the segmenting curve C.</p>
      <p>The curve evolution is terminated when the overall change in the evolving curve positions per iteration is less
than 0.1 pixels. A smaller threshold considerably increases the computation cost, although the quality of the final
result is the same.</p>
    </sec>
    <sec id="sec-6">
      <title>Experimental Evaluation</title>
      <p>Underwater image sequences recorded at the transfer gate between two cages have been used to test the fish
detection algorithm. From the large number of video samples recorded for 8 transfers, 35 sample images have
been chosen to represent the variable and uncontrolled nature of the marine environment. These images include a
varying number of SBT with a range of illumination changes, background interference and occlusions caused by
adjacent fishes. Moreover, SBT appear in the image sequences with missing or poor contrast boundaries which
further exacerbates the challenging conditions.</p>
      <p>In Fig 7, an example of results is shown where the initial curve is placed as a rectangle around the fish of interest
and subsequently converged to the fish boundary by minimising the energy functional presented in the previous
section. Further example results are shown in Figure 7 where, in the four right-most samples, SBT are partially
occluded by other neighbouring fishes in foreground and background. Almost in all samples, fish boundaries are
of low contrast especially in areas around the tail and fin. The detection results shown in Fig.7 demonstrate that
the approach is capable of overcoming those limitations typical of the underwater environment and capturing the
fish outline accurately.</p>
      <p>(a)
(b) n=3
(c) n= 10
(d) n=13
(e) n=54</p>
      <p>(f) n= 32 (g) n=126 (h) n=154 (i) n= 71 (j) n= 91</p>
      <p>
        In order to quantitatively evaluate the performance of the approach, the detection results were compared to
manually plotted fish used as reference data. The comparison was carried out by matching the detection results
to the reference data using the so-called buffer method
        <xref ref-type="bibr" rid="ref6">(Heipke et al., 1998)</xref>
        . A detected object is assumed to be
correct if the maximum distance between the detected object and its corresponding reference does not exceed the
buffer width. Furthermore, a reference object is assumed to be matched if the maximum deviation from the
detected object is within the buffer width. Based on these assumptions the following quality measures were used
in our work:
• Completeness: is the ratio of the number of matched reference objects to the whole number of objects.
• Correctness: is the ratio of the number of correctly detected objects to the number of detected objects.
• Geometric accuracy: is the average distance between the correctly detected objects and its
corresponding reference expressed as root mean square (RMS) value.
      </p>
      <p>Table 1 shows the evaluation result of the fish detection. The buffer width can be defined according to the
required detection accuracy for a specific application. In our tests, the buffer was set to 3, 5 and 8 pixels
according to the range of accuracy achievable at the identification step. Furthermore, this selection allows
assessment of the relevance of the approach for applications that demand varying degrees of accuracy. From the
buffer width value 3 pixels to 8 pixels, both the completeness and correctness have increased implying that the
results are more complete and correct for higher buffer width values. The geometrical accuracy increases in
inverse proportion to the buffer width value, so that results obtained with a value of 3 pixels are more accurate
than those obtained with a larger buffer width value.</p>
      <p>Buffer width (pixel)
3</p>
      <sec id="sec-6-1">
        <title>Correctness (%) 89.6</title>
      </sec>
      <sec id="sec-6-2">
        <title>Completeness (%) 91.4 Geometric accuracy (pixel) 0.7</title>
        <p>5
8
94.3
100
94.3
100
0.8
0.9
As expected, the results are encouraging, but whilst sub-pixel geometric accuracy has been achieved in all
experiments with high rates of completeness and correctness, severe deformation taking place around the fins
and the tail of the fish cannot be absorbed with the current approach. The table nevertheless shows that the
developed approach is in principle capable of extracting fish accurately under occlusion and within variable
underwater environments.</p>
        <p>
          Accurate extraction of the shape is important for fish biomass estimation, length measurement and species
recognition
          <xref ref-type="bibr" rid="ref14">(Shortis et al., 2013)</xref>
          . In each case an accuracy of one pixel would be sufficient to establish the
initial conditions, so even the least favourable accuracy result in the table above would still be acceptable and
simultaneously provide a high level of correctness and completeness.
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Conclusion and Outlook</title>
      <p>In this paper, an automated approach for the detection of fish from under-water images has been proposed,
developed and tested. It comprises a region-based level set method that enables the delineation of the fish
outline. The shape information of fish is incorporated into the level sets formulation through the PCA method to
overcome such limitations as poor contrast boundaries, background clutter and occlusions caused by
neighbouring fish. To provide a close initialisation for the shape model, the pose of fish in the image is
determined using the Haar classifier. The results of the developed approach have been applied to 35 samples of
varying quality and occlusion level and presented a quantitative evaluation of the results using three buffer width
values.</p>
      <p>The presented results show that level sets can be used to delineate fish outlines from under-water images if the
shape information of the fish species is incorporated into the level sets energy functional. Furthermore, it was
found that an energy function that is independent of image gradients and includes the shape model is able to
overcome various kinds of disturbances and the problems related to low quality images recorded in the
underwater environment, such as poor contrast and uneven illumination.</p>
      <p>The current approach has been developed to detect SBT in an aquaculture environment. The techniques
developed here have clear potential to be extended to wild habitats provided that the perspective deformation of
the fish body and movement information derived from image sequences are taken into account. In wild habitats,
fish can move in any direction with large deformations occurring in the image of the body, causing this fish
detection approach to break down.</p>
      <p>For the technique to be successful in wild habitats, varying rates of deformation and fish orientation need to be
modelled. The detection of different fish species in addition to SBT is another goal that will be pursued in future
research, as in reef and other underwater habitats many fish species are present. Furthermore, investigation into
the possibility of using colour information in the level sets formulation will be carried out.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>T.F.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Vese</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <year>2001</year>
          .
          <article-title>Active contours without edges</article-title>
          .
          <source>IEEE Trans. on Image Processing</source>
          ,
          <volume>10</volume>
          (
          <issue>2</issue>
          ):
          <fpage>266</fpage>
          -
          <lpage>277</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tagare</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thiruvenkadam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Gopinath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Briggsand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            and
            <surname>Geiser</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.</surname>
          </string-name>
          ,
          <year>2002</year>
          .
          <article-title>Using prior shapes in geometric active contours in a variational framework</article-title>
          .
          <source>International Journal of Computer Vision</source>
          ,
          <volume>50</volume>
          (
          <issue>3</issue>
          ):
          <fpage>315</fpage>
          -
          <lpage>328</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <year>1991</year>
          .
          <article-title>Handbook of Genetic Algorithms</article-title>
          . Van Nostrand:
          <volume>100</volume>
          pages.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Evans</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>Detecting fish in underwater video using the EM algorithm</article-title>
          .
          <source>Proceedings of the 2003 IEEE International Conference on Image Processing, 3: III - 1029-1032.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Hariharakrishnan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Schonfeld</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <year>2005</year>
          .
          <article-title>Fast object tracking using adaptive block matching</article-title>
          .
          <source>IEEE Transactions on Multimedia</source>
          <volume>7</volume>
          (
          <issue>5</issue>
          ):
          <fpage>853</fpage>
          -
          <lpage>859</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Heipke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mayer</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiedemann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Jamet</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <year>1998</year>
          .
          <article-title>External evaluation of automatically extracted road axes</article-title>
          . Photogrammetrie, Fernerkundung, Geoinformation,
          <volume>2</volume>
          :
          <fpage>81</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Khanfar</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charalampidis</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioup</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioup</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>C. H.</given-names>
          </string-name>
          ,
          <year>2010</year>
          .
          <article-title>Automated recognition and tracking of fish in underwater video</article-title>
          .
          <source>Final Report, LA Board of Regents Contract NASA</source>
          (
          <year>2008</year>
          )-
          <fpage>STENNIS08</fpage>
          : 40 pages.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Leventon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grimson</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Faugeras</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <year>2000</year>
          .
          <article-title>Statistical shape influence in geodesic active contours</article-title>
          .
          <source>IEEE International Conference of Computer Vision and Pattern Recognition</source>
          ,
          <volume>1</volume>
          :
          <fpage>316</fpage>
          -
          <lpage>323</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Lienhart</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Maydt</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <year>2002</year>
          .
          <article-title>An extended set of Haar-like features for rapid object detection</article-title>
          .
          <source>Proceedings, IEEE International Conference on Image Processing</source>
          ,
          <volume>1</volume>
          :
          <fpage>900</fpage>
          -
          <lpage>903</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICIP.
          <year>2002</year>
          .1038171 Lines,
          <string-name>
            <given-names>J.A.</given-names>
            ,
            <surname>Tillett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.D.</given-names>
            ,
            <surname>Ross</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.G.</given-names>
            ,
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Hockaday</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            and
            <surname>McFarlane</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.J.B.</surname>
          </string-name>
          ,
          <year>2001</year>
          .
          <article-title>An automated image-based system for estimating the mass of free-swimming fish</article-title>
          .
          <source>Journal of Computers and Electronics in Agriculture</source>
          ,
          <volume>31</volume>
          (
          <issue>2</issue>
          ):
          <fpage>151</fpage>
          -
          <lpage>168</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>McInerney</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Terzopoulos</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <year>1995</year>
          .
          <article-title>Topologically adaptable snakes</article-title>
          .
          <source>Proceedings of the Fifth IEEE International Conference on Computer Vision</source>
          :
          <fpage>840</fpage>
          -
          <lpage>845</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schӧlkopf</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smola</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Müller</surname>
            ,
            <given-names>K.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scholz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rӓtsch</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <year>1999</year>
          . Kernel PCA and
          <article-title>de-noising in feature spaces</article-title>
          .
          <source>Advances in Neural Information Processing Systems</source>
          , MIT Press,
          <volume>11</volume>
          :
          <fpage>536</fpage>
          -
          <lpage>542</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Morais</surname>
            ,
            <given-names>E.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Campos</surname>
            ,
            <given-names>M.F.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Padua</surname>
            ,
            <given-names>F.L.C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Carceroni</surname>
            ,
            <given-names>R.L.</given-names>
          </string-name>
          ,
          <year>2005</year>
          .
          <article-title>Particle filter-based predictive tracking for robust fish counting</article-title>
          .
          <source>18th IEEE Brazilian Symposium on Computer Graphics and Image Processing</source>
          :
          <fpage>367</fpage>
          -
          <lpage>374</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Palazzo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavasidis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Spampinato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Covariance based modeling of underwater scenes for fish detection</article-title>
          .
          <source>Proceedings of IEEE International Conference on Image Processing, Melbourne, Australia. Paper</source>
          <volume>3591</volume>
          , 5 pages. Available at http://groups.inf.ed.ac.uk/f4k/PAPERS/ICIPcs13.pdf Shortis,
          <string-name>
            <given-names>M. R.</given-names>
            ,
            <surname>Harvey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. S.</given-names>
            and
            <surname>Abdo</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. A.</surname>
          </string-name>
          ,
          <year>2009</year>
          .
          <article-title>A review of underwater stereo-image measurement for marine biology and ecology applications</article-title>
          .
          <source>In Oceanography and Marine Biology: An Annual Review</source>
          , Volume
          <volume>47</volume>
          ,
          <string-name>
            <surname>Gibson</surname>
            ,
            <given-names>R. N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atkinson</surname>
            ,
            <given-names>R. J. A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Gordon</surname>
            ,
            <given-names>J. D. M.</given-names>
          </string-name>
          (Editors).
          <source>CRC Press, Boca Raton FL, USA. ISBN 978-1-4200-9421-3</source>
          . 342 pages.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Shortis</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ravanbakhsh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shafait</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harvey</surname>
            ,
            <given-names>E.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mian</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seager</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Edgington</surname>
            ,
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cline</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Culverhouse P.</surname>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>A review of techniques for the identification and measurement of fish in underwater stereo-video image sequences</article-title>
          .
          <source>Videometrics</source>
          , Range Imaging, and
          <string-name>
            <surname>Applications</surname>
            <given-names>XII</given-names>
          </string-name>
          , SPIE Vol.
          <volume>8791</volume>
          , paper 0G.
          <source>The International Society for Optical Engineering</source>
          ,
          <string-name>
            <surname>Bellingham</surname>
            <given-names>WA</given-names>
          </string-name>
          , USA.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Spampinato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen-Burger</surname>
            ,
            <given-names>Y.-H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nadarajan</surname>
          </string-name>
          , G. and Fisher, R.,
          <year>2008</year>
          . Detecting,
          <source>Tracking and Counting Fish in Low Quality Unconstrained Underwater Videos</source>
          ,
          <volume>2</volume>
          :
          <fpage>514</fpage>
          -
          <lpage>519</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Tsai</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yezzi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wells</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tempany</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tucker</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grimson</surname>
            ,
            <given-names>W.E.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Willsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2003</year>
          .
          <article-title>A shape-based approach to the segmentation of medical imagery using level sets</article-title>
          .
          <source>IEEE Transactions on Medical Imaging</source>
          ,
          <volume>22</volume>
          (
          <issue>2</issue>
          ):
          <fpage>137</fpage>
          -
          <lpage>154</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Tsai</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yezzi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wells</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tempany</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tucker</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grimson</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Willsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <year>2001</year>
          .
          <article-title>Modelbased curve evolution techniques for image segmentation</article-title>
          .
          <source>IEEE Computer Society Conference on Computer Vision and Pattern Recognition</source>
          ,
          <volume>1</volume>
          :
          <fpage>463</fpage>
          -
          <lpage>468</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Veltkamp</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hagedoorn</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>1999</year>
          .
          <article-title>State-of-the-art in shape matching</article-title>
          .
          <source>Technical Report UU-CS-1999-27</source>
          , Utrecht University, Sept.
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Walther</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Edgington</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Koch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <year>2004</year>
          .
          <article-title>Automated video analysis for oceanographic research</article-title>
          .
          <source>Proceedings of IEEE Conference on Computer Vision</source>
          and Pattern Recognition:
          <fpage>544</fpage>
          -
          <lpage>549</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <year>2006</year>
          .
          <article-title>Autonomous fish tracking by ROV using monocular camera</article-title>
          .
          <source>The 3rd Canadian Conference on Computer and Robot Vision</source>
          : 8 pages.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>