Download presentation
Presentation is loading. Please wait.
Published byAmi Clark Modified over 8 years ago
1
3D Reconstruction Based on 3D/2D Registration Longwei Fang 29/1/2016
2
Outline Background Methods Experiments and Results Discussion and Conclusion
3
Background
4
Point Distribution Model → Silhouette+ ICP Statistic Shape Model +Camera calibration 3 X-Ray Images 2 X-Ray Images Limits: Relay on edge detection heavily Using a few edge points to deform the model
5
Methods
6
Methods - Input CT image of vertebral model Resolution:0.24mm*0.24mm*0.7mm 13 marks on vertebral model Two X-ray images One on coronal position One on sagittal position
7
Methods – Projection parameters
8
Reconstruction part segmentation Live-ware segmentation Label the markers manually Rigid registration based on markers
9
Methods – Point pair
10
Input : Vertebral CT 、 projection parameters and intensity threshold Output : DRR images and intersect point coordinate and pixel location while ( calculate the each pixel intensity of projection ) { intersect_flag=0 while (ray go through the volume){ If (volume intensity > threshod && intersect_flag==0){ Store intersect point and pixel location; intersect_flay=1; } If (volume intensity < threshod && intersect_flag==1){ Store intersect point and pixel location; intersect_flay=0; } Calculate pixel intensity; }
11
Methods – Point pair 1.Extract the surface mesh of vertebral model MITK 3500 vertexes 2. Point pair on two DRR images 3. Deformable registration
12
Methods - Reconstruction
14
Experiments and Results Golden standardResult X-ray images MD: 1.23mm SD: 0.98
15
Discussion and Conclusion Innovation points Do not need to construct SSM The reconstruction time do not increase much when the vertexes in the mesh increase The point pairs not limited in image boundary The deformation is on 2D images, not in 3D model, less computation Reconstruction very fast, in less than 40s Discussion The influence of point number in vertebral mesh to reconstruction The influence of the amount of x-ray images to reconstruction accuracy The influence of projection parameters to reconstruction
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.