Literature DB >> 34960584

Thermal Drift Correction for Laboratory Nano Computed Tomography via Outlier Elimination and Feature Point Adjustment.

Mengnan Liu1, Yu Han1, Xiaoqi Xi1, Siyu Tan1, Jian Chen1, Lei Li1, Bin Yan1.   

Abstract

Thermal drift of nano-computed tomography (CT) adversely affects the accurate reconstruction of objects. However, feature-based reference scan correction methods are sometimes unstable for images with similar texture and low contrast. In this study, based on the geometric position of features and the structural similarity (SSIM) of projections, a rough-to-refined rigid alignment method is proposed to align the projection. Using the proposed method, the thermal drift artifacts in reconstructed slices are reduced. Firstly, the initial features are obtained by speeded up robust features (SURF). Then, the outliers are roughly eliminated by the geometric position of global features. The features are refined by the SSIM between the main and reference projections. Subsequently, the SSIM between the neighborhood images of features are used to relocate the features. Finally, the new features are used to align the projections. The two-dimensional (2D) transmission imaging experiments reveal that the proposed method provides more accurate and robust results than the random sample consensus (RANSAC) and locality preserving matching (LPM) methods. For three-dimensional (3D) imaging correction, the proposed method is compared with the commonly used enhanced correlation coefficient (ECC) method and single-step discrete Fourier transform (DFT) algorithm. The results reveal that proposed method can retain the details more faithfully.

Entities:  

Keywords:  nanoscale computed tomography (nano-CT); outlier elimination; thermal drift correction

Year:  2021        PMID: 34960584      PMCID: PMC8703391          DOI: 10.3390/s21248493

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.576


1. Introduction

Computed tomography (CT), which is a nondestructive technique to obtain structural information inside objects, is widely used in cultural relic detection, life sciences, and other industrial applications [1]. However, small changes in the relative position of source-turntable-detector can seriously affect the image quality of CT [2,3]. In particular, the projection misalignment caused by thermal drift can deteriorate the reconstruction quality and reduce the achievable spatial resolution of nano-CT [4,5,6]. The slices reconstructed by the misaligned projections contain serious blur and double-edge artifacts [7]. Therefore, the correction of thermal drift artifacts of great significance for boosting the practical applications of nano-CT [8,9]. The projection alignment method based on short reference scan was proposed by Sasov [10] in 2008. The method consists of three steps. (a) The second scan is carried out with a larger rotation step to obtain the reference projection. (b) The relative position relationship is calculated based on the features of the main and reference projections. (c) The alignment of projection is achieved. Feature extraction is the most challenging step because the features are directly related to the accuracy of drift calculation. At present, there are three common methods to align the main projection with respect to the reference projection: intensity based method, frequency domain based method, and feature based method. The intensity based method constructs the similarity measure through the gray scale of projection and calculates the extreme value of the similarity measure by using the optimization algorithm to get the translation parameters. Evangelidis et al. [11] proposed an image registration method called enhanced correlation coefficient (ECC) method based on entropy correlation coefficient as the objective function and established a new iterative scheme for nonlinear optimization problems with simple closed form solutions to improve the calculation speed. The frequency domain based method aligns the projections with the relationship between the spatial movement and the parameters in the frequency domain. Manuel et al. [12] proposed a fast alignment method based on the matrix-multiply discrete Fourier transform (DFT). This method is called the single-step DFT algorithm. Its essence is that the matrix multiplication of 2D DFT to initialize the peak position of cross correlation. Consequently, the computational time is greatly reduced without sacrificing accuracy. The feature based method uses the similarity constraint of position and direction of the feature points extracted by local descriptors to align the projections, such as scale invariant feature transform (SIFT) [13], speeded up robust features (SURF) [14], and binary robust independent elementary features (BRIEF) [15]. However, the initial features may contain a large number of mismatched points in practical applications due to the ambiguities in similarity constraint, which affects the realization of high-precision projection alignment, so it is necessary to eliminate the mismatched points [16]. Two-stage constraint-based strategy is a popular method to solve the mismatching problem [17,18,19]. In the first stage, initial matching features of image pairs are obtained by using local descriptors. In the second stage, geometric constraints of feature points are used to eliminate the outliers. The remaining features are used to construct matching parameters between image pairs. Locality preserving matching (LPM) [20] and random sample consensus (RANSAC) [21] are the commonly used methods at present. In the artifact correction of nano-CT, the projection alignment method based on feature points also requires the two-stage strategy. Since the drift process only involves horizontal and vertical movement, a rigid model is considered [22,23]. Although these methods have achieved satisfactory results in many cases, the projection of nano-CT contains significant noise and varying luminance, so the traditional two-stage strategy still needs to be optimized. In this study, a method based on outlier elimination and position adjustment is proposed to align the main projection by the reference projection for reducing or even eliminating the thermal drift artifact of nano-CT. The proposed method can effectively eliminate outliers with high accuracy. Further, an elimination model of outliers based on the geometric position of features and structural similarity (SSIM) [24] of projection is established, which can evaluate the feature points accurately. The local SSIM between the neighborhood images of feature points is used to adjust the position. Two-dimensional (2D) transmission experiments and three-dimensional (3D) reconstruction experiments reveal that the proposed method has remarkable accuracy, and it can preserve more details of the image as compared to the existing methods. The rest of this paper is organized as follows. Section 2 introduces the proposed method in detail. The 2D transmission experiment and 3D reconstruction experiment are described in Section 3. In Section 4, the feasibility and accuracy of method are verified by experiments and comparison with other methods. Finally, the study is concluded in Section 5.

2. Method

The reference projections are acquired with a larger rotation step after obtaining the main projections. The proposed method is used to calculate the drifts between the main and the reference projections. The drift of main projection without reference projection is estimated by cubic spline interpolation of adjacent drift. The workflow of the proposed method is shown in Figure 1, which consists of four steps: projection pretreatment, acquisition of initial features, feature point elimination based on feature angle and SSIM (ASIM), and feature point position adjustment based on SSIM. First, the main projection-reference projection image pairs are preprocessed by denoising and histogram equalization to improve the image quality and contrast. SURF is used to generate the initial features of the projections. Then, ASIM is used for feature elimination to reduce the influence of outliers on the drift calculation. Finally, the SSIM in the feature point neighborhood is used to reposition the feature.
Figure 1

Workflow of the proposed method.

2.1. Alignment Model of Main Projection and Reference Projection

The alignment model of main projection and reference projection is considered as a rigid transformation model since drift is a slowly varying translation process [25]. where is the coordinate of the feature point in the main projection feature set. is the coordinate of the corresponding feature point in the reference projection feature set. and represent the horizontal and vertical rigid drifts, respectively.

2.2. Rough Elimination of Outliers Based on Feature Angle

SURF is a fast and robust feature description method which consists of two main parts: feature generation and matching. The purpose of feature generation is to determine feature point locations and descriptors. Matching is achieved by the Euclidean distance of the feature points. It is assumed that the matching feature point sets have been extracted by SURF. The feature point sets of the main and reference projections are denoted by and , respectively. In the scanning process of nano-CT, the initial point set is interfered by different noise distributions and brightness [16] due to the long-time interval between the main and reference projections (usually a complete main scanning period) [10]. The outliers affect the calculation results of drift. Therefore, it is necessary to identify the inliers and outliers in the initial point set to establish a reliable matching relationship. The proposed elimination strategy includes rough elimination and refined elimination. The purpose of rough elimination is to identify and eliminate obvious outliers for accelerating the operational efficiency of refined elimination. First, the feature points , in the main feature point set and the corresponding points , in the reference feature point set are considered. Here, is the number of initial feature points. The angle between two points in the same point set is used to represent the geometric position. In the proposed method, this angle is called the feature angle. Based on the four feature points, the two feature angles are defined as where and represent the feature angle of and , respectively. Please note that the feature angle contains the direction information of the two points. Here, is taken as the example, and is used as the origin to establish the rectangular coordinate system. The angle between the line of and the positive direction of the X axis is taken as the feature angle, as shown in Figure 2c.
Figure 2

Schematic diagram of feature elimination and relocation based on ASIM. (a) Initial feature matching relationship, where blue and red lines represent the inliers and outliers, respectively. (b) Calculation of the feature angle between and . Only three dots are connected here for clarity. (c) Process of feature position adjustment, where the hollow circles represent the position of original features and the solid circles represent the new optimal location.

Then, the feature angle is considered to identify the outliers. If the matching relationship of the feature points is accurate, the feature angles and should satisfy the following relationship: However, it is difficult to satisfy Equation (3) due to the difference in brightness and noise distribution between the main projection and reference projection. The difference between the feature angle of and the feature angle of the corresponding point is used as the evaluation criterion of outliers which can be expressed as where represents the outlier evaluation criterion. is the set of inliers in rough elimination. Our goal is to construct the optimal inlier set by minimizing the outlier evaluation criterion . To obtain the optimal solution of Equation (4), the feature angle similarity function is constructed to evaluate the difference between feature angles and . and are the upper and lower limits of feature angle that can be accepted relative to . Then, can be expressed as It is extremely difficult to directly set the upper and lower limits of the feature angle, so the feature point offset limit is defined to calculate the values of and . According to the direction of the feature angle, the limits of the feature angle can be expressed as and where, I, II, III, and IV represent the quadrant to which the feature angle belongs. We construct the voting function based on the feature angle similarity function where, represents the voting function of feature point . Then, the rough elimination strategy of outliers can be expressed as where indicates the vote threshold. is the number of feature points after rough elimination. is the feature points after rough elimination. (9) provides a voting method for determining the best point set of (4). As mentioned above, the purpose of rough elimination is to eliminate obvious outliers (the feature point difference is greater than offset limit ). Therefore, the loose vote threshold is set in Section 2.5.

2.3. Refined Elimination of Outliers Based on SSIM

In Section 2.2, the rough elimination of outliers based on feature angle was introduced. Obvious outliers were identified and eliminated by the feature point offset limit and vote threshold . However, feature points need to be further eliminated to improve the matching accuracy in high-precision rigid alignment. is defined as the alignment vector, which can be expressed as follows: where is the alignment vector of the point pair and . The coordinates of the feature points are expressed as and . The SSIM is used to further refine the features. Each pair of feature points provides a guide to align the projection through the alignment vector . The SSIM between the reference projection and the main projection moved by the alignment vector can be expressed as where is the reference projection. and represent the mean of the main and reference projections, respectively. is the main projection moved by the alignment vector . and are the standard deviations of the main and reference projections, respectively. and are constant. To improve the robustness of refined elimination, the SSIM threshold is set. Then, the refined feature points satisfy ASIM is used to eliminate the outliers in the SURF initial feature points. The complete procedure is summarized in Table 1.
Table 1

The process of outliers elimination based on ASIM.

Input: The image pair of main projection Pmain and reference projection Pref, the feature point offset limit χ, and vote threshold λ.
Output: The refined set of feature points Trefined
1. Establish the initial feature set Tmain and Tref by the SURF.
2. Calculate the feature angle A(tmaini,tmainj) and A(trefi,trefj) (1iN,1jN).
3. Calculate the upper and lower limits of feature angle based on (6) and (7) using the feature point offset limit χ.
4. Evaluate each feature point tmaini by the voting function Gi based on (5) and (8).
5. Get the feature points after rough elimination Trough by the vote threshold λ based on (9).
6. Calculate the alignment vector D based on (10) by the Trough.
7. Move the main projection Pmain by the alignment vector D.
8. Calculate the SSIM between the reference projection and the main projection moved in step 7 based on (11).
9. Sort the feature points according to SSIM. 20% points of Trough are built as the refined feature set Trefined.

2.4. Position Adjustment of Feature Points Based on SSIM

The location of feature points may not be calculated accurately by SURF due to the influence of brightness and gray distribution of projected image. The position adjustment method based on SSIM provides accurate position of feature points. is the refined feature set extracted in Section 2.3. The position adjustment of feature points method is introduced below. In the main projection and reference projection, image blocks and with size are cropped with as the center respectively. The main projection is moved within the image block with the step size of 0.1 pixel, and the SSIM of the new projection is calculated. represents the inlier after position adjustment. The optimal position of feature points is satisfied SSIM is used for feature point relocation. The relocation process is summarized in Table 2.
Table 2

The process of relocation based on SSIM.

Input: The refined feature set Trefined. Neighborhood image size γpixel×γpixel.
Output:The optimal set of feature points Trefined_relocation.
1. Crop the neighborhood images Pmainγ(x,y,tmaini) and Prefγ(x,y,trefi) with the center of tmaini and trefi by the neighborhood image size γpixel×γpixel.
2. Move Pmainγ(x,y,tmaini) in steps of 0.1 pixels to obtain Pmainγ(x,y,tmaini).
3. Calculate the SSIM between Pmainγ(x,y,tmaini,new) and Prefγ(x,y).
4. The position with the largest SSIM is taken as the new feature point position. Finally, the feature set after relocation Trefined_relocation is obtained.
Figure 2 shows a schematic of feature angle and position adjustment. The proposed method uses the feature angle and SSIM for the elimination and position adjustment. Therefore, the proposed method is named ASIM.

2.5. Implementation Details

The features directly affect the calculation of drift. There are three parameters in the proposed algorithm: the feature point offset limit , the range of neighborhoods near the feature , and the vote threshold . The feature point offset limit controls the range of feature point deviation. The vote threshold represents the percentage of correct matching relation in Equation (5). Rough elimination method is used to eliminate the features with large deviations, which are measured by and . We set ,, and .

3. Experiment

3.1. 2D Transmission Imaging Alignment Experiment

In the nano-CT scanning experiment, the time difference between the main and reference projections is long. Three 2D transmission imaging experiments are set up to evaluate the influence of brightness, noise level, and initial feature number on the alignment accuracy. To evaluate the effectiveness and robustness of the proposed method for high-precision matching between the main projection and the reference projection, the SURF, RANSAC, and LPM are used as comparison methods. All the data used in the experiment are obtained from the nano-CT in Henan Imaging and Intelligent Information Processing Laboratory. To consider the difference in correction accuracy caused by different gray distributions and shapes, four groups of actual scan data are selected for testing. The samples and exposure time are listed in Table 3. The interval time represents the time difference between the main and reference projections.
Table 3

Scan sample and exposure time.

No.SampleExposure Time (s)Interval Time (s)
1Wasp104860
2Cabbage seed1525,500
3Bamboo stick2032,700
4Star card603660
Firstly, the alignment effect under different lighting conditions is tested. The interval time of image pairs is shown in Table 3. The rotation angles of main projection and reference projection are the same. Secondly, the number of initial features is considered to test the effect on accuracy. The samples in Table 3 are tested. The initial number of features are set to 75, 125, 175, and 225. Finally, the robustness of ASIM is tested. The sample projection pairs of the first and second rows in Table 3 are used to test the alignment results under Gaussian noise of 5%, 10%, and 15%.

3.2. 3D Reconstruction Experiment

To evaluate the accuracy of the proposed method in 3D reconstruction, the method is applied to the 3D imaging experiment of an electronic component and cabbage seed. The relevant scanning parameters are listed in the Table 4. The sample is rotated by 360° to obtain the projection of each rotation angle. The rotation step is the rotation angle difference between adjacent projections. The starting point of rotation for the main scan and the reference scan is the same. The proposed method is not only compared with the feature elimination methods (RANSAC and LPM), but also with the intensity based method (ECC) and frequency domain based method (the single-step DFT algorithm).
Table 4

Scan parameters of 3D reconstruction experiment.

ParameterElectronic ComponentCabbage Seed
Voltage (kV)60
Exposure time (s)15
Image size (pixel)1065 × 1030
Resolution (nm)350700
Main rotation step (°)0.360.25
Reference rotation step (°)3.62.5
Scanning time (h)5.57.5

3.3. Evaluation Criteria

The root mean square error (RMSE), drift calculation error, precision, and accuracy are used to evaluate the effect of different methods on the elimination of feature points. SURF is used to obtain the initial features. When the difference between the calculated result and the ground truth is less than 15%, the feature point is considered reliable, and the point is called an inlier. Otherwise, it is considered invalid and is called an outlier. Here, RMSE is used to evaluate the absolute offset error. The calculation error is used to evaluate the relative offset error. Accuracy and precision represent the ability of elimination. The recall is not considered because it makes little difference to the drift calculation whether all the inliers are in the refined feature set. On the contrary, the precision represents the proportion of inliers in the refined feature set, which affects the calculation results. The evaluation criteria are calculated as follows:

4. Experimental Results and Discussion

The proposed method was compared with two effective feature elimination algorithms RANSAC and LPM. In the 3D imaging experiment, it was also compared with the single-step DFT algorithm, ECC. Finally, discussion was made according to the experimental results.

4.1. 2D Transmission Imaging Experiment

Table 5 summarizes the matching results of the samples shown in Table 3 obtained using SURF, RANSAC, LPM, and the proposed method. The thermal drift eventually leads to a rigid shift of the projection. To simulate the projection drift, we move the sample. Firstly, the sample projection is acquired. Then, the X-ray source is turned off and the sample is moved so that the projection moves within the detector plane. The ground truth (in Table 5) of the projection drift is calculated by the actual distance of movement of the sample and the magnification ratio. Finally, after waiting for the interval listed in Table 3, the X-ray source is turned on and the sample projection is acquired. It is clear that RMSE of all three elimination methods is better than that of SURF. The RMSE of the three elimination methods is small in the wasp sample. Because SURF extracts a large number of initial features, the outliers are easily eliminated, which can be seen in Figure 3. In addition, the RMSE of the proposed method is the smallest among the three elimination methods, which indicates that the proposed method has good drift calculation accuracy and the difference between the calculated value and the true value is small.
Table 5

Feature point elimination result.

Image NumberSampleMethodHorizontalVerticalRMSE
1WaspGround truth3.581.13
SURF3.08−1.331.78
RANSAC3.711.000.11
LPM3.850.990.21
ASIM3.631.140.038
2Cabbage seedGround truth0.892.77
SURF0.411.091.24
RANSAC0.601.770.74
LPM0.842.260.36
ASIM0.912.880.079
3Bamboo stickGround truth20.7511.99
SURF11.678.966.77
RANSAC21.7113.231.11
LPM22.1111.680.99
ASIM20.6012.350.27
4Star cardGround truth41.9390.14
SURF59.6463.6122.56
RANSAC41.9889.970.13
LPM44.6783.984.77
ASIM41.9190.180.034
Figure 3

2D transmission imaging results. Rows 1 through 4 show the matching results for wasp, cabbage seed, bamboo stick, and star card, respectively. Columns 1 through 4 are the results obtained by using SURF, RANSAC, LPM, and ASIM, respectively.

The alignment results of the samples in Table 3 using different methods are shown in Figure 3. The feature points are marked with red circles. In Figure 3, the first, second, third, and fourth columns represent the results of the initial feature points, elimination using RANSAC, elimination using LPM, and the proposed method, respectively. The three methods can effectively eliminate the outliers. In addition, the proposed method retains less feature points than the other methods because it aims to provide accurate alignment results and ensure high accuracy, and the invalid points in the retaining features can affect the alignment result (invalid points are considered to be feature points with an error greater than 15%). Figure 4a shows the average calculation errors of the three elimination methods. The proposed method has the smallest average errors in the four samples. Figure 4b shows the precision of the three methods, which indicates the sensitivity of the model to correct the samples. The proposed method has significant advantages because a higher percentage of feature points are correctly judged, resulting in a smaller error. Figure 4c shows the accuracy of the three methods, which is used to measure the ability to distinguish positive and negative features. It is evident from Figure 4c that the proposed method can accurately distinguish inliers from outliers, resulting in a small RMSE in Table 5. The accuracy and precision assess the robustness of the model, and the risk of accuracy loss is reduced when the model can correctly distinguish between inliers and outliers because more outliers increase the risk of calculation deviation.
Figure 4

Evaluation of features eliminated by RANSAC, LPM, and ASIM. (a) Average error of projection alignment. (b) Precision of the elimination feature, which represents the correct proportion of the refined feature points. (c) Accuracy of the elimination feature, which represents the correct proportion of all the predicted points.

Different numbers of initial points are set to test the effect on the results of different elimination methods. We set four different numbers of initial points as 75, 125, 175 and 225, and the test samples are listed in Table 3. Figure 5 shows a boxplot of error results for different initial points, where each box contains errors for different points of calculation. In Figure 5, ‘’ represents the mean error, and the results prove that the proposed method has smaller calculation error.
Figure 5

Robustness test of elimination methods. Each column corresponds to a sample listed in Table 3. In each column, the error results for different initial numbers of features are consolidated into a bin. The mean error of the calculated results is represented as ‘.’ The maximum and minimum value of data are represented as ‘*.’ The top and bottom borders of the box represent 0.75 and 0.25 points of data, respectively.

In addition, the robustness of different methods is examined. We test the samples No.1 and No.2 in Table 3. Three different noise levels of 5%, 10%, and 15% are set, and RMSE is used to evaluate the error between the calculated results and the ground truth. In robustness tests, the brightness and noise distributions of image pairs are the same, so the RMSE shown in Figure 6 is smaller than that listed in Table 5. As the noise increases, the RMSE of all the three rejection methods increase, but the proposed method is still the most stable at different noise levels.
Figure 6

RMSE at different noise levels (5%, 10%, and 15%) are corrected by RANSAC, LPM, and ASIM. (a) The test sample is wasp. (b) The test sample is cabbage seed. The proposed method (red curve) achieves the most stable results.

4.2. 3D Imaging Experiment

In this section, the correction ability of the proposed method for 3D reconstruction is experimentally evaluated. The advantages and disadvantages of the proposed method are discussed based on the experimental results. Figure 7 shows the calculation results of projection drift in the 3D reconstruction correction experiment. The first line shows the calibration results of different methods in electronic component scanning. The single-step DFT algorithm (pink line in Figure 7) does not achieve good results, because the spatial resolution of electronic component imaging reaches 350 nm, and the projection noise is relatively large, which causes interference in the frequency domain registration method. The second line shows the correction results for the cabbage seed scan. The drift calculation results of LPM and RANSAC fluctuate seriously because the uncontrollable factors in the scanning process have a significant influence on the number of initial features, and RANSAC and LPM cannot eliminate the outliers completely.
Figure 7

Drift calculation results. (a,b) Vertical and horizontal drifts in the electronic component scanning experiment, respectively. (c,d) Vertical and horizontal drifts in the cabbage seed scanning experiment, respectively.

Figure 8 shows the reconstructed slice of the electronic component corrected by different methods. Figure 8a presents the original reconstructed slices with drift artifacts. Drift artifacts have a considerable influence on the analysis of connection relationship. Serious artifacts even cause misjudgment of components. ECC provides a fast image registration method based on the entropy correlation coefficient. Figure 8b shows the reconstruction slices corrected by ECC method. Figure 8c presents the alignment results of the single-step DFT algorithm in the frequency domain. The reconstructed slices are still blurry after correction by ECC and single-step DFT algorithm. Figure 8d presents the correction results of RANSAC feature elimination method. The details of the image are well recovered. Figure 8e shows the alignment results of LPM feature elimination method. Although LPM enhances the computational speed, drift artifacts in the reconstructed slices are still obvious. Nonetheless, the reconstructed images show more information than the uncorrected ones. Figure 8f shows the corrected results of the proposed method. The fine structure on the circuit component is clearly displayed.
Figure 8

Correction results of electronic component. (a) Uncorrected. (b) ECC. (c) Sigle-step DFT. (d) RANSAC. (e) LPM. (f) ASIM.

Figure 9 shows the drift correction results of the cabbage seed. Drift seriously affects the 3D imaging of cabbage seed. The edge is obviously blurred, and the internal structure of cabbage seed can no longer be distinguished, as shown in Figure 9a. Figure 9b shows the correction results of ECC. The obvious drift artifact is removed, but the internal structure remains blurred. Figure 9d,e present the correction results of RANSAC and LPM, respectively. The internal structure of the seed can be clearly seen, but the position indicated by the red arrow is still unclear. The single-step DFT algorithm (Figure 9c) and the proposed method (Figure 9f) show similar correction effects. The internal structure of the seed is clearly displayed.
Figure 9

Correction results of difference alignment methods for cabbage seed. (a) Uncorrected. (b) ECC. (c) Sigle-step DFT. (d) RANSAC. (e) LPM. (f) ASIM.

5. Conclusions

In this study, an effective reference correction method was proposed for thermal drift correction of nano-CT based on ASIM. The ASIM was used to eliminate the outliers in the initial features. The SSIM of feature point neighborhood images was used to adjust the position of feature points. The efficacy of the proposed method in 2D transmission imaging and 3D slice reconstruction was evaluated. In 2D transmission imaging, the proposed method was compared with the commonly used RANSAC and LPM elimination methods, where samples with different gray distributions, exposure times, and shapes were used. The proposed method showed better accuracy than the other methods. In the 3D reconstruction experiment, the proposed method was compared with local feature-based ECC method and single-step DFT algorithm, and the proposed method could recover the details of the reconstructed slices well. However, the proposed method has some limitations. When the signal-to-noise ratio (SNR) of image is too low, the original feature matching fails, so the feature elimination and point adjustment can also fail. In the future, we hope to further optimize the feature matching strategy to maintain the robustness of the algorithm.
  12 in total

1.  Image quality assessment: from error visibility to structural similarity.

Authors:  Zhou Wang; Alan Conrad Bovik; Hamid Rahim Sheikh; Eero P Simoncelli
Journal:  IEEE Trans Image Process       Date:  2004-04       Impact factor: 10.856

2.  BRIEF: Computing a Local Binary Descriptor Very Fast.

Authors:  Michael Calonder; Vincent Lepetit; Mustafa Özuysal; Tomasz Trzcinski; Christoph Strecha; Pascal Fua
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2011-11-15       Impact factor: 6.226

3.  Phase tomography from x-ray coherent diffractive imaging projections.

Authors:  Manuel Guizar-Sicairos; Ana Diaz; Mirko Holler; Miriam S Lucas; Andreas Menzel; Roger A Wepf; Oliver Bunk
Journal:  Opt Express       Date:  2011-10-24       Impact factor: 3.894

4.  Reliable automatic alignment of tomographic projection data by passive auto-focus.

Authors:  A Kingston; A Sakellariou; T Varslot; G Myers; A Sheppard
Journal:  Med Phys       Date:  2011-09       Impact factor: 4.071

5.  Efficient subpixel image registration algorithms.

Authors:  Manuel Guizar-Sicairos; Samuel T Thurman; James R Fienup
Journal:  Opt Lett       Date:  2008-01-15       Impact factor: 3.776

6.  Parametric image alignment using enhanced correlation coefficient maximization.

Authors:  Georgios D Evangelidis; Emmanouil Z Psarakis
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2008-10       Impact factor: 6.226

7.  Automated angular and translational tomographic alignment and application to phase-contrast imaging.

Authors:  T Ramos; J S Jørgensen; J W Andreasen
Journal:  J Opt Soc Am A Opt Image Sci Vis       Date:  2017-10-01       Impact factor: 2.129

8.  Alignment methods for nanotomography with deep subpixel accuracy.

Authors:  Michal Odstrčil; Mirko Holler; Jörg Raabe; Manuel Guizar-Sicairos
Journal:  Opt Express       Date:  2019-12-09       Impact factor: 3.894

9.  Analysis and Correction of Dynamic Geometric Misalignment for Nano-Scale Computed Tomography at BSRF.

Authors:  Jian Fu; Chen Li; Zhenzhong Liu
Journal:  PLoS One       Date:  2015-10-28       Impact factor: 3.240

View more
  1 in total

1.  Multiscale Dense U-Net: A Fast Correction Method for Thermal Drift Artifacts in Laboratory NanoCT Scans of Semi-Conductor Chips.

Authors:  Mengnan Liu; Yu Han; Xiaoqi Xi; Linlin Zhu; Shuangzhan Yang; Siyu Tan; Jian Chen; Lei Li; Bin Yan
Journal:  Entropy (Basel)       Date:  2022-07-13       Impact factor: 2.738

  1 in total

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