WO2006101080A1 - 曲面生成方法及びプログラム並びに3次元形状処理装置 - Google Patents
曲面生成方法及びプログラム並びに3次元形状処理装置 Download PDFInfo
- Publication number
- WO2006101080A1 WO2006101080A1 PCT/JP2006/305561 JP2006305561W WO2006101080A1 WO 2006101080 A1 WO2006101080 A1 WO 2006101080A1 JP 2006305561 W JP2006305561 W JP 2006305561W WO 2006101080 A1 WO2006101080 A1 WO 2006101080A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- curvature
- curved surface
- representative point
- vector
- point
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
- G06T17/30—Polynomial surface description
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
Definitions
- Curved surface generation method program, and three-dimensional shape processing apparatus
- the present invention relates to a curved surface generation method for generating a curved surface from a point group consisting of a plurality of measurement points obtained as a result of measuring the shape of an object.
- the polygon data on the surface of an object can be acquired satisfactorily and stably from 3D point cloud data that is a result of shape measurement of an object by the marching triangle method.
- the 3D polygon data creation method is disclosed.
- Patent Document 1 Japanese Patent Application Laid-Open No. 2003-346182 (Page 2-8, FIGS. 1 and 4) Disclosure of Invention
- the present invention has been made to solve the above-described problems, and provides a curved surface generation method and program capable of generating a curved surface with high accuracy while reducing the amount of data.
- An object is to provide a three-dimensional shape processing apparatus.
- the present invention employs the following means.
- a first aspect of the present invention is a curved surface generation method for generating a curved surface from a point group consisting of a plurality of measurement points obtained as a result of measuring the shape of an object, wherein a plurality of representative points are selected from the point group.
- a curved surface generation method comprising: a curvature line creation process for creating a curvature line based on a main curvature at each representative point; and a curved surface generation process for creating a curved surface using the curvature line.
- each representative point After selecting a plurality of representative points in the point group, based on the positional relationship between each representative point and the surrounding points, each representative point The main curvature is calculated, and a curvature line is created from these main curvatures. Then, using this curvature line, a curved surface is reproduced by a curved surface reproduction technique or the like.
- a curved surface is reproduced by a curved surface reproduction technique or the like.
- a plurality of points around each representative point are regarded as auxiliary points for obtaining the main curvature, and the curved surface is reproduced. Therefore, the reproduced surface should be expressed using only the representative points. Is possible.
- the curved surface can be reproduced with a very small number of points, while the curved surface is reproduced using the information of all points, so that the curved surface can be reproduced with high accuracy.
- the principal curvature calculation step includes a step of setting a normal line at each representative point, and each representative point and each point existing around the representative point. It is good also as providing the process of producing
- the normal line at each representative point is set, and each representative point and each point existing around this representative point are connected to each other, thereby existing around the representative point. Since the same number of element vectors as the number of points are generated, the principal curvature can be obtained in a simple method based on the relationship between the normal of the representative point and each element vector generated around the representative point.
- the principal curvature calculation step includes a step of setting a normal line at each representative point, and a tangent vector setting for setting a tangent vector orthogonal to the normal line.
- a normal line at the representative point is set, and a tangent vector orthogonal to the normal line is set.
- the same number of element vectors as the number of points existing around the representative point are generated.
- the angle formed between the tangent vector and the element vector around the normal line is calculated, and the angle formed between the tangent plane including the tangent vector and the plane including the element vector is calculated for each element vector.
- An angle-curvature table is created by plotting an angle-curvature table with the angle on the axis and the curvature on the vertical axis. Thereby, in this angle-curvature table, the main curvature can be easily obtained by obtaining the maximum curvature and the minimum curvature.
- the principal curvature calculation step includes a step of setting a normal line at each representative point, a tangent vector setting step of setting a tangent vector orthogonal to the normal line, A process of generating an element vector by connecting a representative point and each point existing around the representative point, a process of calculating an angle formed by the tangent vector and the element vector around the normal, The angle formed between the tangent plane including the tangent vector and the plane including the element vector is calculated, and this is used as the curvature, and the calculation result is plotted on the angle-curvature table on the horizontal axis.
- a normal line at each representative point is set, and a tangent vector orthogonal to the normal line is set. Further, by connecting each representative point and each point existing around this representative point, the same number of element vectors as the number of points existing around the representative point are generated.
- the angle formed by the tangent vector and element vector around the normal is calculated.
- the angle between the tangent plane including the tangent vector and the plane including the element vector is calculated for each element, and the calculated result is expressed as an angle that represents the angle on the horizontal axis and the curvature on the vertical axis. Plot to table to create angle-curvature table. Only the fundamental frequency is extracted from this angle-curvature table.
- the angle-curvature table is regarded as a time series table, and the fundamental frequency is obtained by performing, for example, fast Fourier transform on this table. Thereafter, by performing, for example, inverse fast Fourier transform on the fundamental frequency, it is possible to obtain an angular curvature table reflecting only the fundamental frequency.
- This angle-curvature table is a highly accurate table that reflects the exact value from which noise has been removed, so that the main curvature can be obtained with extremely high accuracy.
- the principal curvature calculation step includes a step of generating an element vector by connecting each representative point and each point existing around the representative point, and the element vector. Calculating a cross product of the vectors, obtaining a normal vector group at each representative point, obtaining an average vector of the normal vector group, and setting the average vector as a normal vector at each representative point; It is good also as providing.
- each representative point is obtained by obtaining an outer product of a plurality of element points generated by connecting each representative point and each point existing around the representative point.
- a normal vector group at a point is obtained, and the average vector of the normal vector group is used as the normal vector at the representative point. Therefore, a more reliable normal vector is obtained by using information of a plurality of point groups. Torr can be set. This makes it possible to improve the accuracy of curved surface reproduction.
- a second aspect of the present invention is a curved surface generation program for causing a computer system to execute a curved surface generation process for generating a curved surface from a point group consisting of a plurality of measurement points obtained as a result of measuring the shape of an object.
- the representative point selecting step for selecting a plurality of representative points from the point group, and the positional relationship between the representative points and the plurality of measurement points existing around the representative points.
- a main curvature calculating step for calculating a principal curvature at each representative point, a curvature line creating step for creating a curvature line based on the principal curvature at each representative point, and a curved surface for generating a curved surface using the curvature line Generating step This is a curved surface generation program.
- a third aspect of the present invention includes a curved surface generation program, and by executing the curved surface generation program, a point group force curved surface including a plurality of measurement points obtained as a shape measurement result of the object is obtained.
- a three-dimensional shape processing apparatus for generating wherein the curved surface generation program exists in a representative point selection step for selecting a plurality of representative points from the point group, and each representative point and the representative points.
- a main curvature calculation step for calculating a main curvature at each representative point based on the positional relationship with the plurality of measurement points, and a curvature for creating a curvature line based on the main curvature at each representative point.
- a three-dimensional shape processing apparatus comprising: a line creation step; and a curved surface generation step for generating a curved surface using the curvature line.
- FIG. 1 is a block diagram showing a schematic configuration of a three-dimensional shape processing apparatus according to a first embodiment of the present invention.
- FIG. 2 is a flowchart showing a procedure of a curved surface generation method according to the first embodiment of the present invention.
- FIG. 3 is an explanatory diagram for explaining representative points.
- FIG. 4 is an explanatory diagram for explaining a main curvature calculation process.
- FIG. 5 is a flowchart showing a procedure of a main curvature calculation process according to the first embodiment of the present invention.
- FIG. 6 is an explanatory diagram for explaining a main curvature calculation process.
- FIG. 7 is a view showing an example of an angular curvature table according to the first embodiment of the present invention.
- FIG. 8 is a diagram showing an example of a table after fast Fourier transform according to the second embodiment of the present invention.
- FIG. 9 is a diagram showing an example of an angular curvature table reflecting only the fundamental frequency according to the second embodiment of the present invention.
- FIG. 10 A diagram showing an example of an angular curvature table in which a curve obtained from measured values and a curve obtained based on Euler's formula are drawn.
- FIG. 1 is a block diagram showing a schematic configuration of the three-dimensional shape processing apparatus according to the first embodiment of the present invention.
- the 3D shape processing apparatus according to this embodiment is a CAD (Computer
- Computer systems such as Aided Design (CAM) and Computer Aided Manufacturing (CAM), CPU (Central Processing Unit) 1, RAM (Random Access
- Main storage device 2 such as Memory
- auxiliary storage device 3 such as HDD (Hard Disk Drive)
- input device 4 such as keyboard and mouse
- output device 5 such as monitor and printer.
- auxiliary storage device 3 Various programs are stored in the auxiliary storage device 3, and the CPU 1 reads out the auxiliary storage device 3 program into the main storage device 2 such as a RAM and executes it, thereby realizing various processes.
- a curved surface generation process for generating a curved surface from a point group in the three-dimensional shape processing apparatus having the above-described configuration will be described with reference to the drawings.
- the processing shown below is realized, for example, when the CPU 1 reads a curved surface generation program stored in the auxiliary storage device 3 into the main storage device 2 such as a RAM and executes it.
- the CPU 1 acquires point cloud data composed of a plurality of measurement points obtained as a result of measuring the shape of the object.
- This point cloud data may be stored in advance in a memory such as the auxiliary storage device 3 built in the 3D shape processing device, or may be captured online from another external device. ,.
- the method for acquiring the point cloud data is not particularly limited.
- step SA1 in FIG. 2 representative point selection process
- step S Based on the positional relationship between each representative point PO selected by Al and a plurality of points existing around this representative point P0, the principal curvature at each representative point P0 is calculated (step AS2: main curvature calculation process). ).
- element vectors L01, L02, L03, and L04 are generated by connecting the representative point P0 and the points Pl, P2, P3, and P4 existing around the representative point P0, respectively. (Step SB1 in Figure 5).
- a normal vector group (not shown) at the representative point P0 is obtained by calculating the outer product of the element vectors L01, L02, L03, and L04 in all combinations (step SB2 in FIG. 5). Subsequently, the average vector of the normal vector group is obtained, and this average vector is determined as the normal vector n at the representative point P0 (step SB3 in FIG. 5).
- the main curvature is obtained based on the relationship between the normal vector n and the element vectors L01, L02, L03, and L04. Specifically, a tangent vector t orthogonal to the normal n is set, and the angle formed by the tangent vector t and each element vector L01, L02, L03, L04 around the normal n is calculated, and the tangent vector is calculated. Is calculated as a curvature (step SB4 in FIG. 5). The angle formed between the tangent plane including, and the plane including each of the element vectors L01, L02, and L04 is calculated.
- the vector component L02 (XY) in the tangent plane of the element vector L02 and the tangent vector t The angle ⁇ 2 formed is calculated, and the angle formed by the plane containing the element vector L02 and the tangent plane containing the tangent beta t is obtained as the curvature K2.
- the maximum curvature Kmax and the minimum curvature Kmin are acquired as main curvatures (step SB6 in FIG. 5).
- the maximum curvature Kmax and the minimum curvature Kmin at each representative point P0 are obtained by performing the above-described main curvature calculation process for each representative point P0 defined in the point group shown in FIG.
- a curved surface is generated by the curved surface reproduction technique using this curvature line (step SA4 in FIG. 2: curved surface generation process). For example, based on the curvature line, Gaussian mapping / inverse mapping is performed to generate a curved surface. Specifically, the surface is generated by interpolating the surface after performing coordinate conversion to the parameter space where Euclidean geometry is established.
- each representative point P0 and the points existing around it are selected. Based on this positional relationship, the principal curvature at the representative point P0 is calculated, and a curvature line is created from these principal curvatures. Then, using this curvature line, a curved surface is generated by a curved surface reproduction technique or the like. In this way, a plurality of points around each representative point P0 are regarded as auxiliary points for obtaining the main curvature, and the curved surface is reproduced. Therefore, the reproduced curved surface is used only by the representative point P0. It can be expressed.
- the curved surface can be expressed with a very small number of points, while the curved surface is generated using the information of all points, so that the curved surface can be generated with high accuracy.
- the amount of data can be reduced and the processing can be speeded up.
- the point group consisting of a plurality of measurement points obtained as a result of measuring the shape of an object is 3 million points
- the curved surface generation method according to this embodiment is used, about several thousand points are used.
- a curved surface can be expressed.
- the curved surface generation method according to the present embodiment differs from the curved surface generation method according to the first embodiment in that the main curvature calculation process according to the first embodiment described above is performed in order to further improve the accuracy of curved surface generation.
- Step SA2 in Figure 2 is the addition of the following process.
- Step SB5 After creating the angle-curvature table in accordance with the detailed procedure of the main curvature calculation process according to the first embodiment shown in FIG. 4 (Step SB5) The process of extracting only the fundamental frequency from this angular curvature table and the process of recreating the angular curvature table for this fundamental frequency are added, and the main curvature is obtained from this regenerated angular curvature table. To do.
- the frequency component is obtained by fast Fourier transform (FFT) of the angle-curvature table, and the frequency at which the spectrum shows the maximum value is extracted as the fundamental frequency in the table after the fast Fourier transform.
- Fig. 8 shows an example of the table after the fast Fourier transform.
- the horizontal axis represents frequency and the vertical axis represents amplitude spectrum.
- FIG. 9 shows an example of an angular curvature table that reflects only the fundamental frequency component.
- the angle-curvature table according to the present embodiment is a highly accurate angle-curvature from which noise is removed, compared to the angle-curvature table according to the first embodiment shown in FIG. It becomes a table.
- the main curvature is obtained from the angle-curvature table with an extremely small error, so that the curved surface can be generated with very high accuracy.
- Force S is possible. This makes it possible to make the curved surface generated from the point cloud a smooth curved surface.
- the extraction of the fundamental frequency is obtained using the fast Fourier transform (FFT).
- FFT fast Fourier transform
- the present invention is not limited to this method.
- the MEM method Maximum Entropy Method: Maximum Entropy Method
- BT Blackman-Tukey
- step SB3 of Fig. 5 the force S that has determined the average vector vector of the normal vector group as the normal vector, this average vector is expressed as follows. Further, the corrected average vector may be determined as a normal vector.
- a tangent vector orthogonal to the average vector is provided, and this tangent vector and each element vector L01, L02, An angle-curvature table as shown in Fig. 7 is created from the positional relationship with L03 and L04.
- the curve drawn in the angle-curvature table is an exact cosine wave or cosine wave based on the Euler's formula as shown by the dotted line in FIG.
- the curve as shown by the solid line in Fig. 10 that is, the curve based on Euler's formula, is out of phase.
- the average vector is slightly swung to an arbitrary angle.Specifically, by changing the slope and direction angle of the average vector shown in Fig. 6 little by little, Angle—correct the curve drawn on the curvature tape (solid line in Fig. 10) and determine the average vector when this curve approximately matches the curve based on Euler's formula (dotted line in Fig. 10) as the normal vector .
- the normal vector can be determined based on Euler's formula, so that the accuracy can be further increased.
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Geometry (AREA)
- Computer Graphics (AREA)
- Mathematical Analysis (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Physics (AREA)
- Mathematical Optimization (AREA)
- Algebra (AREA)
- Image Generation (AREA)
- Length Measuring Devices With Unspecified Measuring Means (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
Claims
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2006800089112A CN101147149B (zh) | 2005-03-22 | 2006-03-20 | 曲面生成方法 |
US11/886,703 US7940263B2 (en) | 2005-03-22 | 2006-03-20 | Curved-surface generating method and program, and three-dimensional shape processing apparatus |
EP06729529A EP1868120A4 (en) | 2005-03-22 | 2006-03-20 | CURVED SURFACE GENERATION METHOD AND PROGRAM, AND DEVICE FOR PROCESSING THREE DIMENSIONAL FORMS |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005082656A JP4418390B2 (ja) | 2005-03-22 | 2005-03-22 | 3次元形状処理装置及び曲面生成プログラム並びに方法 |
JP2005-082656 | 2005-03-22 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2006101080A1 true WO2006101080A1 (ja) | 2006-09-28 |
Family
ID=37023741
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2006/305561 WO2006101080A1 (ja) | 2005-03-22 | 2006-03-20 | 曲面生成方法及びプログラム並びに3次元形状処理装置 |
Country Status (6)
Country | Link |
---|---|
US (1) | US7940263B2 (ja) |
EP (1) | EP1868120A4 (ja) |
JP (1) | JP4418390B2 (ja) |
KR (1) | KR100924613B1 (ja) |
CN (1) | CN101147149B (ja) |
WO (1) | WO2006101080A1 (ja) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101719187B (zh) * | 2009-12-23 | 2011-08-24 | 西北工业大学 | 带孔薄壁旋转曲面结构的孔洞优化设计方法 |
JP5595070B2 (ja) * | 2010-02-26 | 2014-09-24 | 三菱重工業株式会社 | Cadデータ送信方法、cadデータ受信方法、cadデータ送信装置、cadデータ受信装置、cadデータ送信プログラム、およびcadデータ受信プログラム、ならびにデータ構造 |
CN101840452B (zh) * | 2010-04-22 | 2012-06-27 | 西北工业大学 | 带孔薄壁曲面结构的空间孔洞优化设计方法 |
JP5624457B2 (ja) * | 2010-12-28 | 2014-11-12 | 株式会社東芝 | 三次元データ処理装置、方法及びプログラム |
CN102254066B (zh) * | 2011-06-30 | 2013-04-24 | 西北工业大学 | 带孔薄壁曲壳结构的曲面形状与孔洞形状协同优化设计方法 |
WO2014205632A1 (en) | 2013-06-24 | 2014-12-31 | Adobe Systems Incorporated | Gravity point drawing method |
CN104252153A (zh) * | 2013-06-28 | 2014-12-31 | 鸿富锦精密工业(深圳)有限公司 | Cnc加工程序生成系统及方法 |
CN105741344A (zh) * | 2014-12-10 | 2016-07-06 | 富泰华工业(深圳)有限公司 | 点云精简方法及系统 |
JP6821934B2 (ja) * | 2016-03-30 | 2021-01-27 | 株式会社Ihi | ロボットシステム及びロボットの制御方法 |
GB201719058D0 (en) | 2017-11-17 | 2018-01-03 | Ocado Innovation Ltd | Control device and method for a robot system |
CN108492372B (zh) * | 2018-01-15 | 2020-04-03 | 哈尔滨工业大学(威海) | 一种b样条曲面的形状编辑方法 |
CN109903357B (zh) * | 2019-03-05 | 2023-04-25 | 武汉轻工大学 | 曲面方程绘制方法、装置、终端设备及可读存储介质 |
WO2023243458A1 (ja) * | 2022-06-15 | 2023-12-21 | 日本電気株式会社 | 情報処理装置、情報処理方法、及び、記録媒体 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1139517A (ja) * | 1997-07-23 | 1999-02-12 | Sanyo Electric Co Ltd | 立体形状記述方法及び特徴点抽出方法 |
JPH1165628A (ja) * | 1997-08-15 | 1999-03-09 | Rikagaku Kenkyusho | 自由曲面の測定データ合成方法 |
JPH11195139A (ja) * | 1997-12-26 | 1999-07-21 | Sony Corp | 自由曲面生成装置および方法、並びに提供媒体 |
JP2003346182A (ja) | 2002-05-28 | 2003-12-05 | Nhk Engineering Services Inc | 3次元ポリゴンデータ作成方法、作成装置および3次元ポリゴンデータ作成プログラム |
JP2004532984A (ja) * | 2001-05-25 | 2004-10-28 | カリフォルニア インスティテュート オブ テクノロジー | 体積力の作用を含む、積層及びグレーデッド型の構造体の大変形と応力の測定 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6463176B1 (en) * | 1994-02-02 | 2002-10-08 | Canon Kabushiki Kaisha | Image recognition/reproduction method and apparatus |
KR100231357B1 (ko) * | 1995-05-23 | 1999-11-15 | 모리시타 요이찌 | 점군데이터의 곡면변환방법 |
JP3344649B2 (ja) * | 1998-08-19 | 2002-11-11 | 理化学研究所 | 自由曲面の形状誤差評価方法 |
WO2001078005A2 (en) * | 2000-04-11 | 2001-10-18 | Cornell Research Foundation, Inc. | System and method for three-dimensional image rendering and analysis |
US7260250B2 (en) * | 2002-09-30 | 2007-08-21 | The United States Of America As Represented By The Secretary Of The Department Of Health And Human Services | Computer-aided classification of anomalies in anatomical structures |
JP4301791B2 (ja) | 2002-10-04 | 2009-07-22 | 三菱重工業株式会社 | Cadシステム及びcadプログラム |
US7272551B2 (en) | 2003-02-24 | 2007-09-18 | International Business Machines Corporation | Computational effectiveness enhancement of frequency domain pitch estimators |
JP4175470B2 (ja) | 2003-11-17 | 2008-11-05 | 三菱重工業株式会社 | Cadシステム、曲面解析装置、曲面再生装置、その方法及びそのプログラム |
-
2005
- 2005-03-22 JP JP2005082656A patent/JP4418390B2/ja not_active Expired - Fee Related
-
2006
- 2006-03-20 KR KR1020077021392A patent/KR100924613B1/ko active IP Right Grant
- 2006-03-20 EP EP06729529A patent/EP1868120A4/en not_active Withdrawn
- 2006-03-20 US US11/886,703 patent/US7940263B2/en active Active
- 2006-03-20 CN CN2006800089112A patent/CN101147149B/zh not_active Expired - Fee Related
- 2006-03-20 WO PCT/JP2006/305561 patent/WO2006101080A1/ja active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1139517A (ja) * | 1997-07-23 | 1999-02-12 | Sanyo Electric Co Ltd | 立体形状記述方法及び特徴点抽出方法 |
JPH1165628A (ja) * | 1997-08-15 | 1999-03-09 | Rikagaku Kenkyusho | 自由曲面の測定データ合成方法 |
JPH11195139A (ja) * | 1997-12-26 | 1999-07-21 | Sony Corp | 自由曲面生成装置および方法、並びに提供媒体 |
JP2004532984A (ja) * | 2001-05-25 | 2004-10-28 | カリフォルニア インスティテュート オブ テクノロジー | 体積力の作用を含む、積層及びグレーデッド型の構造体の大変形と応力の測定 |
JP2003346182A (ja) | 2002-05-28 | 2003-12-05 | Nhk Engineering Services Inc | 3次元ポリゴンデータ作成方法、作成装置および3次元ポリゴンデータ作成プログラム |
Non-Patent Citations (3)
Title |
---|
HUANG J ET AL.: "COMPUTER AIDED DESIGN", vol. 34, 1 February 2002, ELSEVIER PUBLISHERS BV., article "ombinatorial manifold mesh reconstruction and optimization from unorganized points with arbitrary topology", pages: 149 - 165 |
MICHAEL BRADY ET AL.: "A.I. Memo 822", 1 January 1985, MIT, ARTIFICIAL INTELLIGENCE LABORATORY, article "Describing Surfaces", pages: 1 - 32 |
See also references of EP1868120A4 |
Also Published As
Publication number | Publication date |
---|---|
JP2006268188A (ja) | 2006-10-05 |
CN101147149B (zh) | 2012-05-09 |
KR20070103783A (ko) | 2007-10-24 |
KR100924613B1 (ko) | 2009-11-02 |
US7940263B2 (en) | 2011-05-10 |
JP4418390B2 (ja) | 2010-02-17 |
CN101147149A (zh) | 2008-03-19 |
EP1868120A4 (en) | 2009-12-30 |
US20090051680A1 (en) | 2009-02-26 |
EP1868120A1 (en) | 2007-12-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2006101080A1 (ja) | 曲面生成方法及びプログラム並びに3次元形状処理装置 | |
EP1605409B1 (en) | Stretch-driven mesh parameterization method using spectral analysis | |
Kwok et al. | Efficient optimization of common base domains for cross parameterization | |
CN109883720A (zh) | 用于辨识叶片多模态振动的叶端定时传感器的布置方法 | |
CN113536223A (zh) | 一种基于频域分解法的欠采样下结构模态识别方法及系统 | |
Long et al. | Motor fault diagnosis using image visual information and bag of words model | |
CN109870669A (zh) | 一种二维多快拍无网格压缩波束形成声源识别方法 | |
CN113420837A (zh) | 基于多源压缩感知的故障诊断方法 | |
CN116502373B (zh) | 流道计算网格生成方法及装置 | |
Liu et al. | A reconstruction algorithm for blade surface based on less measured points | |
JP4981313B2 (ja) | 3次元形状処理装置及び曲面作成プログラム並びに曲面作成方法 | |
CN114818309A (zh) | 一种基于离散点表示的二维标量场插值方法、装置及计算机设备 | |
Nejati et al. | A fast hybrid approach for approximating a thin-plate spline surface | |
Unsalan et al. | A new robust and fast implicit polynomial fitting technique | |
Wang et al. | Surface reconstruction of disordered point cloud based on adaptive learning neural network | |
CN104574516B (zh) | 点云平滑系统及方法 | |
CN113103239B (zh) | 一种机器人姿态轨迹生成方法、装置及存储介质 | |
Hu et al. | Geometry modeling method of a stator forming coil for permanent magnet traction motors in rail transit for manufacturing | |
Nguyen et al. | Post-processing Workflow for 3D Vietnamese Historical Printing Woodblocks Restoration from 2D prints | |
CN106227978B (zh) | 基于二阶常微分方程的压气机叶片吸力面基元曲线建模方法 | |
JP3815909B2 (ja) | 有穴ポリゴンのブリッジ生成システム、有穴ポリゴンのブリッジ生成方法およびその方法を実行させるための記録媒体 | |
JP3886293B2 (ja) | 3次元曲面形状の集合演算方法 | |
Rosén et al. | Parallel recursive estimation using Monte Carlo and orthogonal series expansions | |
JP2900986B2 (ja) | B−スプライン曲線の階層化装置 | |
CN118070977A (zh) | 考虑空间波动传播的新能源缺失数据估算方法及系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 200680008911.2 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 1020077021392 Country of ref document: KR |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2006729529 Country of ref document: EP Ref document number: 3545/KOLNP/2007 Country of ref document: IN |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
NENP | Non-entry into the national phase |
Ref country code: RU |
|
WWP | Wipo information: published in national office |
Ref document number: 2006729529 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 11886703 Country of ref document: US |