<!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>Application of structural and textural features from X-ray images to predict the type of bone fracture treatment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anam Haq</string-name>
          <email>anam.haq@put.poznan.pl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Szymon Wilk</string-name>
          <email>szymon.wilk@cs.put.poznan.pl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Poznan University of Technology</institution>
          ,
          <addr-line>Poznan</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Analysis of medical images plays a very important role in clinical decision making. For a long time it has required extensive involvement of a human expert. However, recent progress in data mining techniques, especially in machine learning, allows for creating decision models and support systems that help to automatize this task and provide clinicians with patient-specific therapeutic and diagnostic suggestions. In this paper, we describe a study aimed at building a decision model (a classifier) that would predict the type of treatment (surgical vs. non-surgical) for patients with bone fractures based on their X-ray images. We consider two types of features extracted from images (structural and textural) and used them to construct multiple classifiers that are later evaluated in a computational experiment. Structural features are computed by applying the Hough transform, while textural information is obtained from gray-level occurrence matrix (GLCM). In research reported by other authors structural and textural features were typically considered separately. Our findings show that while structural features have better predictive capabilities, they can benefit from combining them with textural ones. Interestingly, there are no statistical diferences in overall classification accuracy attained by the classiefirs considered in the study (it ranges from 91.0% to 96.1%), however, the most promising one is the random forest.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Over the last decades medical image processing has made
substantial progress and has attracted attention from researchers
belonging to various fields, e.g., mathematics, computer science,
engineering, physics, biology and medicine [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Information
systems that store and process image information (e.g., PACS
– picture archiving and communication systems) have become
an important component of health IT infrastructure and they
are regularly used throughout the patient management process.
Moreover, development of various image modalities has resulted
in challenges associated with their eficient processing and
advanced analysis, also in combination with other available types
of information. The later is often referred to as data fusion [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. In
this paper we focus on images obtained from a single modality –
X-ray – that represent bone fractures.
      </p>
      <p>
        Bone fractures constitute the most common type of injury
that occurs in clinical practice. Normally, during the examination
process the physician identifies the fracture and its type, and then
decides how it should be treated properly. In order to examine
bone fractures various medical imaging technologies are available
– they include X-ray and CT (computed tomography) imaging,
with the former being most commonly and widely used for bone
examination. The process of manual examination of an X-ray
image is very time consuming and tedious, therefore, physicians
often make mistakes while inspecting such images [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. These
mistakes may result in inadequate treatment, like unnecessary
surgeries. Several studies have shown that surgery is not needed
in every case [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Moreover, surgical treatment is not only more
expensive than non-invasive one, but it is also more painful.
      </p>
      <p>
        This problem can be addressed by building computer-aided
diagnostic (CAD) tools that automatically identify the presence
and type (severity) of bone fracture, and then suggest the most
appropriate treatment for a given patient. However, we have to
keep it in mind that human skeleton consist of diferent types
of bones (short, long, flat, irregular, and sesamoid) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], therefore
designing a decision model or a CAD system that would deal
with any fracture is a significant challenge [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The reason behind
is that every type of bone requires a diferent type processing
workflow involving specialized image analysis algorithms.
Because of the dificulty related to this problem intense research
has been being conducted in the automated fracture detection
and still there is room for improvement. In this paper we limit the
scope of the problem by providing support only for the decision
related to treatment and by focusing on long bones (arm and leg)
and upper pelvic bones.
      </p>
      <p>
        Clinical decision models that rely on images are largely
dependent on segmentation and feature extraction algorithms.
Moreover, building any decision model requires medical domain
knowledge related to the underlying problem [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. For example, when
detecting a brain tumor in an MRI (magnetic resonance
imaging) scan it is important to have information about the nature of
the tumor. This domain knowledge is helpful when developing
automated approaches for detection of abnormalities and their
further diagnosis [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Such abnormalities can be defined by by
their structural characteristic (e.g., area, thickness, or thinness) or
by their textural features (e.g., maximum intensity value, energy,
contrast). The use of the Hough transform has been proved useful
in detecting fracture bones [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] as it incorporates the structural
details of the bones. To perform texture analysis of the bones
famous gray-level co-occurrence matrix (GLCM) is widely used,
which was introduced by Haralick et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. This technique is
based on the assumption that image texture consists of diferent
regions or sub-regions defined by the characteristics like
brightness, color, energy, etc., and that information about these regions
may be very useful in image analysis.
      </p>
      <p>
        Recently, application of deep learning methods (e.g.,
convolutional neural network) to medical imaging problems has gained a
lot of attention [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In many problems deep learning has proven
to be more eficient then tradition image processing techniques
and has raised a question regarding the importance of feature
extraction among researchers [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. However, the main problem with
deep learning is that it requires huge amount of data for learning
(for example, a learning set considered in the recent competition
considered by Kaggle on analyzing fundus images contains tens
of thousands of images), and also does provides no insights into
its "internals", including the discovered knowledge[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>As already mentioned above, in this paper we deal with X-ray
images of fractured bones. We apply image processing (in
particular feature extraction) techniques and machine learning methods
to build a decision model that would predict an appropriate type
of treatment (surgical vs. non-surgical) a given patient should
undergo. Currently, diferent image processing techniques are used
to analyze X-ray images of diferent types of bones. While the
majority of proposed methods focus on a single type of features
(either structural or textural) for the identification or
classification of fractures, we consider both types of features. In this
way we are able to evaluate their impact on the performance
of resulting decision models (classifiers) and potential benefits
resulting from their synergy.
2</p>
    </sec>
    <sec id="sec-2">
      <title>RELATED WORK</title>
      <p>Work related to our research comes from the three following
areas: (1) pre-processing of X-ray images (especially for noise
removal), (2) segmenting bones in these images and (3) extracting
features from images. Relevant research work is discussed below:
2.1</p>
    </sec>
    <sec id="sec-3">
      <title>Pre-processing</title>
      <p>
        Vijaykumar et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] proposed an algorithm to to remove
Gaussian noise present in X-ray images. Their algorithm estimates the
presence of noise in image and replace the value of pixels located
in the center by mean value of the neighboring pixels based on
the threshold value. The proposed filtering algorithm proved to
work better on X-ray images as compared to other filtering
approaches like Wiener, k-means and bilateral-trilateral algorithms.
Another approach for noise removal was presented by Al-Khafaf
et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] where they used k-fill algorithm (calculating the number
of black and white pixels in a filter window of 3x3) to eliminate
salt and pepper noise. Moreover, Anu et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] used Gaussian
iflter of size 3x3 to remove the noise when detecting bone
fracture in X-ray images. Finally, Chai et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] used Laplacian filters
to remove noise from the X-ray while developing algorithm for
fracture detection by the help of textural features (GLCM).
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Bone Segmentation</title>
      <p>
        In order to detect the boundaries of an object present in a noisy
Xray image Aishwariya et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] proposed an approach that starts
with edge detection using Canny edge detection algorithm, and
then applies boundary detection techniques like active contour
model or geodesic active contour model. Smith et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
developed a method to detect fractures of pelvic bones. The method
uses discrete wavelet transformation for automated segmentation
of the bone boundary. The wavelet transformation is followed
by a sequence of morphological operations – if at the end as a
result a single boundary is detected, this indicates no fracture.
On the other hand, if multiple boundaries are detected, then this
signals one or more fractures.
2.3
Chan et al. in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] uses three diferent types of transformations
for feature selection i.e., curvelets, wavelets and Haar. Haar
performed best as compared to wavelet and curvelet transformation.
Aishwariya et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] proposed to use Sobel for detection of bone
boundaries, and then uses GLCM features to further detect the
presence of bone fractures. This approach was tested on X-ray
images and an accuracy of 85% was achieved. However, the most
dificult task was the segmentation of bone boundaries. Myint et
al. in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] proposed an algorithm that used edge detection and
the Hough transformation to automatically detect fracture. The
authors reported that their approach works relatively better on
high resolution images. We also used the Hough transform in our
earlier study [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] where it was applied to extract structural
features from X-ray images. These features were further fused with
non-image data coming from patient record in order to develop
a therapeutic model.
3
      </p>
    </sec>
    <sec id="sec-5">
      <title>PROPOSED APPROACH</title>
      <p>As already discussed, physicians make the decision regarding
the treatment (surgical vs. non-surgical) of patients with bone
fractures by manually examining their X-ray images which is a
tedious process and hence error prone. Our goal is to respond
to this challenge by constructing a decision model that would
support physicians while making making such decisions.</p>
      <p>
        An outline of our approach to feature selection and
classiifer construction is given in Figure 3. We considered diferent
approaches for pre-processing of X-ray images (see their
description in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]) and selected the one that is most perceptive in
detecting bone edges (visually) for the data set at hand. It starts
with pre-processing of an X-ray image by applying a median
iflter (window size 3x3) for noise removal and contrast
enhancement for amplifying bone edges. Then, two parallel branches are
initiated – the first one is responsible for extracting structural
features, and the second one establishes textural features. Both
branches employ several specific image processing techniques
and are described in details below. Once values of features have
been obtained, they are merged in a single feature vector – all
considered features are listed in Table 1. This vector is finally
fed into the learning and classification block where a specific
classifier is constructed and then applied to new objects (X-ray
images also characterized by values of extracted features).
3.1
      </p>
    </sec>
    <sec id="sec-6">
      <title>Extraction of Structural features</title>
      <p>
        We use the Hough transform [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] to extract structural features.
This process consists of the following steps (please refer to [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
for its illustration):
(1) The Canny operator is applied to a pre-processed image
to detect edges. Moreover, disconnected components are
removed from the resulting image,
(2) The Hough transform is applied to detect the bone fracture
– the process is explained in detail in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Parameters of
the transform are set in such a way that it produces two
peaks for minor fractures and more then two peak values
for major fractures.
3.2
      </p>
    </sec>
    <sec id="sec-7">
      <title>Extraction of Textural Features</title>
      <p>
        Extraction of textural features employs the GLCM transformation
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The required steps are as follows (see also Figure 2):
(1) Region of interest (ROI) corresponding to the fracture is
segmented manually from the pre-processed image,
(2) Laplacian filtering is applied to detect bone boundaries,
(3) The GLCM vector is calculated (specifically, it is obtained
by identifying the number of times the pixel i occurred in
a spatial relationship with pixel j), then the textural
information like contrast, homogeneity, energy and correlation
of an input image is obtained from this 2-Dimensional
vector.
4
4.1
      </p>
    </sec>
    <sec id="sec-8">
      <title>COMPUTATIONAL EXPERIMENT</title>
    </sec>
    <sec id="sec-9">
      <title>Experimental Design</title>
      <p>
        We implemented our approach using MATLAB (image
processing) and WEKA (learning and classification) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], thus
combining advantages (wide choice of powerful image processing and
machine learning methods) ofered by both tools. This
implementation was applied to a set of X-ray images coming from
the data repository provided by the Wielkopolska Center of
Telemedicine (https://www.telemedycyna.wlkp.pl)– a
teleconsultation platform for patients with multiple injuries. The
repository includes data of 2030 patients with bone fractures – 1593
(78.5%) underwent a surgery, and the remaining 437 (21.5%) were
treated non-surgically. Each patient has a clinical record with
non-image data (basic demographics, results of laboratory tests)
and a set of 2-5 X-ray images showing fractures at diferent stages
of treatment. From this repository we randomly selected 210
patients – 76 (36.2%) non-surgical and 134 (63.8%) surgical cases.
We changed the distribution of classes to make resulting
classifiers less biased towards the surgical class, and the obtained
distribution was established based on suggestions from [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
Moreover, for each patient we manually selected a single X-ray image
representing a fractured bone at the time when the management
was initiated.
      </p>
      <p>We obtained values of structural and textural features for each
of the selected images and stored resulting feature vectors in an
intermediary ARFF data file for further processing in WEKA. In
fact, we created three versions of this data file to facilitate
subsequent learning: (1) with structural features only, (2) with textural
features only and (3) with all features. Extraction of features
was performed in MATLAB on a MacBook Pro computer with i5
2.7GHz processor and 8GB of RAM and it took 5.23 minutes to
complete.</p>
      <p>
        We then constructed multiple decision models using
available data. Specifically, we considered the following classifiers
(in brackets with give their symbols used further in the text): a
k-nearest neighbor classifier with k = 7 (7NN), a naive Bayes
classifier (NB), a tree-based classifier induced with the C4.5
algorithm (C45), a rule-based classifier induced using the RIPPER
algorithm (RIP), a random forest classifier (RF), an SVM classifier
(SVM) and a multilayer perceptron classifier (MLP). Most
classiifers were generated using default settings in WEKA (for a more
detailed description of corresponding learning algorithms [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]) –
only in NB we used supervised discretization, for SVM we used
cost equal to 1e+6 and a radial basis kernel function with gamma
equal to 0.01, and finally for MLP we specified 3 hidden layers.
Such parameters were established during a preliminary
evaluation. Here we should also note that we built three versions of each
classifier – using structural, textural and all features respectively.
While we are aware that building such complex decision models
as RF or MLP using only two structural features may be
questionable, we did it to maintain consistency of the experimental
design.
      </p>
      <p>Classification performance of all classifiers was evaluated in 10
runs of 10-fold cross validation (for better stability of the results)
and we use classification accuracy, overall and for both decision
classes (surgical and non-surgical). Computations in WEKA were
run on the same MacBook Pro as the first part of the experiment
(feature extraction) and it took 10.15 minutes to complete them.
4.2</p>
    </sec>
    <sec id="sec-10">
      <title>Results</title>
      <p>Classification performance of specific classifiers is given in Table
2 where we report overall accuracy along with accuracy values for
both decision classes. The best results obtained for each classifier
are marked with bold.</p>
      <p>
        The most important observations from Table 2 are the
following:
(1) Classifiers using the structural features (mean and
standard deviation of peak values obtained using Hough
transform) were more accurate than classifiers based on the
textural features (obtained from GLCM). The overall
accuracy obtained by all classifiers based on the structural
features exceeded 90% for all of the considered classifiers.
(2) While the textural features alone resulted in the worse
performance for each of the considered classifiers, their
combination with the structural feature always improved
overall classification accuracy. In fact for all considered
classifiers, the best overall accuracy was achieved when
using both structural and textural features. A similar
observation was made for accuracies in specific classes –
the only exceptions were C45 that was more accurate for
the non-surgical class when using structural features, and
SVM that demonstrated the same performance for
structural and all combined features.
(3) The highest overall accuracy (96.1%) was achieved using
RF. It also demonstrated the highest accuracy for the
surgical class (99.0%). These results confirm the usefulness
of ensemble classifiers, in particular RF, in the task of
classifying X-ray images reported by other authors [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>In order to get better insight into captured classification
knowledge and thus to enhance explanatory capabilities of our
approach we analyzed the importance of features as perceived by
specific classifiers. Here we focused on classifiers that are capable
of assessing the importance of specific features and considered
C45, RIP and RF. In C45 more important features appear higher
in the tree, for RIP such features appear more frequently and in
stronger rules (i.e., rules with a larger support), and for RF the
importance of features is captured by their weights.</p>
      <p>According to RIP the most important attributes are structural
features used in combination with energy from textural features
(see obtained RIP rules in Figure 3). The C45 model gave more
importance to structural features and used them in combination
with correlation from textural features (see Figure 4). RF assign
weights to features showing the most important ones at the top
which are standard deviation and mean of peak values from the
Hough transform followed by a sequence of textural features –
contrast, energy, correlation and homogeneity (see Fig. 5).</p>
      <p>
        We repeated an experiment described in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] where we applied
data fusion techniques (specifically, combination of data) to build
classifiers based on image and clinical data. In the additional
experiment we used an expanded set of image features containing
all structural and textural features introduced in this study. We
observed their beneficial impact on the performance of classifiers.
However, unlike previously the efect of combining image and
clinical data was negligible and we hypothesize that for our data
set the set of image features are so strong predictor of the type of
treatment that additional clinical features become redundant. We
are going to further investigate it as part of our ongoing study.
5
      </p>
    </sec>
    <sec id="sec-11">
      <title>CONCLUSIONS</title>
      <p>In this paper we presented the results of our study where we have
considered structural and textural features extracted from X-ray
images. We have used these features to build decision models
aimed at predicting a proper treatment (surgical vs. non-surgical)
of a patient with bone fracture and evaluated classification
performance of these models. Specifically, we checked the following
classifiers – k-nearest neighbor (with k = 7), naive Bayes, a
decision tree, decision rules, a random forest, a support vector
machine (with a radial basis function) and a multilayer
perceptron. For each of these classifiers we observed an improvement
in the overall classification accuracy when using both structural
and textural features, and the largest increase occurred for the
random forest and naive Bayes classifiers. At the same time,
using textural features alone deteriorated the performance in
comparison to structural features. Hence we can conclude that
the structural features (mean and standard deviation of peak
values obtained using Hough transform) have very good predictive
abilities and that they may additionally benefit from combining
them with the textural features (contrast, energy, homogeneity
and correlation).</p>
      <p>As future work we will compare the performance of classiefirs
constructed from extracted features with a convolution network
network. We also plan to use more data (e.g., more than one
image per patient) and to automate the process of fracture
segmentation. We are planning to consider other ensembles in the
context of data combining both image and clinical features as
this should give ensembles greater flexibility in selecting features
for component classifiers. Finally, we would like to implement
our approach in form of an educational tool that is deployed on
the Wielkopolska Center of Telemedicine platform and used by
physicians and medical students to practice their decision
making skills. This should also give us an ability to collect new data
and experience from users’ responses and to use this feedback to
improve embedded classifiers.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Hum</given-names>
            <surname>Yan</surname>
          </string-name>
          <string-name>
            <surname>Chai</surname>
          </string-name>
          , Lai Khin Wee, Tan Tian Swee, and
          <string-name>
            <given-names>Sheikh</given-names>
            <surname>Hussain</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Gray-level co-occurrence matrix bone fracture detection</article-title>
          .
          <source>WTOS 10</source>
          ,
          <issue>1</issue>
          (Jan.
          <year>2011</year>
          ),
          <fpage>7</fpage>
          -
          <lpage>16</lpage>
          . http://dl.acm.org/citation.cfm?id=
          <volume>2037119</volume>
          .
          <fpage>2037121</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Kin-Pong Chan</surname>
            and
            <given-names>Ada</given-names>
          </string-name>
          <string-name>
            <surname>Wai-Chee Fu</surname>
          </string-name>
          .
          <year>1999</year>
          .
          <article-title>Eficient time series matching by wavelets</article-title>
          .
          <source>In Proceedings of 15th International Conference on Data Engineering (Cat. No.99CB36337)</source>
          . IEEE,
          <fpage>126</fpage>
          -
          <lpage>133</lpage>
          . https://doi.org/10.1109/ICDE.
          <year>1999</year>
          .754915
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>David J.</given-names>
            <surname>Dittman</surname>
          </string-name>
          ,
          <string-name>
            <surname>Taghi M. Khoshgoftaar</surname>
            , and
            <given-names>Amri</given-names>
          </string-name>
          <string-name>
            <surname>Napolitano</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Selecting the appropriate data sampling approach for imbalanced and high-dimensional bioinformatics datasets</article-title>
          . 304-
          <fpage>310</fpage>
          . https://doi.org/10.1109/BIBE.
          <year>2014</year>
          .61
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Anam</given-names>
            <surname>Haq</surname>
          </string-name>
          and
          <string-name>
            <given-names>Szymon</given-names>
            <surname>Wilk</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Fusion of clinical data: A case study to predict the type of treatment of bone fractures</article-title>
          .
          <source>In New Trends in Databases and Information Systems - ADBIS 2017 Short Papers and Workshops</source>
          , AMSD, BigNovelTI,
          <string-name>
            <surname>DAS</surname>
          </string-name>
          , SW4CH, DC, Nicosia, Cyprus,
          <source>September 24-27</source>
          ,
          <year>2017</year>
          , Proceedings.
          <fpage>294</fpage>
          -
          <lpage>301</lpage>
          . https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -67162-8_
          <fpage>29</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Robert. M.</given-names>
            <surname>Haralick</surname>
          </string-name>
          .
          <year>1979</year>
          .
          <article-title>Statistical and structural approaches to texture</article-title>
          .
          <source>Proc. IEEE 67</source>
          ,
          <issue>5</issue>
          (May
          <year>1979</year>
          ),
          <fpage>786</fpage>
          -
          <lpage>804</lpage>
          . https://doi.org/10.1109/proc.
          <year>1979</year>
          .11328
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Mounier</given-names>
            <surname>Hossain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Neelapala</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. G.</given-names>
            <surname>Andrew</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Results of nonoperative treatment following hip fracture compared to surgical intervention</article-title>
          .
          <source>Injury</source>
          <volume>40</volume>
          ,
          <issue>4</issue>
          (April
          <year>2008</year>
          ),
          <fpage>418</fpage>
          -
          <lpage>421</lpage>
          . https://doi.org/10.1016/j.injury.
          <year>2008</year>
          .
          <volume>10</volume>
          .001
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Irfan</given-names>
            <surname>Khatik</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A study of various bone fracture detection techniques</article-title>
          .
          <source>International Journal Of Engineering And Computer Science</source>
          <volume>6</volume>
          ,
          <issue>5</issue>
          (May
          <year>2017</year>
          ),
          <fpage>21418</fpage>
          -
          <lpage>21423</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Seong-Hoon</surname>
            <given-names>Kim</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ji-Hyun</surname>
            <given-names>Lee</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Byoungchul</given-names>
            <surname>Ko</surname>
          </string-name>
          , and
          <string-name>
            <surname>Jae-Yeal Nam</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Xray image classification using random forests with local binary patterns</article-title>
          .
          <source>In 2010 International Conference on Machine Learning and Cybernetics</source>
          , Vol.
          <volume>6</volume>
          .
          <fpage>3190</fpage>
          -
          <lpage>3194</lpage>
          . https://doi.org/10.1109/ICMLC.
          <year>2010</year>
          .5580711
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Kenneth</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Koval</surname>
          </string-name>
          and Joseph David Zuckerman.
          <year>2006</year>
          . Handbook of Fractures. https://books.google.pl/books?id=1x6ZQgAACAAJ
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Elizabeth</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Krupinski</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Current perspectives in medical image perception</article-title>
          .
          <source>Attention, Perception and Psychophysics</source>
          <volume>72</volume>
          ,
          <issue>5</issue>
          (
          <issue>01</issue>
          <year>Jul 2010</year>
          ),
          <fpage>1205</fpage>
          -
          <lpage>1217</lpage>
          . https://doi.org/10.3758/APP.72.5.
          <fpage>1205</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11] San Myint, Aung Soe Khaing, and Hla Myo Tun.
          <year>2016</year>
          .
          <article-title>Detecting leg bone fracture in X-ray images</article-title>
          .
          <source>International Journal of Scientific and Technology Research</source>
          <volume>5</volume>
          (
          <year>2016</year>
          ),
          <fpage>140</fpage>
          -
          <lpage>144</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12] Parveen and
          <string-name>
            <given-names>Amritpal</given-names>
            <surname>Singh</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Detection of brain tumor in MRI images, using combination of fuzzy c-means and SVM</article-title>
          .
          <source>In 2015 2nd International Conference on Signal Processing and Integrated Networks (SPIN)</source>
          .
          <volume>98</volume>
          -
          <fpage>102</fpage>
          . https://doi.org/10.1109/SPIN.
          <year>2015</year>
          .7095308
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Aishwariya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.Kalaiselvi</given-names>
            <surname>Geetha</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Archana</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Computer-aided fracture detection of X-ray images</article-title>
          .
          <source>IOSR Journal of Computer Engineering (IOSR-JCE) 2</source>
          ,
          <issue>1</issue>
          (
          <year>2014</year>
          ),
          <fpage>44</fpage>
          -
          <lpage>51</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Rebecca</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Charles</given-names>
            <surname>Cockrell</surname>
          </string-name>
          , Jonathan Ha, and
          <string-name>
            <given-names>Kayvan</given-names>
            <surname>Najarian</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Detection of fracture and quantitative assessment of displacement measures in pelvic X-ray images</article-title>
          .
          <source>In 2010 IEEE International Conference on Acoustics, Speech and Signal Processing</source>
          .
          <fpage>682</fpage>
          -
          <lpage>685</lpage>
          . https://doi.org/10.1109/ICASSP.
          <year>2010</year>
          .5495104
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>V.R.</given-names>
            <surname>Vijaykumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.T.</given-names>
            <surname>Vanathi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Kanagasapathy</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Adaptive window based eficient algorithm for removing gaussian noise in gray scale and color images</article-title>
          .
          <source>In International Conference on Computational Intelligence and Multimedia Applications (ICCIMA</source>
          <year>2007</year>
          ), Vol.
          <volume>3</volume>
          .
          <fpage>319</fpage>
          -
          <lpage>323</lpage>
          . https://doi.org/10.1109/ ICCIMA.
          <year>2007</year>
          .367
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Ian</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Witten</surname>
            , Eibe Frank, and
            <given-names>Mark A.</given-names>
          </string-name>
          <string-name>
            <surname>Hall</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Data Mining: Practical Machine Learning Tools and Techniques (3rd ed</article-title>
          .). Morgan Kaufmann Publishers Inc., San Francisco, CA, USA.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Guoqiang</surname>
            <given-names>Zhong</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Lina</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Junyu</given-names>
            <surname>Dong</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>An overview on data representation learning: From traditional feature learning to recent deep learning</article-title>
          .
          <source>The Journal of Finance and Data Science</source>
          <volume>2</volume>
          (
          <year>2016</year>
          ),
          <fpage>265</fpage>
          -
          <lpage>278</lpage>
          . Issue 4. https://doi.org/10.1016/j.jfds.
          <year>2017</year>
          .
          <volume>05</volume>
          .001
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>