SlideShare a Scribd company logo
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 5 Issue 5 ǁ May. 2017 ǁ PP. 12-15
www.ijres.org 12 | Page
Method of Fracture Surface Matching Based on Mathematical
Statistics
Wang Yadong1
, Zhang Xu2
(College Of Mechanical Engineering, Shanghai University Of Engineering Science, Shanghai, China)
ABSTRACT: Fracture surface matching is an important part of point cloud registration. In this paper, a
method of fracture surface matching based on mathematical statistics is proposed. We reconstruct a coordinate
system of the fractured surface points, and analyze the characteristics of the point cloud in the new coordinate
system, using the theory of mathematical statistcs. The general distribution of the points is determined. The
method can realize the matching relation among some point cloud.
Keywords: fracture surface, mathematicalstatistics, matching
I. INTRODUCTION
Reverse engineering is the process of digitizing existing models or products, obtaining 3D point cloud
data, and reconstructing point cloud data into CAD model. On the basis of reverse engineering development, the
application of reverse engineering technology to cultural relics protection is also an inevitable trend of
technological development. Fracture surface matching is an important part of point cloud registration research,
and it has important research significance in the fields of cultural relics repairing, medicine, and industrial design
and so on. Among them, fracture surface matching technology based on the computer graphic image, pattern
recognition, machine identification and other technology is also particularly important. This technology can not
only save the preservation of cultural relics, but also can be applied to the restoration of cultural relics work,
speeding up the restoration of cultural relics, shortening the artificial high repair cycle, reducing the artifacts of
hand pieces difficult and cost and avoiding the secondary damage to cultural relics, which has a high research
value and practical significance.
The general fracture surface matching includes the following steps (fig. 1). The focus of the fracture
surface matching method is how to obtain good surface segmentation results and to extract the characteristic
information that can represent the fracture surface. The results of these two partsare the most important research
of fracture surface matching.
Fig.1 the steps of fracture surface matching
Good surface segmentation algorithm can reduce the difficulty of matching, and improving the
correctness of matching. Surface segmentation algorithm mainly includes watershed method, regional growth
method and so on. Mangan[1]
proposed an improved version of the watershed surface segmentation algorithm
Method Of Fracture Surface Matching Based On Mathematical Statistics
www.ijres.org 13 | Page
based on a given threshold to prevent over-segmentation. Vieria[2]
proposed a regional growth segmentation
algorithm that uses curvature to extract sharp feature boundaries. The algorithm based on the contour line of the
fracture surface includes: Cohen[3]
uses the method of linear search to find the best matching region of the
volume space curve, and the distance error between the two curves is used to judge whether it is the standard.
Shin[4]
got the matching information by calculating and comparingthe contour line length, concavity.
Hunholm[5]
calculated the curvature and torsion of the sampling points on the contour line to compose the
characteristic string, to get the matching results from the longest common substring. The methods of extracting
the spatial surface characteristics of the fracture surface includes:Altantsetseg[6]
used the Fourier transform
method to extract the curve on the fracture surface as the characteristic for the cross-section matching; Ge
Baozhen[7]
used the curvature graph as the feature description function of 3D point cloud data, and the registration
of 3D point cloud data is realized by using curvature graph. Li Jijunnan[8]
proposed an optimized matching
algorithm based on feature space surface integral calculation, integral invariant of the surface volume formed
with curved convex constrained clusters and complementary cluster to get the initial matching pairs, and realize
the fracture surface matching by solve the optimization problem.
The existing fracture surface matching algorithm requires that the fragmentation is not damaged. The
computational complexity of the algorithm is very large, the calculation process is complex, and the feature
extraction did not calculate the complete fracture surface data, but only considered part of the point cloud data to
extract the features. The extracted feature cannot express the fracture surface information completely.
Considering the number of debris in reality is large, and the existing algorithm having a high computational
requirement for computer, this paper proposes a method of fracture surface matching method based on
mathematical statistics. The method is simple, effective, having low requirements on computer configuration, and
it is based on the complete fracture point cloud data to obtain the matching information. The fracture surface
feature can be expressed completely.
II. Fracture surface segmentation and recognition
In this paper, a new method based on integral invariant partition is proposed to segment the fragment
point cloud, which uses the multi-scale volume integral invariant to find the feature segmentation among the
surfaces of the fragment, then uses a specific strategy to generate closed surface segmentation line, in order to
achieve the surface segmentation (Fig. 2). The surface segmentation method has good robustness and stability.
After the segmentation of the surface, the fracture surface and the original surface are identified according to the
roughness of the surface. The roughness of the surface can be represented by the average roughness of the
Fig.2 the original surfaces and fracture surface
surface:
,
1
1
( )
t
k r i
i
E E p
t 
 
2
, 2
1
|| ||1 1
( )
( ) || ||
i
k
p q
k r i
ir i
n n
E p
N p k p q
 
    
 
In which, p is the set of points on the fracture surface, which is the k nearest neighbor point of the q
point, and N is the surface normal vector. The larger the average roughness of the surface, the more rough the
surface, the greater probability that the surface is the fracture surface. When the roughness E of the surface is
larger than the threshold value E', it is judged that the surface is a fracture surface; when E is smaller than the
threshold value E', it is judged that the surface is an original surface. The size of the threshold value E 'depends
on the specific situation of the fragments.
Method Of Fracture Surface Matching Based On Mathematical Statistics
www.ijres.org 14 | Page
III. FRACTURE SURFACE MATCHING
After the fracture surface segmentation is completed, we re-established the coordinate system of the fracture
surfaces by calculating the normal vector of each point of the fracture surface and the normal vector sum of all
points to get a normal vector sum, and using the normal vector as the direction of the coordinate axis, and then
project all the points to the axis to get all points In the set of projection points of the coordinate axis. The
matching information is obtained by comparing the projection length of the points on the coordinate axes.
Define the normal vector of a point on the fracture surface 1 as iv ; define the normal vector sum of all points as
V , which will be the axis of the fracture surface. Define all projection points under new coordinate system as the
new set
'
{ }iP ,in which iV v  ,
'
| |
i
i
P V
P
V


.
Calculate and analyze the statistical information of each point set, such as the projection value distribution. When
the distribution of the two sets of points is similar, the two sets of points are matched to the corresponding set of
points, and the corresponding two fragments are matched. As showed in the following picture. This paper
improves the ICPIF (Interactive CLoseset Points using Invariant Feature) algorithm proposed by Sharp, and
aligns the fragments based on the ICPIF algorithm. The weighted characteristic distance equation is defined as
follows:
Fig.4 the distribution of two sets of points
2
( , ) ( , ) ( , )e vd p q d p q d p q 
1
2 2
1
1 1
( ) ( ( ) )
2
N
ri
i
A x V x
N 
 
  
  

( , ) || ( ) ( )||vd p q A p A q 
,in which,
( , )ed p q Represents the Euclidean distance of p and q; N is the number of radius scales, 6 <N <8. The
ICP algorithm based on European space invariants can greatly improve the correct rate of corresponding clicks
and reduce the possibility of the algorithm falling into local extremum.
Fig.3 the direction of the new coordinate system
Method Of Fracture Surface Matching Based On Mathematical Statistics
www.ijres.org 15 | Page
IV. EXPERIMENTAL RESULTS AND CONCLUSION
In this paper, the experimental data includes a number of point cloud fragmentation data, which are the original
debris cloud model. The experimental results are shown in the following picture. The matching result is good.
Fig.5 the matching results of fracture surfaces
Most of the current surface matching algorithms are based on the feature extraction from the points of
the fault surface, or the contour of the fracture surface. When a fragment is damaged or incomplete, the extracted
feature or contour does not fully represent the fracture surface information. The proposed algorithm in the paper
not only improves the calculation speed, and can represent the fracture surface feature information, and still has
good matching effect in the situation of the incomplete debris.
REFERENCES
[1]. Mangan A.P, Whitaker R. T..Partitioning 3D surface meshes using watershed segmention[J]. IEEE
Transacton on Visualization and Computer Graphics, 1999,5(4):308-321.
[2]. Vieira M., Shimada K.. Surface mesh segmentation and smooth surface extraction through region
growing[C]. Computer Aided Geometric Design, 2005, 22(8):771-792.
[3]. Cohen F,Liu Z,Ezgi T.Virtual reconstruction of archeological vessel using expert priors and instrinsic
differential geometry information[J].Computer&Graphics,2013,37(1):41-53.
[4]. Shin H., Doumas C., Funkhouser T., et al. Analyzing Fracture Patterns in Theran Wall Paintings[C].
Proceedings of the 11th International Conference on Virtual Reality, Archaeology and Cultural Heritage.
Eurographics Association, 2010:71-78.
[5]. Oxholm G, Nishino K.. Reassembling thin artifacts of unknown geometry[C]. International Conference on
Virtual Reality, 2011, 14(1):51-61.
[6]. Altantsetseg E,Matsuyama K,Konno K.Pairwise matching of 3D fragments using fast fourier
transform[J].Visual Compute,2014,30:929-938.
[7]. Ge Baozhen, Peng Bo, Tian Qingguo. Registration of threedimensional point-cloud data based on
curvature map[J]. Journal of Tianjin University: Science, 2013, 46(2): 174-180
[8]. Li Jijunnan, Geng Guohua, Zhou Mingquan, et al. Surface feature optimization for virtual matching of
relic fragments[J].Journal of Computer-Aided Design & Computer Graphics, 2014,26(12): 2149-2154.

More Related Content

PDF
C012271015
PDF
Ijartes v1-i2-005
PDF
Nose Tip Detection Using Shape index and Energy Effective for 3d Face Recogni...
PDF
Research Analysis and Design of Geometric Transformations using Affine Geometry
PDF
A HYBRID MORPHOLOGICAL ACTIVE CONTOUR FOR NATURAL IMAGES
PDF
A HYBRID MORPHOLOGICAL ACTIVE CONTOUR FOR NATURAL IMAGES
PDF
4 hydrology geostatistics-part_2
PDF
Automatic rectification of perspective distortion from a single image using p...
C012271015
Ijartes v1-i2-005
Nose Tip Detection Using Shape index and Energy Effective for 3d Face Recogni...
Research Analysis and Design of Geometric Transformations using Affine Geometry
A HYBRID MORPHOLOGICAL ACTIVE CONTOUR FOR NATURAL IMAGES
A HYBRID MORPHOLOGICAL ACTIVE CONTOUR FOR NATURAL IMAGES
4 hydrology geostatistics-part_2
Automatic rectification of perspective distortion from a single image using p...

What's hot (17)

PDF
Heuristic Function Influence to the Global Optimum Value in Shortest Path Pro...
PDF
Ak03302260233
PDF
Introduction geostatistic for_mineral_resources
PDF
Spatial interpolation comparison
PDF
PROPOSED ALGORITHM OF ELIMINATING REDUNDANT DATA OF LASER SCANNING FOR CREATI...
PDF
Ih2616101615
PDF
LRIEEE-MTT
PDF
Atti Rinem20146 Tannino
PDF
Structural measurements in oriented core photograph january 2019_galkine
PDF
posterfinal
PDF
Bio medical image segmentation using marker controlled watershed algorithm a ...
PDF
Comparison of Spatial Interpolation Methods for Precipitation in Ningxia, China
PPT
mathpsy2012 poster_Shweta_3(1)
PDF
Basics1variogram
PDF
Student_Garden_geostatistics_course
PDF
Variograms
PDF
Evolution of 3D Surface Parameters: A Comprehensive Survey
Heuristic Function Influence to the Global Optimum Value in Shortest Path Pro...
Ak03302260233
Introduction geostatistic for_mineral_resources
Spatial interpolation comparison
PROPOSED ALGORITHM OF ELIMINATING REDUNDANT DATA OF LASER SCANNING FOR CREATI...
Ih2616101615
LRIEEE-MTT
Atti Rinem20146 Tannino
Structural measurements in oriented core photograph january 2019_galkine
posterfinal
Bio medical image segmentation using marker controlled watershed algorithm a ...
Comparison of Spatial Interpolation Methods for Precipitation in Ningxia, China
mathpsy2012 poster_Shweta_3(1)
Basics1variogram
Student_Garden_geostatistics_course
Variograms
Evolution of 3D Surface Parameters: A Comprehensive Survey
Ad

Similar to Method of Fracture Surface Matching Based on Mathematical Statistics (20)

PDF
Extended hybrid region growing segmentation of point clouds with different re...
PDF
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
PDF
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
PDF
Honours_Thesis2015_final
PPTX
Surface reconstruction using point cloud
PDF
ModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
PDF
Spme 2013 segmentation
PDF
PartDbn
PDF
Point Cloud Segmentation for 3D Reconstruction
PPT
Build Your Own 3D Scanner: Surface Reconstruction
PDF
From noisy object surface scans to conformal unstructured grids of multiple m...
PDF
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
PDF
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
PDF
PDF
Proposed technique-for-edge-matching-of-torn-paper
PDF
A novel tool for stereo matching of images
PDF
A novel tool for stereo matching of images
PDF
A novel tool for stereo matching of images
PPT
Scale surface reconstruction
Extended hybrid region growing segmentation of point clouds with different re...
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
Honours_Thesis2015_final
Surface reconstruction using point cloud
ModelingOfUnsegmentedCloudPointData-RP-SanjayShukla
Spme 2013 segmentation
PartDbn
Point Cloud Segmentation for 3D Reconstruction
Build Your Own 3D Scanner: Surface Reconstruction
From noisy object surface scans to conformal unstructured grids of multiple m...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
Proposed technique-for-edge-matching-of-torn-paper
A novel tool for stereo matching of images
A novel tool for stereo matching of images
A novel tool for stereo matching of images
Scale surface reconstruction
Ad

More from IJRESJOURNAL (20)

PDF
Injection Analysis of Hera And Betano New Power Plants At the Interconnection...
PDF
Harmonic AnalysisofDistribution System Due to Embedded Generation Injection
PDF
Decision Support System Implementation for Candidate Selection of the Head of...
PDF
Yield Forecasting to Sustain the Agricultural Transportation UnderStochastic ...
PDF
Injection Analysis of 5 Mwp Photovoltaic Power Plant on 20 Kv Distribution Ne...
PDF
Developing A Prediction Model for Tensile Elastic Modulus of Steel Fiber – Ce...
PDF
Effect of Liquid Viscosity on Sloshing in A Rectangular Tank
PDF
Design and Implementation Decision Support System using MADM Methode for Bank...
PDF
Investigations on The Effects of Different Heat Transfer Coefficients in The ...
PDF
Strategy of Adaptation of Traditional House Architecture Bali Aga
PDF
Design of Universal Measuring Equipment for Bogie Frame
PDF
A Design Of Omni-Directional Mobile Robot Based On Mecanum Wheels
PDF
An Investigation Into The Prevalence of Code Switching in the Teaching of Nat...
PDF
The Filling Up of Yogyakarta Governor Position in Social Harmony Perspective
PDF
Quality Function Deployment And Proactive Quality Techniques Applied to Unive...
PDF
The Analysis And Perspective on Development of Chinese Automotive Heavy-Duty ...
PDF
Research on the Bottom Software of Electronic Control System in Automobile El...
PDF
Risk Based Underwater Inspection (RBUI) For Existing Fixed Platforms In Indon...
PDF
Dynamic Modeling of Four – Rotorcraft
PDF
A New Approach on Proportional Fuzzy Likelihood Ratio orderings of Triangular...
Injection Analysis of Hera And Betano New Power Plants At the Interconnection...
Harmonic AnalysisofDistribution System Due to Embedded Generation Injection
Decision Support System Implementation for Candidate Selection of the Head of...
Yield Forecasting to Sustain the Agricultural Transportation UnderStochastic ...
Injection Analysis of 5 Mwp Photovoltaic Power Plant on 20 Kv Distribution Ne...
Developing A Prediction Model for Tensile Elastic Modulus of Steel Fiber – Ce...
Effect of Liquid Viscosity on Sloshing in A Rectangular Tank
Design and Implementation Decision Support System using MADM Methode for Bank...
Investigations on The Effects of Different Heat Transfer Coefficients in The ...
Strategy of Adaptation of Traditional House Architecture Bali Aga
Design of Universal Measuring Equipment for Bogie Frame
A Design Of Omni-Directional Mobile Robot Based On Mecanum Wheels
An Investigation Into The Prevalence of Code Switching in the Teaching of Nat...
The Filling Up of Yogyakarta Governor Position in Social Harmony Perspective
Quality Function Deployment And Proactive Quality Techniques Applied to Unive...
The Analysis And Perspective on Development of Chinese Automotive Heavy-Duty ...
Research on the Bottom Software of Electronic Control System in Automobile El...
Risk Based Underwater Inspection (RBUI) For Existing Fixed Platforms In Indon...
Dynamic Modeling of Four – Rotorcraft
A New Approach on Proportional Fuzzy Likelihood Ratio orderings of Triangular...

Recently uploaded (20)

PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
Construction Project Organization Group 2.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
additive manufacturing of ss316l using mig welding
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Well-logging-methods_new................
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPT
Mechanical Engineering MATERIALS Selection
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Welding lecture in detail for understanding
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
composite construction of structures.pdf
Foundation to blockchain - A guide to Blockchain Tech
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Construction Project Organization Group 2.pptx
OOP with Java - Java Introduction (Basics)
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
additive manufacturing of ss316l using mig welding
Model Code of Practice - Construction Work - 21102022 .pdf
Well-logging-methods_new................
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Internet of Things (IOT) - A guide to understanding
R24 SURVEYING LAB MANUAL for civil enggi
Mechanical Engineering MATERIALS Selection
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Welding lecture in detail for understanding
CH1 Production IntroductoryConcepts.pptx
composite construction of structures.pdf

Method of Fracture Surface Matching Based on Mathematical Statistics

  • 1. International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 5 Issue 5 ǁ May. 2017 ǁ PP. 12-15 www.ijres.org 12 | Page Method of Fracture Surface Matching Based on Mathematical Statistics Wang Yadong1 , Zhang Xu2 (College Of Mechanical Engineering, Shanghai University Of Engineering Science, Shanghai, China) ABSTRACT: Fracture surface matching is an important part of point cloud registration. In this paper, a method of fracture surface matching based on mathematical statistics is proposed. We reconstruct a coordinate system of the fractured surface points, and analyze the characteristics of the point cloud in the new coordinate system, using the theory of mathematical statistcs. The general distribution of the points is determined. The method can realize the matching relation among some point cloud. Keywords: fracture surface, mathematicalstatistics, matching I. INTRODUCTION Reverse engineering is the process of digitizing existing models or products, obtaining 3D point cloud data, and reconstructing point cloud data into CAD model. On the basis of reverse engineering development, the application of reverse engineering technology to cultural relics protection is also an inevitable trend of technological development. Fracture surface matching is an important part of point cloud registration research, and it has important research significance in the fields of cultural relics repairing, medicine, and industrial design and so on. Among them, fracture surface matching technology based on the computer graphic image, pattern recognition, machine identification and other technology is also particularly important. This technology can not only save the preservation of cultural relics, but also can be applied to the restoration of cultural relics work, speeding up the restoration of cultural relics, shortening the artificial high repair cycle, reducing the artifacts of hand pieces difficult and cost and avoiding the secondary damage to cultural relics, which has a high research value and practical significance. The general fracture surface matching includes the following steps (fig. 1). The focus of the fracture surface matching method is how to obtain good surface segmentation results and to extract the characteristic information that can represent the fracture surface. The results of these two partsare the most important research of fracture surface matching. Fig.1 the steps of fracture surface matching Good surface segmentation algorithm can reduce the difficulty of matching, and improving the correctness of matching. Surface segmentation algorithm mainly includes watershed method, regional growth method and so on. Mangan[1] proposed an improved version of the watershed surface segmentation algorithm
  • 2. Method Of Fracture Surface Matching Based On Mathematical Statistics www.ijres.org 13 | Page based on a given threshold to prevent over-segmentation. Vieria[2] proposed a regional growth segmentation algorithm that uses curvature to extract sharp feature boundaries. The algorithm based on the contour line of the fracture surface includes: Cohen[3] uses the method of linear search to find the best matching region of the volume space curve, and the distance error between the two curves is used to judge whether it is the standard. Shin[4] got the matching information by calculating and comparingthe contour line length, concavity. Hunholm[5] calculated the curvature and torsion of the sampling points on the contour line to compose the characteristic string, to get the matching results from the longest common substring. The methods of extracting the spatial surface characteristics of the fracture surface includes:Altantsetseg[6] used the Fourier transform method to extract the curve on the fracture surface as the characteristic for the cross-section matching; Ge Baozhen[7] used the curvature graph as the feature description function of 3D point cloud data, and the registration of 3D point cloud data is realized by using curvature graph. Li Jijunnan[8] proposed an optimized matching algorithm based on feature space surface integral calculation, integral invariant of the surface volume formed with curved convex constrained clusters and complementary cluster to get the initial matching pairs, and realize the fracture surface matching by solve the optimization problem. The existing fracture surface matching algorithm requires that the fragmentation is not damaged. The computational complexity of the algorithm is very large, the calculation process is complex, and the feature extraction did not calculate the complete fracture surface data, but only considered part of the point cloud data to extract the features. The extracted feature cannot express the fracture surface information completely. Considering the number of debris in reality is large, and the existing algorithm having a high computational requirement for computer, this paper proposes a method of fracture surface matching method based on mathematical statistics. The method is simple, effective, having low requirements on computer configuration, and it is based on the complete fracture point cloud data to obtain the matching information. The fracture surface feature can be expressed completely. II. Fracture surface segmentation and recognition In this paper, a new method based on integral invariant partition is proposed to segment the fragment point cloud, which uses the multi-scale volume integral invariant to find the feature segmentation among the surfaces of the fragment, then uses a specific strategy to generate closed surface segmentation line, in order to achieve the surface segmentation (Fig. 2). The surface segmentation method has good robustness and stability. After the segmentation of the surface, the fracture surface and the original surface are identified according to the roughness of the surface. The roughness of the surface can be represented by the average roughness of the Fig.2 the original surfaces and fracture surface surface: , 1 1 ( ) t k r i i E E p t    2 , 2 1 || ||1 1 ( ) ( ) || || i k p q k r i ir i n n E p N p k p q          In which, p is the set of points on the fracture surface, which is the k nearest neighbor point of the q point, and N is the surface normal vector. The larger the average roughness of the surface, the more rough the surface, the greater probability that the surface is the fracture surface. When the roughness E of the surface is larger than the threshold value E', it is judged that the surface is a fracture surface; when E is smaller than the threshold value E', it is judged that the surface is an original surface. The size of the threshold value E 'depends on the specific situation of the fragments.
  • 3. Method Of Fracture Surface Matching Based On Mathematical Statistics www.ijres.org 14 | Page III. FRACTURE SURFACE MATCHING After the fracture surface segmentation is completed, we re-established the coordinate system of the fracture surfaces by calculating the normal vector of each point of the fracture surface and the normal vector sum of all points to get a normal vector sum, and using the normal vector as the direction of the coordinate axis, and then project all the points to the axis to get all points In the set of projection points of the coordinate axis. The matching information is obtained by comparing the projection length of the points on the coordinate axes. Define the normal vector of a point on the fracture surface 1 as iv ; define the normal vector sum of all points as V , which will be the axis of the fracture surface. Define all projection points under new coordinate system as the new set ' { }iP ,in which iV v  , ' | | i i P V P V   . Calculate and analyze the statistical information of each point set, such as the projection value distribution. When the distribution of the two sets of points is similar, the two sets of points are matched to the corresponding set of points, and the corresponding two fragments are matched. As showed in the following picture. This paper improves the ICPIF (Interactive CLoseset Points using Invariant Feature) algorithm proposed by Sharp, and aligns the fragments based on the ICPIF algorithm. The weighted characteristic distance equation is defined as follows: Fig.4 the distribution of two sets of points 2 ( , ) ( , ) ( , )e vd p q d p q d p q  1 2 2 1 1 1 ( ) ( ( ) ) 2 N ri i A x V x N           ( , ) || ( ) ( )||vd p q A p A q  ,in which, ( , )ed p q Represents the Euclidean distance of p and q; N is the number of radius scales, 6 <N <8. The ICP algorithm based on European space invariants can greatly improve the correct rate of corresponding clicks and reduce the possibility of the algorithm falling into local extremum. Fig.3 the direction of the new coordinate system
  • 4. Method Of Fracture Surface Matching Based On Mathematical Statistics www.ijres.org 15 | Page IV. EXPERIMENTAL RESULTS AND CONCLUSION In this paper, the experimental data includes a number of point cloud fragmentation data, which are the original debris cloud model. The experimental results are shown in the following picture. The matching result is good. Fig.5 the matching results of fracture surfaces Most of the current surface matching algorithms are based on the feature extraction from the points of the fault surface, or the contour of the fracture surface. When a fragment is damaged or incomplete, the extracted feature or contour does not fully represent the fracture surface information. The proposed algorithm in the paper not only improves the calculation speed, and can represent the fracture surface feature information, and still has good matching effect in the situation of the incomplete debris. REFERENCES [1]. Mangan A.P, Whitaker R. T..Partitioning 3D surface meshes using watershed segmention[J]. IEEE Transacton on Visualization and Computer Graphics, 1999,5(4):308-321. [2]. Vieira M., Shimada K.. Surface mesh segmentation and smooth surface extraction through region growing[C]. Computer Aided Geometric Design, 2005, 22(8):771-792. [3]. Cohen F,Liu Z,Ezgi T.Virtual reconstruction of archeological vessel using expert priors and instrinsic differential geometry information[J].Computer&Graphics,2013,37(1):41-53. [4]. Shin H., Doumas C., Funkhouser T., et al. Analyzing Fracture Patterns in Theran Wall Paintings[C]. Proceedings of the 11th International Conference on Virtual Reality, Archaeology and Cultural Heritage. Eurographics Association, 2010:71-78. [5]. Oxholm G, Nishino K.. Reassembling thin artifacts of unknown geometry[C]. International Conference on Virtual Reality, 2011, 14(1):51-61. [6]. Altantsetseg E,Matsuyama K,Konno K.Pairwise matching of 3D fragments using fast fourier transform[J].Visual Compute,2014,30:929-938. [7]. Ge Baozhen, Peng Bo, Tian Qingguo. Registration of threedimensional point-cloud data based on curvature map[J]. Journal of Tianjin University: Science, 2013, 46(2): 174-180 [8]. Li Jijunnan, Geng Guohua, Zhou Mingquan, et al. Surface feature optimization for virtual matching of relic fragments[J].Journal of Computer-Aided Design & Computer Graphics, 2014,26(12): 2149-2154.