CN109801376A - A kind of method for visualizing of mobile terminal oblique model data - Google Patents

A kind of method for visualizing of mobile terminal oblique model data Download PDF

Info

Publication number
CN109801376A
CN109801376A CN201910088462.6A CN201910088462A CN109801376A CN 109801376 A CN109801376 A CN 109801376A CN 201910088462 A CN201910088462 A CN 201910088462A CN 109801376 A CN109801376 A CN 109801376A
Authority
CN
China
Prior art keywords
data
data block
coordinate
mobile terminal
point
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
CN201910088462.6A
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.)
Ningbo Alata Digital Science And Technology Center
Ningbo Institute Of Surveying And Mapping Design
Original Assignee
Ningbo Alata Digital Science And Technology Center
Ningbo Institute Of Surveying And Mapping Design
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 Ningbo Alata Digital Science And Technology Center, Ningbo Institute Of Surveying And Mapping Design filed Critical Ningbo Alata Digital Science And Technology Center
Priority to CN201910088462.6A priority Critical patent/CN109801376A/en
Publication of CN109801376A publication Critical patent/CN109801376A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

The present invention relates to a kind of method for visualizing of mobile terminal oblique model data, 1, the coordinate of acquisition current camera in three dimensions;2, four apex coordinates for obtaining mobile terminal current screen, are respectively perpendicular screen and inwardly generate ray in three dimensions;3, the focus that four rays intersect with all triangle griddings respectively is calculated;4, judge whether fallen within the quadrangle that four focuses form by arbitrary coordinate point in each data block, if so, then the data block is visible data block in the current screen of mobile terminal, and be transferred to 5;If not, being sightless data block;5, the linear distance between each data block and video camera is calculated;6, it finds the hierarchical relationship of the corresponding granularity of each data block, and is indexed according to the level of data block endoparticle degree, read and load corresponding tilt data in the level of each data block selection;7, it traverses and renders visible inclination three-dimensional data in current screen.Data loading is fast and reduces load data volume.

Description

A kind of method for visualizing of mobile terminal oblique model data
Technical field
The present invention relates to a kind of method for visualizing, in particular to a kind of method for visualizing of mobile terminal oblique model data.
Background technique
Oblique photograph technology is the new and high technology to grow up the International Photography fields of measurement nearly more than ten years, and the technology is logical It crosses from five different visual angle synchronous acquisition images such as vertical, four inclinations, gets building top surface and side abundant The high-resolution texture in face.It can not only really reflect atural object situation, accurately obtain atural object texture information, can also lead to The technologies such as advanced positioning, fusion, modeling are crossed, true D Urban model is generated, user is introduced and meets human eye vision The true intuitive world.
Oblique photograph measuring technique complete perception complex scene in a manner of extensive, high-precision, high-resolution, by efficient Data acquisition equipment and the outcome data that generates of flow chart of data processing of profession intuitively reflect appearance, position, the height of atural object Equal attributes provide guarantee for true effect and mapping class precision.However, just because of these advantages of oblique photograph, so that it is given birth to The data volume of production is very huge, to loading and visualizing to these data, proposes higher requirement to hardware device.
At this stage since computer end hardware performance is powerful, the software of oblique photograph data visualization can be selected very More, function is also very rich, but mobile terminal can software to oblique photograph data visualization it is just very rare, and mostly All be applied with lightweight based on.The visualization of small range single game scape is only supported in the application of lightweight, to large-scale inclination three It ties up scene and supports deficiency, and when mobile terminal loads canted shot model, need to carry out texture compression to oblique photograph model, with Meets the needs of different type movement end equipment, in addition, being limited by mobile end equipment performance itself, a wide range of tilt data exhibition Very more hardware resources will be occupied by showing, directly will be extremely difficult to entire a wide range of single game scape load and displaying.Therefore, such as , to a wide range of oblique model in the displaying of mobile terminal, smoothly load, meeting practical application request is asking for current urgent need to resolve for what Topic.
Summary of the invention
The technical problem to be solved by the invention for the present situation of prior art is to provide one kind can dynamically calculate visually The method for visualizing of range, the mobile terminal oblique model data of reduction data volume load in region.
The technical scheme of the invention to solve the technical problem is: a kind of mobile terminal oblique model data is visual Change method, for by showing oblique model data on mobile terminal, wherein oblique model data are spliced mutually by multiple data blocks Composition, and each data block is made of the different multi-layer data of granularity, it is characterised in that: a kind of mobile terminal oblique model data Method for visualizing the following steps are included:
Step 1 obtains the coordinate of current camera in three dimensions;
Step 2, obtain mobile terminal current screen four apex coordinates, by each apex coordinate be respectively perpendicular screen to Ray is inside generated in three dimensions, obtains four rays, wherein four rays are denoted as d1, d2, d3 and d4 respectively;
The ground of three-dimensional scenic is made of multiple triangle griddings in step 3, oblique model data, traverses all triangulation networks Lattice calculate separately the focus that each ray d1, d2, d3 and d4 in step 2 intersects with all triangle griddings, successively obtain phase Four focuses handed over, wherein four focuses are denoted as p1, p2, p3 and p4 respectively;
Whether step 4, all data block of traversal judge to have in each data block arbitrary coordinate point to fall in step 3 four Within the quadrangle of a focus p1, p2, p3 and p4 composition, if so, then the data block is visible number in the current screen of mobile terminal According to block, and it is transferred to step 6;If not, the data block is sightless data block in the current screen of mobile terminal, and it is transferred to step 5;
Step 5 judges whether the data block had loaded in memory, if so, then releasing the data block from memory It puts, if not, the data block does not operate;
Step 6, the center point coordinate for obtaining visible data block in the current screen of mobile terminal, by the coordinate of video camera with Data block center point coordinate calculates the linear distance between each data block and video camera;
Step 7, by the linear distance between data block each in step 6 and video camera, it is corresponding to find each data block The hierarchical relationship of granularity, and indexed according to the level of each data block endoparticle degree, it selects to correspond to level in each data block Data, read and load corresponding tilt data in the level of each data block selection;
Step 8 traverses and renders visible inclination three-dimensional data in current screen.
Specifically, the coordinate that ray intersects with triangle gridding is calculated using Ray-Triangle algorithm in the step 3, In, specific calculating step that a ray intersects with triangle gridding are as follows:
Step 3-1, the coordinate of any point on triangle gridding are as follows:
P (u, v)=(1-u-v) * V0+u*V1+v*V2
Wherein, P is the coordinate of any point on the triangle gridding of vertex V0, V1, V2 composition, and V0, V1, V2 are respectively triangle The coordinate on the vertex of grid, u, v are preset value, wherein u+v≤1, and u >=0, v >=0;
Step 3-2, on ray any point coordinate expressions are as follows: P (t)=O+t*D;
Wherein, O is the starting point coordinate of ray, and D is the direction of ray, and t is preset value;
Step 3-3, the focus of triangle gridding and ray intersection, calculation formula are calculated are as follows:
O+t*D=(1-u-v) * V0+u*V1+v*V;
The coordinate of P point is obtained in the expression formula of ray in corresponding t value substitution step 3-2 when above-mentioned equation is set up, or U, v value are substituted into any point expression formula of step 3-1 intermediate cam grid, obtain the coordinate of P point, i.e., the P point is focus.
Assume that the data point in any data block is P (x, y, z) in the step 4, judges arbitrary number strong point P (x, y, z) Whether focus p1, p2, p3, the calculation formula quadrangle of p4 composition in are fallen in are as follows:
A=(p2.x-p1.x) * (y-p1.y)-(p2.y-p1.y) * (x-p1.x)
B=(p3.x-p2.x) * (y-p2.y)-(p3.y-p2.y) * (x-p2.x)
C=(p4.x-p3.x) * (y-p3.y)-(p4.y-p3.y) * (x-p3.x)
D=(p1.x-p4.x) * (y-p4.y)-(p1.y-p4.y) * (x-p4.x)
Wherein, p1.x is the x-axis coordinate of focus p1, and p1.y is the y-axis coordinate of focus p1, and the x-axis that p2.x is focus p2 is sat Mark, p2.y are the y-axis coordinate of focus p2, and p3.x is the x-axis coordinate of focus p3, and p3.y is the y-axis coordinate of focus p3, and p4.x is coke The x-axis coordinate of point p4, p4.y are the y-axis coordinate of focus p4;
When a, b, c, d symbol are identical, i.e., when a, b, c, d are all positive or are all negative, then the data point P in data block (x, y, z) is fallen on the quadrangle of four focuses composition, conversely, then data point P (x, y, z) is not fallen on quadrangle.
Preferably, the tilt module data are the OSGB data of Smart3D production.
Compared with the prior art, the advantages of the present invention are as follows: by calculating current window visible area in three-dimensional scenic Coordinate range, find the data block in visible area;And by calculating between the data block in camera and visible area Distance, judge the granularity that each data block needs to show, and corresponding find needs data block level to be loaded, from regardless of How scene changes, and for the data volume loaded never more than the range of a window, each window moves all only need to be to need The data to be shown carry out dynamic calculating, load the data in visible area, and rejecting has loaded and the data outside visible area, The visual purpose of broad range of data can be reached under the limitation of limited mobile terminal hardware resource.
Detailed description of the invention
Fig. 1 is the flow chart of the method for visualizing of mobile terminal oblique model data in the embodiment of the present invention.
Specific embodiment
The present invention will be described in further detail below with reference to the embodiments of the drawings.
As shown in Figure 1, a kind of method for visualizing of mobile terminal oblique model data, for by showing inclination on mobile terminal Model data, wherein the tilt module data are the OSGB data of Smart3D production, and an inclination scene is by multiple mutual spellings The data chunk connect is at each data block is identical by range, the different multi-layer data composition of granularity.It is mobile in the present embodiment End is mobile phone, and tilt module data are shown on mobile phone.
A kind of method for visualizing of mobile terminal oblique model data, comprising the following steps:
Step 1 obtains the coordinate of current camera in three dimensions;
Step 2, obtain mobile terminal current screen four apex coordinates, by each apex coordinate be respectively perpendicular screen to Ray is inside generated in three dimensions, obtains four rays, wherein four rays are denoted as d1, d2, d3 and d4 respectively;
The ground of three-dimensional scenic is made of multiple triangle griddings in step 3, oblique model data, traverses all triangulation networks Lattice calculate separately the focus that each ray d1, d2, d3 and d4 in step 2 intersects with all triangle griddings, successively obtain phase Four focuses handed over, wherein four focuses are denoted as p1, p2, p3 and p4 respectively;
In the present embodiment, the coordinate that ray intersects with triangle gridding is calculated using Ray-Triangle algorithm, wherein one The specific calculating step that ray intersects with triangle gridding are as follows:
Wherein, the specific calculating step that a ray intersects with triangle gridding are as follows:
Step 3-1, the coordinate of any point on triangle gridding are as follows:
P (u, v)=(1-u-v) * V0+u*V1+v*V2
Wherein, P is the coordinate of any point on the triangle gridding of vertex V0, V1, V2 composition, and V0, V1, V2 are respectively triangle The coordinate on the vertex of grid, u, v are preset value, wherein u+v≤1, and u >=0, v >=0;
Step 3-2, on ray any point coordinate expressions are as follows: P (t)=O+t*D;
Wherein, O is the starting point coordinate of ray, and D is the direction of ray, and t is preset value;
Step 3-3, the focus of triangle gridding and ray intersection, calculation formula are calculated are as follows:
O+t*D=(1-u-v) * V0+u*V1+v*V;
The coordinate of P point is obtained in the expression formula of ray in corresponding t value substitution step 3-2 when above-mentioned equation is set up, or U, v value are substituted into any point expression formula of step 3-1 intermediate cam grid, obtain the coordinate of P point, i.e., the P point is focus;
Whether step 4, all data block of traversal judge to have in each data block arbitrary coordinate point to fall in step 3 four Within the quadrangle of a focus p1, p2, p3 and p4 composition, if so, then the data block is visible number in the current screen of mobile terminal According to block, and it is transferred to step 6;If not, the data block is sightless data block in the current screen of mobile terminal, and it is transferred to step 5;;
In the present solution, inclination scene be tile in the plane as data block made of, therefore only consideration plane on knot Fruit does not consider z coordinate, it is assumed that the data point in any data block is P (x, y, z), whether judges arbitrary number strong point P (x, y, z) Fall in focus p1, p2, p3, the calculation formula in the quadrangle of p4 composition are as follows:
A=(p2.x-p1.x) * (y-p1.y)-(p2.y-p1.y) * (x-p1.x)
B=(p3.x-p2.x) * (y-p2.y)-(p3.y-p2.y) * (x-p2.x)
C=(p4.x-p3.x) * (y-p3.y)-(p4.y-p3.y) * (x-p3.x)
D=(p1.x-p4.x) * (y-p4.y)-(p1.y-p4.y) * (x-p4.x)
Wherein, p1.x is the x-axis coordinate of focus p1, and p1.y is the y-axis coordinate of focus p1, and the x-axis that p2.x is focus p2 is sat Mark, p2.y are the y-axis coordinate of focus p2, and p3.x is the x-axis coordinate of focus p3, and p3.y is the y-axis coordinate of focus p3, and p4.x is coke The x-axis coordinate of point p4, p4.y are the y-axis coordinate of focus p4;
When a, b, c, d symbol are identical, i.e., when a, b, c, d are all positive or are all negative, then the data point P in data block (x, y, z) is fallen on the quadrangle of four focuses composition, conversely, then the data point is not fallen on quadrangle;
Step 5 judges whether the data block had loaded in memory, if so, then releasing the data block from memory It puts, if not, the data block does not operate;
Step 6, the center point coordinate for obtaining visible data block in the current screen of mobile terminal, by the coordinate of video camera with Data block center point coordinate calculates the linear distance between each data block and video camera;
Wherein, the distance of the linear distance between each data block and video camera represents data block and will render in screen Granularity size, the linear distance between data block and video camera is remoter, then the granularity for representing the data block is thicker, on the contrary Linear distance between data block and video camera is closer, then the granularity of the data block is thinner;
Step 7, by the linear distance between data block each in step 6 and video camera, it is corresponding to find each data block The hierarchical relationship of granularity, and indexed according to the level of each data block endoparticle degree, it selects to correspond to level in each data block Data, read and load corresponding tilt data in the level of each data block selection;
In load, due to multi-layer data different containing granularity in the data of each data block, from camera shooting The closer data block of linear distance between machine, then the granularity of the data block is thinner, needs data volume to be loaded bigger, content It is more, thus the level for needing to select granularity thinner in the data block, correspondingly, being got over from the linear distance between video camera Remote data block, then the granularity of the data block is thicker, needs data volume to be loaded smaller, content is fewer, then selects the data The data of the thicker level of granularity can make data block loading velocity become faster by this kind of loading method in block, and loaded Data volume does not exceed the range of a screen window.
Step 8 traverses and renders visible inclination three-dimensional data in current screen.
It is according to each in data load process in the method for visualizing of existing mobile terminal oblique model data The most thin level of the granularity of data block is rendered, although can also be loaded into entire scene in this way, which adds The data volume of load is big, and rendering speed is slow, and when load will appear the feeling of card, and the method for visualizing in the present invention passes through dynamic first State calculates the range of current screen, finds out the visible data block of mobile terminal current screen, discharges sightless data block, and according to The distance between data block and video camera judge need data block level to be loaded, and by loading suitable data block level, Therefore make data block loading velocity faster, and no matter how scene changes, the data volume loaded is never shielded more than one The range of curtain window, therefore the hardware resource utilization of mobile device is made to reach maximization, also breach three-dimensional tilt data Maximum magnitude.

Claims (4)

1. a kind of method for visualizing of mobile terminal oblique model data shows oblique model data on mobile terminal for passing through, In, oblique model data are spliced mutually by multiple data blocks to be formed, and the multi-layer data group that each data block is different by granularity At, it is characterised in that: mobile terminal oblique model data method for visualizing the following steps are included:
Step 1 obtains the coordinate of current camera in three dimensions;
Step 2, four apex coordinates for obtaining mobile terminal current screen, are respectively perpendicular screen to inherence by each apex coordinate Ray is generated in three-dimensional space, obtains four rays, wherein four rays are denoted as d1, d2, d3 and d4 respectively;
The ground of three-dimensional scenic is made of multiple triangle griddings in step 3, oblique model data, traverses all triangle griddings, The focus that each ray d1, d2, d3 and d4 in step 2 intersects with all triangle griddings is calculated separately, is successively intersected Four focuses, wherein four focuses are denoted as p1, p2, p3 and p4 respectively;
All data blocks of step 4, traversal, judge whether have arbitrary coordinate point to fall four cokes in step 3 in each data block Within the quadrangle of point p1, p2, p3 and p4 composition, if so, then the data block is visible data block in the current screen of mobile terminal, And it is transferred to step 6;If not, the data block is sightless data block in the current screen of mobile terminal, and it is transferred to step 5;
Step 5 judges whether the data block had loaded in memory, if so, then discharging the data block from memory, such as No, then the data block does not operate;
Step 6, the center point coordinate for obtaining visible data block in the current screen of mobile terminal, pass through the coordinate and data of video camera Block center point coordinate calculates the linear distance between each data block and video camera;
Step 7, by the linear distance between data block each in step 6 and video camera, find the corresponding particle of each data block The hierarchical relationship of degree, and indexed according to the level of each data block endoparticle degree, select the number that level is corresponded in each data block According to reading and load corresponding tilt data in the level of each data block selection;
Step 8 traverses and renders visible inclination three-dimensional data in current screen.
2. the method for visualizing of oblique model data in mobile terminal according to claim 1, it is characterised in that: the step 3 It is middle that the coordinate that ray intersects with triangle gridding is calculated using Ray-Triangle algorithm, wherein a ray and triangle gridding phase The specific calculating step handed over are as follows:
Step 3-1, the coordinate of any point on triangle gridding are as follows:
P (u, v)=(1-u-v) * V0+u*V1+v*V2
Wherein, P is the coordinate of any point on the triangle gridding of vertex V0, V1, V2 composition, and V0, V1, V2 are respectively triangle gridding Vertex coordinate, u, v be preset value, wherein u+v≤1, and u >=0, v >=0;
Step 3-2, on ray any point coordinate expressions are as follows: P (t)=O+t*D;
Wherein, O is the starting point coordinate of ray, and D is the direction of ray, and t is preset value;
Step 3-3, the focus of triangle gridding and ray intersection, calculation formula are calculated are as follows:
O+t*D=(1-u-v) * V0+u*V1+v*V;
Corresponding t value substitutes into step 3-2 in the expression formula of ray when above-mentioned equation is set up, and obtains the coordinate of P point, or by u, V value substitutes into any point expression formula of step 3-1 intermediate cam grid, obtains the coordinate of P point, i.e., the P point is focus.
3. the method for visualizing of oblique model data in mobile terminal according to claim 1, it is characterised in that: the step 4 The middle data point assumed in any data block is P (x, y, z), judges whether arbitrary number strong point P (x, y, z) falls in focus p1, p2, Calculation formula in the quadrangle of p3, p4 composition are as follows:
A=(p2.x-p1.x) * (y-p1.y)-(p2.y-p1.y) * (x-p1.x)
B=(p3.x-p2.x) * (y-p2.y)-(p3.y-p2.y) * (x-p2.x)
C=(p4.x-p3.x) * (y-p3.y)-(p4.y-p3.y) * (x-p3.x)
D=(p1.x-p4.x) * (y-p4.y)-(p1.y-p4.y) * (x-p4.x)
Wherein, p1.x is the x-axis coordinate of focus p1, and p1.y is the y-axis coordinate of focus p1, and p2.x is the x-axis coordinate of focus p2, P2.y is the y-axis coordinate of focus p2, and p3.x is the x-axis coordinate of focus p3, and p3.y is the y-axis coordinate of focus p3, and p4.x is focus The x-axis coordinate of p4, p4.y are the y-axis coordinate of focus p4;
When a, b, c, d symbol are identical, i.e., when a, b, c, d are all positive or are all negative, then the data point P in data block (x, y, Z) it falls on the quadrangle of four focuses composition, conversely, then data point P (x, y, z) is not fallen on quadrangle.
4. the method for visualizing of oblique model data in mobile terminal according to claim 1, it is characterised in that: the inclination mould Block number is according to the OSGB data for being Smart3D production.
CN201910088462.6A 2019-01-30 2019-01-30 A kind of method for visualizing of mobile terminal oblique model data Pending CN109801376A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910088462.6A CN109801376A (en) 2019-01-30 2019-01-30 A kind of method for visualizing of mobile terminal oblique model data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910088462.6A CN109801376A (en) 2019-01-30 2019-01-30 A kind of method for visualizing of mobile terminal oblique model data

Publications (1)

Publication Number Publication Date
CN109801376A true CN109801376A (en) 2019-05-24

Family

ID=66559256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910088462.6A Pending CN109801376A (en) 2019-01-30 2019-01-30 A kind of method for visualizing of mobile terminal oblique model data

Country Status (1)

Country Link
CN (1) CN109801376A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104434148A (en) * 2013-09-12 2015-03-25 上海联影医疗科技有限公司 Control method of X-ray photographing system
CN108648269A (en) * 2018-05-11 2018-10-12 北京建筑大学 The monomerization approach and system of three-dimensional building object model
CN108734786A (en) * 2017-09-12 2018-11-02 武汉天际航信息科技股份有限公司 Outdoor scene three-dimensional enhanced reality visualization system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104434148A (en) * 2013-09-12 2015-03-25 上海联影医疗科技有限公司 Control method of X-ray photographing system
CN108734786A (en) * 2017-09-12 2018-11-02 武汉天际航信息科技股份有限公司 Outdoor scene three-dimensional enhanced reality visualization system and method
CN108648269A (en) * 2018-05-11 2018-10-12 北京建筑大学 The monomerization approach and system of three-dimensional building object model

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
TOMAS MÖLLER等: ""Fast, Minimum Storage Ray-Triangle Intersection"", 《JOURNAL OF GRAPHICS TOOLS》 *
李俊金: ""基于Cesium的三维实景可视化技术研究"", 《中国优秀硕士学位论文全文数据库 基础科学辑》 *
苗悦: ""编队飞行成像卫星的自主任务规划技术研究"", 《中国优秀硕士学位论文全文数据库 工程科技II辑》 *
顾颖 等: ""太阳辐射下混凝土箱梁温度场研究"", 《公路交通科技》 *

Similar Documents

Publication Publication Date Title
US10140000B2 (en) Multiscale three-dimensional orientation
WO2017092251A1 (en) Method for detecting collision between cylindrical collider and convex body in real-time virtual scene, and terminal and storage medium
CN108269304B (en) Scene fusion visualization method under multiple geographic information platforms
CN113628314B (en) Visualization method, device and equipment for photographic measurement model in illusion engine
CN107341846A (en) A kind of method and apparatus of the extensive three-dimensional reconstruction scene of real-time display
CN103914876A (en) Method and apparatus for displaying video on 3D map
CN103309943A (en) Three-dimensional geographic information platform and topographic data processing method thereof
CN110660125B (en) Three-dimensional modeling device for power distribution network system
CN110084797B (en) Plane detection method, plane detection device, electronic equipment and storage medium
WO2020069427A1 (en) Panoramic light field capture, processing and display
CN108572770A (en) A kind of method and device of image browsing
CN112070909A (en) Engineering three-dimensional model LOD output method based on 3D Tiles
CN107203962B (en) Method for making pseudo-3D image by using 2D picture and electronic equipment
CN109993822A (en) A kind of wash painting style method and apparatus
CN114663620A (en) Twin space positioning management method for Beidou grid position codes
CN106485789A (en) A kind of 3D model loading method and its device
Song et al. A dynamic tiles loading and scheduling strategy for massive oblique photogrammetry models
CN109801376A (en) A kind of method for visualizing of mobile terminal oblique model data
CN117095150A (en) Visual field degree of freedom analysis method and device
US20130194263A1 (en) Three-dimensional image display device and three-dimensional image display program
CN114202611A (en) Three-dimensional graph rendering method and device based on space-time tiles
CN110889889A (en) Oblique photography modeling data generation method applied to immersive display equipment
EP1602075A2 (en) Visual simulation of dynamic moving bodies
Jiang et al. A large-scale scene display system based on webgl
CN117557711B (en) Method, device, computer equipment and storage medium for determining visual field

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
CB02 Change of applicant information

Address after: 315042 No.36 Heji street, Yinzhou District, Ningbo City, Zhejiang Province

Applicant after: Ningbo Institute of Surveying and mapping and remote sensing technology

Applicant after: Ningbo alatu Digital Technology Co.,Ltd.

Address before: 315042 No.36 Heji street, Yinzhou District, Ningbo City, Zhejiang Province

Applicant before: NINGBO INSTITUTE OF SURVEYING & MAPPING

Applicant before: NINGBO ALATU DIGITAL TECHNOLOGY CENTER

CB02 Change of applicant information