CN108052703A - Fast Collision Detection Algorithm based on hybrid hierarchy bounding box - Google Patents

Fast Collision Detection Algorithm based on hybrid hierarchy bounding box Download PDF

Info

Publication number
CN108052703A
CN108052703A CN201711188423.0A CN201711188423A CN108052703A CN 108052703 A CN108052703 A CN 108052703A CN 201711188423 A CN201711188423 A CN 201711188423A CN 108052703 A CN108052703 A CN 108052703A
Authority
CN
China
Prior art keywords
obb
test
intersection
aabb
triangle
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
CN201711188423.0A
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.)
Nanjing University of Aeronautics and Astronautics
Original Assignee
Nanjing University of Aeronautics and Astronautics
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 Nanjing University of Aeronautics and Astronautics filed Critical Nanjing University of Aeronautics and Astronautics
Priority to CN201711188423.0A priority Critical patent/CN108052703A/en
Publication of CN108052703A publication Critical patent/CN108052703A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/005Tree description, e.g. octree, quadtree

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Graphics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses the collision checking method based on bounding volume hierarchy (BVH) in a kind of virtual environment, suitable for Virtual assemble and three-dimensional earth's surface modeling field.Including:(1) AABB OBB hybrid hierarchy bounding volumetrees are built;(2) test for intersection is carried out to the bounding box in the node in different levels bounding volumetree;(3) whether the triangle detected in different levels bounding volumetree leaf node intersects.The present invention surrounds the characteristic of internal layer OBB using outer layer AABB, intersects in outer layer AABB, the test for intersection between the OBB of internal layer need to only detect specific 5 separation shafts, can greatly reduce the time of bounding box test for intersection.Finally in the element figure test for intersection stage of method, the median calculated using test for intersection between OBB replaces the coordinate value of triangle, eliminates the efficiency that the step for triangular coordinate in different models converts also improves collision detection.

Description

Fast Collision Detection Algorithm based on hybrid hierarchy bounding box
First, technical field
The present invention relates to a kind of method of the Fast Collision Detection based on hybrid hierarchy bounding box, applied to Virtual assemble and Three-dimensional earth's surface models field.
2nd, background technology
One of the core technology of collision detection as Computer Simulation field is to ensure virtual scene feeling of immersion, interactivity And the indispensable part of imagination.Whether its main function is penetrated between the object detected in virtual scene Phenomenon is so as to avoiding damage to the scene sense of reality.For the Collision Detection of various fields, scholars propose many kinds of differences The collision checking method of type, wherein the collision checking method based on bounding volume hierarchy (BVH) is always the hot spot studied, it is wide at present It is general to be applied in all kinds of fields.The entire collision detection process of this kind of method is divided into rough collision detection (bounding box test for intersection) With two stages of collision detection of high precision (triangle test for intersection).Its core concept is to surround complexity with common geometric figure Model exclude most of disjoint object so as to reduce the test for intersection of element figure pair, common bounding box is broadly divided into Several classes such as axial bounding box (AABB), oriented bounding box (OBB), discrete direction bounding box (K-Dop).AABB is built and test It is relatively simple, but compactness is poor;And OBB then builds and tests complexity, compactness is preferable.According to the characteristics of these bounding boxs, one A little scholars propose the collision checking method based on Hybrid bounding box, but the phase in above most of method between different bounding volumes Test is handed over to be independent from each other, be not in contact between test and is not improved is between accurate detection-phase intermediate cam shape intersecting Test, improved efficiency are not obvious.Problems of the prior art are how under conditions of crash tests precision is not reduced Promote the efficiency of crash tests.
3rd, the content of the invention
【Goal of the invention】
Existing based on bounding volume hierarchy (BVH) collision detection algorithm efficiency deficiency in order to make up, the present invention provides one kind to be based on The Fast Collision Detection Algorithm of hybrid hierarchy bounding box.Each node of the middle-level bounding volumetree of method uses double-deck bounding box, Outer layer use the simple AABB of characteristic, to quickly exclude spacing distance it is larger when situation, when the AABB of outer layer cannot exclude Shi Ze is detected using the OBB of internal layer.In the rough collision detection stage, the present invention will be between the test between AABB and OBB Test link together, 5 separation shafts need to be only detected for the test for intersection between internal layer OBB, simplify the phase between OBB Hand over test;In the element figure test for intersection stage, the characteristics of surrounding triangle using OBB, counted using test for intersection between OBB The median of calculation replaces the coordinate value of triangle, eliminates the step for triangular coordinate in different models converts and also improves The efficiency of entire method.
【Technical solution】
For achieving the above object, technical solution used in the present invention is as follows:
The first step, structure hybrid hierarchy bounding volumetree (BVH):Top-down method is used to be each in virtual environment Model construction bounding volume hierarchy (BVH) tree, the structure of tree are binary tree, the AABB information comprising outer layer in each node of tree, internal layer OBB information and comprising triangle coordinate information, the computation sequence of bounding box is calculates AABB after first calculating OBB.
Second step, the test for intersection between bounding box:To being carried out between the encirclement in the node of different levels bounding volumetree Test for intersection, first in root node outer layer AABB carry out test for intersection, if being separated between AABB, direct judgment models it Between separate, otherwise test for intersection is carried out to the OBB of internal layer, the result intersected according to outer layer AABB can simplify the phase between OBB Test is handed over only to carry out the test for intersection of 5 separation shafts, with all son sections of one of node if also intersecting between judging OBB Point carries out test for intersection with another node, until bounding volume hierarchy (BVH) tree traverses leaf node.
3rd step, triangle test for intersection:In second step in different levels bounding volumetree in leaf node AABB and In the case that OBB is intersecting, we carry out included triangle therein test for intersection, and when test is believed with the correlation of OBB Breath replaces the coordinate value of triangle.
As a preferred embodiment, in step 1 during bounding box in calculate node, the OBB of internal layer is first calculated, according to AABB is overlapped with OBB midpoints, and the information of the AABB of outer layer can quickly be calculated using the midpoint of OBB.
As a preferred embodiment, when step 2 carries out test for intersection to the OBB of internal layer, according to the intersecting of the AABB of outer layer As a result the characteristics of surrounding OBB with outer layer AABB only chooses 15 potential separation shaft { a0, a1, a2, b0, b1, b2, c00, c01, c02, c10, c11, c12, c20, c21, c22In five separation shaft { a0, b0, c22, c12, c21Carry out walk through test, wherein aiAnd bjRespectively Represent the direction on three sides of bounding box A and B, subscript value represents the magnitude relationship of projection of the bounding box on this axis, a0It is parallel Shortest a line, c in bounding box AijRepresent aiAnd bjMultiplication cross, if 5 separation shafts not can determine that OBB separate, sentence Intersect between disconnected OBB.
As a preferred embodiment, when carrying out test for intersection to triangle in step 3, the coordinate of triangle is directly used Value, which carries out test, to be needed in the case where the triangle of the same coordinate system is transformed into the same coordinate system, not obtained according to OBB test for intersection Median, with these medians replace triangle coordinate carry out test for intersection.If two triangles to be measured be respectively A and B, the coordinate value after being substituted using above-mentioned median are A1=(I1, 0,0), A2=(a1, d1, 0), A3=(0,0,0), B1=rx*I2 + T, B2=rx*a2+ry*d2+ T, B3=T.Wherein Ii、diRepresent the length and width of the rectangle of encirclement triangle, aiOBB can calculated It is obtained during surrounding, R [rx, ry, rz] and T [t1, t2, t3] represent to surround the rectangular transform of triangle respectively to same coordinate Spin matrix and translation vector under system.
【Advantageous effect】
Compared with prior art, the present invention has following conspicuousness progress and advantageous effect:
Technical solution of the present invention utilizes the phase between simple AABB by setting the collision checking method of double envelopment box The situation for handing over test troubleshooting model spacing distance larger, when model spacing distance is smaller and outer layer AABB is intersecting, utilizes AABB Test for intersection between intersecting result optimizing OBB, the calculation amount of reduction OBB test for intersection can promote entire bounding box and intersect The efficiency of test process.In the element figure test for intersection stage, according to the characteristics of OBB encirclement triangles, intersect using between OBB The calculated median of test replaces the coordinate value of triangle, eliminates the step for triangular coordinate in different models converts It can be with the efficiency in method for improving intermediate cam shape test for intersection stage.
4th, illustrate
Fast Collision Detection Algorithm work flow diagram of the attached drawing 1 based on hybrid hierarchy bounding box
The double envelopment box of 2 object under test of attached drawing and the Minkowski of bounding box and
5th, specific embodiment
The present invention is further described below in conjunction with the accompanying drawings.
A kind of Fast Collision Detection Algorithm based on hybrid hierarchy bounding box, includes the following steps:
The first step, structure hybrid hierarchy bounding volumetree (BVH):Top-down method is used to be each in virtual environment Model construction bounding volume hierarchy (BVH) tree, the structure of tree are binary tree, the AABB information comprising outer layer in each node of tree, internal layer OBB information and comprising triangle coordinate information.Oriented bounding box OBB is a cuboid, with a central point, one Spin matrix and three 1/2 length of sides represent.The present invention passes through meter using a kind of method that OBB bounding boxs are calculated based on PCA The covariance matrix C of all triangle points in model is calculated, three feature vectors for then obtaining C again are three sides of OBB Direction, finally according to the extreme value on three axis of all triangular apex in model can wait until OBB three length of sides.If There is n triangle (p in modelk, qk, rk), wherein 0≤k≤n, covariance matrix are as follows:
Wherein akAnd mkThe area and barycenter of triangle k is represented respectively.The wherein gross area and barycenter of model: The coordinate components (x, y, z) that subscript i and j expression are taken.The AABB of outer layer leads to In the vertex for the maximin that all vertex of triangle in overscanning node project in three reference axis and combination The midpoint of the OBB bounding boxs of layer is i.e. available.
Second step, the test for intersection between bounding box:To being carried out between the encirclement in the node of different levels bounding volumetree Test for intersection, first in root node outer layer AABB carry out test for intersection, if being separated between AABB, direct judgment models it Between separate, otherwise test for intersection is carried out to the OBB of internal layer, the result intersected according to outer layer AABB can simplify the phase between OBB Test is handed over only to carry out the test for intersection of 5 separation shafts.As shown in Fig. 2, (a) in Fig. 2 represents the outer layer of two models A and B AABB intersects the OBB for needing further to detect its internal layer, (b) represent these bounding boxs Minkowski and.On Min Kefu Si Ji and, have following theorem:Give two OBB bounding box A and B, their Minkowski andb∈B} It is a convex polyhedron,(A and B intersect) is of equal valueOrWherein p and q is represented in A and B Heart point, therefore judge whether A and B intersects, it need to only judge whether p (q) is included in the A's after being translated along vector-Op (- Oq) and B Minkowski and interior.
Fig. 2 is shown in the case where outer layer AABB intersects, and the priority and bounding box of the separation shaft between OBB are on axis Projected length relation.Left figure (a) represents the bounding box of object A and object B, and the polygon of white area is in right figure (b) (a) Minkowski of two OBB in and, the rectangle of outside then for the AABB in (a) Minkowski and.Due to figure (a) AABB intersects in, therefore the midpoint (coincidence of OBB and AABB midpoints) of the bounding box of object A (B) must be located at the square in (b) The certain point of shape.When midpoint is located at the white area in rectangle, a0, a1, b0, b1 cannot function as the separation shaft between OBB, Intersect between the OBB of object A and B;When midpoint is located at the gray area in rectangle, a0 or b0 determine to separate between OBB;In the middle When point is located at black region, the separation shaft of a1 or b1 between OBB.Understand that black region occupied area is much according to Fig. 2 (b) Less than white area and gray area and, thus may determine that in the case where outer layer AABB intersects, projections of the OBB on axis Smaller then this axis is bigger as the possibility of separation shaft.A large amount of practice result tables are finally combined according to the priority of these separation shafts Bright test { a0, b0, c22, c12, c21Five potential separation shafts when method efficiency highest.
3rd step, triangle test for intersection:In second step in different levels bounding volumetree in leaf node AABB and Situation all intersecting OBB, we carry out included triangle therein test for intersection, with OBB test for intersection during test Median replaces the coordinate value of triangle.Two triangles to be measured are respectively A and B, use the seat after above-mentioned median replacement Scale value is A1=(I1, 0,0), A2=(a1, d1, 0), A3=(0,0,0), B1=rx*I2+ T, B2=rx*a2+ry*d2+ T, B3=T. Wherein Ii、diRepresent the length and width of the rectangle of encirclement triangle, aiIt can be obtained during calculating OBB and surrounding, R [rx, ry, rz] With T [t1, t2, t3] represented respectively by the spin matrix and translation vector under the rectangular transform to the same coordinate system for surrounding triangle.

Claims (4)

1. a kind of method of the Fast Collision Detection based on hybrid hierarchy bounding box, general characteristic is, comprises the following steps:
The first step, structure hybrid hierarchy bounding volumetree (BVH):Top-down method is used as each model in virtual environment Level bounding volumetree is built, the structure of tree is binary tree, and AABB information, the OBB of internal layer of outer layer are included in each node of tree Information and comprising triangle coordinate information, the computation sequence of bounding box is calculates AABB after first calculating OBB.
Second step, the test for intersection between bounding box:To intersecting between the encirclement in the node of different levels bounding volumetree Test carries out test for intersection to the outer layer AABB in root node first, if being separated between AABB, divides between direct judgment models From, otherwise test for intersection is carried out to the OBB of internal layer, the result intersected according to outer layer AABB can simplify the intersecting survey between OBB Examination only carries out a test for intersection for 5 separation shafts, if also intersecting between judge OBB with whole child nodes of one of node and Another node carries out test for intersection, until bounding volume hierarchy (BVH) tree traverses leaf node.
3rd step, triangle test for intersection:AABB and OBB be in leaf node in different levels bounding volumetree in second step In the case of intersecting, we carry out included triangle therein test for intersection, and when test is replaced with the relevant information of OBB The coordinate value of triangle.
2. the method for the Fast Collision Detection according to claim 1 based on hybrid hierarchy bounding box, which is characterized in that step In rapid one during bounding box in calculate node, the method based on PCA is first used to calculate the OBB of internal layer, then according to AABB with OBB midpoints overlap, recycle OBB midpoint be quickly calculated outer layer AABB information.
3. the method for the Fast Collision Detection according to claim 1 based on hybrid hierarchy bounding box, which is characterized in that step When the OBB of rapid two pairs of internal layers carries out test for intersection, the spy of OBB is surrounded according to the intersecting result of the AABB of outer layer and outer layer AABB Point only chooses 15 potential separation shaft { a0, a1, a2, b0, b1, b2, c00, c01, c02, c10, c11, c12, c20, c21, c22In five Separation shaft { a0, b0, c22, c12, c21Carry out walk through test, wherein aiAnd biThe side on three sides of bounding box A and B is represented respectively To subscript value represents the magnitude relationship of projection of the bounding box on this axis, a0Parallel to shortest a line in bounding box A, cij Represent aiAnd bjMultiplication cross, if 5 separation shafts not can determine that OBB is separated, judge to intersect between OBB.
4. the method for the Fast Collision Detection according to claim 1 based on hybrid hierarchy bounding box, which is characterized in that step When carrying out test for intersection to triangle in rapid three, directly carrying out test needs using the coordinate value of triangle will not be in same coordinate The triangle of system is transformed under the same coordinate system, and according to the median that OBB test for intersection obtains, triangle is replaced with these medians The coordinate of shape carries out test for intersection.If two triangles to be measured are respectively A and B, the coordinate after being substituted using above-mentioned median It is worth for A1=(l1, 0,0), A2=(a1, d1, 0), A3=(0,0,0), B1=rx*l2+ T, B2=rx*a2+ry*d2+ T, B3=T.Its Middle li、diRepresent the length and width of the rectangle of encirclement triangle, aiIt can be obtained during calculating OBB and surrounding, R [rx, ry, rz] and T[t1, t2, t3] represented respectively by the spin matrix and translation vector under the rectangular transform to the same coordinate system for surrounding triangle.
CN201711188423.0A 2017-11-22 2017-11-22 Fast Collision Detection Algorithm based on hybrid hierarchy bounding box Pending CN108052703A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711188423.0A CN108052703A (en) 2017-11-22 2017-11-22 Fast Collision Detection Algorithm based on hybrid hierarchy bounding box

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711188423.0A CN108052703A (en) 2017-11-22 2017-11-22 Fast Collision Detection Algorithm based on hybrid hierarchy bounding box

Publications (1)

Publication Number Publication Date
CN108052703A true CN108052703A (en) 2018-05-18

Family

ID=62120097

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711188423.0A Pending CN108052703A (en) 2017-11-22 2017-11-22 Fast Collision Detection Algorithm based on hybrid hierarchy bounding box

Country Status (1)

Country Link
CN (1) CN108052703A (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110660272A (en) * 2019-09-27 2020-01-07 南京莱斯网信技术研究院有限公司 Method suitable for early warning and detection of collision of waterborne ships in inland river
CN110806581A (en) * 2019-10-21 2020-02-18 边缘智能研究院南京有限公司 Medical cart anti-collision detection method, device and system
CN110827387A (en) * 2018-08-10 2020-02-21 辉达公司 Method for traversing intersection point by continuous hierarchical bounding box without shader intervention
CN111026129A (en) * 2019-12-27 2020-04-17 芜湖哈特机器人产业技术研究院有限公司 Safety distance detection method for multi-laser-guided AGV
CN111360824A (en) * 2020-02-27 2020-07-03 中科新松有限公司 Double-arm self-collision detection method and computer-readable storage medium
WO2020253582A1 (en) * 2019-06-17 2020-12-24 腾讯科技(深圳)有限公司 Multi-layer bounding box determination method, and collision detection and motion control methods and devices
CN112669434A (en) * 2020-12-21 2021-04-16 山东华数智能科技有限公司 Collision detection method based on grid and bounding box
CN112744217A (en) * 2021-03-10 2021-05-04 北京车和家信息技术有限公司 Collision detection method, travel path recommendation device, and storage medium
CN112932662A (en) * 2021-02-01 2021-06-11 威海威高骨科手术机器人有限公司 Reset position detection method with patient safety protection function
CN113051730A (en) * 2021-03-15 2021-06-29 杭州电子科技大学 Hybrid collision detection method based on convex hull and pre-judgment
CN113554012A (en) * 2021-09-22 2021-10-26 江西博微新技术有限公司 Primitive model classification method, system, equipment and storage medium in three-dimensional engineering
CN113781846A (en) * 2021-09-28 2021-12-10 中国人民解放军空军工程大学 Horizontal dimension airspace conflict detection method
CN114012726A (en) * 2021-11-08 2022-02-08 南京航空航天大学 Aerospace mechanical arm collision detection method
CN114707880A (en) * 2022-04-18 2022-07-05 国网北京市电力公司 Component crossing risk identification method, device, equipment and medium
CN116049995A (en) * 2023-03-15 2023-05-02 中国空气动力研究与发展中心高速空气动力研究所 Special mechanism collision prediction method based on virtual prototype in interstage separation test
CN117252901A (en) * 2023-10-24 2023-12-19 郑州轻工业大学 Multi-axis numerical control machine tool safety production prediction and early warning method based on digital twinning

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050248570A1 (en) * 2004-05-06 2005-11-10 Valve Corporation Method and system for performing speculative collisions for a video game
CN101799845A (en) * 2010-03-01 2010-08-11 南京航空航天大学 Method for realizing flexible cable assembling model in virtual assembling environment
CN102368280A (en) * 2011-10-21 2012-03-07 北京航空航天大学 Virtual assembly-oriented collision detection method based on AABB (Axis Aligned Bounding Box)-OBB (Oriented Bounding Box) mixed bounding box
CN103500422A (en) * 2013-09-22 2014-01-08 国家电网公司 Modularization table top drills virtual training system and training method thereof
CN104881870A (en) * 2015-05-18 2015-09-02 浙江宇视科技有限公司 Live monitoring starting method and device for to-be-observed point
CN105844672A (en) * 2016-04-19 2016-08-10 华东师范大学 Rapid and continuous collision detection method for multi-joint model
CN106503347A (en) * 2016-10-25 2017-03-15 福州大学 One kind is based on AABB and the adaptive compound OBBs algorithms of OBB

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050248570A1 (en) * 2004-05-06 2005-11-10 Valve Corporation Method and system for performing speculative collisions for a video game
CN101799845A (en) * 2010-03-01 2010-08-11 南京航空航天大学 Method for realizing flexible cable assembling model in virtual assembling environment
CN102368280A (en) * 2011-10-21 2012-03-07 北京航空航天大学 Virtual assembly-oriented collision detection method based on AABB (Axis Aligned Bounding Box)-OBB (Oriented Bounding Box) mixed bounding box
CN103500422A (en) * 2013-09-22 2014-01-08 国家电网公司 Modularization table top drills virtual training system and training method thereof
CN104881870A (en) * 2015-05-18 2015-09-02 浙江宇视科技有限公司 Live monitoring starting method and device for to-be-observed point
CN105844672A (en) * 2016-04-19 2016-08-10 华东师范大学 Rapid and continuous collision detection method for multi-joint model
CN106503347A (en) * 2016-10-25 2017-03-15 福州大学 One kind is based on AABB and the adaptive compound OBBs algorithms of OBB

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JUNG-WOO CHANG ET AL: ""Efficient collision detection using a dual OBB-sphere bounding volume hierarchy"", 《COMPUTER-AIDED DESIGN》 *
LING-YU WEI: ""A faster triangle-to-triangle intersection test algorithm"", 《COMPUTER ANIMATION AND VIRTUAL WORLDS》 *
邹益胜 等: ""空间三角形快速相交检测算法"", 《计算机应用研究》 *

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110827387A (en) * 2018-08-10 2020-02-21 辉达公司 Method for traversing intersection point by continuous hierarchical bounding box without shader intervention
WO2020253582A1 (en) * 2019-06-17 2020-12-24 腾讯科技(深圳)有限公司 Multi-layer bounding box determination method, and collision detection and motion control methods and devices
US11922574B2 (en) 2019-06-17 2024-03-05 Tencent Technology (Shenzhen) Company Limited Method and device for determining plurality of layers of bounding boxes, collision detection method and device, and motion control method and device
CN110660272A (en) * 2019-09-27 2020-01-07 南京莱斯网信技术研究院有限公司 Method suitable for early warning and detection of collision of waterborne ships in inland river
CN110806581B (en) * 2019-10-21 2022-03-29 边缘智能研究院南京有限公司 Medical cart anti-collision detection method, device and system
CN110806581A (en) * 2019-10-21 2020-02-18 边缘智能研究院南京有限公司 Medical cart anti-collision detection method, device and system
CN111026129A (en) * 2019-12-27 2020-04-17 芜湖哈特机器人产业技术研究院有限公司 Safety distance detection method for multi-laser-guided AGV
CN111026129B (en) * 2019-12-27 2022-05-27 芜湖哈特机器人产业技术研究院有限公司 Safety distance detection method for multi-laser-guided AGV
CN111360824A (en) * 2020-02-27 2020-07-03 中科新松有限公司 Double-arm self-collision detection method and computer-readable storage medium
CN111360824B (en) * 2020-02-27 2021-04-30 中科新松有限公司 Double-arm self-collision detection method and computer-readable storage medium
CN112669434B (en) * 2020-12-21 2022-05-03 山东华数智能科技有限公司 Collision detection method based on grid and bounding box
CN112669434A (en) * 2020-12-21 2021-04-16 山东华数智能科技有限公司 Collision detection method based on grid and bounding box
CN112932662A (en) * 2021-02-01 2021-06-11 威海威高骨科手术机器人有限公司 Reset position detection method with patient safety protection function
CN112744217A (en) * 2021-03-10 2021-05-04 北京车和家信息技术有限公司 Collision detection method, travel path recommendation device, and storage medium
CN113051730A (en) * 2021-03-15 2021-06-29 杭州电子科技大学 Hybrid collision detection method based on convex hull and pre-judgment
CN113554012A (en) * 2021-09-22 2021-10-26 江西博微新技术有限公司 Primitive model classification method, system, equipment and storage medium in three-dimensional engineering
CN113781846A (en) * 2021-09-28 2021-12-10 中国人民解放军空军工程大学 Horizontal dimension airspace conflict detection method
CN114012726A (en) * 2021-11-08 2022-02-08 南京航空航天大学 Aerospace mechanical arm collision detection method
CN114707880A (en) * 2022-04-18 2022-07-05 国网北京市电力公司 Component crossing risk identification method, device, equipment and medium
CN114707880B (en) * 2022-04-18 2024-02-13 国网北京市电力公司 Component crossing risk identification method, device, equipment and medium
CN116049995A (en) * 2023-03-15 2023-05-02 中国空气动力研究与发展中心高速空气动力研究所 Special mechanism collision prediction method based on virtual prototype in interstage separation test
CN116049995B (en) * 2023-03-15 2023-06-02 中国空气动力研究与发展中心高速空气动力研究所 Special mechanism collision prediction method based on virtual prototype in interstage separation test
CN117252901A (en) * 2023-10-24 2023-12-19 郑州轻工业大学 Multi-axis numerical control machine tool safety production prediction and early warning method based on digital twinning

Similar Documents

Publication Publication Date Title
CN108052703A (en) Fast Collision Detection Algorithm based on hybrid hierarchy bounding box
US7084869B2 (en) Methods and apparatus for detecting and correcting penetration between objects
JP2915826B2 (en) Interference check device
CN105590339B (en) The collision checking method and system of threedimensional model
Larsson et al. Collision detection for continuously deforming bodies.
CN106683167A (en) Automatic modeling approach for high precision model of complex building
US20050052452A1 (en) 3D computer surface model generation
CN103400372B (en) A kind of three-dimensional topology information extracting method described based on Reeb figure
CN104966320B (en) A kind of pattern-painting automatic generation method based on three rank Bezier curves
CN107316344A (en) A kind of method that Roam Path is planned in virtual reality fusion scene
Cui et al. Compromise-free pathfinding on a navigation mesh
Denninger et al. 3d scene reconstruction from a single viewport
CN107424161A (en) A kind of indoor scene image layout method of estimation by thick extremely essence
Li et al. A GPU-based voxelization approach to 3D Minkowski sum computation
Park et al. Reverse engineering with a structured light system
CN107689078A (en) A kind of bounding volume hierarchy (BVH) tree constructing method based on chain list sorting balanced binary tree
CN107316327A (en) Knochenbruch section and knochenbruch Model registration method based on maximum public subgraph and bounding box
EP2336977A1 (en) A Micro-architecture System and Method for ray tracing and collision detection
US20030218617A1 (en) Information presentation apparatus and method in three-dimensional virtual space and computer program therefor
Benallegue et al. Fast C 1 proximity queries using support mapping of sphere-torus-patches bounding volumes
CN104318601B (en) Human body movement simulating method under a kind of fluid environment
CN104102357B (en) 3D model checking methods and device in a kind of virtual scene
CN103295266B (en) A kind of method that threedimensional model edge contraction based on distance weighted minimum collapse cost simplifies
CN109147057A (en) A kind of virtual hand collision checking method towards wearable haptic apparatus
Magnoux et al. Real‐time visual and physical cutting of a meshless model deformed on a background grid

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20180518

WD01 Invention patent application deemed withdrawn after publication