1 Introduction

SPECT image modality is part of the nuclear medicine technologies which is commonly used in the field of radiology. This type of medical images has become essential for illness detection and treatment. It uses a set of photons generated by radioactive isotopes that have been previously injected into the human body. When the radiopharmaceutical substance interacts with the tissues, the photons are produced, and they must be captured by a gamma camera, providing a set of image slices with the information of the organ of interest. It must be noted that with this technology we can gather metabolic information of the corresponding tissues [1]. Currently, the SPECT technology is vastly used for many applications of disease detection and diagnosis, including evaluation of the bone conditions [2]. The intensity levels coded in the SPECT images quantify the uptake of the radioactive isotope performed by the evaluated tissue, and it is an indicative of the patient conditions. SPECT, nonetheless, presents huge limitations because the spatial resolution and the contrast of the resulting images are poor.

On the other hand, quantification and assessment of the tissues of interest are tasks that might help in the diagnosis procedure, which can be carried out by using segmentation algorithms. The poor contrast and resolution of SPECT images hinder the correct extraction of the tissue boundaries, even for nuclear medicine physicians. In the literature, we can find several segmentation algorithms which have been designed to be applied to nuclear medicine images [3,4,5]. Active shape models [3], clustering-based methods [4], level sets [5] and machine learning approaches have been employed for this task [6]. Given the limitations found in this type of medical images, the segmentation problem remains open, even more when analyzing bone tissues.

In this work, we present a segmentation method based on the Hermite transform and a region growing scheme. The latter is implemented into the HT domain. Hermite coefficients are used for the design of the growing criterion. It has been demonstrated in several works, the efficiency of the HT for representing different types of image features [7]. Our method is evaluated using several SPECT image examples acquired for evaluating the bone structures.

2 Methodology

In this section, we introduce the designed scheme. Let \( f\left( {x,y} \right) \) be an input image. The HT is calculated as [7]

$$ L_{n - m,m} \left( {p,q} \right) = \int {\int_{ - \infty }^{\infty } {\left( {x,y} \right)V^{2} \left( {x - p,y - q} \right)G_{n - m,m} \left( {x - p,y - q} \right)dxdy} } $$
(1)

where \( L_{n - m,m} \left( {p,q} \right) \) are the cartesian Hermite coefficients, \( V\left( {x,y} \right) = \frac{1}{\sigma \sqrt \pi }e^{{ - \left( {x^{2} + y^{2} } \right)/2\sigma^{2} }} \) is a Gaussian window and \( G_{n - m,m } = \frac{1}{{\sqrt {2^{n} \left( {n - m} \right)m!} }}H_{n - m} \left( {x /\sigma } \right)H_{m} \left( {y /\sigma } \right) \) are the normalized Hermite polynomials [7]. The transform order is determined by \( n. \) Coefficients must be computed for \( n = 0,1,\,2,\, \ldots \,,\,N \) and \( m = 0,1, \ldots ,n \). For \( n = 0 \), low frequency components are obtained, and details coefficients are calculated when \( n \ge 1 \). Until order \( n = 2, {\text{coefficients code features such as intensity}}, {\text{edges and zero crossing}}. \) These texture coefficients are then used to build the region growing scheme. Figure 1 presents cartesian Hermite coefficients up to second order applied to an image of nuclear medicine.

Fig. 1.
figure 1

Hermite transform up to order 2.

At the beginning, we need to provide an initial seed point. Therefore, information gathered from the neighborhood of that point is used to classify the rest of pixels. This information is evaluated using the texture coefficients obtained with the HT. The algorithm is iteratively run until a stable condition is reached which generates the segmentation of the desired bone structure. In general, the proposed method consists of two steps: (1) The HT is calculated, and (2) The region growing technique is applied using information from the Hermite coefficients. The classification criterion is configured based on the homogeneity found in the HT coefficients. The following growing rule is used.

$$ C\left( {p,q,r} \right) = L_{m,n - m} \left( {p,q} \right) - L_{m,n - m} \left( {p^{r} ,q^{r} } \right) $$
(2)

where \( L_{m,n - m} \left( {p,q} \right) \) represents the Hermite coefficient value at point (\( p,q) \), and \( L_{m,n - m} \left( {p^{r} ,q^{r} } \right) \) corresponds to the average value computed from the neighborhood of that point. The variable \( C \) measures the homogeneity between the current point and its neighborhood. Therefore, \( C \) must be then thresholded to decide if that point corresponds to the desired object. In addition, 4 or 8 connectivity must be considered.

This method is used to provide a robust scheme that takes advantage of three types of image features.

3 Results

Examples of SPECT images were used for performance evaluation. The seed point is, until now, manually selected. The HT is computed for a second order. The growing algorithm is proved using 8 connectivity. Some results using the proposed segmentation method are illustrated in Fig. 2. It can be seen that the desired bone is satisfactory extracted.

Fig. 2.
figure 2

Example results of the segmentation process obtained with the proposed method. The green contour corresponds to the boundary of the segmented object.

Quantitative analysis presents the segmentation results using classical region growing and the model combining the HT and the region growing. For the evaluation we used a total of 20 images corresponding to 2 patients (Table 1).

Table 1. Average point-to-curve distance obtained for 2 patients.

The HT with region growing is a simple method able to achieve efficiently the contour in images of nuclear medicine. The method proposed in this work presents improved results than classical region growing. The coefficients of HT include more information of the original image which they are different texture useful in the segmentation process. The implementation scheme can be employed in the analysis of bone abnormalities.

4 Conclusion

We developed an image segmentation scheme based on the Hermite transform and a region growing approach. It was applied to analysis of SPECT images. The region growing criterion is evaluated using the Hermite coefficients which allow to code several image features to improve the selection process. The method can be efficiently used for extracting the bone tissues in SPECT images.