SlideShare a Scribd company logo
1 of 7
Download to read offline
Indonesian Journal of Electrical Engineering and Computer Science
Vol. 5, No. 2, February 2017, pp. 360 ~ 367
DOI: 10.11591/ijeecs.v5.i2.pp360-367  345
Received September 2, 2016; Revised December 25, 2016; Accepted January 11, 2017
Generalized Transformed Hough: Segmentation of
Contours in Angiographic Images
Oscar Eduardo Gualdron
University of Pamplona, Km1, Via Bucaramanga, Colombia
Cooresponding author, e-mail: Eduardo_oscar@hotmail.com
Abstract
The morphologic and functional study of cardiovascular system is of vital importance because
problems related to this system are one of the main causes of mortality in the world. It is important to
mention that the left ventricle (VI) is the most susceptible to suffer severe damage, in diseases, such as
arterial hypertension, mellitus diabetes or arteriosclerosis. This article presents a new methodology
directed to segmentation of left ventricular contours, in angiographic images by using Generalized Hough
Transform (TGH). It is important to obtain the ventricular edge, because analyzing processes of systole
and diastole end, it is possible to calculate parameters of the cardiac functionality as the end-diastolic
volume, end systolic volume, ejection fraction, cardiac output, Hyperkinéticos, Hypokinéticos segments,
and normal; in this work we focus only on the removal of the same. For the system implementation, it was
used some technics such binarization contrast enhancement, ordering points, filtering, mathematical
morphology, b-spline and the TGH, that improved the ventricular visibility contour, highlighting data of
interest, eliminating or reducing the effect of present structures such as ribs, catheter and segmented
automatically the ventricular contour. The system was validated using 10 studies of angiography, obtained
in the Instituto Autónomo Hospital Universitario of the Universidad de los Andes (I.A.H.U.L.A.), Merida,
Venezuela. The percentage of generalized error performing the comparison of the manual segmentation
and automating segmentation was 3.54%+_ 0.2 taken as a basis the Pearson correlation coefficient.
Throughout the work demonstrates the functionality and applicability of the technique for the detection of
ventricular edge in angiographic images. In future works is expected to supplement this analysis with the
calculation of the descriptors of the cardiac functionality.
Keywords: houg, contours, angiographic
Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved.
1. Introduction
The morphological and functional assessment of the heart is of vital importance,
because the cardiovascular damage (CVD) is one of the main causes of mortality in the world
[1]. Of the four cardiac chambers, the left ventricle (VI) is more susceptible to suffer severe
damage, in diseases such as hypertension, diabetes mellitus and atherosclerosis. In the
emergence of a ventricular dysfunction the VI must cope with an overload of blood due to a high
pressure, so that physiologically tends to suffer a hypertrophy. If it persists the stress the
ventricle just by suffering a dysfunction, which with the passage of time, becomes chronic and
irreversible. At this point, the function of the myocardium is compromised and the contractile
ability of the heart has just lost forever [2].
At the clinical level, the analysis through images is typically performed in visual form,
which generates an assessment which is imprecise about the ventricular function. The
introduction of computer-assisted techniques has increased the need to develop efficient
algorithms for the treatment of cardiovascular imaging, with the purpose of obtaining accurate
results [3]. Under this context you want to use a methodology based on the widespread
transformed Hough (TGH), which in initial work only allowed detect regular forms such as lines,
circles, etc.; with time is extended its applicability to forms not predictable or irregular (of there
its name). This algorithm is based on a contour map and thanks to a prior knowledge of how to
search for (table R), it is possible to select the corresponding edge in this case to the left
ventricle.
 ISSN: 2502-4752
IJEECS Vol. 5, No. 2, February 2017 : 360 – 367
346
With the foregoing, the purpose of this article is to design and implement a software
platform that allows the removal of the contour ventricular, enabling future, the quantification of
indicators of the cardiac functionality such as ejection fraction, cardiac output, etc.
2. Description of the System
The X-Ray angiography is a widely used modality in the evaluation of the cardiac
function. To view the heart with this modality the patient is subjected to an intervention called
cardiac, during which the VI is filled with a contrast material radio-opaque. The acquisition of
images can be done in two planes (considering the right anterior oblique view (OAD) 30° and
the left anterior oblique view (OAI) 60°). The acquisition time average is around 8 to 10 s,
covering 7 to 9 cardiac cycles. The distribution of the injected contrast media is considered
optimal around the second or third cardiac cycle [4].
The equipment used for the acquisition and display of the study of angiography is the
so-called INNOVA 2000, built by General Electric and that has the following features: has a
solid-state Digital Detector Revolution, fully digital images show a field of view of 20.5 cm x 20.5
cm., sequences of images are recorded at 30 frames per second, with a resolution of 512 x 512
pixels and each one of them is represented with 256 gray levels [5]. Tables and Figures are
presented center, as shown below and cited in the manuscript.
3. Widespread Transformed Hough
The TGH is defined as a transformed that allows to detect curves not analytical, i.e. that
detects the contour of irregular shapes in objects. In Figure 1 you can see that the fundamental
data to obtain an irregular contour based on TGH, are: angulations (α, Φ) and the distance r.
Figure 1. Graphical representation of the TGH
Where:
Xc, Yc define the center of mass of the shape.
r = radius from the center of mass to a point (X,Y).
Α = angle formed by the radio, with respect to a horizontal line parallel to the x axis.
Φ = angle formed by the tangent line, with respect to a horizontal line parallel to the x axis
To mathematical level, it is possible to represent the center of mass of the figure, as follows:
X_C=X rcos(α) (1)
〖_C=AND rsen(α) (2)
The settlement formed by ri, αi, Φi, is called table R.
This table, is a settlement that contain values of radii, angles of different images, these
values are related to a point on the object that is being processed, this table R, is the basis for
building the TGH. For more information refer to [6, 7].
IJEECS ISSN: 2502-4752 
Generalized Transformed Hough: Segmentation of Contours in… (Oscar Eduardo Gualdron)
347
4. Methodology
The methodology used in the present investigation, is based on two large blocks, the
first of them consists in the generation of the model of adjustment or pattern (Table R), and the
second in the detection of the ventricular contour through the model.
4.1. Construction of table R
Initially, through an interactive tool, it is proceeded to demarcate, by the specialist, the
ventricular contour. These coordinates are stored, with the purpose of generating a binary
image (0s and 1s), where only are present the object of interest (VI) and the fund. The result is
presented in Figure 2.
Figure 2. (a) Selection of the ventricular contour by the specialist. (b) Binary mask generated
and detection of the centroid or center of masses
Then, it was implemented an algorithm that allowed the detection of the ventricular
edge, next to the particularity that the points or coordinates that make it up are sorted, either in
the clockwise direction or vice versa. The result is presented in Figure 3.
Figure 3. Final contour of the prototype
As explained in section 3, to generate the table R, it is necessary to calculate the
corresponding values for α, Φ and r respectively. The procedure used on the contour prototype
(Figure 3), for the search of these parameters is the following:
4.1.1. Calculation of r
It is doing plotting straights, from the center of mass of the prototype (centroid), to each
one of the points of the contour of the prototype (see Figure 5). Subsequently proceeded to
estimate its algebraic distance and finally stores its value in the table R.
4.1.2. Calculation of α
As is illustrated in Figure 1, to obtain this angle, it is necessary to generate horizontal
straight to each point of the ventricular contour (see figure 6). Performing this procedure, only
lack calculating the slope of each one of the segments and use them in the equation.
(
( )
( )⁄ ) (3)
 ISSN: 2502-4752
IJEECS Vol. 5, No. 2, February 2017 : 360 – 367
348
Where m1 represents the pendent of radius R and M2 the corresponding to the
horizontal segment. Finally stores its value in the table R.
Figure 4. Selection of the reference points and
its closest neighbors
Figure 5. Demarcation of the straight line r, for
a point of ventricular contour
The points mentioned above, are compounds so space, to be an image for a pair of X
and Y coordinates, represented as follows: Pi (Xi, Yi), Pi 1 (Xi 1, Yi 1) and PI-1 (XI-1, Yi-1).
The tangential components to this point of reference Pi, are possible to calculate them
through the equation (4).
( )
( )
√
(4)
Where dX y dY, are calculated of the following way:
(5)
(6)
Then, with the purpose of generating the corresponding tangent line (interpolation),
applies the equation (7).
(X,Y) i∙(S_n (-t_Y ),S_n t_X ) (7)
Where (X,Y) are the coordinates of the center point or analysis, i = ….-2,-1,0,1,2,……
and Sn is a constant chosen heuristically.
Finally, taking built straight lines tangent and horizontal, for each point of the contour, it
is possible to obtain the angle values φ. The methodology used for this purpose is the same
applied in the section 5.1.2, and its value is stored in the table R.
In Figure 5, it is possible to highlight the way as outlined the straight r. For its part,
Figure 6 shows a segment expanded the contour and the stroke of the radio r, the
corresponding tangential straight (violet lines) and horizontal (green lines) respectively.
Figure 6. Stroke of the tangential and horizontal components
IJEECS ISSN: 2502-4752 
Generalized Transformed Hough: Segmentation of Contours in… (Oscar Eduardo Gualdron)
349
4.2. Detection of Ventricular Contour through the Model Developed (Table R)
To achieve this fundamental objective is to convert the image from a job in a contour
map, where it is possible to compare the structure of the table R, with the different forms
present in the image (ribs, catheter, abdomen, ventricle, etc.) and that way select them all the
corresponding to the ventricular edge; purpose of the TGH. The procedure to follow will be
described below:
4.2.1. Pre-processing
Figure 7. (a) Enhanced Image. (b) anti-aliased image
As is appreciable in Figure 2(a), an image of angiography, presents a considerable
amount of noise and therefore it is important to perform a conditioning process or improvement
of the information. To this end, it was first implemented a contrast enhancement by window and
level, which sought opacificar in a better way the area of interest (VI), followed by a filter
smoother [8]. The result of this procedure is illustrated in Figure 7.
Taking a better view of the data, the next step is to generate an image contours or only
edges, which allows us to use the information collected in the table R; for that task, is used the
algorithm of Canny[9], which is based on the calculation of the derivative. The result it is
possible to appreciate in Figure 8.
Finally, and as mentioned previously, the purpose of this phase is to remove the
ventricular contour with the least amount of noise, that is to say with the minimum amount of
structures outside it; therefore applied mathematical morphology, using filtering by areas,
detection of continuity, etc. The image obtained is presented in Figure 9.
Figure 8. Result obtained using the
CONTOUR DETECTOR
Figure 9. Use of mathematical morphology to
the job picture
4.2.2. Implementation of the TGH
Figure 11. Fill ventricular contorn
 ISSN: 2502-4752
IJEECS Vol. 5, No. 2, February 2017 : 360 – 367
350
5. Results and Validation
For the analysis of results, we selected the studies and the images as explained in
section 4. It is important to highlight that for each study (different patient), it is necessary to
create a table R.
To demo level of segmentation reached, will be presented with 3 of the 12 frames, used
in this project. It chose one of each study to exemplify the variety in the data and contours.
In Figure 12, illustrate the original images and where it is intend to detect the contour
ventricular. Overlaps in the same way the stroke made by the specialist, with the purpose of
carrying out the process of validation.
For its part the Figure 13, presents the contour detection obtained through the TGH.
Detailed procedure showed throughout the article and that presents good results.
Similarly in Figure 14, refilling and enclosure of the contours obtained, with the aim to
quantify the detection process. Finally, Figure 15 performs the overlay on the original images of
the edges detected, through the TGH, to display mode in the best way the results obtained.
Figure 12. Initial studies and where in addition overlaps the stroke of the ventricular contour
carried out by the specialist
Figure 13. Contours detected through the TGH Figure 14. Enclosure and filling of contours
Figure 15. Overlap the contours detected, on the original image
A quantitative level, in Table 1, shows the percentages of error, obtained from the
validation process. This estimate was made based on the equation (8).
%Error= ((Sec.Manual-Seg.TGH))/(Sec.Manual)∙100 (8)
Where compares the manual segmentation (specialist) and the obtained with the TGH. These
percentages were divided in final diastole, final sistole and transition 3 and 7. These transitions
are images that are selected between sistole diastole and End. For this research, the areas
were measured in pixels. It is important to highlight that the best results were obtained in the
transition 7 of Study 1, where the estimated value was 0.65%. The percentage of total system
error was 4.56%.
IJEECS ISSN: 2502-4752 
Generalized Transformed Hough: Segmentation of Contours in… (Oscar Eduardo Gualdron)
351
6. Conclusions and Future Work
The image segmentation ventriculographics, based on the TGH, allows exploring new
results that support the development of support tools, specialists. The methodology raised,
allowed to overcome the challenges presented by the images of this type, as are: low contrast
and noise in the image, low details of contour, etc. This was achieved thanks to the techniques
of preprocessing used, as are: filter medium, contrast enhancement, detectors of contours,
binarization and ordering of points. On the other side, it was demonstrated that by means of the
TGH, it is possible to segment images of the heart, achieving an average error of 4.56%. The
table R, as analysis structure, generalizes great part of the contours that are presented in the
image processing ventriculographics. Finally it is important to highlight that the selection of
images for the selection of patterns, are fundamental for the good functioning of the TGH,
because if there are mistakes in the selection of the data, at the time you want to perform a new
analysis of contours, the results will not be the most relevant and therefore the error from the
system will increase. In relation to future works, is expected to complement the part of removing
the left ventricular contour, with phase of quantification of the different descriptors of the cardiac
function (volume beat, fraction of ejection, expense cardiac, etc.), for this is necessary, select
images in systole and diastole end of the cardiac cycle, approaching the border to a revolution
ellipsoid. In the same way it would be very interesting to carry out a comparative analysis of
different techniques of segmentation as the growth of regions, models so active, etc.
7. Contributions
The main contribution of this article is set out in the pre-processing, since the
transformed as such this very well defined. In this sense was very important to analyze the
noise present (ribs, catheter, etc.), the texture of the image contrast injected to display the
cavity, etc. The result was the achievement of techniques which include the contrast
enhancement by window and level, smoothing the pixels of the image and above all the
mathematical morphology implemented, that generated as a result a contour map suitable for
use the TGH.
References
[1] Mendis S, Puska P, Norrving B. Global atlas on cardiovascular disease prevention and control.
Geneva: World Health Organization; 2011
[2] Hall J. Compendio de fisiología médica. Decimo tercera edición. Elsevier. 2016.
[3] Rohollah Moosavi Tayebi, Puteri Suhaiza Binti Sulaiman, Rahmita Wirza, Mohd Zamrin Dimon,
Suhaini Kadiman, Lilly Nurliyana Binti Abdullah, Samaneh Mazaheri. Coronary Artery Segmentation
in Angiograms with Pattern Recognition Techniques – A survey. 2013 International Conference on
Advanced Computer Science Applications and Technologies. 2013: 321-326.
[4] Oost E, Koning G, Sonka M, Oemrawsingh PV, Reiber JHC, Lelieveldt BPF. Automated contour
detection in X-ray left ventricular angiograms using multiview active appearance models and dynamic
programming. IEEE Transactions on Medical Imaging. 2006.
[5] Lavín JAS. El detector digital en un sistema de imagen cardiovascular. 2002; 3(1): 35-38.
[6] Hough PVC. Method and means for recognizing complex patterns. 3,069,654 (Patent). 1962.
[7] Ballard DH. Generalizing the Hough transform to detect arbitrary shapes. 1980.
[8] Valero JB. Simulacion y reconstruccion en 4D del ventriculo izquierdo en imagenologia cardiaca.
Universidad Simon Bolivar. 2006.
[9] Canny J. A Computational Approach to Edge Detection. IEEE Transactions on Pattern Analysis and
Machine Intelligence, PAMI. 1986; 8(6): 679-698.

More Related Content

What's hot

Segmentation of multiple heart cavities in 3 d transesophageal ultrasound images
Segmentation of multiple heart cavities in 3 d transesophageal ultrasound imagesSegmentation of multiple heart cavities in 3 d transesophageal ultrasound images
Segmentation of multiple heart cavities in 3 d transesophageal ultrasound imagesI3E Technologies
 
Combinatorial Method For Characterizing Singular Configurations in Parallel M...
Combinatorial Method For Characterizing Singular Configurations in Parallel M...Combinatorial Method For Characterizing Singular Configurations in Parallel M...
Combinatorial Method For Characterizing Singular Configurations in Parallel M...Avshalom Sheffer
 
A geometric singular characterization of Parallel robots
A geometric singular characterization of Parallel robotsA geometric singular characterization of Parallel robots
A geometric singular characterization of Parallel robotsAvshalom Sheffer
 

What's hot (6)

Segmentation of multiple heart cavities in 3 d transesophageal ultrasound images
Segmentation of multiple heart cavities in 3 d transesophageal ultrasound imagesSegmentation of multiple heart cavities in 3 d transesophageal ultrasound images
Segmentation of multiple heart cavities in 3 d transesophageal ultrasound images
 
Axis system
Axis systemAxis system
Axis system
 
Combinatorial Method For Characterizing Singular Configurations in Parallel M...
Combinatorial Method For Characterizing Singular Configurations in Parallel M...Combinatorial Method For Characterizing Singular Configurations in Parallel M...
Combinatorial Method For Characterizing Singular Configurations in Parallel M...
 
A geometric singular characterization of Parallel robots
A geometric singular characterization of Parallel robotsA geometric singular characterization of Parallel robots
A geometric singular characterization of Parallel robots
 
Plane Table Surveying
Plane Table SurveyingPlane Table Surveying
Plane Table Surveying
 
2014-12-15 Design
2014-12-15 Design2014-12-15 Design
2014-12-15 Design
 

Similar to 13 28 oct16 13181 27119-1-sm(edit)

Improved echocardiography segmentation using active shape model and optical flow
Improved echocardiography segmentation using active shape model and optical flowImproved echocardiography segmentation using active shape model and optical flow
Improved echocardiography segmentation using active shape model and optical flowTELKOMNIKA JOURNAL
 
A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...
A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...
A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...ijcsit
 
Retinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removalRetinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removaleSAT Journals
 
The Development of Computational Fluid Dynamic Models for Studying the Detect...
The Development of Computational Fluid Dynamic Models for Studying the Detect...The Development of Computational Fluid Dynamic Models for Studying the Detect...
The Development of Computational Fluid Dynamic Models for Studying the Detect...Cristina Staicu
 
The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...IJERD Editor
 
Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...journalBEEI
 
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...IOSR Journals
 
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET Journal
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...IJECEIAES
 
ANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOAD
ANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOADANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOAD
ANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOADijmech
 
Review on Medical Image Fusion using Shearlet Transform
Review on Medical Image Fusion using Shearlet TransformReview on Medical Image Fusion using Shearlet Transform
Review on Medical Image Fusion using Shearlet TransformIRJET Journal
 
Benefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction IndustryBenefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction IndustryA Makwana
 
Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...
Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...
Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...Associate Professor in VSB Coimbatore
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...eSAT Journals
 

Similar to 13 28 oct16 13181 27119-1-sm(edit) (20)

Improved echocardiography segmentation using active shape model and optical flow
Improved echocardiography segmentation using active shape model and optical flowImproved echocardiography segmentation using active shape model and optical flow
Improved echocardiography segmentation using active shape model and optical flow
 
A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...
A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...
A novel hybrid method for the Segmentation of the coronary artery tree In 2d ...
 
Retinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removalRetinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removal
 
The Development of Computational Fluid Dynamic Models for Studying the Detect...
The Development of Computational Fluid Dynamic Models for Studying the Detect...The Development of Computational Fluid Dynamic Models for Studying the Detect...
The Development of Computational Fluid Dynamic Models for Studying the Detect...
 
The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...
 
Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...Hybrid medical image compression method using quincunx wavelet and geometric ...
Hybrid medical image compression method using quincunx wavelet and geometric ...
 
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
 
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
 
ANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOAD
ANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOADANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOAD
ANALYTICAL BENDING ANALYSIS OF A CIRCULAR SANDWICH PLATE UNDER DISTRIBUTED LOAD
 
Ojchd.000541
Ojchd.000541Ojchd.000541
Ojchd.000541
 
Review on Medical Image Fusion using Shearlet Transform
Review on Medical Image Fusion using Shearlet TransformReview on Medical Image Fusion using Shearlet Transform
Review on Medical Image Fusion using Shearlet Transform
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
101 Rough Draft
101 Rough Draft101 Rough Draft
101 Rough Draft
 
Benefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction IndustryBenefits Of Innovative 3d Graph Techniques In Construction Industry
Benefits Of Innovative 3d Graph Techniques In Construction Industry
 
Austin Journal of Medical Oncology
Austin Journal of Medical OncologyAustin Journal of Medical Oncology
Austin Journal of Medical Oncology
 
Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...
Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...
Automatic Segmentation of the Lumen of the Carotid Artery in Ultrasound B-mod...
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...
 

More from IAESIJEECS

08 20314 electronic doorbell...
08 20314 electronic doorbell...08 20314 electronic doorbell...
08 20314 electronic doorbell...IAESIJEECS
 
07 20278 augmented reality...
07 20278 augmented reality...07 20278 augmented reality...
07 20278 augmented reality...IAESIJEECS
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...IAESIJEECS
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...IAESIJEECS
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...IAESIJEECS
 
03 20237 arduino based gas-
03 20237 arduino based gas-03 20237 arduino based gas-
03 20237 arduino based gas-IAESIJEECS
 
02 20274 improved ichi square...
02 20274 improved ichi square...02 20274 improved ichi square...
02 20274 improved ichi square...IAESIJEECS
 
01 20264 diminution of real power...
01 20264 diminution of real power...01 20264 diminution of real power...
01 20264 diminution of real power...IAESIJEECS
 
08 20272 academic insight on application
08 20272 academic insight on application08 20272 academic insight on application
08 20272 academic insight on applicationIAESIJEECS
 
07 20252 cloud computing survey
07 20252 cloud computing survey07 20252 cloud computing survey
07 20252 cloud computing surveyIAESIJEECS
 
06 20273 37746-1-ed
06 20273 37746-1-ed06 20273 37746-1-ed
06 20273 37746-1-edIAESIJEECS
 
05 20261 real power loss reduction
05 20261 real power loss reduction05 20261 real power loss reduction
05 20261 real power loss reductionIAESIJEECS
 
04 20259 real power loss
04 20259 real power loss04 20259 real power loss
04 20259 real power lossIAESIJEECS
 
03 20270 true power loss reduction
03 20270 true power loss reduction03 20270 true power loss reduction
03 20270 true power loss reductionIAESIJEECS
 
02 15034 neural network
02 15034 neural network02 15034 neural network
02 15034 neural networkIAESIJEECS
 
01 8445 speech enhancement
01 8445 speech enhancement01 8445 speech enhancement
01 8445 speech enhancementIAESIJEECS
 
08 17079 ijict
08 17079 ijict08 17079 ijict
08 17079 ijictIAESIJEECS
 
07 20269 ijict
07 20269 ijict07 20269 ijict
07 20269 ijictIAESIJEECS
 
06 10154 ijict
06 10154 ijict06 10154 ijict
06 10154 ijictIAESIJEECS
 
05 20255 ijict
05 20255 ijict05 20255 ijict
05 20255 ijictIAESIJEECS
 

More from IAESIJEECS (20)

08 20314 electronic doorbell...
08 20314 electronic doorbell...08 20314 electronic doorbell...
08 20314 electronic doorbell...
 
07 20278 augmented reality...
07 20278 augmented reality...07 20278 augmented reality...
07 20278 augmented reality...
 
06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...06 17443 an neuro fuzzy...
06 17443 an neuro fuzzy...
 
05 20275 computational solution...
05 20275 computational solution...05 20275 computational solution...
05 20275 computational solution...
 
04 20268 power loss reduction ...
04 20268 power loss reduction ...04 20268 power loss reduction ...
04 20268 power loss reduction ...
 
03 20237 arduino based gas-
03 20237 arduino based gas-03 20237 arduino based gas-
03 20237 arduino based gas-
 
02 20274 improved ichi square...
02 20274 improved ichi square...02 20274 improved ichi square...
02 20274 improved ichi square...
 
01 20264 diminution of real power...
01 20264 diminution of real power...01 20264 diminution of real power...
01 20264 diminution of real power...
 
08 20272 academic insight on application
08 20272 academic insight on application08 20272 academic insight on application
08 20272 academic insight on application
 
07 20252 cloud computing survey
07 20252 cloud computing survey07 20252 cloud computing survey
07 20252 cloud computing survey
 
06 20273 37746-1-ed
06 20273 37746-1-ed06 20273 37746-1-ed
06 20273 37746-1-ed
 
05 20261 real power loss reduction
05 20261 real power loss reduction05 20261 real power loss reduction
05 20261 real power loss reduction
 
04 20259 real power loss
04 20259 real power loss04 20259 real power loss
04 20259 real power loss
 
03 20270 true power loss reduction
03 20270 true power loss reduction03 20270 true power loss reduction
03 20270 true power loss reduction
 
02 15034 neural network
02 15034 neural network02 15034 neural network
02 15034 neural network
 
01 8445 speech enhancement
01 8445 speech enhancement01 8445 speech enhancement
01 8445 speech enhancement
 
08 17079 ijict
08 17079 ijict08 17079 ijict
08 17079 ijict
 
07 20269 ijict
07 20269 ijict07 20269 ijict
07 20269 ijict
 
06 10154 ijict
06 10154 ijict06 10154 ijict
06 10154 ijict
 
05 20255 ijict
05 20255 ijict05 20255 ijict
05 20255 ijict
 

Recently uploaded

Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Christo Ananth
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationEmaan Sharma
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxKarpagam Institute of Teechnology
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptamrabdallah9
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxMustafa Ahmed
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxMustafa Ahmed
 
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...Payal Garg #K09
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2ChandrakantDivate1
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docxrahulmanepalli02
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...
Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...
Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...singhalabhi53
 

Recently uploaded (20)

Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & Modernization
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptx
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptx
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
Unsatisfied Bhabhi ℂall Girls Ahmedabad Book Esha 6378878445 Top Class ℂall G...
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...
Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...
Lect.1: Getting Started (CS771: Machine Learning by Prof. Purushottam Kar, II...
 

13 28 oct16 13181 27119-1-sm(edit)

  • 1. Indonesian Journal of Electrical Engineering and Computer Science Vol. 5, No. 2, February 2017, pp. 360 ~ 367 DOI: 10.11591/ijeecs.v5.i2.pp360-367  345 Received September 2, 2016; Revised December 25, 2016; Accepted January 11, 2017 Generalized Transformed Hough: Segmentation of Contours in Angiographic Images Oscar Eduardo Gualdron University of Pamplona, Km1, Via Bucaramanga, Colombia Cooresponding author, e-mail: Eduardo_oscar@hotmail.com Abstract The morphologic and functional study of cardiovascular system is of vital importance because problems related to this system are one of the main causes of mortality in the world. It is important to mention that the left ventricle (VI) is the most susceptible to suffer severe damage, in diseases, such as arterial hypertension, mellitus diabetes or arteriosclerosis. This article presents a new methodology directed to segmentation of left ventricular contours, in angiographic images by using Generalized Hough Transform (TGH). It is important to obtain the ventricular edge, because analyzing processes of systole and diastole end, it is possible to calculate parameters of the cardiac functionality as the end-diastolic volume, end systolic volume, ejection fraction, cardiac output, Hyperkinéticos, Hypokinéticos segments, and normal; in this work we focus only on the removal of the same. For the system implementation, it was used some technics such binarization contrast enhancement, ordering points, filtering, mathematical morphology, b-spline and the TGH, that improved the ventricular visibility contour, highlighting data of interest, eliminating or reducing the effect of present structures such as ribs, catheter and segmented automatically the ventricular contour. The system was validated using 10 studies of angiography, obtained in the Instituto Autónomo Hospital Universitario of the Universidad de los Andes (I.A.H.U.L.A.), Merida, Venezuela. The percentage of generalized error performing the comparison of the manual segmentation and automating segmentation was 3.54%+_ 0.2 taken as a basis the Pearson correlation coefficient. Throughout the work demonstrates the functionality and applicability of the technique for the detection of ventricular edge in angiographic images. In future works is expected to supplement this analysis with the calculation of the descriptors of the cardiac functionality. Keywords: houg, contours, angiographic Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. 1. Introduction The morphological and functional assessment of the heart is of vital importance, because the cardiovascular damage (CVD) is one of the main causes of mortality in the world [1]. Of the four cardiac chambers, the left ventricle (VI) is more susceptible to suffer severe damage, in diseases such as hypertension, diabetes mellitus and atherosclerosis. In the emergence of a ventricular dysfunction the VI must cope with an overload of blood due to a high pressure, so that physiologically tends to suffer a hypertrophy. If it persists the stress the ventricle just by suffering a dysfunction, which with the passage of time, becomes chronic and irreversible. At this point, the function of the myocardium is compromised and the contractile ability of the heart has just lost forever [2]. At the clinical level, the analysis through images is typically performed in visual form, which generates an assessment which is imprecise about the ventricular function. The introduction of computer-assisted techniques has increased the need to develop efficient algorithms for the treatment of cardiovascular imaging, with the purpose of obtaining accurate results [3]. Under this context you want to use a methodology based on the widespread transformed Hough (TGH), which in initial work only allowed detect regular forms such as lines, circles, etc.; with time is extended its applicability to forms not predictable or irregular (of there its name). This algorithm is based on a contour map and thanks to a prior knowledge of how to search for (table R), it is possible to select the corresponding edge in this case to the left ventricle.
  • 2.  ISSN: 2502-4752 IJEECS Vol. 5, No. 2, February 2017 : 360 – 367 346 With the foregoing, the purpose of this article is to design and implement a software platform that allows the removal of the contour ventricular, enabling future, the quantification of indicators of the cardiac functionality such as ejection fraction, cardiac output, etc. 2. Description of the System The X-Ray angiography is a widely used modality in the evaluation of the cardiac function. To view the heart with this modality the patient is subjected to an intervention called cardiac, during which the VI is filled with a contrast material radio-opaque. The acquisition of images can be done in two planes (considering the right anterior oblique view (OAD) 30° and the left anterior oblique view (OAI) 60°). The acquisition time average is around 8 to 10 s, covering 7 to 9 cardiac cycles. The distribution of the injected contrast media is considered optimal around the second or third cardiac cycle [4]. The equipment used for the acquisition and display of the study of angiography is the so-called INNOVA 2000, built by General Electric and that has the following features: has a solid-state Digital Detector Revolution, fully digital images show a field of view of 20.5 cm x 20.5 cm., sequences of images are recorded at 30 frames per second, with a resolution of 512 x 512 pixels and each one of them is represented with 256 gray levels [5]. Tables and Figures are presented center, as shown below and cited in the manuscript. 3. Widespread Transformed Hough The TGH is defined as a transformed that allows to detect curves not analytical, i.e. that detects the contour of irregular shapes in objects. In Figure 1 you can see that the fundamental data to obtain an irregular contour based on TGH, are: angulations (α, Φ) and the distance r. Figure 1. Graphical representation of the TGH Where: Xc, Yc define the center of mass of the shape. r = radius from the center of mass to a point (X,Y). Α = angle formed by the radio, with respect to a horizontal line parallel to the x axis. Φ = angle formed by the tangent line, with respect to a horizontal line parallel to the x axis To mathematical level, it is possible to represent the center of mass of the figure, as follows: X_C=X rcos(α) (1) 〖_C=AND rsen(α) (2) The settlement formed by ri, αi, Φi, is called table R. This table, is a settlement that contain values of radii, angles of different images, these values are related to a point on the object that is being processed, this table R, is the basis for building the TGH. For more information refer to [6, 7].
  • 3. IJEECS ISSN: 2502-4752  Generalized Transformed Hough: Segmentation of Contours in… (Oscar Eduardo Gualdron) 347 4. Methodology The methodology used in the present investigation, is based on two large blocks, the first of them consists in the generation of the model of adjustment or pattern (Table R), and the second in the detection of the ventricular contour through the model. 4.1. Construction of table R Initially, through an interactive tool, it is proceeded to demarcate, by the specialist, the ventricular contour. These coordinates are stored, with the purpose of generating a binary image (0s and 1s), where only are present the object of interest (VI) and the fund. The result is presented in Figure 2. Figure 2. (a) Selection of the ventricular contour by the specialist. (b) Binary mask generated and detection of the centroid or center of masses Then, it was implemented an algorithm that allowed the detection of the ventricular edge, next to the particularity that the points or coordinates that make it up are sorted, either in the clockwise direction or vice versa. The result is presented in Figure 3. Figure 3. Final contour of the prototype As explained in section 3, to generate the table R, it is necessary to calculate the corresponding values for α, Φ and r respectively. The procedure used on the contour prototype (Figure 3), for the search of these parameters is the following: 4.1.1. Calculation of r It is doing plotting straights, from the center of mass of the prototype (centroid), to each one of the points of the contour of the prototype (see Figure 5). Subsequently proceeded to estimate its algebraic distance and finally stores its value in the table R. 4.1.2. Calculation of α As is illustrated in Figure 1, to obtain this angle, it is necessary to generate horizontal straight to each point of the ventricular contour (see figure 6). Performing this procedure, only lack calculating the slope of each one of the segments and use them in the equation. ( ( ) ( )⁄ ) (3)
  • 4.  ISSN: 2502-4752 IJEECS Vol. 5, No. 2, February 2017 : 360 – 367 348 Where m1 represents the pendent of radius R and M2 the corresponding to the horizontal segment. Finally stores its value in the table R. Figure 4. Selection of the reference points and its closest neighbors Figure 5. Demarcation of the straight line r, for a point of ventricular contour The points mentioned above, are compounds so space, to be an image for a pair of X and Y coordinates, represented as follows: Pi (Xi, Yi), Pi 1 (Xi 1, Yi 1) and PI-1 (XI-1, Yi-1). The tangential components to this point of reference Pi, are possible to calculate them through the equation (4). ( ) ( ) √ (4) Where dX y dY, are calculated of the following way: (5) (6) Then, with the purpose of generating the corresponding tangent line (interpolation), applies the equation (7). (X,Y) i∙(S_n (-t_Y ),S_n t_X ) (7) Where (X,Y) are the coordinates of the center point or analysis, i = ….-2,-1,0,1,2,…… and Sn is a constant chosen heuristically. Finally, taking built straight lines tangent and horizontal, for each point of the contour, it is possible to obtain the angle values φ. The methodology used for this purpose is the same applied in the section 5.1.2, and its value is stored in the table R. In Figure 5, it is possible to highlight the way as outlined the straight r. For its part, Figure 6 shows a segment expanded the contour and the stroke of the radio r, the corresponding tangential straight (violet lines) and horizontal (green lines) respectively. Figure 6. Stroke of the tangential and horizontal components
  • 5. IJEECS ISSN: 2502-4752  Generalized Transformed Hough: Segmentation of Contours in… (Oscar Eduardo Gualdron) 349 4.2. Detection of Ventricular Contour through the Model Developed (Table R) To achieve this fundamental objective is to convert the image from a job in a contour map, where it is possible to compare the structure of the table R, with the different forms present in the image (ribs, catheter, abdomen, ventricle, etc.) and that way select them all the corresponding to the ventricular edge; purpose of the TGH. The procedure to follow will be described below: 4.2.1. Pre-processing Figure 7. (a) Enhanced Image. (b) anti-aliased image As is appreciable in Figure 2(a), an image of angiography, presents a considerable amount of noise and therefore it is important to perform a conditioning process or improvement of the information. To this end, it was first implemented a contrast enhancement by window and level, which sought opacificar in a better way the area of interest (VI), followed by a filter smoother [8]. The result of this procedure is illustrated in Figure 7. Taking a better view of the data, the next step is to generate an image contours or only edges, which allows us to use the information collected in the table R; for that task, is used the algorithm of Canny[9], which is based on the calculation of the derivative. The result it is possible to appreciate in Figure 8. Finally, and as mentioned previously, the purpose of this phase is to remove the ventricular contour with the least amount of noise, that is to say with the minimum amount of structures outside it; therefore applied mathematical morphology, using filtering by areas, detection of continuity, etc. The image obtained is presented in Figure 9. Figure 8. Result obtained using the CONTOUR DETECTOR Figure 9. Use of mathematical morphology to the job picture 4.2.2. Implementation of the TGH Figure 11. Fill ventricular contorn
  • 6.  ISSN: 2502-4752 IJEECS Vol. 5, No. 2, February 2017 : 360 – 367 350 5. Results and Validation For the analysis of results, we selected the studies and the images as explained in section 4. It is important to highlight that for each study (different patient), it is necessary to create a table R. To demo level of segmentation reached, will be presented with 3 of the 12 frames, used in this project. It chose one of each study to exemplify the variety in the data and contours. In Figure 12, illustrate the original images and where it is intend to detect the contour ventricular. Overlaps in the same way the stroke made by the specialist, with the purpose of carrying out the process of validation. For its part the Figure 13, presents the contour detection obtained through the TGH. Detailed procedure showed throughout the article and that presents good results. Similarly in Figure 14, refilling and enclosure of the contours obtained, with the aim to quantify the detection process. Finally, Figure 15 performs the overlay on the original images of the edges detected, through the TGH, to display mode in the best way the results obtained. Figure 12. Initial studies and where in addition overlaps the stroke of the ventricular contour carried out by the specialist Figure 13. Contours detected through the TGH Figure 14. Enclosure and filling of contours Figure 15. Overlap the contours detected, on the original image A quantitative level, in Table 1, shows the percentages of error, obtained from the validation process. This estimate was made based on the equation (8). %Error= ((Sec.Manual-Seg.TGH))/(Sec.Manual)∙100 (8) Where compares the manual segmentation (specialist) and the obtained with the TGH. These percentages were divided in final diastole, final sistole and transition 3 and 7. These transitions are images that are selected between sistole diastole and End. For this research, the areas were measured in pixels. It is important to highlight that the best results were obtained in the transition 7 of Study 1, where the estimated value was 0.65%. The percentage of total system error was 4.56%.
  • 7. IJEECS ISSN: 2502-4752  Generalized Transformed Hough: Segmentation of Contours in… (Oscar Eduardo Gualdron) 351 6. Conclusions and Future Work The image segmentation ventriculographics, based on the TGH, allows exploring new results that support the development of support tools, specialists. The methodology raised, allowed to overcome the challenges presented by the images of this type, as are: low contrast and noise in the image, low details of contour, etc. This was achieved thanks to the techniques of preprocessing used, as are: filter medium, contrast enhancement, detectors of contours, binarization and ordering of points. On the other side, it was demonstrated that by means of the TGH, it is possible to segment images of the heart, achieving an average error of 4.56%. The table R, as analysis structure, generalizes great part of the contours that are presented in the image processing ventriculographics. Finally it is important to highlight that the selection of images for the selection of patterns, are fundamental for the good functioning of the TGH, because if there are mistakes in the selection of the data, at the time you want to perform a new analysis of contours, the results will not be the most relevant and therefore the error from the system will increase. In relation to future works, is expected to complement the part of removing the left ventricular contour, with phase of quantification of the different descriptors of the cardiac function (volume beat, fraction of ejection, expense cardiac, etc.), for this is necessary, select images in systole and diastole end of the cardiac cycle, approaching the border to a revolution ellipsoid. In the same way it would be very interesting to carry out a comparative analysis of different techniques of segmentation as the growth of regions, models so active, etc. 7. Contributions The main contribution of this article is set out in the pre-processing, since the transformed as such this very well defined. In this sense was very important to analyze the noise present (ribs, catheter, etc.), the texture of the image contrast injected to display the cavity, etc. The result was the achievement of techniques which include the contrast enhancement by window and level, smoothing the pixels of the image and above all the mathematical morphology implemented, that generated as a result a contour map suitable for use the TGH. References [1] Mendis S, Puska P, Norrving B. Global atlas on cardiovascular disease prevention and control. Geneva: World Health Organization; 2011 [2] Hall J. Compendio de fisiología médica. Decimo tercera edición. Elsevier. 2016. [3] Rohollah Moosavi Tayebi, Puteri Suhaiza Binti Sulaiman, Rahmita Wirza, Mohd Zamrin Dimon, Suhaini Kadiman, Lilly Nurliyana Binti Abdullah, Samaneh Mazaheri. Coronary Artery Segmentation in Angiograms with Pattern Recognition Techniques – A survey. 2013 International Conference on Advanced Computer Science Applications and Technologies. 2013: 321-326. [4] Oost E, Koning G, Sonka M, Oemrawsingh PV, Reiber JHC, Lelieveldt BPF. Automated contour detection in X-ray left ventricular angiograms using multiview active appearance models and dynamic programming. IEEE Transactions on Medical Imaging. 2006. [5] Lavín JAS. El detector digital en un sistema de imagen cardiovascular. 2002; 3(1): 35-38. [6] Hough PVC. Method and means for recognizing complex patterns. 3,069,654 (Patent). 1962. [7] Ballard DH. Generalizing the Hough transform to detect arbitrary shapes. 1980. [8] Valero JB. Simulacion y reconstruccion en 4D del ventriculo izquierdo en imagenologia cardiaca. Universidad Simon Bolivar. 2006. [9] Canny J. A Computational Approach to Edge Detection. IEEE Transactions on Pattern Analysis and Machine Intelligence, PAMI. 1986; 8(6): 679-698.