Literature DB >> 25593716

Comparison of different edge detections and noise reduction on ultrasound images of carotid and brachial arteries using a speckle reducing anisotropic diffusion filter.

Mehravar Rafati1, Masoud Arabfard2, Mehrdad Rafati-Rahimzadeh3.   

Abstract

BACKGROUND: Common carotid artery (CCA) ultrasound with measurement of intima-media thickness (IMT) is a safe and noninvasive technique for assessing subclinical atherosclerosis and determining cardiovascular risks. Moreover, the pattern of wall thickening in the brachial artery (BA) is rather diffuse compared to the carotid artery and may be a more sensitive indicator of long-term systemic exposure to risk factors. Therefore noninvasive evaluation of mechanical parameters changes of both arteries has gained the attention of researchers.
OBJECTIVES: The aim of this study was to compare different edge detection techniques with speckle reducing anisotropic diffusion (SRAD) de-noising filter in ultrasound images of both arteries. PATIENTS AND METHODS: In a cross-sectional design, an examination was performed on ten men with mean age of 40 ± 5 years from September 2012 to March 2013 through random sampling. An ultrasonic examination of the left CCA and BA was performed. The program was designed in the MATLAB software to extract consecutive images in JPEG format from the AVI. Another program was designed in the MATLAB software to apply regions of interest (ROI) on the IMT of the posterior wall of common carotid and brachial arteries. Next, different edge detections and SRAD filter were applied to the ROI, separately. Finally, the program measured mean-squared error (MSE) and peak signal to noise ratio (PSNR).
RESULTS: The lowest values of MSE and highest values of PSNR were achieved by Canny edge detection with de-noising SRAD filter for IMT of left CCA and BA in 90 frames.
CONCLUSIONS: Based on the result, by measuring the MSE and PSNR, this study showed Canny edge detection with SRAD filter is better than other edge detections in terms of speckle suppression and details preservation in CCA and BA ultrasound images.

Entities:  

Keywords:  Brachial Artery; Carotid Artery; De-Noising Filter; Edge Detection; Immature Thymocyte-Specific Antigen (IMT)

Year:  2014        PMID: 25593716      PMCID: PMC4270662          DOI: 10.5812/ircmj.14658

Source DB:  PubMed          Journal:  Iran Red Crescent Med J        ISSN: 2074-1804            Impact factor:   0.611


1. Background

Ultrasound imaging is broadly used to show carotid, femoral, brachial and other peripheral arteries. There are several important benefits of using ultrasound in comparison to other techniques. Most importantly, B-mode ultrasound imaging is non-invasive and allows real time conception of arterial morphology, which is not currently possible with any other imaging tool (1). Furthermore, the non-invasive nature provided by B-mode ultrasound imaging and its low cost has allowed the use of this technique for more clinical studies, which show a major relationship between carotid intima-media thickness (IMT) and cardiovascular disease (CVD) (2). Ultrasonic B-mode images from IMT of common carotid artery (CCA) are used broadly as a measure of atherosclerosis and in studies on atherosclerosis as the determinant of CVD. Carotid IMT has been shown to be related to cardiovascular risk factors, current CVD, and atherosclerosis in the peripheral coronary, femoral and brachial arteries (3). Ultrasound images edge detection is important for recognition of IMT in CCA and brachial artery (BA). Generally, edge is detected according to algorithms such as Sobel, Roberts, Prewitt, Canny, and LOG (Laplacian of Gaussian) operators (4), yet in theory they consist of high pass filtering, which are not appropriate for noise ultrasound image edge detection because noise and edge belong to the range of high frequency (5, 6). Naturally, an ultrasound image includes more noise content, especially speckle noise, than any other imaging modality (6). Speckle is the artifact caused by interference of energy from randomly distributed scattering objects which reduces image resolution and contrast and blurs essential details. Therefore, speckle noise suppression is an important requirement whenever ultrasound imaging is used (6, 7). Speckle is not a kind of additive noise, it is instead a form of multiplicative noise (8). Traditional speckle removal filters, like the Lee filter and Frost filter have greater restrictions in edge and characteristics preservation (9). A noise reduction filter such as conventional anisotropic diffusion is not appropriate for speckle suppression (8). The conventional anisotropic is not appropriate for multiplicative noise-including speckle and it is instead effective for additive noise. Yongjian et al. first introduced the speckle reducing anisotropic diffusion (SRAD) filter (9). The SRAD filter joins both the additive noise reduction anisotropic diffusion filtering process and the adaptive speckle (multiplicative noise) filtering process (9). It makes the generation of image scale area possible (a set of filtered images that alter from fine to coarse) without bias and with filter window size and shape (9). The SRAD filter not only protects edges but also enhances edges by eliminating diffusion across edges and allowing diffusion on either side of the edge (8).

2. Objectives

The aim of this study was to compare different edge detection techniques with SRAD de-noising filter in ultrasound images of common carotid and brachial arteries for optimum removal of noise with preservation of edges.

3. Materials and Methods

3.1. Edge Detection

The edge detection process involves small kernels that convolve with an image to estimate the first-order directional derivatives of the image brightness distribution. Kernels are pre-defined groups of edge models that match each image segment of a fixed size. The edge value is calculated by forming a matrix centered on each pixel. If the value is not smaller than a given threshold, then the pixel is categorized as an edge. All the gradient-based algorithms have kernel operators that estimate the edge strength in directions, which are orthogonal to one another, generally vertically and horizontally. The contribution of both parts are combined to give the total value of edge strength (10). Edge detection algorithms are grouped into two categories, namely, gradient operator and Laplacian operator. The gradient operator detects edge pixels by obtaining the maximum and minimum value at the first derivative level on the image. The classical gradient operators selected in this work are Sobel, Prewitt, Muthukrishnan and Radha (11). Laplacian operator is a second order derivative, where the value of edge pixel at the first derivative is referred to as zero-crossing at the second derivative (11). The operators are explained below.

3.1.1. Sobel Operator

The Sobel operator (11, 12) is a discrete operator, which computes the gradient for intensity changes at each point in an image. The operator consists of a pair of 3*3 convolution kernels as shown in equation 1 A and B: Equation 1A and B. The 3*3 kernels for the Sobel operator (Sx and Sy are gradient components for the horizontal and vertical edge orientations). These kernels are designed to respond maximally to edges running vertically and horizontally relative to the pixel matrix; one kernel for each of the two perpendicular orientations. The gradient magnitude is extracted by: (Equation 2) Sx and Sy are gradient parts for the horizontal and vertical edge orientations. Typically, an approximate magnitude is computed using (Equation 3). This is much faster to compute. The angle of orientation of the edge (relative to the pixel matrix) giving rise to the spatial gradient is extracted by (Equation 4). .

3.1.2. Roberts Operator

The Roberts operator (13) performs a simple, quick to compute, two-dimensional (2-D) spatial gradient measurement on an image. The operator consists of a pair of 2*2 convolution kernels as shown in (equation 5A and B). The 2 × 2 kernels for Roberts operator (Rx and Ry are gradient components for the horizontal and vertical edge orientations). These kernels are designed to respond maximally to edges running at 45 to the pixel matrix; one kernel for each of the two perpendicular orientations. The kernels can be used several times in the input image, to create independent measurements of the gradient component in each orientation (Rx and Re). The gradient magnitude is extracted by (Equation 6) The angle of orientation of the edge (relative to the pixel matrix) giving rise to the spatial gradient is extracted by (Equation 7):

3.1.3. Prewitt Operator

Prewitt operator (11, 13) is a discrete differentiation operator which functions similar to the Sobel operator, by computing the gradient for the image intensity function. The Prewitt edge detection operator is used for detecting vertical and horizontal edges of images (Equation 8 A and B). The 3 × 3 kernels for Prewitt operator (Px and Py are gradient components for the horizontal and vertical edge orientations).

3.1.4. Laplacian of Gaussian (LOG) Operator

The Laplacian is a 2-D isotropic measure of the second spatial derivative of an image. The Laplacian of an image highlights districts of rapid intensity change and is therefore often used for edge detection. The Laplacian is often used for an image that has first been smoothed with something approximating a Gaussian-smoothing filter in order to reduce its sensitivity to noise. The operator commonly takes a single gray level image as input and produces another gray level image as output. The Laplacian L (x, y) of an image with pixel intensity values I (x, y) is extracted by (Equation 9): As shown here, the input image is illustrated as a set of discrete pixels; a discrete convolution kernel can approximate the second derivative in the definition of the Laplacian. Three commonly used small kernels are shown in below equations 10 A, B and C: Three commonly used discrete approximations to the Laplacian filter. Since these kernels are approximating a second derivative measurement on the image, they are extremely sensitive to noise. To indicate this, the image is often Gaussian smoothed before applying the Laplacian filter. The Log function centered on zero and with Gaussian standard deviation (σ) results in the following equation 11:

3.1.5. Canny Operator

Canny edge detector first smoothes the image to remove noise and then determines the image gradient to highlight regions with high spatial derivatives. The algorithm then tracks along these districts and suppresses any pixel that is not at the maximum (non-maximum suppression). The gradient array is now more reduced by hysteresis. Hysteresis is used to chase along the remaining pixels that have not been reduced. Hysteresis applies two thresholds and if the magnitude is lowers than the first threshold, it is adjusted to zero (made a non-edge). If the magnitude is not below the low threshold, it is made edge. Furthermore, if the magnitude is between the two thresholds, then it is set to zero unless there is a path from this pixel to a pixel with a gradient above the second threshold.

3.2. Despeckling Techniques

3.2.1. Speckle Reducing Anisotropic Diffusion

The speckle reduction anisotropic diffusion (SRAD) method (15, 16) is used directly for suppressing speckle noise in ultrasound and radar images. The SRAD method uses an instant coefficient that is a function of local gradient, magnitude and Laplacian operators. The SRAD method is based on a partial differential equation (PDE) that includes the imaging gradient, Laplacian and image intensity. The SRAD equation is presented below (equation 12): Where q is the diffusion time index, Δt is the time step responsible for the convergence rate of the diffusion process (normally in the range 0.05 to 0.25), g ([]) is the diffusion function and is given by Equation 13 and 14. Where is the measure of speckle coefficient of variation in a homogenous region of the image.

3.3. Study Population

In a cross-sectional design, an examination was performed on ten men with a mean age of 40 ± 5 years from September 2012 to March 2013 through random sampling. None of the subjects had a history of hypertension, cardiovascular disease, diabetes mellitus or tobacco abuse (17). All subjects provided an informed consent prior to participation in the study. This study was approved by the ethics committees of Kashan University of Medical Sciences and Beheshti Hospital (Iran; Code ethical approval, 9139; Approval date, 05/08/2012).

3.4. Ultrasound Studies

In our study, before ultrasonography, the subjects rested for at least 10 minutes in the supine position until their heart rate and blood pressure reached a steady state. Blood pressure and heart rate were recorded with an oscilloscopic blood manometer σ (ALP K2, adult cuff, ± 1 mmHg, Tokyo, Japan) and a wrist manometer (Microlife, ± 3 mmHg, Germany) on the left brachial and radial arteries with the subject in a supine position, respectively. The left common carotid of the subject (2-3 cm proximal to the bifurcation) and the left brachial artery (3-5 cm upper than elbow) were examined with a Sonoline Antares (Siemens, Bavaria, Germany) ultrasound system equipped with a 5-13 MHz linear transducer. All measurements of both arteries were done by a single operator to eliminate inter-observer variability (19). The audio-video interleaves (AVI) format of the consecutive images of the common carotid and brachial arteries with a frame rate of 43 frames per second was captured from the hard drive and transferred to a PC for post processing. The recording contained 90 frames while the left common carotid and brachial arteries were scanned in the longitudinal direction (Figures 1 and 2). A program was designed using the MATLAB software version 7.01 (Math Software Co., Math Works, USA) to extract consecutive images in the joint picturing expert groups (JPEG) format from the AVI. This software provided the image dimensions (the size of images were 547*692 pixel2), image type (B-mode), dynamic range, gray level, depth of focus are 55dB, 0 to 255, and 3.5 cm respectively (18). However, the Sonoline Antares ultrasound imaging system has no quantitative indicator of grayscale mapping and compression curve settings. We think that both are preselected by the machine when probe and application are selected at the start of each examination. Also, when the user selects vascular preset from the menu, the optimum-processing curve (grayscale mapping and compression curve) is probably selected automatically. A vascular preset from the menu was used for all the experiments. Another program was designed in the MATLAB software to apply region of interest (ROI) with a size of approximately 53*42 pixel 2 on the intima-media thickness of the posterior wall of common carotid and brachial arteries (19). Then, different edge detections (Sobel, Prewitt, Roberts, Canny, and LOG) and SRAD noise reduction filter were performed on the ROI, separately. Finally, the program measured mean square error (MSE) and peak signal to noise ratio (PSNR) (Figure 3). The MSE of the output image was defined as (Equation 15):
Figure 1.

Left Common Carotid Artery Ultrasound Image for One Sample

Figure 2.

Left Brachial Artery Ultrasound Image for One Sample

Figure 3.

Flowchart of Image Processing Algorithm

Where X (i, j) is the original image, is the next image in sequential images and MN is the size of the image. The PSNR was defined in equation 16: Where L is the maximum value and MSE is the mean square error.

3.5. Statistical Analysis

All the data are expressed as mean values. The data were tested for normal distribution and homogeneity of variance by the Kolmogorov-Smirnov test (K-S) and Levene’s test, respectively. The statistical significance of mean values of MSE and PSNR from edge detections with all filters was assessed by the ANOVA test. The post-hoc test used was the Tukey’s test. A P value of < 0.05 was considered statistically significant. All of the statistical analyses were performed using the SPSS software (SPSS V.11.5, Inc. Chicago, IL). The maximum sample size for the analysis of variance (ANOVA) was estimated from equation 17. And was sample size, non-centrality parameter respectively λ was estimated with a confidence level of 95% and power test of 80%. The value was calculated from below equation 18 A and B: And were number of groups, standard deviation, mean of each group, and overall mean (22).

4. Results

The ultrasonic examination of the left common carotid and brachial arteries of ten men (aged 40 ± 5 years) with no history of cardiovascular disease, hypertension or diabetes was performed. They had the following characteristics, body mass index (BMI) of 26 ± 2 kg/m2; systolic pressure, 127 ± 19 mmHg; diastolic pressure, 80 ± 6 mmHg; heart rate (HR), 74 ± 8 bpm (beat per minute). The results of different edge detections and SRAD de-noising filter are summarized in Tables 1, 2, 3 and 4, and Figure 4 and 5 for left common carotid and left brachial arteries, respectively. Tables 1 and 2 show that the lowest values of MSE and highest values of PSNR are achieved via Canny edge detection with de-noising SRAD filter for IMT of left common carotid artery in 90 frames (the temporal resolution was 33 milliseconds). According to the MSE value, there was a significant difference between Canny edge detection status and Sobel, Prewitt, Roberts and LOG edge detections statuses (P-Value < 0.05). Considering, PSNR value, there was a significant difference between Canny edge detection status and all edge detections (Sobel, Prewitt, Roberts and LOG) statuses (P-value < 0.05).
Table 1.

Mean MSE of SRAD de-Noising Filters and Different Edge Detection in Left Common Carotid Artery (for 90 Frames) for Each Male Candidate [a]

Edge DetectionFilters SRAD
CannySobelPrewittRobertsLOG
MSE-sample 1 0.0003 ± 0.0002790.0004 ± 0.0004590.0014 ± 0.0007960.0016 ± 0.0010470.0018 ± 0.001062
MSE-sample 2 0.0005 ± 0.0002690.0004 ± 0.000184 0.0017 ± 0.0004130.0018 ± 0.0005060.0019 ± 0.000565
MSE-sample 3 0.0005 ± 0.0002390.0004 ± 0.0001790.0017 ± 0.0004730.0018 ± 0.0005960.0020 ± 0.000584
MSE-sample 4 0.0005 ± 0.0002660.0004 ± 0.0001820.0016 ± 0.0004480.0019 ± 0.0005920.0019 ± 0.000556
MSE-sample 5 0.0005 ± 0.0002440.0004 ± 0.0001850.0015 ± 0.0005040.0018 ± 0.0005620.0019 ± 0.000547
MSE-sample 6 0.0005 ± 0.000230.0004 ± 0.000170.0016 ± 0.0004530.0017 ± 0.0005320.0020 ± 0.000532
MSE-sample 7 0.0005 ± 0.0002480.0004 ± 0.0001820.0017 ± 0.0004980.0019 ± 0.0005590.0019 ± 0.000526
MSE-sample 8 0.0005 ± 0.0002660.0004 ± 0.0001690.0015 ± 0.0004770.0018 ± 0.0005850.0020 ± 0.00053
MSE-sample 9 0.0004 ± 0.0002740.0004 ± 0.0001730.0015 ± 0.0004440.0018 ± 0.0005810.0020 ± 0.00057
MSE-sample 10 0.0004 ± 0.0002490.0004 ± 0.0001840.0016 ± 0.0004820.0018 ± 0.0005990.0020 ± 0.000502

a Data are presented as mean ± SD.

Table 2.

Mean PSNR of SRAD de-Noising Filters and Different Edge Detection in Left Common Carotid Artery (for 90 Frames) for Each Male Candidate [a]

Edge DetectionSRAD Filters
CannySobelPrewittRobertsLOG
PSNR-sample 1 85.6530 ± 4.13338584.2164 ± 4.37727877.3466 ± 0.00079676.8923 ± 2.5770376.2796 ± 2.31345
PSNR-sample 2 82.5085 ± 3.17560982.7007 ± 2.4585576.0447 ± 0.00041375.7227 ± 1.2727675.5018 ± 1.35766
PSNR-sample 3 81.8109 ± 2.5209382.7018 ± 2.36395776.0536 ± 0.00047375.8788 ± 1.5703075.4361 ± 1.37893
PSNR-sample 4 81.9928 ± 3.11410182.3885 ± 2.34862676.2130 ± 0.00044875.6858 ± 1.5185075.5402 ± 1.30938
PSNR-sample 5 82.0278 ± 2.8424682.5592 ± 2.28107476.5037 ± 0.00050475.8730 ± 1.4527175.4613 ± 1.31200
PSNR-sample 6 81.7478 ± 2.63772382.3815 ± 1.99449576.3423 ± 0.00045376.0174 ± 1.4438975.2075 ± 1.23105
PSNR-sample 7 81.4933 ± 2.68530682.7533 ± 2.43473276.1001 ± 0.00049875.6047 ± 1.4021875.4176 ± 1.22676
PSNR-sample 8 82.3218 ± 3.13366282.4800 ± 2.12574876.4409 ± 0.00047775.8342 ± 1.4963775.3775 ± 1.23258
PSNR-sample 9 82.7599 ± 3.45140182.5319 ± 2.2329876.4996 ± 0.00044475.9067 ± 1.5466475.3388 ± 1.31783
PSNR-sample 10 82.7074 ± 3.04203182.4953 ± 2.41676276.3047 ± 0.00048275.8680 ± 1.5831775.3398 ± 1.22264

a Data are presented as mean ± SD.

Table 3.

Mean MSE of SRAD de-Noising Filters and Different Edge Detection in Left Brachial Artery (for 90 Frames) for Each Male Candidate [a]

Edge DetectionSRAD Filters
CannySobelPrewittRobertsLOG
MSE-sample 1 0.0005 ± 0.0003910.0009 ± 0.0006120.0011 ± 0.0007190.0011 ± 0.0007030.0012 ± 0.000537
MSE-sample 2 0.0004 ± 0.0002170.0010 ± 0.0002320.0011 ± 0.000280.0011 ± 0.0003070.0012 ± 0.000226
MSE-sample 3 0.0005 ± 0.0002190.0010 ± 0.000230.0011 ± 0.0002960.0011 ± 0.0002940.0012 ± 0.000228
MSE-sample 4 0.0005 ± 0.0002410.0010 ± 0.0002350.0011 ± 0.000290.0010 ± 0.0003130.0012 ± 0.000252
MSE-sample 5 0.0005 ± 0.0002260.0010 ± 0.0002330.0011 ± 0.0002920.0011 ± 0.0003160.0012 ± 0.000234
MSE-sample 6 0.0005 ± 0.0002320.0010 ± 0.000220.0011 ± 0.0002880.0011 ± 0.0003130.0012 ± 0.000233
MSE-sample 7 0.0006 ± 0.0002120.0010 ± 0.0002340.0010 ± 0.0002880.0011 ± 0.0002880.0012 ± 0.000227
MSE-sample 8 0.0005 ± 0.0002180.0010 ± 0.0002320.0011 ± 0.0002990.0011 ± 0.00030.0012 ± 0.000239
MSE-sample 9 0.0005 ± 0.0002210.0010 ± 0.0002440.0011 ± 0.0002880.0011 ± 0.0003520.0012 ± 0.000224
MSE-sample 10 0.0005 ± 0.0002290.0010 ± 0.0002280.0011 ± 0.0002880.0010 ± 0.0003520.0012 ± 0.000241

a Data are presented as mean ± SD.

Table 4.

Mean PSNR of SRAD de-Noising Filters and Different Edge Detection in Left Brachial Artery (for 90 frames) for Each Man [a]

FiltersSRAD
Edge DetectionCannySobelPrewittRobertsLOG
PSNR-sample 1 82.4307 ± 2.76345679.1419 ± 2.11628578.4712 ± 2.12299778.3275 ± 2.08850677.4947 ± 1.482641
PSNR-sample 2 82.2781 ± 2.37449178.2678 ± 1.03624177.9120 ± 1.18524777.9116 ± 1.33734377.4947 ± 1.482641
PSNR-sample 3 81.6568 ± 2.27282578.1484 ± 1.02024677.8382 ± 1.24411378.0146 ± 1.26379977.4280 ± 0.855661
PSNR-sample 4 81.6019 ± 2.54512678.3120 ± 1.06485677.7409 ± 1.1822678.1780 ± 1.39363377.4368 ± 0.931652
PSNR-sample 5 81.5119 ± 2.32490778.1584 ± 1.04179677.9120 ± 1.2239978.0013 ± 1.35239977.4798 ± 0.887956
PSNR-sample 6 81.6738 ± 2.46455778.0666 ± 0.96886677.8407 ± 1.19454778.1033 ± 1.37462977.4359 ± 0.863877
PSNR-sample 7 80.9981 ± 2.10322378.1372 ± 1.03572577.7073 ± 1.17626677.9922 ± 1.289977.3818 ± 0.850334
PSNR-sample 8 81.6211 ± 2.32797578.1975 ± 1.05349677.9091 ± 1.25040478.0517 ± 1.33256477.4297 ± 0.894732
PSNR-sample 9 82.2185 ± 2.49066778.3140 ± 1.11620477.9093 ± 1.19459278.0561 ± 1.55008477.3518 ± 0.825746
PSNR-sample 10 81.8289 ± 2.53080878.2992 ± 1.03209677.7881 ± 1.18082478.2153 ± 1.59592677.3825 ± 0.89572

a Data are presented as mean ± SD.

Figure 4.

Ultrasound IMT of Left Common Carotid Artery

A) Original image, B) SRAD filter-Canny edge detection, C) SRAD filter-Sobel edge detection, D) SRAD filter-Prewitt edge detection, E) SRAD filter-Roberts edge detection, F) SRAD filter-LOG edge detection

Figure 5.

Ultrasound IMT of Left Brachial Artery

A) Original image, B) SRAD filter-Canny edge detection, C) SRAD filter-Sobel edge detection, D) SRAD filter-Prewitt edge detection, E) SRAD filter-Roberts edge detection, F) SRAD filter-LOG edge detection

Tables 3 and 4 show that the lowest values of MSE and highest values of PSNR are achieved via Canny edge detection with de-noising SRAD filter for IMT of left brachial artery in 90 frames (almost three cardiac cycles and the time of cardiac cycle was 0.7 seconds in each cycle). According to MSE value, there was a significant difference between Canny edge detection status and all edge detections (Sobel, Prewitt, Roberts and LOG) statuses (P-Value < 0.05). Considering, PSNR value, there was a significant difference between Canny edge detection status and all edge detections (Sobel, Prewitt, Roberts and LOG) (P-Value < 0.05).

Ultrasound IMT of Left Common Carotid Artery

A) Original image, B) SRAD filter-Canny edge detection, C) SRAD filter-Sobel edge detection, D) SRAD filter-Prewitt edge detection, E) SRAD filter-Roberts edge detection, F) SRAD filter-LOG edge detection

Ultrasound IMT of Left Brachial Artery

A) Original image, B) SRAD filter-Canny edge detection, C) SRAD filter-Sobel edge detection, D) SRAD filter-Prewitt edge detection, E) SRAD filter-Roberts edge detection, F) SRAD filter-LOG edge detection a Data are presented as mean ± SD. a Data are presented as mean ± SD. a Data are presented as mean ± SD. a Data are presented as mean ± SD.

5. Discussion

Nowadays, intima-media thickness (IMT) of common carotid artery is considered as an important value for prediction of cardiovascular diseases. Therefore, precise measurement of IMT is important to assess the risk of cardiovascular events or to evaluate their progress (1). Moreover, Weidinger et al. showed that assessment of brachial artery that is less prone to symptomatic obstructive disease compared to other arterial beds (carotid, femoral) might have some potential advantages. First, changes of function and morphology can be detected in the same artery. Second, the pattern of wall thickening in the brachial artery is rather diffuse compared to carotid artery and may be a more sensitive indicator of long-term systemic exposure to risk factors (23). Therefore, we studied these arteries (CCA and BA) in our research. Edge detection in ultrasonic images is important for recognition of IMT in CCA and BA. Edge detection operator is a mutation in the nature of the image to test the edge. Conventionally, the edge is detected according to algorithms like Sobel, Roberts, Prewitt, Canny and LOG (Laplacian of Gaussian) operators (4). The use of the Sobel edge detector is somewhat difficult compared to the Prewitt edge detector. Prewitt edge detector is slightly simpler to implement computationally than the Sobel detector. However, it tends to cause slightly noisier results (24). Roberts edge operator is one of the oldest and simplest edge detectors in digital imaging (25). It is still used frequently in hardware implementations where simplicity and speed are dominant factors (25). The disadvantages of these operators (Sobel, Prewitt and Roberts) are sensitivity to noise in detection of the edges and their orientations. The increase in the noise of the image will eventually degrade the magnitude of the edges (5, 26). The LOG is often applied to an image that has first been smoothed with something approximating a Gaussian-smoothing filter in order to reduce its sensitivity to noise (27). The disadvantage is that it reduces the accuracy in finding out the orientation of edges and malfunctions the corners and curves, where the gray level intensity function varies (27). Canny has three criteria for the evaluation of performance of edge detection (24). The first and most obvious is low error rate. It is important that edges occurring in images should not be missed and that there should be no responses to non-edges. The second criterion is that the edge points should be well localized. In other words, the distance between the edge pixels as found by the detector and the actual edge should be at its minimum. The third criterion is to have only one response to a signal edge (25). This study showed that Canny edge detection with SRAD filter is better than several commonly used edge detections with SRAD filter in terms of speckle suppression and details preservation in common carotid and brachial arteries ultrasound images. The present study is in agreement with many other studies (23, 28). Using the automatic method for measuring the intima-media thickness in B-mode ultrasound images was easy and highly reproducible (29). Additionally, the duration of image processing was considerably reduced, and the variation in results seen with manual tracing observers was IMT changes in the common carotid artery (29). In this study, we used the computerized analysis method to detect the dynamic mechanical properties of both artery (carotid and brachial arteries) walls in three cardiac cycles. A few investigations have shown that changes in IMT occur during a cardiac cycle (30, 31). Selzer et al. showed that common carotid was lower during the peak systolic period compared to the end of the diastolic by an average of 5.3% in 24 individuals (32). Another study showed that the average change in carotid IMT during the cardiac cycle was 0.041 mm (33). Hence, the present study assessed different edge detections with SRAD de-noising for ultrasound images of common carotid and brachial arteries in 90 frames (almost three cardiac cycles). Moreover, reduction of noise was utilized on ultrasound images of IMT in both arteries (carotid and brachial arteries). Finally, our study may provide more comprehensive information than other previous studies in which edge detection was done only on one frame or one artery. However, a limitation of this study is that SRAD filtration is a time consuming process for ultrasound images. Another limitation of the current study was the translational movement of common carotid and brachial arteries, which are related to probe movement during scanning and suppression of artery pulsating movements. However, we tried to make these movements as low as possible. According to IMT changes during the cardiac cycle, the present study assessed different edge detections with SRAD de-noising filter for ultrasound images of common carotid and brachial arteries in 90 frames (almost three cardiac cycles). Based on the result, by measuring the MSE and PSNR, this study showed that Canny edge detection with SRAD filter is better than other edge detections used with SRAD filter in terms of speckle suppression and details preservation in common carotid and brachial arteries ultrasound images.
  15 in total

1.  Improved common carotid elasticity and intima-media thickness measurements from computer analysis of sequential ultrasound frames.

Authors:  R H Selzer; W J Mack; P L Lee; H Kwong-Fu; H N Hodis
Journal:  Atherosclerosis       Date:  2001-01       Impact factor: 5.162

2.  Is carotid intima-media thickness useful in cardiovascular disease risk assessment? The Rotterdam Study.

Authors:  A I del Sol; K G Moons; M Hollander; A Hofman; P J Koudstaal; D E Grobbee; M M Breteler; J C Witteman; M L Bots
Journal:  Stroke       Date:  2001-07       Impact factor: 7.914

3.  Speckle noise reduction in ultrasound biomedical B-scan images using discrete topological derivative.

Authors:  Nedumaran Damodaran; Sivakumar Ramamurthy; Sekar Velusamy; Gayathri Kanakaraj Manickam
Journal:  Ultrasound Med Biol       Date:  2012-02       Impact factor: 2.998

4.  Associations of carotid artery intima-media thickness (IMT) with risk factors and prevalent cardiovascular disease: comparison of mean common carotid artery IMT with maximum internal carotid artery IMT.

Authors:  Joseph F Polak; Michael J Pencina; Allison Meisner; Karol M Pencina; Lisa S Brown; Philip A Wolf; Ralph B D'Agostino
Journal:  J Ultrasound Med       Date:  2010-12       Impact factor: 2.153

5.  Speckle reducing anisotropic diffusion.

Authors:  Yongjian Yu; Scott T Acton
Journal:  IEEE Trans Image Process       Date:  2002       Impact factor: 10.856

6.  Real-time velocimetry for evaluation of change in thickness of arterial wall.

Authors:  H Kanai; Y Koiwa
Journal:  Ultrasonics       Date:  2000-03       Impact factor: 2.890

7.  A computational approach to edge detection.

Authors:  J Canny
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  1986-06       Impact factor: 6.226

8.  Compressibility of the carotid artery in patients with pseudoxanthoma elasticum.

Authors:  P Boutouyrie; D P Germain; A I Tropeano; B Laloux; F Carenzi; M Zidi; X Jeunemaitre; S Laurent
Journal:  Hypertension       Date:  2001-11       Impact factor: 10.190

9.  A vision based top-view transformation model for a vehicle parking assistant.

Authors:  Chien-Chuan Lin; Ming-Shi Wang
Journal:  Sensors (Basel)       Date:  2012-03-30       Impact factor: 3.576

10.  Changes in carotid intima-media thickness during the cardiac cycle: the multi-ethnic study of atherosclerosis.

Authors:  Joseph F Polak; Craig Johnson; Anita Harrington; Quenna Wong; Daniel H O'Leary; Gregory Burke; N David Yanez
Journal:  J Am Heart Assoc       Date:  2012-08-24       Impact factor: 5.501

View more
  2 in total

1.  A comparative study of three speckle reducing methods for intima-media thickness ultrasound images.

Authors:  Mehravar Rafati; Masoud Arabfard; Mehrdad Rafati Rahimzadeh; Hasan Voshtani; Hassan Moladoust
Journal:  Iran Red Crescent Med J       Date:  2015-02-16       Impact factor: 0.611

2.  Image Pre-Processing Method of Machine Learning for Edge Detection with Image Signal Processor Enhancement.

Authors:  Keumsun Park; Minah Chae; Jae Hyuk Cho
Journal:  Micromachines (Basel)       Date:  2021-01-11       Impact factor: 2.891

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.