CN106548484A - Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure - Google Patents

Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure Download PDF

Info

Publication number
CN106548484A
CN106548484A CN201610956616.5A CN201610956616A CN106548484A CN 106548484 A CN106548484 A CN 106548484A CN 201610956616 A CN201610956616 A CN 201610956616A CN 106548484 A CN106548484 A CN 106548484A
Authority
CN
China
Prior art keywords
convex hull
point
point cloud
points
edge
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
CN201610956616.5A
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.)
Jining University
Original Assignee
Jining University
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 Jining University filed Critical Jining University
Priority to CN201610956616.5A priority Critical patent/CN106548484A/en
Publication of CN106548484A publication Critical patent/CN106548484A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10028Range image; Depth image; 3D point clouds

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The present invention provides a kind of product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure, point cloud density is calculated by sampling analyses, traversal point cloud obtains the k neighbours of impact point, the fit Plane of impact point and its k neighbours is solved using least square method, impact point and its k neighbours are projected to into fit Plane, data for projection convex closure is obtained using value adding method, and product model scattered point cloud data Boundary characteristic extraction is realized based on convex closure.The method is applied to arbitrarily complicated product point cloud model, Boundary characteristic extraction processing efficient, stable, practical.

Description

基于二维凸包的产品模型散乱点云边界特征提取方法Boundary Feature Extraction Method of Scattered Point Cloud of Product Model Based on 2D Convex Hull

技术领域technical field

本发明涉及产品逆向工程技术领域,具体涉及一种基于二维凸包的产品散乱点云边界特征提取方法。The invention relates to the technical field of product reverse engineering, in particular to a method for extracting boundary features of scattered point clouds of products based on a two-dimensional convex hull.

背景技术Background technique

逆向工程技术主要包括:模型数字化、数字型面的预处理和曲面重构等过程。其中,模型的数字化是研究实物模型的测量问题,在制造行业,常用的方法是采用三维扫描设备获取产品的型面特征信息。数字型面预处理是指对测量数据的处理技术。曲面重构是把测量的数据转换为CAD模型,用于实际的加工生产。在利用点云数据进行重构时,对整体数据的处理比较复杂,甚至难以实现,需要先识别模型的边界特征点或线,对数据进行划分,然后分块处理,最终实现产品的CAD建模。另外,点云的边界识别技术对点云补洞、文物复原及修复等方面都有着重要应用。Reverse engineering technology mainly includes: model digitization, digital surface preprocessing and surface reconstruction and other processes. Among them, the digitization of the model is to study the measurement of the physical model. In the manufacturing industry, a common method is to use 3D scanning equipment to obtain product surface feature information. Digital surface preprocessing refers to the processing technology of measurement data. Surface reconstruction is to convert the measured data into a CAD model for actual processing and production. When using point cloud data for reconstruction, the processing of the overall data is complex and even difficult to achieve. It is necessary to first identify the boundary feature points or lines of the model, divide the data, and then process it in blocks, and finally realize the CAD modeling of the product . In addition, the point cloud boundary recognition technology has important applications in point cloud hole filling, cultural relic restoration and restoration.

对现有技术文献检索发现,张献颖等在学术期刊《中国图像图形学报》2003,8(10),P1223-1226上发表的学术论文“空间三角网格曲面的边界提取方法”中,通过建立产品模型点云的STL网格模型提取点云边界特征,该方法边界特征提取准确,但目前适应任何数据点云的三角化算法还没得到完全有效的解决,且三角化方法本身时间复杂度高,需耗费大量的系统资源,运行速度慢。孙殿柱在其科技论文《散乱数据点云型面特征分析算法的研究与应用》(机械工程学报,2007,43(6):133-136)中获取点云局部型面参考点集,拟合点集参考平面并将参考点集投影到平面,通过对投影数据角度比较提取点云边界特征,该算法提取的边界特征点集包含部分内部点,提取精度低。Searching the prior art literature found that in the academic paper "Boundary Extraction Method of Spatial Triangular Mesh Surface" published in the academic journal "Journal of Image and Graphics of China" 2003, 8 (10), P1223-1226, by establishing the product The STL grid model of the model point cloud extracts point cloud boundary features. This method is accurate in boundary feature extraction. However, the triangulation algorithm suitable for any data point cloud has not been completely and effectively solved, and the triangulation method itself has high time complexity. It consumes a lot of system resources and runs slowly. Sun Dianzhu obtained the point cloud local surface reference point set and the fitting points Set the reference plane and project the reference point set to the plane, and extract the boundary features of the point cloud by comparing the angles of the projection data. The boundary feature point set extracted by this algorithm contains some internal points, and the extraction accuracy is low.

综上所述,现有技术存在的缺陷是:边界特征提取精度低,适用范围小,无法满足逆向工程中CAD建模及快速成型设计的需要。To sum up, the defects of the existing technology are: low precision of boundary feature extraction, small scope of application, unable to meet the needs of CAD modeling and rapid prototyping design in reverse engineering.

发明内容Contents of the invention

本发明提供一种基于二维凸包的产品散乱点云边界特征提取方法,该方法适用于任意复杂的产品点云模型,边界特征提取过程高效、稳定、实用性强。The invention provides a method for extracting boundary features of scattered point clouds of products based on a two-dimensional convex hull. The method is suitable for any complex product point cloud models, and the boundary feature extraction process is efficient, stable and practical.

本发明的技术方案是:一种基于二维凸包的产品模型散乱点云边界特征提取方法,包括以下步骤:The technical scheme of the present invention is: a kind of product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull, comprises the following steps:

步骤1,将产品模型散乱点云数据读入到存储设备中,并计算点云密度ρ;Step 1, read the scattered point cloud data of the product model into the storage device, and calculate the point cloud density ρ;

步骤2,对于任意目标点v,遍历点云数据,搜索距其最近的k个数据点作为目标点v的k-近邻点;Step 2, for any target point v, traverse the point cloud data, and search for the nearest k data points as the k-nearest neighbor points of the target point v;

步骤3,采用最小二乘方法求解目标点v及其k-近邻点的拟合平面P;Step 3, using the least squares method to solve the fitting plane P of the target point v and its k-nearest neighbor points;

步骤4,将目标点v及其k-近邻点投影到拟合平面P,并求解投影点的二维凸包Q;Step 4, project the target point v and its k-nearest neighbor points to the fitting plane P, and solve the two-dimensional convex hull Q of the projected points;

步骤5,基于凸包Q实现产品模型散乱点云边界特征提取。Step 5, based on the convex hull Q, the boundary feature extraction of the scattered point cloud of the product model is realized.

进一步地,步骤1中计算点云密度ρ的计算方法是:在点云数据中随机抽取n个点,对抽取到的任意点poi,遍取点云数据,搜索与其最近的m个点,并计算最近的m个点中的各个点与poi的距离di,j,则点云密度其中i=0、1、...n,j=0、1、...m。Further, the calculation method for calculating the point cloud density ρ in step 1 is: randomly extract n points in the point cloud data, and for any point po i extracted, traverse the point cloud data, and search for the m points closest to it, And calculate the distance d i, j between each point in the nearest m points and po i , then the point cloud density where i=0, 1, . . . n, j=0, 1, . . . m.

进一步地,步骤3中拟合平面P的求解方法是:设平面方程为c1x+c2y+C3z+c4=0,其矩阵方程为HC=0,其中:Further, the method of solving the fitting plane P in step 3 is: set the plane equation as c 1 x+c 2 y+C 3 z+c 4 =0, and its matrix equation is HC=0, where:

则拟合平面P的方程为Then the equation of fitting plane P is

采用特征向量估计法求解拟合平面P的方程,对矩阵HTH进行奇异值分解得Using the eigenvector estimation method to solve the equation of the fitting plane P, the singular value decomposition of the matrix H T H is obtained

其中U和V为正交矩阵,w1、w2、w3、w4为HTH的特征值,其中最小特征值对应的特征向量即为拟合平面P的方程的最小二乘解,从而求得拟合平面P。Among them, U and V are orthogonal matrices, w 1 , w 2 , w 3 , and w 4 are the eigenvalues of HTH , and the eigenvector corresponding to the smallest eigenvalue is the least squares solution of the equation for fitting the plane P, So as to obtain the fitting plane P.

进一步地,步骤4中,设目标点v及其k-近邻点在拟合平面P上的投影集合为VP,则投影点的二维凸包Q的求解步骤是:Further, in step 4, assuming that the projection set of the target point v and its k-nearest neighbor points on the fitting plane P is V P , then the steps to solve the two-dimensional convex hull Q of the projected points are:

步骤4.1,任意选取不共线的三点形成初始凸包,将初始凸包的三条边添加到凸包集合QE中;Step 4.1, randomly select three points that are not collinear to form an initial convex hull, and add the three sides of the initial convex hull to the convex hull set Q E ;

步骤4.2,将凸包内部点及凸包顶点由VP中删除;Step 4.2, delete the internal points of the convex hull and the vertices of the convex hull from V P ;

步骤4.3,若VP为空,程序结束,此时凸包集合QE即为求解的投影点的二维凸包Q;否则执行步骤4.4;Step 4.3, if V P is empty, the program ends, and the convex hull set Q E is the two-dimensional convex hull Q of the projected points to be solved; otherwise, perform step 4.4;

步骤4.4,由VP中任选一点rt(at,bt,dt),采用增值方法进行凸包数据更新并返回步骤4.2。In step 4.4 , choose a point r t (a t , b t , d t ) in VP, update the convex hull data by value-added method and return to step 4.2.

进一步地,步骤4.2中,VP中数据点是否是凸包内部点的判断方法是:采用公式Further, in step 4.2, the method of judging whether the data point in V P is an internal point of the convex hull is: using the formula

计算凸包集合QE的顶点集合重心O(ao,bo,do),其中(al,bl,dl)为VP中数据点的坐标,s为VP中数据点的个数;对于VP中任意数据点rt(at,bt,dt),遍历凸包集合QE中所有凸包边E均满足(F1ao+F2bo+F3do+F4)(F1at+F2bt+F3dt+F4)≥0,则rt(at,bt,dt)为凸包内部点,否则rt(at,bt,dt)为凸包外部点;F1a+F2b+F3d+F4=0表示经过凸包边E且垂直于拟合平面P的平面。Calculate the center of gravity O(a o , b o , d o ) of the vertex set of the convex hull set Q E , where (a l , b l , d l ) is the coordinate of the data point in VP, s is the coordinate of the data point in VP number; for any data point r t (a t , b t , d t ) in V P , all convex hull edges E in the traversal convex hull set Q E satisfy (F 1 a o +F 2 b o +F 3 d o +F 4 )(F 1 a t +F 2 b t +F 3 d t +F 4 )≥0, then r t (a t , b t , d t ) is the interior point of the convex hull, otherwise r t (a t , b t , d t ) are points outside the convex hull; F 1 a+F 2 b+F 3 d+F 4 =0 means a plane passing through the convex hull edge E and perpendicular to the fitting plane P.

进一步地,步骤4.4中,凸包数据更新的具体步骤是:Further, in step 4.4, the specific steps for updating the convex hull data are:

步骤4.4.1,查询点rt(at,bt,dt)的可见边集合;Step 4.4.1, query the visible edge set of point r t (a t , b t , d t );

步骤4.4.2,从凸包集合QE中删除可见边集合中的各条边;Step 4.4.2, delete each edge in the visible edge set from the convex hull set Q E ;

步骤4.4.3,连接点rt(at,bt,dt)与凸包剩余边集合的两个端点,形成新的边界,添加到凸包集合QE中。Step 4.4.3, connect the point r t (a t , b t , d t ) with the two endpoints of the convex hull remaining edge set to form a new boundary, and add it to the convex hull set Q E.

进一步地,步骤4.4.1中,对任意凸包边E,设经过凸包边E且垂直于拟合平面P的平面方程为F1a+F2b+F3d+F4=0,则凸包边E是否为点rt(at,bt,dt)的可见边的判断方法是:计算凸包集合QE的顶点集合重心O(ao,bo,do),若(F1ao+F2bo+F3do+F4)(F1at+F2bt+F3dt+F4)<0,则凸包边E为可见边,否则,凸包边E为不可见边。Further, in step 4.4.1, for any convex hull E, set the plane equation passing through the convex hull E and perpendicular to the fitting plane P as F 1 a+F 2 b+F 3 d+F 4 =0, Then the method of judging whether the convex hull edge E is the visible edge of the point r t (at , b t , d t ) is: calculate the center of gravity O(a o , b o , d o ) of the vertex set of the convex hull set Q E , If (F 1 a o +F 2 b o +F 3 d o +F 4 )(F 1 a t +F 2 b t +F 3 d t +F 4 )<0, then the convex hull E is a visible edge , otherwise, the convex hull E is invisible.

进一步地,步骤5中,边界特征提取的具体方法是:若目标点v在拟合平面P上的投影属于二维凸包Q的顶点,则目标点v为产品模型的边界点,其边界概率anglePr(v)=1.0,否则,设v′为目标点v在拟合平面P上的投影,v′gv′g+1为二维凸包Q上的边,v′g、v′g+1为边的两个端点,其中,g=0,1,…,GN;当g=GN时,GN+1=0,GN为凸包顶点数;遍历二维凸包Q的各条边,获取点v′与边v′gv′g+1两端点连线组成的最大夹角βg,最大夹角βg为∠v′gv′v′g+1的最大值,则目标点v的边界概率为:Further, in step 5, the specific method of boundary feature extraction is: if the projection of the target point v on the fitting plane P belongs to the vertex of the two-dimensional convex hull Q, then the target point v is the boundary point of the product model, and its boundary probability anglePr(v)=1.0, otherwise, let v' be the projection of the target point v on the fitting plane P, v' g v' g+1 be the edge on the two-dimensional convex hull Q, v' g , v' g +1 is the two endpoints of the side, wherein, g=0, 1, ..., GN; when g=GN, GN+1=0, GN is the number of vertices of the convex hull; traverse each side of the two-dimensional convex hull Q , to obtain the maximum angle β g formed by the point v′ and the line connecting the two ends of the side v′ g v′ g+1 , the maximum angle β g is the maximum value of ∠v′ g v′v′ g+1 , then the target The boundary probability of point v is:

将anglePr(v)与预设阈值σ比较,若anglePr(v)≥σ,则目标点v为边界点,否则目标点v为内部点。Compare anglePr(v) with the preset threshold σ, if anglePr(v)≥σ, then the target point v is a boundary point, otherwise the target point v is an internal point.

本发明与现有技术相比,具有以下优点:Compared with the prior art, the present invention has the following advantages:

1)采用最小二乘法获取拟合平面,通过平面投影数据凸包获取产品模型散乱点云边界特征提取,具有几何结构简单,处理方便等优点;1) The least square method is used to obtain the fitting plane, and the scattered point cloud boundary feature extraction of the product model is obtained through the convex hull of the plane projection data, which has the advantages of simple geometric structure and convenient processing;

2)通过构造凸包重心,实现可见面识别,进而实现投影数据凸包构建,避免了传统凸包构建过程中通过向量计算寻找可见边而造成的时间消耗,具有运行效率高,精度可靠的特点;2) By constructing the center of gravity of the convex hull, the visible surface recognition is realized, and then the convex hull construction of the projection data is realized, which avoids the time consumption caused by vector calculation to find the visible edge in the traditional convex hull construction process, and has the characteristics of high operating efficiency and reliable accuracy ;

3)通过采样数据计算散乱点云密度,并对点云模型遍历获取目标数据k-近邻,可应用于各种复杂型面的点云模型,数据适应性较强。3) Calculate the density of scattered point clouds by sampling data, and traverse the point cloud model to obtain the target data k-nearest neighbors, which can be applied to point cloud models of various complex surfaces, and the data adaptability is strong.

附图说明Description of drawings

图1是本发明具体实施例流程图。Fig. 1 is a flowchart of a specific embodiment of the present invention.

图2是本发明具体实施例产品点云模型示意图。Fig. 2 is a schematic diagram of a product point cloud model according to a specific embodiment of the present invention.

图3是本发明具体实施例产品点云模型边界特征提取结果示意图。Fig. 3 is a schematic diagram of the boundary feature extraction results of the product point cloud model according to a specific embodiment of the present invention.

具体实施方式detailed description

下面结合附图并通过具体实施例对本发明进行详细阐述,以下实施例是对本发明的解释,而本发明并不局限于以下实施方式。The present invention will be described in detail below with reference to the accompanying drawings and specific embodiments. The following embodiments are explanations of the present invention, but the present invention is not limited to the following embodiments.

如图1所示,本发明提供的基于二维凸包的产品模型散乱点云边界特征提取方法的流程是:数据读入程序将产品数字化设备输出的点云数据读入到存储设备中,形成可以用于数据存取的线性链表;对点云数据进行数据采样,计算点云密度,对于任意目标点v,采用k-近邻查询程序获取其k-近邻数据点,并采用最小二乘法拟合目标点v及其k-近邻的最小二乘拟合平面P,将目标点v及其k-近邻投影到拟合平面P;采用增值法求解投影数据的二维凸包Q,基于二维凸包Q实现产品模型散乱点云边界特征提取。As shown in Figure 1, the process of the method for extracting the boundary features of the scattered point cloud of the product model based on the two-dimensional convex hull provided by the present invention is: the data reading program reads the point cloud data output by the product digitization device into the storage device, and forms A linear linked list that can be used for data access; perform data sampling on point cloud data and calculate point cloud density. For any target point v, use the k-nearest neighbor query program to obtain its k-nearest neighbor data points, and use the least squares method to fit The least squares fitting plane P of the target point v and its k-nearest neighbors, project the target point v and its k-nearest neighbors to the fitting plane P; use the value-added method to solve the two-dimensional convex hull Q of the projected data, based on the two-dimensional convex Package Q realizes the feature extraction of the scattered point cloud boundary of the product model.

具体步骤为:The specific steps are:

步骤1,将产品模型散乱点云数据读入到存储设备中,并计算点云密度ρ。Step 1, read the scattered point cloud data of the product model into the storage device, and calculate the point cloud density ρ.

该步骤中点云密度ρ的计算方法是:在产品模型散乱点云中随机抽取n个点,对抽取到的任意点poi,遍取产品模型散乱点云数据,搜索与其最近的m个点,并计算最近的m个点中的各个点与poi的距离di,j,则点云密展其中i=0、1、...n,j=0、1、...m。m、n的取值根据点云分布情况进行调整,一般n取点云总数的1/1000,m取8~20即可满足要求。The calculation method of the point cloud density ρ in this step is: randomly extract n points in the scattered point cloud of the product model, for any point po i extracted, traverse the scattered point cloud data of the product model, and search for the m points closest to it , and calculate the distance d i, j between each point in the nearest m points and po i , then the point cloud dense expansion where i=0, 1, . . . n, j=0, 1, . . . m. The values of m and n are adjusted according to the point cloud distribution. Generally, n takes 1/1000 of the total number of point clouds, and m takes 8-20 to meet the requirements.

步骤2,对于任意目标点v,遍历产品模型散乱点云数据,搜索距其最近的k个数据点作为目标点v的k-近邻点。Step 2, for any target point v, traverse the scattered point cloud data of the product model, and search for the k nearest data points as the k-nearest neighbor points of the target point v.

步骤3,采用最小二乘方法求解目标点v及其k-近邻点的拟合平面P。Step 3, using the least squares method to solve the fitting plane P of the target point v and its k-nearest neighbor points.

拟合平面P的求解方法是:设平面方程为c1x+c2y+c3z+c4=0,其矩阵方程为HC=0,其中:The solution method of fitting plane P is: set the plane equation as c 1 x+c 2 y+c 3 z+c 4 =0, and its matrix equation is HC=0, where:

则拟合平面P的方程为Then the equation of fitting plane P is

采用特征向量估计法求解拟合平面P的方程,对矩阵HTH进行奇异值分解得Using the eigenvector estimation method to solve the equation of the fitting plane P, the singular value decomposition of the matrix H T H is obtained

其中U和V为正交矩阵,w1、w2、w3、w4为HTH的特征值,其中最小特征值对应的特征向量即为拟合平面P的方程的最小二乘解,从而求得拟合平面P。Among them, U and V are orthogonal matrices, w 1 , w 2 , w 3 , and w 4 are the eigenvalues of HTH , and the eigenvector corresponding to the smallest eigenvalue is the least squares solution of the equation for fitting the plane P, So as to obtain the fitting plane P.

步骤4,将目标点v及其k-近邻点投影到拟合平面P,并求解投影点的二维凸包Q。Step 4. Project the target point v and its k-nearest neighbor points to the fitting plane P, and solve the two-dimensional convex hull Q of the projected points.

该步骤中设目标点v及其k-近邻点在拟合平面P上的投影集合为VP,则投影点的二维凸包Q的求解步骤是:In this step, set the projection set of the target point v and its k-nearest neighbor points on the fitting plane P as V P , then the solution steps of the two-dimensional convex hull Q of the projected points are:

步骤4.1,任意选取不共线的三点形成初始凸包,将初始凸包的三条边添加到凸包集合QE中。Step 4.1, randomly select three points that are not collinear to form an initial convex hull, and add the three sides of the initial convex hull to the convex hull set Q E .

步骤4.2,将凸包内部点及凸包顶点由VP中删除。凸包内部点的判断方法是:采用公式Step 4.2, delete the internal points and vertices of the convex hull from V P . The method of judging the internal points of the convex hull is: using the formula

计算凸包集合QE的顶点集合重心O(ao,bo,do),其中(al,bl,dl)为VP中数据点的坐标,s为VP中数据点的个数;对于VP中任意数据点rt(at,bt,dt),遍历凸包集合QE中所有凸包边E均满足(F1ao+F2bo+F3do+F4)(F1at+F2bt+F3dt+F4)≥0,则rt(at,bt,dt)为内部点,否则rt(at,bt,dt)为外部点;其中F1a+F2b+F3d+F4=0为经过凸包边E且垂直于拟合平面P的平面。Calculate the center of gravity O(a o , b o , d o ) of the vertex set of the convex hull set Q E , where (a l , b l , d l ) is the coordinate of the data point in VP, s is the coordinate of the data point in VP number; for any data point r t (a t , b t , d t ) in V P , all convex hull edges E in the traversal convex hull set Q E satisfy (F 1 a o +F 2 b o +F 3 d o +F 4 )(F 1 a t +F 2 b t +F 3 d t +F 4 )≥0, then r t (a t , b t , d t ) is an internal point, otherwise r t (a t , b t , d t ) are external points; where F 1 a+F 2 b+F 3 d+F 4 =0 is a plane passing through the convex hull E and perpendicular to the fitting plane P.

步骤4.3,若VP为空,程序结束,否则执行步骤4.4。Step 4.3, if V P is empty, the program ends, otherwise, go to step 4.4.

步骤4.4,由VP中任选一点rt(at,bt,dt),采用增值方法进行凸包数据更新并返回步骤4.2。凸包数据更新的具体步骤是:In step 4.4 , choose a point r t (a t , b t , d t ) in VP, update the convex hull data by value-added method and return to step 4.2. The specific steps of convex hull data update are:

步骤4.4.1,查询点rt(at,bt,dt)的可见边集合。对任意凸包边E,经过凸包边E且垂直与拟合平面P的平面方程为F1a+F2b+F3d+F4=0,则凸包边E是否为点rt(at,bt,dt)的可见边的判断方法是:计算凸包集合QE的顶点集合重心O(ao,bo,do),若(F1ao+F2bo+F3do+F4)(F1at+F2bt+F3dt+F4)<0,则凸包边E为可见边,否则,凸包边E为不可见边。Step 4.4.1, query the visible edge set of point r t (a t , b t , d t ). For any convex hull E, the plane equation passing through the convex hull E and perpendicular to the fitting plane P is F 1 a+F 2 b+F 3 d+F 4 =0, then whether the convex hull E is a point r t The judgment method of the visible edge of (a t , b t , d t ) is: calculate the center of gravity O(a o , b o , d o ) of the vertex set of the convex hull set Q E , if (F 1 a o +F 2 b o +F 3 d o +F 4 )(F 1 a t +F 2 b t +F 3 d t +F 4 )<0, then the convex hull E is visible, otherwise, the convex hull E is invisible side.

步骤4.4.2,从QE中删除可见边集合中的各条边。Step 4.4.2, delete each edge in the visible edge set from Q E.

步骤4.4.3,连接点rt(at,bt,dt)与凸包剩余边集合的两个端点,形成新的边界,添加到QE中。Step 4.4.3, connect the point r t (a t , b t , d t ) with the two endpoints of the remaining edge set of the convex hull to form a new boundary and add it to Q E.

步骤5,基于凸包Q实现产品模型散乱点云边界特征提取。Step 5, based on the convex hull Q, the boundary feature extraction of the scattered point cloud of the product model is realized.

该步骤中边界特征提取的具体方法是:若目标点v的投影点属于二维凸包Q顶点,则目标点v为产品模型边界点,其边界概率anglePr(v)=1.0,否则,设v′为目标点v在拟合平面P上的投影,v′gv′g+1为凸包上的边,v′g、v′g+1为边的两个端点,其中,g=0,1,…,GN;其中GN为凸包顶点数。当g=GN时,GN+1=0,即将构成二维凸包Q的有序点集中最后一个点与第0个点组成边,以进行下面的角度计算和比较;遍历二维凸包Q的各条边,获取点v′与凸包边v′gv′g+1两端点连线组成的最大夹角βg,最大夹角βg为∠v′gv′v′g+1的最大值,则目标点v的边界概率为:The specific method of boundary feature extraction in this step is: if the projection point of the target point v belongs to the vertex of the two-dimensional convex hull Q, then the target point v is the boundary point of the product model, and its boundary probability anglePr(v)=1.0, otherwise, set v ' is the projection of the target point v on the fitting plane P, v' g v' g+1 is the edge on the convex hull, v' g and v' g+1 are the two endpoints of the edge, where g=0 , 1,..., GN; where GN is the number of convex hull vertices. When g=GN, GN+1=0, that is, the last point in the set of ordered points constituting the two-dimensional convex hull Q forms an edge with the 0th point to perform the following angle calculation and comparison; traverse the two-dimensional convex hull Q , get the maximum angle β g formed by the point v′ and the line connecting the two ends of the convex hull v′ g v′ g+1 , and the maximum angle β g is ∠v′ g v′v′ g+1 The maximum value, then the boundary probability of the target point v is:

将anglePr(v)与预设阈值σ比较,若anglePr(v)≥σ,则目标点v为边界点,否则目标点v为内部点。σ值可以根据点云密度进行调整,当密度较大时取值适当大一些,一般可取0.8~1.0。Compare anglePr(v) with the preset threshold σ, if anglePr(v)≥σ, then the target point v is a boundary point, otherwise the target point v is an internal point. The value of σ can be adjusted according to the point cloud density. When the density is high, the value should be appropriately larger, generally 0.8 to 1.0.

下面以图2所示的产品点云模型为例,进行产品点云模型边界特征提取。The following takes the product point cloud model shown in Figure 2 as an example to extract the boundary features of the product point cloud model.

将产品点云数据读入存储结构中,点云数据为58720,从中随机抽取60个点,对抽取到的任意点poi(i=0,1,…,60),遍历点云数据,搜索与其最近的8个点,并计算各个点与poi的距离di,j(j=0,1,…,8),则点云密展得点云密度为0.036mm。对于任意目标点v,遍历点云数据,获取距离目标点v最近的k个数据点作为v的k-近邻,k取12。将目标点v及其k-近邻作为一个集合VP,采用最小二乘法求解该集合的拟合平面P,并将目标点v及其k-近邻点投影到拟合平面P。采用增值法求解投影数据的凸包,具体方法是:①任意选取不共线的3点形成初始凸包,将初始凸包的三条边添加到凸包集合QE中;②将凸包内部点及凸包顶点由VP中删除;③若VP为空,程序结束,否则执行步骤④;④由VP中任选一点rt(at,bt,dt),采用增值方法进行凸包数据更新并返回步骤②。得到投影数据凸包后,判断目标点v、投影点与凸包v′与凸包的关系,若属于凸包顶点,则该点的边界概率为1.0,边界提取结束;否则,设v′为目标点v在拟合平面P上的投影,v′gv′g+1为凸包上的边,v′g、v′g+1为边的两个端点,其中,g=0,1,…,GN;当g=GN时,GN+1=0,GN为凸包顶点数;遍历二维凸包Q的各条边,获取点v′与凸包边v′gv′g+1两端点连线组成的最大夹角βg,最大夹角βg为∠v′gv′v′g+1的最大值,则目标点v的边界概率为:Read the product point cloud data into the storage structure, the point cloud data is 58720, randomly extract 60 points from it, and traverse the point cloud data for any point po i (i=0, 1, ..., 60) extracted, and search 8 points closest to it, and calculate the distance d i, j (j=0, 1, ..., 8) between each point and po i , then the point cloud is densely expanded The obtained point cloud density is 0.036mm. For any target point v, traverse the point cloud data, and obtain k data points closest to the target point v as k-nearest neighbors of v, where k is 12. The target point v and its k-nearest neighbors are regarded as a set V P , and the fitting plane P of the set is solved by the least square method, and the target point v and its k-nearest neighbors are projected to the fitting plane P. The value-added method is used to solve the convex hull of the projected data. The specific method is: ① randomly select 3 points that are not collinear to form the initial convex hull, and add the three sides of the initial convex hull to the convex hull set Q E ; ② add the internal points of the convex hull and the convex hull vertices are deleted from V P ; ③ If V P is empty, the program ends, otherwise step ④ is executed; ④ Choose a point r t (a t , b t , d t ) in V P and use the value-added method to perform The convex hull data is updated and returns to step ②. After obtaining the projection data convex hull, judge the relationship between the target point v, the projection point and the convex hull v′ and the convex hull, if it belongs to the convex hull vertex, then the boundary probability of the point is 1.0, and the boundary extraction ends; otherwise, set v′ to be The projection of the target point v on the fitting plane P, v′ g v′ g+1 is the edge on the convex hull, v′ g and v′ g+1 are the two endpoints of the edge, where g=0,1 , ..., GN; when g=GN, GN+1=0, GN is the number of vertices of the convex hull; traverse each edge of the two-dimensional convex hull Q, and obtain the point v' and the convex hull edge v' g v' g+ 1 The maximum angle β g formed by the line connecting the two ends, the maximum angle β g is the maximum value of ∠v′ g v′v′ g+1 , then the boundary probability of the target point v is:

将anglePr(v)与预设阈值σ比较,若anglePr(v)≥σ,则目标点v为边界点,否则目标点v为内部点。由点云密度可知,点云分布较密,所以σ取值相应增大,取0.95。Compare anglePr(v) with the preset threshold σ, if anglePr(v)≥σ, then the target point v is a boundary point, otherwise the target point v is an internal point. It can be seen from the point cloud density that the point cloud distribution is relatively dense, so the value of σ increases correspondingly, taking 0.95.

以上公开的仅为本发明的优选实施方式,但本发明并非局限于此,任何本领域的技术人员能思之的没有创造性的变化,以及在不脱离本发明原理前提下所作的若干改进和润饰,都应落在本发明的保护范围内。The above disclosure is only a preferred embodiment of the present invention, but the present invention is not limited thereto, any non-creative changes that those skilled in the art can think of, and some improvements and modifications made without departing from the principle of the present invention , should fall within the protection scope of the present invention.

Claims (8)

1.一种基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,包括以下步骤:1. A product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull, is characterized in that, comprises the following steps: 步骤1,将产品模型散乱点云数据读入到存储设备中,并计算点云密度ρ;Step 1, read the scattered point cloud data of the product model into the storage device, and calculate the point cloud density ρ; 步骤2,对于任意目标点v,遍历点云数据,搜索距其最近的k个数据点作为目标点v的k-近邻点;Step 2, for any target point v, traverse the point cloud data, and search for the nearest k data points as the k-nearest neighbor points of the target point v; 步骤3,采用最小二乘方法求解目标点v及其k-近邻点的拟合平面P;Step 3, using the least squares method to solve the fitting plane P of the target point v and its k-nearest neighbor points; 步骤4,将目标点v及其k-近邻点投影到拟合平面P,并求解投影点的二维凸包Q;Step 4, project the target point v and its k-nearest neighbor points to the fitting plane P, and solve the two-dimensional convex hull Q of the projected points; 步骤5,基于凸包Q实现产品模型散乱点云边界特征提取。Step 5, based on the convex hull Q, the boundary feature extraction of the scattered point cloud of the product model is realized. 2.根据权利要求1所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤1中计算点云密度ρ的计算方法是:在点云数据中随机抽取n个点,对抽取到的任意点poi,遍取点云数据,搜索与其最近的m个点,并计算最近的m个点中的各个点与poi的距离di,j,则点云密度其中i=0、1、…n,j=0、1、…m。2. the product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull according to claim 1, is characterized in that, the calculation method of calculating point cloud density ρ in step 1 is: randomly extract n in point cloud data Points, for any point po i extracted, traverse the point cloud data, search for the nearest m points, and calculate the distance d i,j between each point of the nearest m points and po i , then the point cloud density where i=0, 1, . . . n, j=0, 1, . . . m. 3.根据权利要求1所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤3中拟合平面P的求解方法是:设平面方程为c1x+c2y+c3z+c4=0,其矩阵方程为HC=0,其中:3. the product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull according to claim 1, is characterized in that, the solution method of fitting plane P in step 3 is: set plane equation as c x +c 2 y+c 3 z+c 4 =0, its matrix equation is HC=0, where: Hh == xx 00 ythe y 00 zz 00 11 xx 11 ythe y 11 zz 11 11 .. .. .. .. .. .. .. .. .. .. .. .. xx nno ythe y nno zz nno 11 则拟合平面P的方程为Then the equation of fitting plane P is Hh cc 11 cc 22 cc 33 cc 44 == 00 00 00 00 采用特征向量估计法求解拟合平面P的方程,对矩阵HTH进行奇异值分解得Using the eigenvector estimation method to solve the equation of the fitting plane P, the singular value decomposition of the matrix H T H is obtained Hh TT Hh == Uu ww 11 00 00 00 00 ww 22 00 00 00 00 ww 33 00 00 00 00 ww 44 VV TT 其中U和V为正交矩阵,w1、w2、w3、w4为HTH的特征值,其中最小特征值对应的特征向量即为拟合平面P的方程的最小二乘解,从而求得拟合平面P。Among them, U and V are orthogonal matrices, w 1 , w 2 , w 3 , and w 4 are the eigenvalues of HTH , and the eigenvector corresponding to the smallest eigenvalue is the least squares solution of the equation for fitting the plane P, So as to obtain the fitting plane P. 4.根据权利要求1所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤4中,设目标点v及其k-近邻点在拟合平面P上的投影集合为VP,则投影点的二维凸包Q的求解步骤是:4. the product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull according to claim 1, is characterized in that, in step 4, set target point v and k-nearest neighbor point thereof on fitting plane P The projection set is V P , then the steps to solve the two-dimensional convex hull Q of the projected points are: 步骤4.1,任意选取不共线的三点形成初始凸包,将初始凸包的三条边添加到凸包集合QE中;Step 4.1, randomly select three points that are not collinear to form an initial convex hull, and add the three sides of the initial convex hull to the convex hull set Q E ; 步骤4.2,将凸包内部点及凸包顶点由VP中删除;Step 4.2, delete the internal points of the convex hull and the vertices of the convex hull from V P ; 步骤4.3,若VP为空,程序结束,此时凸包集合QE即为求解的投影点的二维凸包Q;否则执行步骤4.4;Step 4.3, if V P is empty, the program ends, and the convex hull set Q E is the two-dimensional convex hull Q of the projected points to be solved; otherwise, perform step 4.4; 步骤4.4,由VP中任选一点rt(at,bt,dt),采用增值方法进行凸包数据更新并返回步骤4.2。In step 4.4, choose a point r t (a t ,b t ,d t ) from V P , use the value-added method to update the convex hull data and return to step 4.2. 5.根据权利要求4所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤4.2中,VP中数据点是否是凸包内部点的判断方法是:采用公式5. the product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull according to claim 4, it is characterized in that, in step 4.2, the judging method whether data point is convex hull internal point among the VP is: adopt formula aa oo == &Sigma;&Sigma; ll == 00 sthe s aa ll sthe s ;; bb oo == &Sigma;&Sigma; ll == 00 sthe s bb ll sthe s ;; dd oo == &Sigma;&Sigma; ll == 00 sthe s dd ll sthe s 计算凸包集合QE的顶点集合重心O(ao,bo,do),其中(al,bl,dl)为VP中数据点的坐标,s为VP中数据点的个数;对于VP中任意数据点rt(at,bt,dt),遍历凸包集合QE中所有凸包边E均满足(F1ao+F2bo+F3do+F4)(F1at+F2bt+F3dt+F4)≥0,则rt(at,bt,dt)为凸包内部点,否则rt(at,bt,dt)为凸包外部点;F1a+F2b+F3d+F4=0表示经过凸包边E且垂直于拟合平面P的平面。Calculate the center of gravity O(a o ,b o ,d o ) of the vertex set of the convex hull set Q E , where (a l , b l , d l ) are the coordinates of the data points in VP, and s is the coordinates of the data points in VP number; for any data point r t (a t ,b t ,d t ) in V P , all convex hull edges E in the traversal convex hull set Q E satisfy (F 1 a o +F 2 b o +F 3 d o +F 4 )(F 1 a t +F 2 b t +F 3 d t +F 4 )≥0, then r t (a t ,b t ,d t ) is the interior point of the convex hull, otherwise r t (a t , b t , d t ) are points outside the convex hull; F 1 a+F 2 b+F 3 d+F 4 =0 means a plane passing through the convex hull edge E and perpendicular to the fitting plane P. 6.根据权利要求4所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤4.4中,凸包数据更新的具体步骤是:6. the product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull according to claim 4, is characterized in that, in step 4.4, the specific steps of convex hull data update are: 步骤4.4.1,查询点rt(at,bt,dt)的可见边集合;Step 4.4.1, query the visible edge set of point r t (a t ,b t ,d t ); 步骤4.4.2,从凸包集合QE中删除可见边集合中的各条边;Step 4.4.2, delete each edge in the visible edge set from the convex hull set Q E ; 步骤4.4.3,连接点rt(at,bt,dt)与凸包剩余边集合的两个端点,形成新的边界,添加到凸包集合QE中。Step 4.4.3, connect the point r t (a t ,b t ,d t ) with the two endpoints of the convex hull remaining edge set to form a new boundary, and add it to the convex hull set Q E. 7.根据权利要求6所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤4.4.1中,对任意凸包边E,设经过凸包边E且垂直于拟合平面P的平面方程为F1a+F2b+F3d+F4=0,则凸包边E是否为点rt(at,bt,dt)的可见边的判断方法是:计算凸包集合QE的顶点集合重心O(ao,bo,do),若(F1ao+F2bo+F3do+F4)(F1at+F2bt+F3dt+F4)<0,则凸包边E为可见边,否则,凸包边E为不可见边。7. The product model scattered point cloud boundary feature extraction method based on two-dimensional convex hull according to claim 6, characterized in that, in step 4.4.1, for any convex hull edge E, set the convex hull edge E and vertical Since the plane equation of the fitting plane P is F 1 a+F 2 b+F 3 d+F 4 =0, whether the convex hull E is the visible side of the point r t (a t ,b t ,d t ) The judgment method is: calculate the center of gravity O(a o ,b o ,d o ) of the vertex set of the convex hull set Q E , if (F 1 a o +F 2 b o +F 3 d o +F 4 )(F 1 a t +F 2 b t +F 3 d t +F 4 )<0, then the convex hull E is a visible edge, otherwise, the convex hull E is an invisible edge. 8.根据权利要求1所述的基于二维凸包的产品模型散乱点云边界特征提取方法,其特征在于,步骤5中,边界特征提取的具体方法是:若目标点v在拟合平面P上的投影属于二维凸包Q的顶点,则目标点v为产品模型的边界点,其边界概率anglePr(v)=1.0,否则,设v'为目标点v在拟合平面P上的投影,v′gv′g+1为二维凸包Q上的边,v′g、v′g+1为边的两个端点,其中,g=0,1,…,GN;当g=GN时,GN+1=0,GN为凸包顶点数;遍历二维凸包Q的各条边,获取点v'与边v′gv′g+1两端点连线组成的最大夹角βg,最大夹角βg为∠vg′v′v′g+1的最大值,则目标点v的边界概率为:8. The method for extracting boundary features of scattered point clouds of product models based on two-dimensional convex hulls according to claim 1, characterized in that, in step 5, the specific method of boundary feature extraction is: if the target point v is on the fitting plane P The projection on belongs to the vertex of the two-dimensional convex hull Q, then the target point v is the boundary point of the product model, and its boundary probability anglePr(v)=1.0, otherwise, let v' be the projection of the target point v on the fitting plane P , v′ g v′ g+1 is the edge on the two-dimensional convex hull Q, v′ g and v′ g+1 are the two endpoints of the edge, where g=0,1,…,GN; when g= When GN, GN+1=0, GN is the number of vertices of the convex hull; traverse each edge of the two-dimensional convex hull Q, and obtain the maximum angle between the point v' and the line connecting the two ends of the edge v' g v' g+1 β g , the maximum included angle β g is the maximum value of ∠v g ′v′v′ g+1 , then the boundary probability of the target point v is: aa nno gg ll ee pp rr (( vv )) == mm ii nno (( &beta;&beta; gg -- 22 &pi;&pi; kk &pi;&pi; -- 22 &pi;&pi; kk ,, 1.01.0 )) 将anglePr(v)与预设阈值σ比较,若anglePr(v)≥σ,则目标点v为边界点,否则目标点v为内部点。Compare anglePr(v) with the preset threshold σ, if anglePr(v)≥σ, then the target point v is a boundary point, otherwise the target point v is an internal point.
CN201610956616.5A 2016-10-27 2016-10-27 Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure Pending CN106548484A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610956616.5A CN106548484A (en) 2016-10-27 2016-10-27 Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610956616.5A CN106548484A (en) 2016-10-27 2016-10-27 Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure

Publications (1)

Publication Number Publication Date
CN106548484A true CN106548484A (en) 2017-03-29

Family

ID=58393137

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610956616.5A Pending CN106548484A (en) 2016-10-27 2016-10-27 Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure

Country Status (1)

Country Link
CN (1) CN106548484A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107452065A (en) * 2017-07-05 2017-12-08 山东理工大学 The border spot identification method of surface sampled data in kind
KR20190030788A (en) * 2017-07-31 2019-03-25 주식회사 자이언소프트 3-dimension clothing data creating system
CN109974725A (en) * 2017-12-28 2019-07-05 北京三快在线科技有限公司 A kind of road network topology construction method, guidance path calculation method and device
CN110230980A (en) * 2019-05-05 2019-09-13 广东省计量科学研究院(华南国家计量测试中心) Dead amount bottom measuring method, system and storage medium based on three-dimensional point cloud
CN110321910A (en) * 2018-03-29 2019-10-11 中国科学院深圳先进技术研究院 Feature extracting method, device and equipment towards cloud
CN111105490A (en) * 2020-02-07 2020-05-05 武汉玄景科技有限公司 Rapid normal vector orientation method for scattered point clouds
CN111127312A (en) * 2019-12-25 2020-05-08 武汉理工大学 Method and scanning device for extracting circle from point cloud of complex object
CN111179290A (en) * 2019-12-26 2020-05-19 东软睿驰汽车技术(沈阳)有限公司 Method and related device for determining convex hull
CN112710313A (en) * 2020-12-31 2021-04-27 广州极飞科技股份有限公司 Overlay path generation method and device, electronic equipment and storage medium
CN112825791A (en) * 2020-12-25 2021-05-25 河南科技大学 A cow body condition scoring method based on deep learning and point cloud convex hull features
CN116740114A (en) * 2023-08-11 2023-09-12 之江实验室 A target object boundary fitting method and device based on convex hull detection
CN118656501A (en) * 2024-08-19 2024-09-17 山东宝可信息科技有限公司 A CAD drawing data storage method and system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510308A (en) * 2009-03-26 2009-08-19 山东理工大学 Method for rapidly extracting product model point cloud boundary characteristics

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510308A (en) * 2009-03-26 2009-08-19 山东理工大学 Method for rapidly extracting product model point cloud boundary characteristics

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ADRIANO MOREIRA AND MARIBEL YASMINA SANTOS: "CONCAVE HULL: A K-NEAREST NEIGHBOURS APPROACH FOR THE COMPUTATION OF THE REGION OCCUPIED BY A SET OF POINTS", 《GRAPP 2007 - INTERNATIONAL CONFERENCE ON COMPUTER GRAPHICS THEORY AND APPLICATIONS》 *
GERHARD H. BENDELS ET AL: "Detecting Holes in Point Set Surfaces", 《WSCG’2006》 *
杨振清 等: "基于点云切片的边界提取", 《计算机应用与软件》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107452065A (en) * 2017-07-05 2017-12-08 山东理工大学 The border spot identification method of surface sampled data in kind
KR20190030788A (en) * 2017-07-31 2019-03-25 주식회사 자이언소프트 3-dimension clothing data creating system
KR102042551B1 (en) 2017-07-31 2019-11-12 주식회사 자이언소프트 3-dimension clothing data creating system
CN109974725A (en) * 2017-12-28 2019-07-05 北京三快在线科技有限公司 A kind of road network topology construction method, guidance path calculation method and device
CN109974725B (en) * 2017-12-28 2022-03-08 北京三快在线科技有限公司 Road network topology construction method, navigation path calculation method and device
CN110321910B (en) * 2018-03-29 2021-05-28 中国科学院深圳先进技术研究院 Point cloud-oriented feature extraction method, device and device
CN110321910A (en) * 2018-03-29 2019-10-11 中国科学院深圳先进技术研究院 Feature extracting method, device and equipment towards cloud
CN110230980A (en) * 2019-05-05 2019-09-13 广东省计量科学研究院(华南国家计量测试中心) Dead amount bottom measuring method, system and storage medium based on three-dimensional point cloud
CN111127312B (en) * 2019-12-25 2023-08-22 武汉理工大学 A method and scanning device for extracting circles from point clouds of complex objects
CN111127312A (en) * 2019-12-25 2020-05-08 武汉理工大学 Method and scanning device for extracting circle from point cloud of complex object
CN111179290B (en) * 2019-12-26 2023-04-28 东软睿驰汽车技术(沈阳)有限公司 Method and related device for determining convex hull
CN111179290A (en) * 2019-12-26 2020-05-19 东软睿驰汽车技术(沈阳)有限公司 Method and related device for determining convex hull
CN111105490B (en) * 2020-02-07 2023-03-31 武汉玄景科技有限公司 Rapid normal vector orientation method for scattered point clouds
CN111105490A (en) * 2020-02-07 2020-05-05 武汉玄景科技有限公司 Rapid normal vector orientation method for scattered point clouds
CN112825791A (en) * 2020-12-25 2021-05-25 河南科技大学 A cow body condition scoring method based on deep learning and point cloud convex hull features
CN112825791B (en) * 2020-12-25 2023-02-10 河南科技大学 A body condition scoring method for dairy cows based on deep learning and point cloud convex hull features
CN112710313A (en) * 2020-12-31 2021-04-27 广州极飞科技股份有限公司 Overlay path generation method and device, electronic equipment and storage medium
CN116740114A (en) * 2023-08-11 2023-09-12 之江实验室 A target object boundary fitting method and device based on convex hull detection
CN116740114B (en) * 2023-08-11 2023-11-21 之江实验室 A target object boundary fitting method and device based on convex hull detection
CN118656501A (en) * 2024-08-19 2024-09-17 山东宝可信息科技有限公司 A CAD drawing data storage method and system
CN118656501B (en) * 2024-08-19 2024-10-22 山东宝可信息科技有限公司 A CAD drawing data storage method and system

Similar Documents

Publication Publication Date Title
CN106548484A (en) Product model dispersion point cloud Boundary characteristic extraction method based on two-dimentional convex closure
CN107767457B (en) STL digital-analog generating method based on point cloud rapid reconstruction
CN103413133B (en) Automatically-extracting power line method in random laser point cloud data
CN104331584B (en) A kind of two-dimentional hybrid grid automatic generating method calculated towards boundary-layer
CN107767453B (en) Building LIDAR point cloud reconstruction optimization method based on rule constraint
CN109658431B (en) Method of plane extraction of point cloud of rock mass based on region growing
CN104616349B (en) Scattered point cloud data based on local surface changed factor simplifies processing method
US20240153123A1 (en) Isogeometric Analysis Method Based on a Geometric Reconstruction Model
CN110060338A (en) A kind of prefabricated components point cloud recognition methods based on BIM model
CN103279980A (en) Tree leaf modeling method based on point cloud data
CN110176071A (en) A kind of three-dimensional point cloud reconstructing method based on feature templates
CN108765568A (en) A kind of multi-level building quick three-dimensional reconstructing method based on laser radar point cloud
CN106408608A (en) Method for extracting trunk diameter from ground laser radar point cloud data
CN105844602A (en) Airborne LIDAR point cloud 3D filtering method based on volume elements
CN107610061A (en) A kind of guarantor&#39;s edge point cloud hole repair method based on two-dimensional projection
CN110458174A (en) A Method for Precisely Extracting Key Feature Points from Unordered Point Clouds
CN109583377B (en) Control method and device for pipeline model reconstruction and upper computer
CN104361246A (en) Function gradient material hidden model building method based on distance field
CN103310481A (en) Point cloud reduction method based on fuzzy entropy iteration
CN106500594B (en) Merge the railroad track method for semi-automatically detecting of reflected intensity and geometric properties
CN102279974A (en) Method and system for calculating monitoring area by camera
CN107221028A (en) A kind of geologic body closed surface three-dimensional rebuilding method based on seismic interpretation data
Gargallo-Peiró et al. Mesh generation for atmospheric boundary layer simulation in wind farm design and management
CN115713605A (en) Commercial building group automatic modeling method based on image learning
CN105302951A (en) A Finite Element Mesh Surface Subdivision Method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170329

RJ01 Rejection of invention patent application after publication