CN102999937A - Curved planar reconstruction method for cardiac scattered-point cloud data - Google Patents

Curved planar reconstruction method for cardiac scattered-point cloud data Download PDF

Info

Publication number
CN102999937A
CN102999937A CN 201110264828 CN201110264828A CN102999937A CN 102999937 A CN102999937 A CN 102999937A CN 201110264828 CN201110264828 CN 201110264828 CN 201110264828 A CN201110264828 A CN 201110264828A CN 102999937 A CN102999937 A CN 102999937A
Authority
CN
China
Prior art keywords
point
cloud data
point cloud
points
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN 201110264828
Other languages
Chinese (zh)
Inventor
马秀丽
李慧
万旺根
贾洋洋
王智
周学礼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHANGHAI HANPAN INFORMATION TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI HANPAN INFORMATION TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHANGHAI HANPAN INFORMATION TECHNOLOGY Co Ltd filed Critical SHANGHAI HANPAN INFORMATION TECHNOLOGY Co Ltd
Priority to CN 201110264828 priority Critical patent/CN102999937A/en
Publication of CN102999937A publication Critical patent/CN102999937A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

The invention relates to the field of curved planar reconstruction, in particular to a curved planar reconstruction method for cardiac scattered-point cloud data. The curved planar reconstruction method for cardiac scattered-point cloud data includes the steps of firstly, defining the data representation form of acquired point cloud data, establishing octree topological relation, and defining a space function; secondly, establishing a vector field, selecting local adjacent planes, and determining vertex normal vectors according to an average of planar normal vectors of the local adjacent planes; thirdly, uniformizing the vertex normal vectors; and fourthly, solving a Poisson equation, extracting a contour surface by MC (marching cubes) algorithm according to an indicator function and gradient thereof, and reconstructing a cardiac three-dimensional surface model. By the curved planar reconstruction method for cardiac scattered-point cloud data, cardiac spatial position relation can be displayed visually and accurately, optional display, zooming, rotation and cutting in three dimensions can be achieved, cardiac diseases can be detected, computer diagnostic analysis for diseases such as arrhythmia and surgical accurate simulation are achieved, and safety and reliability in disease diagnosis are improved.

Description

Method for reconstructing curved surface of scattered point cloud data of heart
Technical Field
The invention relates to the field of curved surface reconstruction, in particular to a heart curved surface reconstruction method.
Background
Curved surface reconstruction is a process of rapidly, accurately and efficiently acquiring a complex three-dimensional surface model from three-dimensional data acquired from a real object or a sample, and is currently applied to reverse engineering. The reverse engineering is a technology that an electronic instrument is used for collecting original data from a real object or a sample, then computer equipment is used for converting the data into a conceptual model, and relevant information such as analysis, modification and optimization are carried out on a product on the basis, and the technology belongs to a relatively independent category in CAD/CAM. At present, curved surface reconstruction technology has been widely used in many fields, such as production and manufacturing, animation games, mold design, medical simulation, archaeology, and the like.
Since three-dimensional data collected by a measuring device is usually dense, it is called Point Cloud (Point Cloud) visually, and the Point Cloud can be regarded as a set of points in a three-dimensional space, and each Point Cloud has coordinate values in x, y, and z directions. The point cloud data can be divided into ordered point clouds and scattered point clouds according to different organization forms of the data. The reconstruction of the ordered point cloud refers to that a curved surface passing through a series of sampling points sequentially is constructed for a series of sampling points collected on a known curved surface and is used as an approximation of an original curved surface; in practice, due to the limitation of the acquisition equipment and the difference of the acquisition mode, the acquired data point set has no specific organization form, and is called as scattered point cloud. Because the sampling density is large enough, the acquired data has redundancy and noise, so that an accurate curved surface passing through a sampling point cannot be found, and for scattered point clouds, a surface capable of reflecting the shape of the original point cloud is usually reconstructed according to a sampling point set to serve as a reconstruction curved surface.
At present, research on point cloud data surface reconstruction has been widely developed at home and abroad, and two major methods, namely a method based on a combined structure and a method based on an implicit function, are available. Methods based on composite structures, e.g. Delaunay triangulation,
Figure 2011102648284100002DEST_PATH_IMAGE002
shape, Crust, etc. this kind of method is to build a triangular mesh to interpolate all or most points to reconstruct the curved surface. The method based on implicit functions, such as fast fourier transform, radial basis function and the like, directly reconstructs an approximate surface by defining a piecewise function, setting internal and external thresholds of a model and extracting an isosurface.
Disclosure of Invention
The invention aims to solve the technical problem of providing a curved surface reconstruction method for scattered point cloud data of a heart, which utilizes the technologies of computer graphics, image processing and the like to carry out curved surface reconstruction on a large amount of scattered point cloud data of the heart to obtain a three-dimensional visual model, can intuitively and accurately display the spatial position relation of the heart, and can realize arbitrary display, scaling, rotation and cutting in a three-dimensional space.
The invention is realized by the following steps: a method for reconstructing a curved surface of scattered point cloud data of a heart comprises the following steps of reconstructing a three-dimensional surface model of the heart from scattered point cloud data of the heart, which is acquired by a catheter, contains noise and a large number of external points and is sampled unevenly, and comprises the following steps:
step one, defining a data representation form of collected point cloud data, establishing an octree topological relation, and defining a space function;
secondly, creating a vector field, selecting a local adjacent plane, and solving a vertex normal vector according to the average value of the surface normal vectors of the local adjacent plane;
step three, unifying vertex normal vectors;
and step four, solving the Poisson equation to obtain an indication function, and extracting an isosurface by adopting an MC algorithm according to the indication function and the gradient thereof to complete the reconstruction of the heart three-dimensional surface model.
In the first step, an octree topological relation is established, and a spatial function is defined, and the specific steps are as follows:
1) establishing an octree topological relation for the scattered point cloud data of the heart collected by the catheter;
2) setting the maximum recursion depth of the octree, and adding all scattered point cloud data of the heart into the octree;
3) defining a node function for each node of the constructed octree, and using bounding box filteringnDimensional convolution to select spatial function
Figure 2011102648284100002DEST_PATH_IMAGE004
Wherein,is the coordinate of any point in the point cloud data point set,
Figure 2011102648284100002DEST_PATH_IMAGE010
is a function of the bounding box filtering,
Figure 2011102648284100002DEST_PATH_IMAGE012
nis the order of the filter, here taken to be 3.
The maximum recursion depth of the octree is 8.
Creating a vector field in the second step, selecting a local adjacent plane, and solving a vertex normal vector, wherein the method specifically comprises the following steps:
1) acquiring the nearest K adjacent points by using a KNN algorithm, and calculating a local adjacent plane fitting the point and an adjacent point set thereof by using a least square approximation method;
2) determining the normal vector of the surface of the adjacent surface
Figure 2011102648284100002DEST_PATH_IMAGE016
And calculating the vertex normal vector from the mean value
Figure 2011102648284100002DEST_PATH_IMAGE018
Figure 2011102648284100002DEST_PATH_IMAGE020
Wherein,
Figure 2011102648284100002DEST_PATH_IMAGE022
Figure 2011102648284100002DEST_PATH_IMAGE024
is an integer which is a function of the number,
Figure 2011102648284100002DEST_PATH_IMAGE026
for marking points in a point cloud data point set,
Figure 2011102648284100002DEST_PATH_IMAGE028
is any point, referred to herein as a vertex,
Figure 2011102648284100002DEST_PATH_IMAGE030
for marking the firstPoints in the K-neighborhood of the point cloud data,
Figure 2011102648284100002DEST_PATH_IMAGE032
is any point in the K-neighborhood region,is that
Figure 667779DEST_PATH_IMAGE028
Point and point
Figure 311250DEST_PATH_IMAGE032
The local contiguous plane of points is formed,
Figure 2011102648284100002DEST_PATH_IMAGE036
is composed of
Figure 771050DEST_PATH_IMAGE028
The distance of the point from the origin of coordinates,
Figure 2011102648284100002DEST_PATH_IMAGE038
is a Gaussian weight function, which is calculated by
Figure 624605DEST_PATH_IMAGE032
Projection point of point on three-dimensional coordinate plane
Figure 2011102648284100002DEST_PATH_IMAGE040
Is a parameter, symbol
Figure 2011102648284100002DEST_PATH_IMAGE042
To represent
Figure 828054DEST_PATH_IMAGE032
Dot sum
Figure 391278DEST_PATH_IMAGE040
Distance between points, function
Figure 2011102648284100002DEST_PATH_IMAGE044
Is expressed in a constraint
Figure 287558DEST_PATH_IMAGE036
The normal vector is obtained byThe minimized coordinates of (a);
3) defining an approximation indicative of a function vector field
Figure 2011102648284100002DEST_PATH_IMAGE048
Figure 2011102648284100002DEST_PATH_IMAGE050
Wherein,
Figure 2011102648284100002DEST_PATH_IMAGE052
is a point-cloud data point set,
Figure 2011102648284100002DEST_PATH_IMAGE054
is the K neighborhood of any point in the point set,
Figure 2011102648284100002DEST_PATH_IMAGE056
is any node
Figure 2011102648284100002DEST_PATH_IMAGE058
K in the neighborhood of K is
Figure 2011102648284100002DEST_PATH_IMAGE060
The number of the 8 nodes of (a),
Figure 2011102648284100002DEST_PATH_IMAGE062
is a linear coefficient of the linear coefficient,is thatThe node function of the point is then determined,is that
Figure 803258DEST_PATH_IMAGE058
Vertex normal vectors for points.
In the third step, vertex normal vectors are uniformized, and the method specifically comprises the following steps:
1) selecting two adjacent points
Figure 2011102648284100002DEST_PATH_IMAGE068
Figure 2011102648284100002DEST_PATH_IMAGE074
Is composed of
Figure 532573DEST_PATH_IMAGE068
The dot product of the normal vectors of two adjacent points is calculated
Figure 2011102648284100002DEST_PATH_IMAGE076
Converting the problem of the consistency of the normal vector into the best solution of the graphA small spanning tree problem;
2) calculating the cost of an edge between two adjacent pointsAnd construct an undirected graph, cost
Figure 162324DEST_PATH_IMAGE078
Calculated from the following formula:
Figure 2011102648284100002DEST_PATH_IMAGE080
wherein,
Figure 2011102648284100002DEST_PATH_IMAGE082
is a line segmentA midpoint of
Figure 2011102648284100002DEST_PATH_IMAGE086
And
Figure 2011102648284100002DEST_PATH_IMAGE088
is composed of
Figure 2011102648284100002DEST_PATH_IMAGE090
Distance on straight line
Figure 2011102648284100002DEST_PATH_IMAGE092
Two points of a unit distance of a point,
Figure 2011102648284100002DEST_PATH_IMAGE094
and
Figure 2011102648284100002DEST_PATH_IMAGE096
is composed of
Figure 2011102648284100002DEST_PATH_IMAGE098
Distance on straight lineTwo points of a unit distance of a point,
Figure 2011102648284100002DEST_PATH_IMAGE102
is composed of
Figure 455377DEST_PATH_IMAGE082
On line segment
Figure DEST_PATH_IMAGE104
Projection of (2);
3) the normalization of the normal vector is biased towards the direction of propagation in the tangential direction.
Solving the Poisson equation in the fourth step, and extracting the isosurface, wherein the method comprises the following specific steps:
1) solving the solution of the indicating function equation by adopting a GS matrix iteration mode;
2) selecting a proper threshold, extracting an isosurface by using an MC algorithm, and judging whether each triangular surface is an ambiguous surface point by point: if the points greater than the threshold value and less than the threshold value are respectively positioned at the two ends of the diagonal line, ambiguity exists;
3) and eliminating the ambiguous surface, splicing the triangular surface patches, and completing the reconstruction of the heart three-dimensional surface model.
And when solving the indicating function equation by adopting a GS matrix iteration mode, the iteration number is set to be 6-8.
The method for reconstructing the curved surface of the scattered point cloud data of the heart utilizes the technologies of computer graphics, image processing and the like to carry out curved surface reconstruction on a large amount of scattered point cloud data of the heart to obtain a three-dimensional visual model, so that not only can the spatial position relation of the heart be visually and accurately displayed, but also the random display, the scaling, the rotation and the cutting in a three-dimensional space can be realized; the method can greatly reduce the influence of noise and external points in the process of reconstructing the curved surface of the heart, improves the reconstruction speed and precision, and has good robustness. After the heart is subjected to three-dimensional reconstruction, dynamic simulation and analysis can be performed, detection of heart diseases is facilitated, computer diagnosis and analysis of diseases such as arrhythmia and accurate simulation of surgery are realized, and safety and reliability of disease diagnosis are improved.
Drawings
FIG. 1 is a block diagram of a flow chart of a method for reconstructing a curved surface of scattered point cloud data of a heart according to the present invention;
FIG. 2 is a schematic diagram of establishing an octree topology relationship;
FIG. 3 is a schematic diagram of K neighbors solved using KNN algorithm;
FIG. 4 is a schematic diagram of the vertex normal vector solution principle;
FIG. 5 is a schematic diagram of the principle of normal vector uniformization;
FIG. 6 is a block diagram of a process for disambiguating an ambiguous surface when extracting an iso-surface using the MC algorithm.
In the figure:
Figure DEST_PATH_IMAGE106
is a certain point in the point cloud data point set,
Figure DEST_PATH_IMAGE108
Points in the K neighborhood of the current point,
Figure DEST_PATH_IMAGE110
Other points in the point cloud data point set.
Detailed Description
The invention will be further illustrated with reference to the following specific examples. It should be understood that these examples are for illustrative purposes only and are not intended to limit the scope of the present invention. Furthermore, it should be understood that various changes and modifications can be made by one skilled in the art after reading the description of the present invention, and equivalents fall within the scope of the invention defined by the appended claims.
Example 1
As shown in fig. 1, a method for reconstructing a curved surface of cardiac scattered point cloud data, which reconstructs a cardiac three-dimensional surface model from cardiac scattered point cloud data which is acquired by a catheter, contains noise and a large number of external points and is sampled unevenly, includes the following steps:
step one, defining a data representation form of collected point cloud data, establishing an octree topological relation, and defining a space function, so that the searching speed of points can be improved, and the solving process of the space function can be accelerated;
in this step, an octree topological relation is established, and a spatial function is defined, which specifically comprises the following steps:
1) establishing octree topological relation for scattered point cloud data of heart collected by catheter, reading all point cloud data, recording maximum and minimum coordinates of points in x, y and z directions,
Figure DEST_PATH_IMAGE112
Figure DEST_PATH_IMAGE114
Figure DEST_PATH_IMAGE116
Figure DEST_PATH_IMAGE118
Figure DEST_PATH_IMAGE120
Figure DEST_PATH_IMAGE122
and numbering for each point. Establishing a maximum bounding box, a so-called bag, of point cloud dataThe bounding box points the three-dimensional space occupied by the minimum external cube of the cloud data, and the maximum bounding box contains all the point cloud data which is used as the root node of the tree;
2) as shown in fig. 2, the maximum recursion depth of the octree is set, the maximum recursion depth selected in this embodiment is 8, and all the scattered point cloud data of the heart are added to the octree;
equally dividing the points in three directions to generate 8 sub-bounding boxes respectively, and adding the point sets into each sub-bounding box in sequence: if the number of the points is smaller than the size of the bounding box, recording the number of the point in the node, and stopping subdivision; if the number is larger than the size of the bounding box, the bounding box is recursively subdivided. The generated 8 sub-bounding boxes are represented by 0-7 until all data is added to the octree.
Each child node contains the coordinates and dimensions of the center of the bounding box, as well as the number of each point in the octree.
Let the number of point cloud data in a certain bounding box be
Figure DEST_PATH_IMAGE124
Then the dimensions of the sub-bounding box are as follows:
Figure DEST_PATH_IMAGE126
the spatial coordinates of the center of each bounding box are:
Figure DEST_PATH_IMAGE128
set a certain point
Figure 761504DEST_PATH_IMAGE058
Has the coordinates of
Figure 937271DEST_PATH_IMAGE008
Then its number in the bounding box is
Figure DEST_PATH_IMAGE130
Wherein:
Figure DEST_PATH_IMAGE132
and when the cardiac scattered point cloud data collected by the catheter is added into the octree according to the set maximum recursion depth, the octree is established.
3) For each node of the constructed octree
Figure DEST_PATH_IMAGE134
Figure DEST_PATH_IMAGE136
Representing octree) defines node functions
Figure DEST_PATH_IMAGE140
Wherein,is a node
Figure DEST_PATH_IMAGE144
Is located in the center of the (c),
Figure DEST_PATH_IMAGE146
Figure 482740DEST_PATH_IMAGE070
is any point cloud data point in a certain node,is the size of the node.
To make a vector field
Figure DEST_PATH_IMAGE150
Can be expressed as a linear sum of node functions, using bounding box filteringnDimensional convolution to select spatial function
Figure 896929DEST_PATH_IMAGE004
Figure 20743DEST_PATH_IMAGE006
Wherein,
Figure 367410DEST_PATH_IMAGE008
is the coordinate of any point in the point cloud data point set,
Figure 842254DEST_PATH_IMAGE010
is a function of the bounding box filtering,
Figure 994887DEST_PATH_IMAGE012
nis the order of the filter, here taken to be 3.
Secondly, creating a vector field, selecting a local adjacent plane, and solving a vertex normal vector according to the average value of the surface normal vectors of the local adjacent plane;
in the step, a vector field is created, local adjacent planes are selected, and vertex normal vectors are solved, and the method specifically comprises the following steps:
1) the sampling surface is assumed to be smooth everywhere so that the local neighborhood of any point can be well fitted with a plane. As shown in FIGS. 3 and 4, any point in the point cloud data point set is used herein
Figure 238786DEST_PATH_IMAGE028
Expressing, called vertex, using KNN (K-Nearest Neighbor) algorithm to obtain its Nearest K neighbors, using least square approximation method to calculate local adjacent plane fitting said Neighbor and its neighbors set
Figure 490776DEST_PATH_IMAGE034
Surface normal vector of the adjacent surfaceCalculated from the following formula:
Figure DEST_PATH_IMAGE152
wherein,
Figure 140730DEST_PATH_IMAGE032
is that
Figure 504716DEST_PATH_IMAGE028
Point K is close to any of the neighbors,is composed of
Figure 377043DEST_PATH_IMAGE028
Distance of a point to the origin of coordinates;
2) in order to make the neighboring points of the current point have relatively large influence on the estimation result of the normal vector of the point, thereby obtaining a smoother estimation result, a Gaussian (Gaussian) weight function can be given when calculating the normal vector
Figure 809161DEST_PATH_IMAGE038
Figure 762073DEST_PATH_IMAGE038
At each point
Figure 686692DEST_PATH_IMAGE032
To its projected point on a three-dimensional coordinate plane
Figure 357844DEST_PATH_IMAGE040
Is a parameter, a more accurate surface normal vector of the abutment surface can be obtained by the following formula
Figure 593654DEST_PATH_IMAGE014
Estimating a formula:
Figure 666652DEST_PATH_IMAGE016
and by the surface normal vector of the abutment surface
Figure 696925DEST_PATH_IMAGE014
Computing vertex normal vector from the mean of
Figure 855374DEST_PATH_IMAGE018
Figure 629295DEST_PATH_IMAGE020
Wherein,
Figure 553870DEST_PATH_IMAGE022
Figure 755044DEST_PATH_IMAGE024
is an integer which is a function of the number,
Figure 400789DEST_PATH_IMAGE026
for marking points in a point cloud data point set,
Figure 650505DEST_PATH_IMAGE028
is any point, referred to herein as a vertex,for marking the first
Figure 70171DEST_PATH_IMAGE022
Points in the K-neighborhood of the point cloud data,
Figure 203212DEST_PATH_IMAGE032
is any point in the K-neighborhood region,
Figure 318935DEST_PATH_IMAGE034
is that
Figure 221032DEST_PATH_IMAGE028
Point and pointThe local contiguous plane of points is formed,
Figure 121697DEST_PATH_IMAGE036
is composed of
Figure 978794DEST_PATH_IMAGE028
The distance of the point from the origin of coordinates,
Figure 797714DEST_PATH_IMAGE038
is a Gaussian weight function, which is calculated byProjection point of point on three-dimensional coordinate plane
Figure 619226DEST_PATH_IMAGE040
Is a parameter, symbol
Figure 76752DEST_PATH_IMAGE042
To representDot sum
Figure 858728DEST_PATH_IMAGE040
Distance between points, functionIs expressed in a constraint
Figure 449296DEST_PATH_IMAGE036
The normal vector is obtained by
Figure 914912DEST_PATH_IMAGE046
The minimized coordinates of (a);
3) defining an approximation indicative of a function vector field
Figure 236172DEST_PATH_IMAGE048
Figure 52818DEST_PATH_IMAGE050
Wherein,is a point-cloud data point set,
Figure 503096DEST_PATH_IMAGE054
is the K neighborhood of any point in the point set,
Figure 995257DEST_PATH_IMAGE056
is any node
Figure 33620DEST_PATH_IMAGE058
K in the neighborhood of K is
Figure 636640DEST_PATH_IMAGE060
The number of the 8 nodes of (a),
Figure 342427DEST_PATH_IMAGE062
is a linear coefficient of the linear coefficient,
Figure 739911DEST_PATH_IMAGE064
is that
Figure 531149DEST_PATH_IMAGE058
The node function of the point is then determined,
Figure 672281DEST_PATH_IMAGE066
is that
Figure 229645DEST_PATH_IMAGE058
Vertex normal vectors for points.
Step three, the vertex normal vectors are uniformized to greatly shorten the time of curved surface reconstruction, the effects of noise reduction and smoothness can be achieved on the non-preprocessed scattered point cloud data, the vivid surface of the heart three-dimensional surface model can be quickly obtained, and the robustness is high; the vertex normal vector is consistent by firstly determining the direction of the normal vector of the current vertex, and then determining the normal vectors of the adjacent vertexes by taking the direction as a standard. This requires that the sampling point set must be dense enough, and assuming that the sampling surface is smooth everywhere, the unit normal vector variation of two adjacent points is small and can be considered to be close to parallel.
In the step, vertex normal vectors are uniformized, and the method specifically comprises the following steps:
1) selecting two adjacent points
Figure 798030DEST_PATH_IMAGE068
Figure 21387DEST_PATH_IMAGE072
Figure 436187DEST_PATH_IMAGE074
Is composed of
Figure 441053DEST_PATH_IMAGE068
The dot product of the normal vectors of two adjacent points is calculated
Figure 489485DEST_PATH_IMAGE076
The dot product of the two-point normal vector is approximately 1, i.e.
Figure DEST_PATH_IMAGE154
And the sign of the dot product is positive, namely the included angle of the adjacent normal vectors is an acute angle; if the dot product is negative, it indicates that the normal vector of the point needs to be inverted, and the normal vector of a certain point can be set as
Figure DEST_PATH_IMAGE156
If, ifThen, thenOtherwise
Figure DEST_PATH_IMAGE162
Converting the vertex normal vector consistency problem into a minimum spanning tree problem of a solution graph;
2) as shown in fig. 5, the cost of an edge between two adjacent points is calculated
Figure 398272DEST_PATH_IMAGE078
Taking a point in contact with the bounding box to which the point belongs as a starting point, constructing an undirected graph, and calculating the cost of an edge in the undirected graph by considering whether the adjacent points are shielded or not and passing through
Figure 305530DEST_PATH_IMAGE092
And
Figure 355394DEST_PATH_IMAGE100
the gradient value of the algebraic sphere at two points and the included angle of the normal vectors of the two points are determined, at the moment,
Figure 642019DEST_PATH_IMAGE092
and
Figure 156046DEST_PATH_IMAGE100
cost of edge between
Figure 502714DEST_PATH_IMAGE078
Calculated from the following formula:
wherein,
Figure 805224DEST_PATH_IMAGE082
is a line segmentA midpoint of
Figure 566692DEST_PATH_IMAGE086
And
Figure 528832DEST_PATH_IMAGE088
is composed ofDistance on straight line
Figure 193349DEST_PATH_IMAGE092
Two points of a unit distance of a point,and
Figure 331255DEST_PATH_IMAGE096
is composed of
Figure 494864DEST_PATH_IMAGE098
Distance on straight line
Figure 713356DEST_PATH_IMAGE100
Two points of a unit distance of a point,
Figure 572728DEST_PATH_IMAGE102
is composed of
Figure 243880DEST_PATH_IMAGE082
On line segment
Figure 479690DEST_PATH_IMAGE104
Projection of (2);
3) the direction constraint of the normal vector is considered, namely the normal vector is biased to the direction of propagation along the tangential direction as much as possible, and the reconstruction time is shortened by only considering the angle difference of the distance and the normal vector.
And step four, solving a Poisson equation, extracting an isosurface by adopting an MC (Marching cubes) algorithm according to the indication function and the gradient thereof, and completing the reconstruction of the heart three-dimensional surface model.
Solving the Poisson equation in the step, and extracting the isosurface, wherein the method comprises the following specific steps:
1) solving the solution of the indicating function equation by adopting a GS (Gauss-Seidel) matrix iteration mode, wherein the iteration times are generally set to be 6-8 times;
obtaining a vector field
Figure 552688DEST_PATH_IMAGE150
Then, solving the indicator function
Figure DEST_PATH_IMAGE164
Make it
Figure DEST_PATH_IMAGE166
And obtaining by applying a divergence operator:
Figure DEST_PATH_IMAGE168
wherein,
Figure DEST_PATH_IMAGE170
is Laplacian (Laplacian), and thus the Poisson equation is obtained
Figure DEST_PATH_IMAGE172
And converting the problem of surface reconstruction into a Poisson equation to solve.
Known vector
Figure DEST_PATH_IMAGE174
By solving a function
Figure 897475DEST_PATH_IMAGE164
To simplify the problem:
Figure DEST_PATH_IMAGE176
at this time, the solution
Figure 55924DEST_PATH_IMAGE164
Is equivalent to make
Figure 564265DEST_PATH_IMAGE164
Projection of the Laplace equation into a spatial functionEach value of (A) is as close as possible to
Figure DEST_PATH_IMAGE178
The matrix form is expressed as:
Figure DEST_PATH_IMAGE180
thereby, it is possible to obtain:
solving for vectors
Figure DEST_PATH_IMAGE184
Defining a matrix
Figure DEST_PATH_IMAGE186
Make it
Figure DEST_PATH_IMAGE190
Return to
Figure 352933DEST_PATH_IMAGE138
Laplace dot product of each value, thus converting the solution of Poisson's equation to a sparsely symmetric system
Figure DEST_PATH_IMAGE192
In (1).
For all
Figure DEST_PATH_IMAGE194
Solving for
Figure 126241DEST_PATH_IMAGE164
Is equal to solving its minimum bungalow approximationAnd a matrix
Figure 500591DEST_PATH_IMAGE186
The solution of the equation is sparse, so the solution of the equation is solved by adopting a Gauss-Seidel matrix iteration mode. Gauss-Seidel iteration is a common method for solving the Poisson equation, because the Poisson equation is a real symmetric positive definite diagonal matrix, the Gauss-Seidel iteration is convergent, and the limit value is the accurate solution of the calculated Poisson equation.
2) As shown in fig. 6, a proper threshold is selected, an iso-surface is extracted by using the MC algorithm, and it is necessary to determine point-by-point whether each triangular surface is an ambiguous surface: if the points greater than the threshold value and less than the threshold value are respectively positioned at the two ends of the diagonal line, ambiguity exists;
the hypothesis model is
Figure DEST_PATH_IMAGE198
To obtain a reconstructed surface
Figure DEST_PATH_IMAGE200
First, a threshold is selected, which is selected such that the extracted iso-surface most closely approximates the true shape of the sampled point cloud data. For any point in the point cloud data
Figure DEST_PATH_IMAGE202
Is provided with
Figure DEST_PATH_IMAGE204
Since the indicator function is a piecewise constant function, direct calculation of the vector field results in the vector field having infinite values at the surface edges, and therefore smoothing filtering is used firstConvolution indicates the function and then considers the vector field of the smoothed function.
There is an integral relationship between the model surface sampling points and the indicator function, as shown in the following equation:
Figure DEST_PATH_IMAGE208
wherein,
Figure DEST_PATH_IMAGE210
Figure DEST_PATH_IMAGE212
is that
Figure DEST_PATH_IMAGE214
The normal vector of (2).
Sampling point set of known point cloud dataEach sampling point is defined by a position
Figure DEST_PATH_IMAGE218
Sum normal vector
Figure DEST_PATH_IMAGE220
Composition, a sampling point set is divided into small area blocksThen for each
Figure DEST_PATH_IMAGE224
The integrated sum is approximated as shown in the following equation:
Figure DEST_PATH_IMAGE226
at this point, the mean of the indicator function can be used to estimate the iso-surface as shown below:
Figure DEST_PATH_IMAGE228
wherein
and finally, extracting the isosurface by adopting a Marching Cubes algorithm.
3) And eliminating the ambiguous surface, splicing the triangular surface patches, establishing a smooth and vivid model surface, and completing the reconstruction of the heart three-dimensional surface model.
The preferred embodiment of the method for reconstructing the curved surface of the scattered point cloud data of the heart is explained in detail as follows: application of the inventionA large amount of scattered point cloud data of the inner wall of a heart cavity of a human body, which are acquired by a catheter, are subjected to a curved surface reconstruction experiment on a computer with Intel 2.2GHz and memory 2GB and a Visual Studio 2005 platform under a Windows operating system. The number of points in the point cloud data point set is 78376, the point cloud data point set contains a large number of external points and redundant information, the true surface point set only occupies less than one, and the maximum and minimum values in the x, y and z directions are respectively:
Figure 545252DEST_PATH_IMAGE112
= 74.0390,
Figure 917327DEST_PATH_IMAGE114
= -33.6701,
Figure 50368DEST_PATH_IMAGE116
= 24.5505, = -49.4262,
Figure 68189DEST_PATH_IMAGE120
= 31.5073, = -50.9179。
in the experiment, the maximum recursion depth of the octree is 6-8;
it is the focus of the present invention to unify the normal vectors. Although it is not very difficult to select the normal vectors of the local adjacent planes, keeping the normal vectors of all the points consistent is an important control factor of the time complexity of the reconstruction algorithm. The method for the consistency of the normal vectors can greatly shorten the time of surface reconstruction, can achieve the effects of noise reduction and smoothness on the non-preprocessed scattered point cloud data, has stronger robustness, can quickly acquire the vivid surface of the model without preprocessing the original point cloud data in advance, and saves the operation steps and the time possibly spent. The method has quite good processing effect on the scattered point set containing a large amount of noise and external points and the scattered point set with sharp edge characteristics and non-uniform sampling density in the experiment, and the robustness of the experiment result comparison algorithm is shown in table 1.
TABLE 1 comparison of robustness of existing reconstruction algorithms with the reconstruction algorithm of the present invention
Method of producing a composite material Noise(s) Exterior point Sharp feature Non-uniform sampling
Existing reconstruction algorithms
Reconstruction algorithm of the invention
The difficulty of the invention is to solve the solution of the indicating function, select a proper threshold value and extract the isosurface by the MC algorithm, and at the moment, whether each triangular surface is an ambiguous surface needs to be judged point by point. Comparing each vertex indication function value with the isosurface threshold value, marking the point which is larger than the threshold value as 1, and marking the point which is smaller than the threshold value as 0, in the same triangular mesh, if the points which are 1 and 0 are respectively positioned at the two ends of the diagonal line, two possible connection modes exist, and therefore ambiguity exists.
The flow of eliminating ambiguous surface is shown in FIG. 6:
to be parallel to
Figure DEST_PATH_IMAGE232
Voxel plane of axis
Figure DEST_PATH_IMAGE234
For example, set points
Figure DEST_PATH_IMAGE236
Figure DEST_PATH_IMAGE238
Figure DEST_PATH_IMAGE240
Figure DEST_PATH_IMAGE242
Connecting PQ and MN respectively as the intersection point of the isosurface and the ambiguous surface, the equation of the straight line PQ is as follows:
Figure DEST_PATH_IMAGE244
the equation for MN is:
Figure DEST_PATH_IMAGE246
simultaneously obtaining the following two equations:
Figure DEST_PATH_IMAGE248
order to
Figure DEST_PATH_IMAGE250
Figure DEST_PATH_IMAGE252
All of which are constants, the coordinates of the intersection O of PQ and MN can be obtained:
Figure DEST_PATH_IMAGE254
calculating the function value at the intersection point O
Figure DEST_PATH_IMAGE256
Comparison of
Figure 651409DEST_PATH_IMAGE256
And determining the state of the intersection point O according to the relation with the isosurface threshold value, thereby judging the connection mode of the isoline and eliminating the ambiguity problem of curved surface reconstruction:
if it is
Figure 570824DEST_PATH_IMAGE256
If the triangular mesh is judged to be 1 when the triangular mesh is larger than the isosurface threshold, the triangular surface and two vertexes marked as 1 are in the same area; on the contrary, if
Figure 327427DEST_PATH_IMAGE256
If the triangular mesh is judged to be 0 when the isosurface threshold is less than the isosurface threshold, the triangular surface and two vertexes marked as 0 are in the same area. In this way, the connection mode of the isosurface can be uniquely determined, and the ambiguity problem is eliminated.
And splicing the triangular patches to obtain a three-dimensional surface model after the curved surface is reconstructed. The triangle patches represent the surface of the heart model, the small triangle patches in each mesh are represented by three vertexes of the triangle and the connection sequence of the vertexes, and the triangle patches are fitted and curved, so that the purpose of converting abstract heart point cloud data into a visual three-dimensional model is achieved, and a smooth three-dimensional curved surface of the heart surface is formed.
The experimental results are as follows:
in an experiment, when the recursion depth of the octree is 6-8, all data nodes can be contained in the octree, and when the depth is too large, although the precision of a point set is increased, the calculation process of a solution in an iteration process is greatly increased; if the depth is too small, some nodes cannot be reflected, and the reconstructed model is rough and not smooth. Table 2 shows the parameter comparison in the point cloud data surface reconstruction results when the octree recursion depths are 6, 7, and 8.
TABLE 2 comparison of parameters of point cloud data surface reconstruction at different octree depths
Octree recursion depth 6 7 8
Number of vertices 1585 1693 2346
Number of triangular patches 3166 4382 4688
Reconstruction time (seconds) 7.53 12.31 18.24
As can be seen from the experimental results, as the octree depth increases, although the reconstruction time increases, the number of vertexes and triangular facets in the reconstruction result is more and more, which means that the reconstruction surface is more smooth and vivid.
In order to more clearly and accurately see the mesh structure of the reconstructed curved surface, when the octree recursion depth is 8, comparison experiments are respectively carried out under 6 and 8 different iterations for solving the poisson equation Gauss-Seidel, and table 3 shows the comparison of experiment parameters.
TABLE 3 comparison of parameters at different Gauss-Seidel iterations
Number of Gauss-Seidel iterations 6 8
Number of vertices 2346 2437
Number of triangular patches 4688 4870
Reconstruction time (seconds) 18.24 18.24
According to the experimental results, the difference of Gauss-Seidel iteration times does not increase the reconstruction time, but can obtain a more accurate three-dimensional model of the heart curved surface.
According to the method for reconstructing the curved surface of the scattered point cloud data of the heart, the reconstructed three-dimensional model of the heart is more vivid, the three-dimensional effect of a large amount of scattered point cloud data acquired by a doctor on the inner wall of the heart by using a catheter is well reflected, the spatial position relation of the heart can be intuitively and accurately displayed, and random display, scaling, rotation and cutting in a three-dimensional space can be realized. The improved Poisson reconstruction theory is utilized to carry out the curved surface reconstruction of the heart, the influence of noise and external points can be greatly reduced, the reconstruction speed and precision are improved, and the robustness is good. The method can quickly acquire the realistic surface of the model without preprocessing the original point cloud data in advance, thereby saving operation steps and time which may be spent. Meanwhile, the method can also be applied to three-dimensional reconstruction of other point cloud data. The research solves the problem of reconstructing the three-dimensional curved surface of the heart surface by using point cloud data, is beneficial to more effectively detecting and diagnosing diseases in the aspect of heart by doctors, and improves the accuracy and safety of medical diagnosis.

Claims (7)

1. A method for reconstructing a curved surface of scattered point cloud data of a heart is characterized in that a three-dimensional surface model of the heart is reconstructed from scattered point cloud data of the heart, which contains noise and a large number of external points and is sampled unevenly and is acquired by a catheter, and the method comprises the following steps:
step one, defining a data representation form of collected point cloud data, establishing an octree topological relation, and defining a space function;
secondly, creating a vector field, selecting a local adjacent plane, and solving a vertex normal vector according to the average value of the surface normal vectors of the local adjacent plane;
step three, unifying vertex normal vectors;
and step four, solving the Poisson equation to obtain an indication function, and extracting an isosurface by adopting an MC algorithm according to the indication function and the gradient thereof to complete the reconstruction of the heart three-dimensional surface model.
2. The method for curved surface reconstruction of cardiac scattered point cloud data according to claim 1, wherein the first step of establishing an octree topological relation and defining a spatial function comprises the following specific steps:
establishing an octree topological relation for the scattered point cloud data of the heart collected by the catheter;
setting the maximum recursion depth of the octree, and adding all scattered point cloud data of the heart into the octree;
defining a node function for each node of the constructed octree, and using bounding box filteringnDimensional convolution to select spatial function
Figure 2011102648284100001DEST_PATH_IMAGE002
Wherein,is the coordinate of any point in the point cloud data point set,
Figure DEST_PATH_IMAGE008
is a function of the bounding box filtering,
Figure DEST_PATH_IMAGE010
nis the order of the filter, here taken to be 3.
3. The method of curved reconstruction of cardiac scattered point cloud data as recited in claim 2, wherein: the maximum recursion depth of the octree is 8.
4. The method for curved surface reconstruction of cardiac scattered point cloud data according to claim 1, wherein the second step is to create a vector field, select local adjacent planes, and calculate a vertex normal vector, and the specific steps are as follows:
acquiring the nearest K adjacent points by using a KNN algorithm, and calculating a local adjacent plane fitting the point and an adjacent point set thereof by using a least square approximation method;
determining the normal vector of the surface of the adjacent surface
Figure DEST_PATH_IMAGE012
Figure DEST_PATH_IMAGE014
And calculating the vertex normal vector from the mean value
Figure DEST_PATH_IMAGE018
Wherein,
Figure DEST_PATH_IMAGE020
Figure DEST_PATH_IMAGE022
is an integer which is a function of the number,
Figure DEST_PATH_IMAGE024
for marking points in a point cloud data point set,
Figure DEST_PATH_IMAGE026
is any point, referred to herein as a vertex,
Figure DEST_PATH_IMAGE028
for marking the firstPoints in the K-neighborhood of the point cloud data,
Figure DEST_PATH_IMAGE030
is any point in the K-neighborhood region,
Figure DEST_PATH_IMAGE032
is that
Figure 771858DEST_PATH_IMAGE026
Point and point
Figure 613912DEST_PATH_IMAGE030
The local contiguous plane of points is formed,
Figure DEST_PATH_IMAGE034
is composed of
Figure 71438DEST_PATH_IMAGE026
The distance of the point from the origin of coordinates,
Figure DEST_PATH_IMAGE036
is a Gaussian weight function, which is calculated by
Figure 13374DEST_PATH_IMAGE030
Projection point of point on three-dimensional coordinate plane
Figure DEST_PATH_IMAGE038
Is a parameter, symbol
Figure DEST_PATH_IMAGE040
To represent
Figure 22787DEST_PATH_IMAGE030
Dot sum
Figure 352137DEST_PATH_IMAGE038
Distance between points, function
Figure DEST_PATH_IMAGE042
Is expressed in a constraint
Figure 675671DEST_PATH_IMAGE034
The normal vector is obtained by
Figure DEST_PATH_IMAGE044
The minimized coordinates of (a);
defining an approximation indicative of a function vector field
Figure DEST_PATH_IMAGE046
Figure DEST_PATH_IMAGE048
Wherein,
Figure DEST_PATH_IMAGE050
is a point-cloud data point set,
Figure DEST_PATH_IMAGE052
is the K neighborhood of any point in the point set,
Figure DEST_PATH_IMAGE054
is any node
Figure DEST_PATH_IMAGE056
K in the neighborhood of K is
Figure DEST_PATH_IMAGE058
The number of the 8 nodes of (a),
Figure DEST_PATH_IMAGE060
is a linear coefficient of the linear coefficient,
Figure DEST_PATH_IMAGE062
is that
Figure 365058DEST_PATH_IMAGE056
The node function of the point is then determined,
Figure DEST_PATH_IMAGE064
is thatVertex normal vectors for points.
5. The method for curved surface reconstruction of cardiac scattered point cloud data according to claim 1, wherein the step three is to unify vertex normal vectors, and the specific steps are as follows:
selecting two adjacent points
Figure DEST_PATH_IMAGE068
Figure DEST_PATH_IMAGE070
Figure DEST_PATH_IMAGE072
Is composed of
Figure 608356DEST_PATH_IMAGE066
Figure 407685DEST_PATH_IMAGE068
The dot product of the normal vectors of two adjacent points is calculated
Figure DEST_PATH_IMAGE074
Converting the problem of the consistency of the normal vector into the problem of the minimum spanning tree of the solution graph;
calculating the cost of an edge between two adjacent points
Figure DEST_PATH_IMAGE076
And construct an undirected graph, cost
Figure 58634DEST_PATH_IMAGE076
Calculated from the following formula:
wherein,is a line segment
Figure DEST_PATH_IMAGE082
A midpoint of
Figure DEST_PATH_IMAGE084
And
Figure DEST_PATH_IMAGE086
is composed of
Figure DEST_PATH_IMAGE088
Distance on straight line
Figure DEST_PATH_IMAGE090
Two points of a unit distance of a point,
Figure DEST_PATH_IMAGE092
and
Figure DEST_PATH_IMAGE094
is composed of
Figure DEST_PATH_IMAGE096
Distance on straight line
Figure DEST_PATH_IMAGE098
Two points of a unit distance of a point,
Figure DEST_PATH_IMAGE100
is composed of
Figure 295668DEST_PATH_IMAGE080
On line segmentProjection of (2);
the normalization of the normal vector is biased towards the direction of propagation in the tangential direction.
6. The method for curved surface reconstruction of the cardiac scattered point cloud data according to claim 1, wherein the solving of the poisson equation in the fourth step extracts an isosurface, and the method comprises the following specific steps:
solving the solution of the indicating function equation by adopting a GS matrix iteration mode;
selecting a proper threshold, extracting an isosurface by using an MC algorithm, and judging whether each triangular surface is an ambiguous surface point by point: if the points greater than the threshold value and less than the threshold value are respectively positioned at the two ends of the diagonal line, ambiguity exists;
and eliminating the ambiguous surface, splicing the triangular surface patches, and completing the reconstruction of the heart three-dimensional surface model.
7. The method of curved reconstruction of cardiac scattered point cloud data according to claim 6, wherein: and when solving the indicating function equation by adopting a GS matrix iteration mode, the iteration number is set to be 6-8.
CN 201110264828 2011-09-08 2011-09-08 Curved planar reconstruction method for cardiac scattered-point cloud data Pending CN102999937A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110264828 CN102999937A (en) 2011-09-08 2011-09-08 Curved planar reconstruction method for cardiac scattered-point cloud data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201110264828 CN102999937A (en) 2011-09-08 2011-09-08 Curved planar reconstruction method for cardiac scattered-point cloud data

Publications (1)

Publication Number Publication Date
CN102999937A true CN102999937A (en) 2013-03-27

Family

ID=47928466

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110264828 Pending CN102999937A (en) 2011-09-08 2011-09-08 Curved planar reconstruction method for cardiac scattered-point cloud data

Country Status (1)

Country Link
CN (1) CN102999937A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793939A (en) * 2013-07-29 2014-05-14 北京正安融翰技术有限公司 Local increasing type curved-surface reconstruction method of large-scale point cloud data
CN103839292A (en) * 2014-03-06 2014-06-04 中国科学院自动化研究所 Method for sampling contour surface and generating high-quality triangular mesh
CN104282039A (en) * 2014-09-29 2015-01-14 樊晓莉 Skeleton orthosis brace shaping method based on 3D scanning
CN104978440A (en) * 2014-04-03 2015-10-14 上海联影医疗科技有限公司 Heart model building method, heart model registration and heart multi-plane reconstruction method
CN105404898A (en) * 2015-11-26 2016-03-16 福州华鹰重工机械有限公司 Loose-type point cloud data segmentation method and device
CN105844713A (en) * 2016-04-22 2016-08-10 中北大学 Parametric surface reconstruction method based on manifold
CN106504332A (en) * 2016-10-19 2017-03-15 未来科技(襄阳)有限公司 The curve reestablishing method and device of three-dimensional point cloud
CN106558102A (en) * 2016-10-10 2017-04-05 合肥阿巴赛信息科技有限公司 A kind of three-dimension modeling method rebuild based on Screened Poisson
CN106780751A (en) * 2017-01-19 2017-05-31 桂林电子科技大学 Three-dimensional point cloud method for reconstructing based on improved shielding Poisson algorithm
CN107221028A (en) * 2017-05-27 2017-09-29 电子科技大学 A kind of geologic body closed surface three-dimensional rebuilding method based on seismic interpretation data
CN107545599A (en) * 2017-08-21 2018-01-05 上海妙影医疗科技有限公司 Method of surface reconstruction and computer equipment in kind, storage medium
CN108090404A (en) * 2016-11-23 2018-05-29 法乐第(北京)网络科技有限公司 Three dimensional image processing method
CN108510443A (en) * 2018-03-30 2018-09-07 河北北方学院 A kind of medical image rebuilds localization method offline
CN108605119A (en) * 2015-08-03 2018-09-28 M·M·赫菲达 2D to 3D video frame is converted
CN108805261A (en) * 2017-04-28 2018-11-13 微软技术许可有限责任公司 Convolutional neural networks based on Octree
CN108961413A (en) * 2018-07-16 2018-12-07 清华大学深圳研究生院 A kind of internal membrane of heart Incremental insertion dynamic surface method for reconstructing in cardiac mapping system
CN110375668A (en) * 2019-07-08 2019-10-25 西北农林科技大学 Loess Surface mima type microrelief Surface Reconstruction based on point cloud data
CN111402393A (en) * 2019-12-06 2020-07-10 温州大学 Method for generating parameter curved surface simulation point cloud
CN113160186A (en) * 2021-04-27 2021-07-23 青岛海信医疗设备股份有限公司 Lung lobe segmentation method and related device
CN113838069A (en) * 2021-09-27 2021-12-24 上海景吾智能科技有限公司 Point cloud segmentation method and system based on flatness constraint

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793939A (en) * 2013-07-29 2014-05-14 北京正安融翰技术有限公司 Local increasing type curved-surface reconstruction method of large-scale point cloud data
CN103839292A (en) * 2014-03-06 2014-06-04 中国科学院自动化研究所 Method for sampling contour surface and generating high-quality triangular mesh
CN103839292B (en) * 2014-03-06 2017-05-10 中国科学院自动化研究所 Method for sampling contour surface and generating high-quality triangular mesh
CN104978440A (en) * 2014-04-03 2015-10-14 上海联影医疗科技有限公司 Heart model building method, heart model registration and heart multi-plane reconstruction method
CN104978440B (en) * 2014-04-03 2020-02-07 上海联影医疗科技有限公司 Method for establishing and registering heart model and multi-plane reconstruction
CN104282039A (en) * 2014-09-29 2015-01-14 樊晓莉 Skeleton orthosis brace shaping method based on 3D scanning
CN108605119A (en) * 2015-08-03 2018-09-28 M·M·赫菲达 2D to 3D video frame is converted
CN108605119B (en) * 2015-08-03 2020-12-01 M·M·赫菲达 2D to 3D video frame conversion
CN105404898A (en) * 2015-11-26 2016-03-16 福州华鹰重工机械有限公司 Loose-type point cloud data segmentation method and device
CN105404898B (en) * 2015-11-26 2018-11-06 福州华鹰重工机械有限公司 A kind of loose type point cloud data segmentation method and equipment
CN105844713A (en) * 2016-04-22 2016-08-10 中北大学 Parametric surface reconstruction method based on manifold
CN106558102A (en) * 2016-10-10 2017-04-05 合肥阿巴赛信息科技有限公司 A kind of three-dimension modeling method rebuild based on Screened Poisson
CN106504332A (en) * 2016-10-19 2017-03-15 未来科技(襄阳)有限公司 The curve reestablishing method and device of three-dimensional point cloud
CN108090404A (en) * 2016-11-23 2018-05-29 法乐第(北京)网络科技有限公司 Three dimensional image processing method
CN106780751A (en) * 2017-01-19 2017-05-31 桂林电子科技大学 Three-dimensional point cloud method for reconstructing based on improved shielding Poisson algorithm
CN108805261A (en) * 2017-04-28 2018-11-13 微软技术许可有限责任公司 Convolutional neural networks based on Octree
CN108805261B (en) * 2017-04-28 2021-11-12 微软技术许可有限责任公司 Convolutional neural network based on octree
US11704537B2 (en) 2017-04-28 2023-07-18 Microsoft Technology Licensing, Llc Octree-based convolutional neural network
CN107221028B (en) * 2017-05-27 2019-06-14 电子科技大学 A kind of geologic body closed surface three-dimensional rebuilding method based on seismic interpretation data
CN107221028A (en) * 2017-05-27 2017-09-29 电子科技大学 A kind of geologic body closed surface three-dimensional rebuilding method based on seismic interpretation data
CN107545599A (en) * 2017-08-21 2018-01-05 上海妙影医疗科技有限公司 Method of surface reconstruction and computer equipment in kind, storage medium
CN108510443A (en) * 2018-03-30 2018-09-07 河北北方学院 A kind of medical image rebuilds localization method offline
CN108961413A (en) * 2018-07-16 2018-12-07 清华大学深圳研究生院 A kind of internal membrane of heart Incremental insertion dynamic surface method for reconstructing in cardiac mapping system
CN110375668A (en) * 2019-07-08 2019-10-25 西北农林科技大学 Loess Surface mima type microrelief Surface Reconstruction based on point cloud data
CN111402393A (en) * 2019-12-06 2020-07-10 温州大学 Method for generating parameter curved surface simulation point cloud
CN113160186A (en) * 2021-04-27 2021-07-23 青岛海信医疗设备股份有限公司 Lung lobe segmentation method and related device
CN113160186B (en) * 2021-04-27 2022-10-25 青岛海信医疗设备股份有限公司 Lung lobe segmentation method and related device
CN113838069A (en) * 2021-09-27 2021-12-24 上海景吾智能科技有限公司 Point cloud segmentation method and system based on flatness constraint
CN113838069B (en) * 2021-09-27 2024-02-06 杭州景吾智能科技有限公司 Point cloud segmentation method and system based on flatness constraint

Similar Documents

Publication Publication Date Title
CN102999937A (en) Curved planar reconstruction method for cardiac scattered-point cloud data
Saha et al. A survey on skeletonization algorithms and their applications
Jones et al. 3D distance fields: A survey of techniques and applications
Huang et al. Manifoldplus: A robust and scalable watertight manifold surface generation method for triangle soups
Gagvani et al. Parameter-controlled volume thinning
Bouix et al. Divergence-based medial surfaces
Shen et al. Skeleton pruning as trade-off between skeleton simplicity and reconstruction error
CN111696210A (en) Point cloud reconstruction method and system based on three-dimensional point cloud data characteristic lightweight
CN111382777B (en) Extracting feature trees from a grid
Zhou et al. Topology repair of solid models using skeletons
Li et al. On computing mapping of 3d objects: A survey
CN105654483B (en) The full-automatic method for registering of three-dimensional point cloud
Kalvin et al. Constructing topologically connected surfaces for the comprehensive analysis of 3-D medical structures
Campen et al. A Practical Guide to Polygon Mesh Repairing.
Arakeri et al. An effective and efficient approach to 3D reconstruction and quantification of brain tumor on magnetic resonance images
CN111105476B (en) Three-dimensional reconstruction method for CT image based on Marching Cubes
Li et al. On surface reconstruction: A priority driven approach
Dvořák et al. As-rigid-as-possible volume tracking for time-varying surfaces
Sharma et al. Signed distance based 3D surface reconstruction from unorganized planar cross-sections
Patel et al. 3D modeling and rendering of 2D medical image
Khaleel et al. 3D surface reconstruction of coronary artery trees for vessel locations’ detection
Zou et al. Area-preserving surface flattening using lie advection
Azernikov et al. Surface reconstruction of freeform objects based on hierarchical space decomposition
Shi et al. An integration method for scanned multi-view range images (MRIs) based on local weighted least squares (LWLS) surface fitting
Sharma et al. 3D Surface Reconstruction from Unorganized Sparse Cross Sections.

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130327