CN110580274B - GIS data rendering method - Google Patents

GIS data rendering method Download PDF

Info

Publication number
CN110580274B
CN110580274B CN201910864421.1A CN201910864421A CN110580274B CN 110580274 B CN110580274 B CN 110580274B CN 201910864421 A CN201910864421 A CN 201910864421A CN 110580274 B CN110580274 B CN 110580274B
Authority
CN
China
Prior art keywords
data
task
screen
rendering
mobile terminal
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.)
Active
Application number
CN201910864421.1A
Other languages
Chinese (zh)
Other versions
CN110580274A (en
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.)
Xi An Remote Sensing Science & Technology Of Information Co ltd
Original Assignee
Xi An Remote Sensing Science & Technology Of Information Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xi An Remote Sensing Science & Technology Of Information Co ltd filed Critical Xi An Remote Sensing Science & Technology Of Information Co ltd
Priority to CN201910864421.1A priority Critical patent/CN110580274B/en
Publication of CN110580274A publication Critical patent/CN110580274A/en
Application granted granted Critical
Publication of CN110580274B publication Critical patent/CN110580274B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a data rendering method, which belongs to the technical field of geographic information systems; a data rendering method includes the steps that data are obtained from a database according to the range of a current screen, after task division is conducted on the obtained data, whether the data are vector data or not is judged, and if the data are the vector data, a drawing task is executed after compression; otherwise, directly executing the drawing task; or when the temporary primitive task appears, executing the drawing task; when a gap exists in the executed drawing task, if a user touches a screen or zooms the screen, the drawing task is terminated, otherwise, the next drawing task is continuously executed; if the user loosens the touch screen, restarting; when the execution of each drawing task is finished, finishing the drawing; the GIS data display method has fast and efficient display performance, particularly can be used for displaying GIS data with large data volume, can be used for fast loading and displaying, and cannot cause the phenomenon of jamming or dead halt.

Description

GIS data rendering method
Technical Field
The invention relates to the technical field of geographic information systems, in particular to a GIS data rendering method.
Background
With the continuous development of mobile GIS, i.e., geographic information systems, GIS data rendering, acquisition and editing platforms based on large data volumes of mobile terminals are often applied to field data investigation and acquisition work. The field data investigation and collection work is carried out, and workers often need to carry remote sensing images and corresponding interior data to field work for data display, collection and editing; in the aspect of data display, for the geographic information data with large data volume, the existing mobile GIS platform is difficult to carry out quick loading display, and even situations such as blockage and crash can occur sometimes. And the inconvenience is often brought to field investigators, the data browsing experience is influenced, and the working efficiency is reduced.
Disclosure of Invention
In view of the problems of slow display, easy blockage, crash and the like of a GIS platform in the prior art, the GIS data rendering method is expected to be provided.
The invention is realized by the following technical scheme:
a method of GIS data rendering comprising the operations of:
s10) acquiring a data source for displaying at the mobile terminal
When loading and displaying GIS data, the mobile terminal firstly acquires and displays data corresponding to the current screen range, and screens out data required for drawing through space query in a file database according to the current screen range condition;
s20) carrying out task division on data needing to be rendered
Dividing the acquired data source into tasks;
if the acquired data source is vector data, recording in a form of a plurality of task arrays, wherein each task array records at least one piece of data until the acquired vector data is divided;
if the acquired data source is the grid slice, recording in the form of a plurality of task arrays, wherein each task array records a plurality of pieces of data until the acquired grid slice data is divided;
s30) data compression is carried out on the vector data
Performing data compression processing on the vector data according to the size of the pixel of the screen of the mobile terminal;
the data compression processing comprises the following steps: calculating the distance between adjacent nodes, if the distance between two adjacent nodes is smaller than the pixel resolution of the current screen, only one node is reserved, all adjacent nodes are sequentially judged, and finally only one node in one pixel is determined;
s40) temporary primitive task
The mobile terminal always detects the coordinate change of the temporary graphic primitive on the screen, and if the coordinate changes, a temporary graphic primitive drawing task is generated and added into the current drawing task S50);
s50) executing the rendering task
Drawing according to the existing drawing tasks, executing one drawing task each time, and displaying on a screen after drawing is finished;
a drawing gap judgment S60 is carried out in the middle of each two times of drawing task execution);
s60) drawing task gap judgment
After the current drawing task is executed, the mobile terminal judges whether a user touches or zooms a screen; if the user touches or zooms the screen, terminating the subsequent drawing task;
if the user does not touch or zoom the screen, judging whether all the drawing tasks are executed or not, and if the user has any drawing tasks, jumping to S50) to execute the drawing tasks and circulate; if all the drawing tasks are executed, the drawing is finished, and the process enters S70);
s70) displaying the drawn picture on the screen
And the mobile terminal finishes all rendering processes, and the drawn picture is displayed on the screen.
The data required by subsequent drawing screened in the S10) are as follows: and carrying out space query in a database through the geographic range of the latitude and longitude range to obtain GIS data in the latitude and longitude range.
And the vector data in the S20) is composed of point, line and plane vector data.
And S20) performing task division on the data to be rendered, wherein the task division step comprises the following steps:
if the vector data are the vector data, recording in a form of a plurality of task arrays, wherein each task array records 128 pieces of data until the obtained vector data are divided;
and if the grid slice is the grid slice, recording in a form of a plurality of task arrays, wherein each task array records 2 pieces of data until the obtained grid slice data is divided.
And after the data division in the S20) is completed, rendering the divided data task by task.
And the node reserved in the S30) is the node closest to the center of the screen pixel, and the judging method is as follows: the mobile terminal calculates the distance between two adjacent nodes and compares the distance with the current screen pixel size, if the distance between the two nodes is smaller than the current screen pixel size, one node is removed, otherwise, the two nodes are displayed.
The generation of the temporary primitive in S40) is:
when the mobile terminal renders data, the GPS positioning point data is displayed on a screen in real time to form data of temporary graphic elements.
The task execution interval in the step S60) is as follows: and the middle gap is formed after the last drawing task is executed and before the next drawing task is executed.
The step of judging whether the user touches or zooms the screen in S60) is:
terminating execution of a subsequent rendering task when the user touches the screen;
when the user zooms the screen with the finger, zooming the currently drawn graph according to the user operation;
when the user finger leaves the screen, the graph drawn by the current screen is cleared, and the step S10 is skipped to enter the rendering process again.
Compared with the prior art, the invention has the beneficial effects that:
the display method has the advantages that the display performance is high, particularly, the display can be quickly loaded and displayed aiming at the display of GIS data with large data volume, and the phenomenon of blocking or crash can not occur; because only the data in the current display range of the screen of the mobile terminal is read each time in a space query mode, the data volume is greatly reduced from a data source, the data rendering efficiency is improved, and the problems of slow rendering speed, blockage, crash and the like of the GIS data with large data volume in the rendering process are solved; because the data dividing mode is adopted, only data in one drawing task is read each time when drawing is executed, the memory pressure is greatly reduced, the drawing process of the graph is smoother, and the problems of memory overflow, blockage, halt and the like in the drawing process are solved; due to the adoption of the drawing task gap judging mode, when a user touches and zooms the screen, the subsequent drawing task can be terminated in time, so that the rendering process is smoother, and the user experience effect is better.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is a schematic flow chart of the present invention.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It should be noted that, for convenience of description, only the portions related to the present invention are shown in the drawings.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Referring to fig. 1, a method for rendering GIS data includes the operations of:
s10) acquiring a data source for displaying at the mobile terminal
When loading and displaying GIS data, the mobile terminal firstly acquires and displays data corresponding to the current screen range, and screens out data required for drawing through space query in a file database according to the current screen range condition;
s20) carrying out task division on data needing to be rendered
Dividing the acquired data source into tasks;
if the acquired data source is vector data, recording in a form of a plurality of task arrays, wherein each task array records at least one piece of data until the acquired vector data is divided;
if the acquired data source is the raster slice, recording in the form of a plurality of task arrays, and recording a plurality of pieces of data by each task array until the acquired raster slice data is divided;
s30) data compression is carried out on the vector data
Performing data compression processing on the vector data according to the size of the pixel of the screen of the mobile terminal;
the data compression processing comprises the following steps: calculating the distance between adjacent nodes, if the distance between two adjacent nodes is less than the current screen pixel resolution, only one node is reserved, all adjacent nodes are sequentially judged, and finally only one node in one pixel is determined;
s40) temporary primitive task
The mobile terminal always detects the coordinate change of the temporary primitive on the screen, and if the coordinate changes, a temporary primitive drawing task is generated and added into the current drawing task S50);
s50) executing the rendering task
Drawing according to the existing drawing tasks, executing one drawing task each time, and displaying on a screen after drawing is finished;
a drawing gap judgment S60 is carried out in the middle of each two times of drawing task execution);
s60) drawing task gap judgment
After the current drawing task is executed, the mobile terminal judges whether a user touches or zooms a screen; if the user touches or zooms the screen, terminating the subsequent drawing task;
if the user does not touch or zoom the screen, judging whether all the drawing tasks are executed or not, and if the user has any drawing tasks, jumping to S50) to execute the drawing tasks and circulate; if all the drawing tasks are executed, the drawing is finished, and the process enters S70);
s70) displaying the drawn picture on the screen
And the mobile terminal completes all rendering processes, and the drawn picture is displayed on the screen.
Specific examples are given below.
The GIS data rendering method comprises the following operations:
s10) acquiring a data source for displaying at the mobile terminal
When loading and displaying GIS data, the mobile terminal firstly acquires and displays data corresponding to the current screen range, and screens out only data required for drawing through space query in a file database according to the current screen range condition; when GIS data with large data volume is displayed, if all data in the file database are rendered each time, great requirements on the performance and rendering speed of the mobile terminal are inevitably met; and step S10 only acquires the data to be drawn in the current screen range, so that the rendering workload is reduced to the greatest extent from the data source, the rendering speed is increased, and the pressure on the mobile terminal is reduced.
S20) carrying out task division on data needing to be rendered
Dividing the acquired data source into tasks;
if the acquired data source is vector data, recording in a form of a plurality of task arrays, wherein each task array records at least one piece of data until the acquired vector data is divided;
if the acquired data source is the grid slice, recording in the form of a plurality of task arrays, wherein each task array records a plurality of pieces of data until the acquired grid slice data is divided; if the data obtained in step S10 is still the GIS data with a large data size, and the rendering workload cannot be reduced, and the pressure on the mobile terminal cannot be reduced, a task division manner is adopted, and the rendering can be performed task by task, so that the rendering process is better and smooth, and the mobile terminal cannot be jammed or halted.
S30) data compression is carried out on the vector data
Performing data compression processing on the vector data according to the pixel size of the screen of the mobile terminal;
the data compression processing comprises the following steps: calculating the distance between adjacent nodes, if the distance between two adjacent nodes is smaller than the pixel resolution of the current screen, only one node is reserved, all adjacent nodes are sequentially judged, and finally only one node in one pixel is determined; by adopting a vector data compression mode, data redundancy can be reduced, the drawing workload is reduced, and the rendering efficiency is improved.
S40) temporary primitive task
If the temporary primitive exists, the mobile terminal always detects the coordinate change of the temporary primitive on the screen, and if the coordinate changes, a temporary primitive drawing task is generated and added into the current drawing task S50;
s50) executing the rendering task
Drawing according to the existing drawing tasks, executing one drawing task each time, and displaying on a screen after drawing is finished;
in the middle of each two times of drawing task execution, a drawing gap judgment S60 is carried out;
s60) drawing task gap judgment
After the current drawing task is executed, the mobile terminal judges whether a user touches or zooms a screen; if the user touches or zooms the screen, terminating the subsequent drawing task;
if the user does not touch or zoom the screen, judging whether all the drawing tasks are executed or not, and if the user has any drawing tasks, jumping to S50 to execute the drawing tasks for circulation; if all the drawing tasks are executed, the drawing is finished, and S70 is entered; in the data rendering process, a user may continuously perform touch or zoom operations on a screen, if a conventional rendering mode is adopted, the rendering process is very slow when the next rendering process is performed after one rendering is finished, and particularly when a large amount of GIS data is rendered, the user experience effect is poor and the rendering efficiency is low. And when the user touches or zooms the screen in a mode of judging the drawing task gap, the rendering process can be terminated in time, and the next rendering can be rapidly started. The rendering process is more flexible, the rendering efficiency is higher, and the user experience is better.
S70) displaying the drawn picture on the screen
And the mobile terminal completes all rendering processes, and the drawn photos are displayed on the screen.
The display method has fast and efficient display performance, particularly can be used for fast loading and displaying GIS data with large data volume, and does not have the phenomenon of jamming or dead halt; because only the data in the current display range of the screen of the mobile terminal is read each time in a space query mode, the data volume is greatly reduced from a data source, the data rendering efficiency is improved, and the problems of slow rendering speed, blockage, crash and the like of the GIS data with large data volume in the rendering process are solved; because the data dividing mode is adopted, only data in one drawing task is read each time when drawing is executed, the memory pressure is greatly reduced, the drawing process of the graph is smoother, and the problems of memory overflow, blockage, halt and the like in the drawing process are solved; due to the adoption of the drawing task gap judging mode, when a user touches and zooms the screen, the subsequent drawing task can be terminated in time, so that the rendering process is smoother, and the user experience effect is better.
S10), screening out the data required by the subsequent drawing as follows: and carrying out space query in a database through the geographic range of the latitude and longitude range to obtain GIS data in the latitude and longitude range.
And S20) the vector data consists of point, line and plane vector data.
S20) carrying out task division on data needing rendering, wherein the task division comprises the following steps:
if the acquired data source is vector data, recording in a form of a plurality of task arrays, wherein each task array records 128 pieces of data until the acquired vector data are divided;
and if the acquired data source is the raster slice, recording the data in the form of a plurality of task arrays, wherein each task array records 2 pieces of data until the acquired raster slice data is completely divided.
And S20), rendering the divided data task by task after the data are divided.
S30), reserving a node which is the closest node to the center of the screen pixel, wherein the judging method comprises the following steps: the mobile terminal calculates the distance between two adjacent nodes and compares the distance with the current screen pixel size, if the distance between the two nodes is smaller than the current screen pixel size, one node is removed, otherwise, the two nodes are displayed.
The temporary primitive unit generating step in S40) is:
when the mobile terminal renders data, the GPS positioning point data is displayed on a screen in real time to form temporary primitive data.
The task execution interval in S60) is as follows: a middle gap is formed after the execution of the previous drawing task is finished and before the execution of the next drawing task; and when the user touches or zooms the screen in a mode of judging the drawing task gap, the rendering process can be terminated in time, and the next rendering can be rapidly started. The rendering process is more flexible, the rendering efficiency is higher, and the user experience is better.
S60) judging whether the user touches or zooms the screen comprises the following steps:
terminating execution of a subsequent rendering task when the user touches the screen;
when the user's finger zooms the screen, the currently drawn graphics are zoomed according to the user operation.
The above description is only a preferred embodiment of the application and is illustrative of the principles of the technology employed. It will be appreciated by a person skilled in the art that the scope of the invention as referred to in the present application is not limited to the embodiments with a specific combination of the above-mentioned features, but also covers other embodiments with any combination of the above-mentioned features or their equivalents without departing from the inventive concept. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present application.

Claims (8)

1. A GIS data rendering method is characterized in that: the method comprises the following operations:
s10) acquiring a data source for displaying at the mobile terminal
When loading and displaying GIS data, the mobile terminal firstly acquires and displays data corresponding to the current screen range, and screens out data required for drawing through space query in a file database according to the current screen range condition;
s20) carrying out task division on data needing to be rendered
Dividing the acquired data source into tasks;
if the acquired data source is vector data, recording in a form of a plurality of task arrays, wherein each task array records at least one piece of data until the acquired vector data is divided;
if the acquired data source is the grid slice, recording in the form of a plurality of task arrays, wherein each task array records a plurality of pieces of data until the acquired grid slice data is divided;
s30) data compression is carried out on the vector data
Performing data compression processing on the vector data according to the pixel size of the screen of the mobile terminal;
the data compression processing comprises the following steps: calculating the distance between adjacent nodes, if the distance between two adjacent nodes is smaller than the pixel resolution of the current screen, only one node is reserved, all adjacent nodes are sequentially judged, and finally only one node in one pixel is determined;
s40) temporary primitive task
The mobile terminal always detects the coordinate change of the temporary primitive on the screen, and if the coordinate changes, a temporary primitive drawing task is generated and added into the current drawing task S50);
the temporary primitive is generated as: when the mobile terminal renders data, GPS positioning point data is displayed on a screen in real time to form data of temporary graphic primitives;
s50) executing the rendering task
Drawing according to the existing drawing tasks, executing one drawing task each time, and displaying on a screen after drawing is completed;
a drawing gap judgment S60 is carried out in the middle of each two times of drawing task execution);
s60) drawing task gap judgment
After the current drawing task is executed, the mobile terminal judges whether a user touches or zooms a screen; if the user touches or zooms the screen, terminating the subsequent drawing task;
if the user does not touch or zoom the screen, judging whether all the drawing tasks are executed or not, and if the user has any drawing tasks, jumping to S50) to execute the drawing tasks and circulate; if all the drawing tasks are executed, the drawing is finished, and the process enters S70);
s70) displaying the drawn picture on the screen
And the mobile terminal completes all rendering processes, and the drawn picture is displayed on the screen.
2. The GIS data rendering method of claim 1, wherein: the data required by subsequent drawing screened in the S10) are as follows: and carrying out space query in a database through the geographic range of the latitude and longitude range to obtain GIS data in the latitude and longitude range.
3. The GIS data rendering method of claim 1, wherein: and the vector data in the S20) is composed of point, line and plane vector data.
4. The GIS data rendering method of claim 1, wherein:
and S20) performing task division on the data to be rendered, wherein the task division step comprises the following steps:
if the vector data are the vector data, recording the vector data in a form of a plurality of task arrays, wherein each task array records 128 pieces of data until the obtained vector data are divided;
and if the grid slice is the grid slice, recording in a form of a plurality of task arrays, wherein each task array records 2 pieces of data until the obtained grid slice data is divided.
5. The GIS data rendering method of claim 1 or 4, wherein:
and after the data division in the S20) is completed, rendering the divided data task by task.
6. The GIS data rendering method of claim 1, wherein:
and the node reserved in the S30) is the node closest to the center of the screen pixel, and the judging method is as follows: the mobile terminal calculates the distance between two adjacent nodes and compares the distance with the current screen pixel size, if the distance between the two nodes is smaller than the current screen pixel size, one node is removed, otherwise, the two nodes are displayed.
7. The GIS data rendering method of claim 1, wherein:
the task execution interval in the step S60) is as follows: and a middle gap is formed after the last drawing task is executed and before the next drawing task is executed.
8. The GIS data rendering method of claim 1, wherein:
the step of judging whether the user touches or zooms the screen in the step S60) is:
terminating execution of a subsequent rendering task when the user touches the screen;
when the user zooms the screen with the finger, zooming the currently drawn graph according to the user operation;
when the user finger leaves the screen, the graph drawn by the current screen is cleared, and the step S10 is skipped to enter the rendering process again.
CN201910864421.1A 2019-09-12 2019-09-12 GIS data rendering method Active CN110580274B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910864421.1A CN110580274B (en) 2019-09-12 2019-09-12 GIS data rendering method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910864421.1A CN110580274B (en) 2019-09-12 2019-09-12 GIS data rendering method

Publications (2)

Publication Number Publication Date
CN110580274A CN110580274A (en) 2019-12-17
CN110580274B true CN110580274B (en) 2023-03-24

Family

ID=68811931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910864421.1A Active CN110580274B (en) 2019-09-12 2019-09-12 GIS data rendering method

Country Status (1)

Country Link
CN (1) CN110580274B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111459591B (en) * 2020-03-31 2023-03-28 杭州海康威视数字技术股份有限公司 To-be-rendered object processing method and device and terminal

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702244A (en) * 2009-11-10 2010-05-05 南京大学 Parallel drawing load balancing method for free division of drawing area
CN102063832A (en) * 2010-11-26 2011-05-18 北京腾瑞万里科技有限公司 Method and device for drawing vector map of mobile terminal
US20140108909A1 (en) * 2011-10-17 2014-04-17 Opera Software Asa Graceful degradation of level-of-detail in document rendering
CN104679822A (en) * 2014-12-30 2015-06-03 北京市测绘设计研究院 Geographic national condition field investigation and plotting method
CN107133272A (en) * 2017-04-07 2017-09-05 南京南瑞集团公司 A kind of Web ends magnanimity power network resources GIS data dynamic dispatching and rendering intent

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702244A (en) * 2009-11-10 2010-05-05 南京大学 Parallel drawing load balancing method for free division of drawing area
CN102063832A (en) * 2010-11-26 2011-05-18 北京腾瑞万里科技有限公司 Method and device for drawing vector map of mobile terminal
US20140108909A1 (en) * 2011-10-17 2014-04-17 Opera Software Asa Graceful degradation of level-of-detail in document rendering
CN104679822A (en) * 2014-12-30 2015-06-03 北京市测绘设计研究院 Geographic national condition field investigation and plotting method
CN107133272A (en) * 2017-04-07 2017-09-05 南京南瑞集团公司 A kind of Web ends magnanimity power network resources GIS data dynamic dispatching and rendering intent

Also Published As

Publication number Publication date
CN110580274A (en) 2019-12-17

Similar Documents

Publication Publication Date Title
CN110163198B (en) Table identification reconstruction method and device and storage medium
CN110990516B (en) Map data processing method, device and server
JP5854802B2 (en) Image processing apparatus, image processing method, and computer program
US20140321771A1 (en) Techniques for real-time clearing and replacement of objects
CN109036522B (en) Image processing method, device, equipment and readable storage medium
CN103914876A (en) Method and apparatus for displaying video on 3D map
CN104463873B (en) A kind of image object method for relocating scaled based on local uniform
WO2013179560A1 (en) Image processing device and image processing method
JP2013058147A (en) Image processing device and method, and program
CN112233009A (en) Picture rendering method, device, equipment and storage medium
CN115237522A (en) Page self-adaptive display method and device
CN110505397B (en) Camera selection method, device and computer storage medium
CN105278825A (en) Screen capturing method and mobile terminal
CN110580274B (en) GIS data rendering method
CN109493331B (en) Method for rapidly acquiring overlapping area of two images based on parallel computing algorithm
CN116109765A (en) Three-dimensional rendering method and device for labeling objects, computer equipment and storage medium
CN108573510B (en) Grid map vectorization method and device
CN113094457A (en) Incremental generation method of digital orthographic image map and related components
CN115952388B (en) Convolution operation method, device, processor and medium based on image data processing
CN109683798B (en) Text determination method, terminal and computer readable storage medium
CN109657023B (en) Scenic spot dynamic electronic map drawing method, server and system
CN105427235A (en) Image browsing method and system
CN115033226A (en) Page display method and device, terminal equipment and computer readable storage medium
KR102206792B1 (en) Method for image denoising using parallel feature pyramid network, recording medium and device for performing the method
CN104517273A (en) Image super-resolution processing method and apparatus

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
GR01 Patent grant
GR01 Patent grant