Embodiments described herein generally relate to X-ray medical image enhancement and, for example and without limitation, to algorithms, apparatus and systems for X-ray dental imaging enhancement.
X-ray medical images enable a practitioner to diagnose health problems and develop an appropriate treatment plan to address the diagnosed problems. Medical imaging covers a wide variety of applications. For example, in dental applications enhanced clarity in X-ray dental imaging can provide the practitioner with the best images available to perform an accurate diagnosis. Current methods for enhancing X-ray dental images may excessively amplify noise and result in image distortion. An improved process for X-ray dental imaging enhancement is needed.
Disclosed herein, among other things, is method for enhancing X-ray dental images. The method includes receiving an input image and applying contrast enhancement to the input image, including using Recursive Locally-Adaptive Wiener Filtration (RLA-WF), Recursive Sliding Window Contrast Limited Histogram Equalization (RSW-CLAHE) utilizing a Truncation Threshold Surface (TTS), and a sliding window to obtain an enhanced input image. The method also includes applying sharpness enhancement to the input image, including using Fast Recursive Adaptive Unsharp Masking (FRA-UM) utilizing the sliding window, to obtain a sharpened image. The enhanced input image is linearly mixed with the sharpened input image using a control coefficient to obtain an output image, and the output image is provided to a display of a user, in various embodiments.
This Summary is an overview of some of the approaches of the present application and not intended to be an exclusive or exhaustive treatment of the present subject matter. Further details about the present subject matter are found in the detailed description and appended claims. The scope of the present invention is defined by the appended claims and their legal equivalents.
The drawings illustrate generally, by way of example, various embodiments discussed in the present document.
The following detailed description of the present subject matter refers to subject matter in the accompanying drawings which show, by way of illustration, specific aspects and embodiments in which the present subject matter may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the present subject matter. References to “an”, “one”, or “various” embodiments in this disclosure are not necessarily to the same embodiment, and such references contemplate more than one embodiment. The following detailed description is demonstrative and not to be taken in a limiting sense. The scope of the present subject matter is defined by the appended claims, along with the full scope of legal equivalents to which such claims are entitled.
An example of a method and apparatus for enhancement the quality of medical images [1] uses unsharp masking filter and piecewise enhancement function to obtain the sharpened image. After that the image is rescaled, to eliminate the outliers and the contrast is enhanced through the known method of Contrast Limited Adaptive Histogram Equalization (CLAHE) [8]. The application of the method is illustrated through an X-ray chest image. In this example is not given quantitative evaluation of the improved medical images, compared to other similar methods.
An example of a method for enhancing radiographic images [2] includes suppressing of the structural noise, selecting a Region Of Interest (ROI) and increasing its contrast by applying CLAHE and interpolation of the enhanced image for its visualization, recording, or transmission. The results of the processing of X-ray images are presented, which include: increasing the contrast of the whole image, emphasizing only the ribs, contrasting only the selected ROI, and others. The characteristics of this class of images differ significantly from those of the X-ray dental images, which is why different approaches are used for their processing.
The basic methods for quality improvement of X-ray dental images could be classified as follows [3,4]: based on processing in the spatial domain, in the frequency domain, and through nonlinear (morphological) processing. Here are analyzed only methods for image processing in the spatial (pixel) domain, because the processing in the frequency domain requires the use of: direct and inverse 2D Fast Fourier Transform (2D-FFT), 2D Discrete Wavelet Transform (2D-DWT) or 2D Morphological Filtration (2D-MF) (the last one needs multiple recursive processing). Compared to the methods in the first group, the second group of methods require much higher computational resource, which limits the areas in which they can be applied.
The main methods in the first group (processing in the image spatial domain) could be generalized as follows:
1. Histogram Equalization (HE) [5] is a computer image processing technique used to improve contrast in images. It accomplishes this by effectively spreading out the most frequent intensity values, i.e., stretching out the intensity range of the image. This method usually increases the global contrast of the image when its usable data is represented by close contrast values. This allows for areas of lower local contrast to gain a higher contrast. Global Histogram Equalization (GHE) works well when the distribution of pixel values is similar throughout the image. However, when the image contains regions that are significantly lighter or darker than most of the image, the contrast in those regions will not be sufficiently enhanced.
2. Adaptive Histogram Equalization (AHE) [6] differs from the ordinary histogram equalization in respect that the adaptive method computes several histograms, each corresponding to a distinct section of the image, and uses them to redistribute the gray level of the image. AHE is therefore suitable for improving the local contrast and enhancing the definitions of edges in an image region. Sliding Window Adaptive Histogram Equalization (SWAHE) [7] improves on Histogram Equalization by transforming each pixel with a transformation function derived from a neighborhood region. However, SWAHE has the shortcoming of excessively amplifying noise, which may result in image distortion. SWAHE does not use a limitation of the maximum value of the local histogram in the sliding window. Thus, black pixels get even darker and white pixels get even whiter, and information can be lost.
3. Contrast Limited Adaptive Histogram Equalization (CLAHE) [8-11]—the contrast amplification in the vicinity of a given pixel value is given by the slope of the transformation function. This value is proportional to the slope of the neighborhood Cumulative Distributed Function (CDF) and therefore to the value of the histogram at that pixel value. CLAHE limits the amplification by clipping the histogram at a predefined value before computing the CDF. The clipping limit (CL) defines the cutting-off level of the histogram and is a percent from its maximum. The coefficient CL is a real scalar in the range of [0,1]. The Default CL starts from 0.01 to 0.2.
However, in block based CLAHE, the contrast in the square tiles (contextual regions) will be different. The borders will contain errors because of the different contrasts in contextual regions. Bilinear Interpolation (BLI) is applied to resolve for this to the borders between the pixels so that the borders between the regions are not visible.
A major problem with using the CLAHE algorithm is the way to determine the optimal values of the CL parameters for each contextual region in the image. In [12] is proposed a learning-based parameters selection method for the CLAHE. The proposed supervised method was built and evaluated using contrast distortions from known image quality assessment datasets, containing over 6200 images with a large range of contrast and intensity variations. The disadvantage of this method is its significant computational complexity and the need to use an image database.
In [13] is applied Adaptive Enhancement of X-ray Images for contrast enhancement by CLAHE and morphological top and bottom hat operation for detail preservation capabilities. The disadvantage of this method is its high computational complexity.
In [14], a comparison of CLAHE with clip limit of 0.01 with the methods for histogram equalization, log transform and gamma correction for multiple gamma values with respect to the quality of X-ray dental periapical images, assessed by entropy criterion, was made. The results show that CLAHE maximizes the entropy in comparison with those algorithms. In the conclusion is claimed that the best enhancement is achieved by using the CLAHE method.
The clip limit CL will be determined at the point with maximum curvature on the entropy curve of the image [15]. However, to define the maximum curvature point, significant computational resource is needed.
4. One way to avoid the requirement of interpolation needed for the block based CLAHE is to use a sliding window approach instead [16]. In each step a histogram is created from a window around the pixel to be equalized. Only the center pixel is equalized and when sliding one pixel, the histogram can be incrementally updated, i.e. only the pixels in the sliding direction has to be added to the histogram and pixels behind removed. This approach makes it possible to skip the interpolation since windows are overlapping. Using a sliding window, the number of calculations for each window are fewer than for each tile in the block based version of CLAHE.
The disadvantage of this method is that a large number of arithmetic operations are required to calculate the parameter CL as a percentage of the maximum of the local histogram of the pixels in the sliding window for each of its positions in the image.
5. Specific for the X-ray dental image is that due to the process of its creation, the transitions are fuzzy. To improve the image quality are used algorithms, based on the linear Unsharp Masking (UM) technique [17, 18]. However, the transition enhancement through UM can result in the increasing of the noise level in the image. To avoid this, is used the algorithm Adaptive UM (AUM), used to detect the pixels placed on the transitions. In accordance with the method, for each of these pixels is executed transition enhancement, while on the remaining pixels is applied noise filtration.
One problem of the algorithm AUM is the growth of its computational complexity together with the size of the averaging sliding window used in the equation for sharpness enhancement. The size of the window is defined so that to frame the most frequent noise components which should be filtered.
6. The image contrast enhancement results in noise increasing in the processed X-ray dental images. Efficient methods for medical images denoising are known, based on the recurrent approach called Total Variation (TV) regularization, which needs large number of iterations [19].
One known method for noise reduction is the 2D Adaptive Wiener filter (2D-AWF) [20]. This filter is optimum, because in result is minimized the Mean Square Error (MSE), due to Gaussian white noise. The locally-adaptive 2D Wiener Filter (2D-WF) is more efficient than 2D-AWF [20]. One problem with the locally-adaptive Wiener filtration is the choice of the adaptation algorithm used to separate the pixels placed on the transitions from these in the homogenous areas of the image. The created filtration method is a combination of wavelet Wiener filter and adaptive weighted average spatial Wiener filter, and has high computational complexity.
In [21] a new method for optimal enhancement of the contrast of a medical image is proposed. The main idea is to improve the gamma correction to enhance the image information and the details based on the improved World Cup optimization (WCO) algorithm. This algorithm is used for optimal selection of the gamma value based on entropy criterion and edge content. The method needs at least 100 iterations which increases the execution time. The region of interest (ROI) in the processed images is manually classified by a dermatologist. No information is provided about dental images.
The present subject matter provides an improved process for X-ray dental imaging enhancement. In various embodiments, the process includes receiving an input image and applying contrast enhancement to the input image, including Recursive Locally-Adaptive Wiener Filtration (RLA-WF) of the noise and Recursive Sliding Window Contrast Limited Histogram Equalization (RSW-CLAHE) utilizing a Truncation Threshold Surface (TTS). The method also comprises applying sharpness enhancement to the input X-ray dental image, including using Fast Recursive Adaptive Unsharp Masking (FRA-UM) utilizing the sliding window, to obtain a sharpened image. The enhanced input image is linearly mixed with the sharpened input image using a control coefficient to obtain an output image, and the output image is provided to a display of a user, in various embodiments.
The present subject matter provides new method for X-ray dental image enhancement based on a sliding window moving one pixel at a time. This allows for the image enhancement to be adjusted more accurately based on the individual, smaller region characteristics.
This Recursive Locally-Adaptive Wiener noise filtration (RLA-WF) algorithm is performed in block 2 of the scheme from
where xf(i,j)—filtered input pixel
—mean value of the pixels x(i,j) in the sliding window W(i,j) of size (2b+1)×(2h+1); Nw=(2b+1)×(2h+1)—number of pixels in the sliding window W(i,j) (it is recommended to use a square window W(i,j) of size (2c+1)×(2c+1) for b=h=c);
The value of px(i,j) is calculated in block 22 of
—local variance of the pixels x(i,j) in the sliding window W(i,j). The value of σx2(i,j) is calculated in block 23;
—mean noise variance in the image [X] of size M×N. It is calculated in block 24.
For the acceleration of the calculation of the mean value μx(i,j) for each pixel except these on the first row and first column of the input matrix [X], are used recursive relations, executed in blocks 25 and 26:
As a result, the mean value μx(i,j) is recursively calculated by only 7 operations instead of performing addition of all pixels in the sliding window, where the needed operations are (2b+1)×(2h+1)−1 (for example, if b=h=5, then (2b+1)×(2h+1)−1=120 and then the acceleration of the calculations of μx(i,j) is 120/7=17.14 times). This is the first advantage of the new approach, presented here. The second advantage of the offered RLA-WF compared to the known adaptive Wiener filtering [20], is that it is adaptive towards the level of the local variation compared to the global one, in result of which are retained the transitions in the image, while the noise is suppressed.
The Truncation Threshold Surface (TTS) algorithm is auxiliary and is used for the calculation of the truncation threshold for the local histogram in each sliding window. This algorithm is performed in bl. 3 of the scheme on
Step 1. In bl. 32, the image [Xf] is divided into (MN)/Q2 non-overlapping blocks Xf,u,v of size Q×Q pixels each, for Q=2d+1 and u=1, 2, . . . , (M/Q) (number of blocks in horizontal direction), and v=1, 2, . . . , N/Q (number of blocks in vertical direction).
For each block Xf,u,v, obtained in blocks 33 and 310, is calculated the corresponding individual threshold CLu,v (in block 35) on the basis of the analysis of the local histogram hu,v(k) (in block 34) of this block.
where
is the number of pixels in the level k of the block Xf,u,v; q—truncation coefficient for the maximum value of each histogram hu,v,(k) for u=1, 2, . . . , (M/Q) and v=1, 2, . . . , N/Q. The value of q is chosen in the range 0.00001≤q≤0.2 on the basis of the quality metrics of the processed image.
An alternative to (3) algorithm for determining the adaptive threshold CLu,vadap is proposed, the value of which does not depend on the parameter q, but on the distribution of the local histogram hu,v(k) of the block Xf,u,v. According to this algorithm, the threshold CLu,vadap is calculated so that the histogram hu,v(k) to divide in 2 parts of the same area with a value of 0.5. As a result of the application of SW-CLAHE with adaptive threshold, maximum contrast of the central pixel of the block Xf,u,v is provided due to the maximum linear stretching of its histogram without loss of gray levels.
The calculation of the value of the adaptive threshold CLu,vadap is performed using the following recursive iterative algorithm:
1. Calculation of CLu,vadap for initial image block Xf,u,v for u=v=0:
where hu,v(k) is the local histogram of the pixels in the block Xf,u,v; m—number of pixels gray level.
2. Recursive calculation of CLu+1,vadap for next neighbor image block, for example Xf,u+1,v, with local histogram hu+1,v(k):
Depending on the position (u,v) of the current block Xf,u,v, image size M×N and the selected way of scanning the image blocks (scan type for example: progressive, meander, Peano-Hilbert, etc.) next neighboring block can be not only Xf,u+1,v, but also one of the blocks Xf,u,v+1 or Xf,u+1,v+1.
The recursive calculation of CL leads to its acceleration, which is due to the big correlation between the spatially adjacent blocks of the image. For this reason, the number of iterations required to calculate the CL for each block except the initial one is reduced.
For the example of
8
From the analysis of the histogram hu,v(k) for the example of
This value of CLu,v is used in the non-iterative algorithm SW-CLAHE with a fixed value of q.
The choice of algorithm for calculating the threshold CLu,v is determined by the requirements of the specific application of SW-CLAHE: for visual evaluation of a tooth image of a given type or for automatic analysis, for example by an artificial intelligence system based on neural networks.
Step 2. Calculation in block 311 of the truncation thresholds surface—matrix [T] of size M×N, comprising the blocks Tu,v≡Xf,u,v. In the space, defined by the centers of each four spatially-neighboring blocks Tu,v, Tu+1,v, Tu,v+1, Tu+1,v+1, is defined the matrix [Tu,v] of size Q×Q with elements tu,v(α,β) for α,β=0, 1, . . . , Q−1.
The remaining elements tu,v(α,β) of the matrix [Tu,v] are calculated in bl. 36 through BLI (Bilinear Interpolation) in correspondence with the relation:
for α0, β0=0, 1, . . . , Q−1. Here (α0,β0) are the local coordinates of the element tu,v(α0,β0) of the matrix [Tu,v]=[tu,v(α0,β0)].
To define the threshold CLij for the histogram truncation in the window W(i,j) for the pixel xf(i,j) in the global coordinate system (i,j) for i=0, 1, . . . , M−1 and j=0, 1, . . . , N−1, is necessary to take into account the displacement (Δiu,Δjv) of the origin of the local coordinate system of the block, related to the original. Then the needed local threshold CLu,v(i,j) (calculated in a block 311) for the pixel xf(i,j) from the block Tu,v, is defined by the relation:
The so presented algorithm for the definition of CLu,v(i,j) is executed before the SW-CLAHE algorithm. To simplify the explanations, in the description below the indices u,v of the local threshold CL(i,j), and respectively—of the element t(i,j) of the matrix [T] will not be used, because they are a function only of the variables (i,j).
The Recursive Sliding Window Contrast Limited Adaptive Histogram Equalization (RSW-CLAHE) algorithm is performed in block 4 of the scheme on
Step 1. The local histogram hi,j(k) is calculated in block 42 for the pixels in the sliding window W(i,j) whose central pixel is x(i,j):
Here Nw=(2b+1)(2h+1) is the number of pixels in the sliding window W(i,j) of size (2b+1)×(2h+1) whose center coincides with the pixel xf(i,j) (it is recommended to use a square window W(i,j) of size (2c+1)×(2c+1) for b=h=c);
—the number of pixels with grey level k in the sliding window W(i,j), as shown in
Step 2. The values of the local histogram hi,j(k) are separated into two parts (in block 43) by the individual threshold, CLi,j. The parts of the histogram are calculated in correspondence with the relations:
In this case h′i,j(k)+h″i,j (k)=hi,j(k). The value of the threshold CLi,j is in the range 0<CLi,j<1 and is calculated before the execution of the BLI algorithm.
Step 3. Calculation of the modified local histogram hi,jM(k) in block 44 for the sliding window W(i,j) in correspondence with the SW-CLAHE algorithm, shown on
where
is the basic level of the modified local histogram hi,jM (k) as shown in
Step 4. Calculation of the modified local cumulative histogram Hi,jM (k) in block 45 for the pixel (i,j):
Step 5. Calculation of the new grey level gk(i,j) of 10 bits in block 46 of the pixel (i,j) from the enhanced image, which replaces the grey level value k of the 8 bits/pixel xf(i,j) from the input filtered image, and is placed in the center of the sliding window W(i,j):
In result is obtained the modified image with pixels gk(i,j), whose truncated histogram is equalized. By increasing the number of bits per pixel of the image with improved contrast, the appearance of false contours in areas with the same levels of gray is avoided. In the description below, the index k for the grey level of the pixel g(i,j) will not be used, because it depends only of the variables (i,j).
Step 6. The sliding window W(i,j) is moved one position ahead in horizontal direction, so that its center to coincide with the pixel x(i+1,j). For the new position of the window W(i+1,j) is calculated in block 44 recursively the corresponding local modified histogram hi+1,jM(k) shown in
where hi−b,jM(k) and hi+b+1,jM(k) are respectively the modified histograms with grey level k in the first column (i−b) of the window W(i,j) with center (i,j), and in the last column (i−b+1) of the window (i+1,j) with center (i+1,j). Here CLi+i,j is the value of the threshold for the histogram of the pixels in the window with center xf(i+1,j).
The modified histogram for the first column (i-b) of the window W(i,j) is:
The modified histogram for the last column (i+b+1) of the window W(i+1,j) is:
Step 7. For each next window position when i=b+2, b+3, . . . , M−b and j=h+2, h+3, . . . , N−h, the steps 3-6 are executed again in blocks 47 and 48. The initial position of the window is defined by the pixel xf(b+1,h+1) in bl. 41, and the window moves to the next position from left to right (in bl. 49) and to the next row below (in block 410).
Unlike the known CLAHE algorithm, the offered here algorithm RSW-CLAHE is using a sliding window placed around each pixel, whose histogram has an individual clipping factor, CL based on the TTS. The calculation of the local modified histogram is accelerated through a recursion.
For the example of
The graphics of
Conclusions from the analysis of the results presented in
The Fast Recursive Adaptive Unsharp Masking (FRA-UM) algorithm is executed in block 5 of the scheme of
The FRA-UM algorithm uses a sliding window W(i,j) of size (2b+1)×(2h+1) to scan the input image [X] of size M×N, with pixels x(i,j) (i=1, 2, . . . , M, j=1, 2, . . . , N).
Non-recursive adaptive unsharp masking algorithm is calculated in bl. 54:
The value of f′(i,j) is calculated in block 53, and that of
—in block 52; Nw=(2b+1)(2h+1)—the number of pixels in the sliding window W(i,j) of size (2b+1)×(2h+1); (it is recommended to use a square window W(i,j) of size (2c+1)×(2c+1) for b=h=c); f(i,j)—a pixel from the sharpened image (in block 55); k—a coefficient used to control the sharpness enhancement, whose value is chosen experimentally in the range 0.2<λ<0.9; δ—threshold, δ≥sσx for 0.2<s<0.9 and σx2—noise variance in the input image x(i,j). To reduce the calculations, expression (16) is transformed as follows:
Then, in accordance with the above expression, the pixel f′(i,j) is the result of applying the convolution operation of the image with a kernel of two-dimensional (2D) digital filter, given in
Example: 2D digital filter for unsharp masking with the kernel of size 7×7 (a=b=3, Nw=49) and λ=0.49 from relation (16) and
From the above expression is the following recursive form of calculation in bl. 53:
The number of operations in the last equation is always 12 and does not depend on the filter window size. For the non-recursive case, the value f′(i,j) is calculated by (2b+1)×(2h+1)+4 operations. In case that b>>1 and h>>1, the reduced number ρ2D of arithmetic operations becomes:
For example, if b=h=20 then ρ2D≈133, i.e., the number of summations necessary for the recursive filter is more than 133 times smaller. This is the advantage of the new approach, presented here.
For further simplification it is possible instead of applying one 2D mean filter, to apply two 1D mean filters—the first over the lines in the horizontal direction of the input image [X], and the second—over the columns in the vertical direction, in accordance with the expressions:
Here λ=λ1×λ2 and u1(i,j) is the pixel (i,j) of the image obtained in result of the first filtration (in horizontal direction). The above two equations are presented in recursive form of calculation:
If λ1=λ2=λ0=√{square root over (λ)}, then the equation for the 2D recursive calculation of μ(i,j) is replaced by the following equations for 1D recursive calculation of μ(i,j) in bl. 52:
For example, if b=h=20, then ρ1D=22, i.e., in result of the recursive approach the number of summations is more than 22 times smaller. The algorithm efficiency is additionally enhanced in result of the double use of the same 1D filter.
A comparison of recursive 2D and 1D calculations of the pixel μ(i,j) shows that the 1D calculation is less computational complexity (b/3 times for b=h), but requires double scan of the image, which increases the overall time for filtration.
The algorithm for Linear Mixing (LM) of the filtered, contrasted, and sharpened images is performed in block 6 of the scheme of
for i=b+2, b+3, . . . , M−b and j=h+2, h+3, . . . , N−h, where a is the control coefficient used for the mixing of pixels g(i,j) and f(i,j), whose value is chosen in the range 0<α<1.
For the quantitative evaluation of the image quality enhancement are developed various criteria [22, 23] which correspond to different image classes, as photos, video sequences (grayscale and color), underwater, multispectral, and medical (ultrasound, computer tomography sequences, X-ray photos, etc.). For the evaluation of X-ray dental images were specially chosen the following quantitative metrics:
1. Metrics for contrast enhancement evaluation: Mean Square Difference Entropy (MSDE):
where
—Local Entropy (LE) in sliding window; x1(i,j) and x0(i,j) are the grey level values of pixels of the output (filtered) and the input (original) image, respectively.
2. Metrics for image sharpness evaluation: Sharpness Index (SI), based on the gradient vector G(i,j)=grad x(i,j):
is Tenengrad gradient function which uses the Sobel operator to extract the horizontal and vertical gradient values:
Metrics for noise reduction evaluation:
On the basis of the above-described criteria, corresponding algorithms for image quality assessment have been used for parameters control in block 7. The control is based on comparing the calculated parameters with preset values. The obtained deviations are used for iterative change of the parameters until they reach values close to the preset ones.
The comparison of the results obtained through applying the algorithm on X-ray dental images enhancement was done by using the Internet-accessible program codes. These results were obtained by non-iterative RSW-CLAHE and FRA-UM for the following values of the basic parameters: q=0.2, c=2, λ=0.4, α=0.4.
For visual evaluation and quality comparison of the improved X-ray bitewings images through applying the non-iterative RSW-CLAHE+FRA-UM and the CLAHE.
The visual evaluation of the images from
The results of the comparison of the proposed new algorithm for improvement of X-ray bitewings dental images with algorithms CLAHE and Global Histogram Equalization (GHE), are shown in Table 2.
The objective quality of the improved images is evaluated by using the metrics based on the criteria MSDE, SI and PSNR. A mean evaluation was done of the quality of 1868 test X-rays bitewing images, improved by applying the proposed RSW-CLAHE algorithm, CLAHE and GHE, based on the mean value of MSDE, SI, SNR and PSNR.
The obtained results are shown in
The machine may be a Personal Computer (PC), a tablet PC, a hybrid tablet, a Set-Top Box (STB), a Personal Digital Assistant (PDA), a mobile or cellular telephone such as a smart phone, a wearable device such as a smart watch, a web appliance, a network router, switch or bridge, or any machine capable of executing instructions (sequential or otherwise) that specify actions to be taken by that machine. Further, while only a single machine is illustrated, the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
Example computer system 500 may include one or more of the following: processor 502 (e.g., a Central Processing Unit (CPU), a Graphics Processing Unit (GPU) or both, processor cores, compute nodes, etc.), a main memory 504 and a static memory 506, which communicate with each other via a link 508 (e.g., bus). The computer system 500 may further include a video display unit 510, an alphanumeric input device 512 (e.g., a keyboard), and a User Interface (UI) navigation device 514 (e.g., a mouse). In one embodiment, the video display unit 510, input device 512 and UI navigation device 514 are incorporated into a touch screen display. The computer system 500 may additionally include a storage device 516 (e.g., a drive unit), a signal generation device 518 (e.g., a speaker), a network interface device 520, and one or more sensors (not shown), such as a Global Positioning System (GPS) sensor, compass, accelerometer, or other sensor.
The data storage device 516 includes a machine-readable medium 522 on which is stored one or more sets of data structures and instructions 524 (e.g., software) embodying or utilized by any one or more of the methodologies or functions described herein. The instructions 524 may include a machine learning system or algorithm, and may also reside, completely or at least partially, within the main memory 504, static memory 506, and/or within the processor 502 during execution thereof by the computer system 500, with the main memory 504, static memory 506, and the processor 502 also constituting machine-readable media.
While the non-transitory computer-readable storage medium 522 is illustrated in an example embodiment to be a single medium, the term “machine-readable medium” or “computer-readable medium” may include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more instructions 524.
The term “machine-readable medium” shall also be taken to include any tangible medium that is capable of storing, encoding or carrying instructions (e.g., instructions 524) for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present disclosure or that is capable of storing, encoding or carrying data structures utilized by or associated with such instructions. The term “machine-readable medium” shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media.
Specific examples of machine-readable media include non-volatile memory, including, but not limited to, by way of example, semiconductor memory devices (e.g., Electrically Programmable Read-Only Memory (EPROM), Electrically Erasable Programmable Read-Only Memory (EEPROM)) and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks.
The instructions 524 may further be transmitted or received over a communications network 526 using a transmission medium via the network interface device 520 utilizing any one of a number of known Hypertext Transfer Protocols (e.g., HTTP).
Examples of communication networks include a Local Area Network (LAN), a Wide Area Network (WAN), the Internet, mobile telephone networks, Plain Old Telephone System (POTS) networks, and wireless data networks (e.g., Wi-Fi, 3G, and 6G LTE/LTE-A or WiMAX networks). The term “transmission medium” shall be taken to include any intangible medium that is capable of storing, encoding, or carrying instructions for execution by the machine, and includes digital or analog communications signals or other intangible medium to facilitate communication of such software.
The above description is intended to be illustrative, and not restrictive. For example, the above-described examples (or one or more aspects thereof) may be used in combination with others. Other embodiments may be used, such as by one of ordinary skill in the art upon reviewing the above description. The Abstract is to allow the reader to quickly ascertain the nature of the technical disclosure, for example, to comply with 37 C.F.R. § 1.72(b) in the United States of America. It is submitted with the understanding that it will not be used to interpret or limit the scope or meaning of the claims.
Also, in the above Detailed Description, various features may be grouped together to streamline the disclosure. However, the claims may not set forth every feature disclosed herein as embodiments may feature a subset of said features. Further, embodiments may include fewer features than those disclosed in a particular example. Thus, the following claims are hereby incorporated into the Detailed Description, with a claim standing on its own as a separate embodiment.
This application is intended to cover adaptations or variations of the present subject matter. It is to be understood that the above description is intended to be illustrative, and not restrictive. The scope of the present subject matter should be determined with reference to the appended claims, along with the full scope of legal equivalents to which such claims are entitled.
One advantage of the present subject matter is that unlike the known methods, it is fully adaptive to the local statistical qualities of the analyzed X-ray dental images. This quality permits to achieve higher efficiency in the correction of the existing shortcomings of the kind:
One of the characteristics that this method distinguishes from known methods is its recursive scheme for calculation of the enhanced image. In result, the image processing is significantly accelerated.
Some of the differences and advantages of the new method in each of the described stages include:
The presented sequence of processing stages is unique and is not used in existing methods.
The result obtained in accordance with the new method depends on the choice of several basic parameters. In this way, easy adaptation is possible to the processed image, which could be of various size and bits per pixel (bpp). Another difference and advantage is that this new method does not cause distortions in the edges of the image, which happen in many other prior art methods.
Due to its low computational complexity, the method could be implemented not only in software, but also in hardware or firmware. The stages of the processing related to the filtration and contrast enhancement on the one hand, and the sharpness enhancement on the other hand, could be executed in parallel, depending of the kind of the used computer platform.
The offered method could be used for single images and/or for each image in Computer Tomography Image (CTI) sequence by using the corresponding most suitable settings of the participating parameters.
Some non-limiting examples of the present subject matter are provided as follows:
In Example 1, a method for enhancing an X-ray dental image is provided. The method may include: applying noise filtration to an input X-ray dental image, including using Recursive Locally-Adaptive Wiener Filtration (RLA-WF) based on a sliding window calculated following a 2-dimensional (2D) recursive scheme; applying contrast enhancement to the input X-ray dental image, using Recursive Sliding Window Contrast Limited Adaptive Histogram Equalization (RSW-CLAHE) utilizing a Truncation Threshold Surface (TTS), and the sliding window to obtain an enhanced output image; applying sharpness enhancement to the input X-ray dental image, using Fast Recursive Adaptive Unsharp Masking (FRA-UM) utilizing the sliding window, to obtain a sharpened image by 2D recursive scheme or a 1-dimensional (1D) recursive scheme based on double scanning of the X-ray dental image; and linearly mixing (LM) the noise filtrated and contrast enhanced X-ray dental image with the sharpness enhanced X-ray dental image using a control coefficient in order to obtain an output X-ray dental image.
In Example 2, the subject matter of Example 1 may optionally further include some or all of:
This document is intended to cover adaptations or variations of the present subject matter. It is to be understood that the above detailed description is intended to be illustrative, and not restrictive. Other embodiments will be apparent to those of skill in the art upon reading and understanding the above description. The scope of the present subject matter should be determined with reference to the appended claims, along with the full scope of legal equivalents to which such claims are entitled.
This application is a continuation of U.S. patent application Ser. No. 17/446,942, filed September 2021, which claims the benefit of priority under 35 U.S.C. § 119(e) of U.S. Provisional Patent Application Ser. No. 62/706,727, filed on Sep. 4, 2020, U.S. Provisional Patent Application Ser. No. 63/200,131, filed on Feb. 16, 2021, and U.S. Provisional Patent Application Ser. No. 63/202,997, filed on Jul. 2, 2021, which are herein incorporated by reference in their entireties.
Number | Date | Country | |
---|---|---|---|
62706727 | Sep 2020 | US | |
63200131 | Feb 2021 | US | |
63202997 | Jul 2021 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 17446942 | Sep 2021 | US |
Child | 18639239 | US |