CN109934903B - Highlight information extraction method, system, computer equipment and storage medium - Google Patents

Highlight information extraction method, system, computer equipment and storage medium Download PDF

Info

Publication number
CN109934903B
CN109934903B CN201711371698.8A CN201711371698A CN109934903B CN 109934903 B CN109934903 B CN 109934903B CN 201711371698 A CN201711371698 A CN 201711371698A CN 109934903 B CN109934903 B CN 109934903B
Authority
CN
China
Prior art keywords
environment map
sampling
independent
highlight information
hemisphere
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.)
Expired - Fee Related
Application number
CN201711371698.8A
Other languages
Chinese (zh)
Other versions
CN109934903A (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.)
New Founder Holdings Development Co ltd
Original Assignee
Pku Founder Information Industry Group Co ltd
Peking University Founder Group 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 Pku Founder Information Industry Group Co ltd, Peking University Founder Group Co Ltd filed Critical Pku Founder Information Industry Group Co ltd
Priority to CN201711371698.8A priority Critical patent/CN109934903B/en
Publication of CN109934903A publication Critical patent/CN109934903A/en
Application granted granted Critical
Publication of CN109934903B publication Critical patent/CN109934903B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a highlight information extraction method, a highlight information extraction system, computer equipment and a computer readable storage medium, wherein the highlight information extraction method comprises the following steps: acquiring an environment map; carrying out parameterization processing on the environment map, and converting the environment map into a view-point-independent environment map; determining the incident light quantity in any direction according to the view-independent environment map; obtaining the reflected light quantity according to the incident light quantity statistics; and determining the reflection intensity of the light according to the quantity of the reflected light, and outputting the reflection intensity of the light as highlight information of the environment map. The calculation amount required by obtaining the highlight information is greatly reduced through the scheme, the effect the same as that of the traditional method can be achieved, the requirement of real-time rendering is met, the trouble that the traditional method needs a large number of sampling points in the calculation process of the highlight information, and huge calculation amount and other problems are required is avoided.

Description

Highlight information extraction method, system, computer equipment and storage medium
Technical Field
The invention relates to the field of computer graphics, in particular to a highlight information extraction method and system.
Background
In the virtual reality manufacturing, the 'false' things are put into the 'true' scene, the 'true' effect is manufactured, and the virtual object and the real scene are integrated into a whole, so that the core of the virtual reality manufacturing is realized. There are two main types of illumination information in real scenes that need to be rendered: diffuse reflection irradiation (Diffuse Irradiance) and specular reflection irradiation (SpecularIrradiance). In the present phase, illumination information in a scene can be extracted from an environment map, and two output pictures are finally obtained through convolution and importance sampling: diffuse reflection (Diffuse) pictures and Specular reflection (Specular) pictures. Wherein the Environment Mapping (EM) is also called Reflection Mapping (Reflection Mapping). When information extraction is performed on specular reflection irradiation (speculariiradience), because highlight information on the surface of an object completely depends on the direction and intensity of a light source and the properties of the material of the surface of the object, if uniform sampling and hemispherical integral calculation are performed in a traditional mode, a large number of sampling points are needed to obtain a relatively accurate result, the calculation amount is large, and real-time rendering cannot be achieved.
Therefore, a method for extracting highlight information is needed to solve the problem that the highlight information cannot be used for rendering a scene in real time.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art or the related art.
To this end, an aspect of the present invention is to provide a highlight information extraction method.
Another aspect of the present invention is to provide a highlight information extraction system.
Yet another aspect of the invention is directed to a computer device.
Yet another aspect of the present invention is to provide a computer-readable storage medium.
In view of the above, according to an aspect of the present invention, a highlight information extraction method is provided, including: acquiring an environment map; carrying out parameterization processing on the environment map, and converting the environment map into a view-point-independent environment map; determining the incident light quantity in any direction according to the view-independent environment map; obtaining the reflected light quantity according to the incident light quantity statistics; and determining the reflection intensity of the light according to the quantity of the reflected light, and outputting the reflection intensity of the light as highlight information of the environment map.
According to the highlight information extraction method, the environment Map is parameterized by acquiring the environment Map, so that the environment Map is converted into an environment Map (View-Independent-Map) Independent of a View point from a Longitude and Latitude Map (Latitude-Longitude-Map), and the influence of an observation direction during calculation of highlight information is eliminated; and determining the incident light quantity in any direction according to the independent viewpoint environment map, calculating the incident light quantity to obtain the reflected light quantity, collecting the reflected light quantity in all directions to obtain the light reflection intensity, outputting the light reflection intensity as the highlight information of the environment map, and in the process, determining the reflected light quantity in any direction by converting the reflected light quantity into the independent viewpoint environment map, which greatly reduces the calculation quantity required by the statistical calculation of the traditional method and can achieve the same effect. The highlight information extraction method of the present invention may further have the following technical features:
in the foregoing technical solution, preferably, determining the incident light amount in any direction according to the view-independent environment map specifically includes: processing the map independent of the viewpoint environment by using a Mipmap technology to generate an image pyramid; determining a sampling direction according to the independent viewpoint environment map; determining a layer number corresponding to any sampling direction in the image pyramid according to any sampling direction and the image pyramid; and searching a corresponding color value according to the layer number, and taking the color value as the incident light quantity in the sampling direction.
In the technical scheme, a Mipmap technology is used for processing the map independent of the viewpoint environment to generate an image pyramid. The Mipmap (parameter in a small space) is a computer graphic image technology, in particular to a texture mapping technology, namely a pixel value in an l-1 layer image is an average value of 4 pixels at corresponding positions, in the traditional highlight extraction sampling process, the number of invalid sampling points is too many, the sampling efficiency is low, the influence of invalid sampling points on a final result in the sampling process can be reduced by using the Mipmap technology, the invalid sampling points can be sampled at a higher position of an image pyramid level particularly when the requirement on the image details is low, and the sampling at a lower position of the image pyramid level when the requirement on the image details is high, so that the effectiveness of the sampling points is ensured, and the sampling efficiency is improved; the sampling direction is determined according to the view-independent environment map, the layer number of the color value corresponding to the sampling direction in the image pyramid is determined according to any sampling direction, the corresponding color value is searched through the layer number of the image pyramid, the color value is used as the incident light quantity in the sampling direction, in the process, the incident light quantity in the sampling direction is directly determined through the layer number of the image pyramid, the calculation is simple, the problem of large calculation quantity of a traditional calculation mode is solved, the effect of real-time rendering can be achieved on the basis of one fourth of the number of original sampling points through the scheme, and therefore rendering real-time is facilitated.
In the foregoing technical solution, preferably, the determining a sampling direction according to the view-independent environment map specifically includes: determining a hemisphere which is unfolded by taking any direction as a normal line according to the view-independent environment map; multiple directions are arbitrarily selected as sampling directions within the hemisphere.
In the technical scheme, the hemisphere which is unfolded by taking any direction as the normal direction is determined, so that a plurality of directions in the hemisphere are selected as sampling directions at will, and the corresponding incident light quantity is determined for the sampling directions.
In the foregoing technical solution, preferably, determining a layer number corresponding to any sampling direction in the image pyramid according to any sampling direction and the image pyramid specifically includes: acquiring the number of sampling directions, attributes independent of the viewpoint environment maps and mapping distortion factors of the environment maps, wherein the attributes comprise: the physical size and probability density function of the viewpoint environment map are not depended on; and calculating the layer number according to the physical size of the independent viewpoint environment map, the mapping distortion factor of the environment map, the probability density function and the number of sampling directions.
In the technical scheme, the sampling layer number can be accurately calculated by acquiring the number of sampling directions in a hemisphere, the physical size of the environment map independent of a viewpoint, the mapping distortion factor and the probability density function of the environment map, and different sampling quantities can be selected according to the requirements of image details to calculate the accurate sampling layer number, so that highlight information of a real scene can be more accurately represented.
In the above technical solution, preferably, the sampling layer number is calculated by the following formula:
Figure BDA0001513859340000031
wherein l is the layer number, w is the width of the view-independent environment map, h is the height of the view-independent environment map, N is the number of sampling directions within the hemisphere, pdf is the sum of frsNormalized as a probability density function, d is the mapped distortion factor of the environment map.
In the technical scheme, the sampling layer number l is respectively related to the width w of the non-dependent view environment map, the length h of the non-dependent view environment map, the number N of sampling directions in a hemisphere, the probability density function pdf and the mapping distortion factor d of the environment map, the sampling layer number l is directly obtained by calculation through the formula, and the formula is simple and clear in calculation and easy to realize digitization.
In the above technical solution, preferably, the reflected light amount obtained from the statistics of the incident light amount is calculated by the following formula:
Figure BDA0001513859340000041
wherein L isoIs the amount of reflected light in a certain direction, N is the number of sampling directions within the hemisphere, LisIs a certain sampling direction in the hemisphere
Figure BDA0001513859340000042
Amount of incident light, frsIs a bidirectional reflectance distribution function,
Figure BDA0001513859340000043
Is the direction of sampling
Figure BDA0001513859340000044
Cosine value of (1), pdf isrsNormalized as a function of probability density.
In this embodiment, the amount of reflected light L in a certain directionoThe number N of sampling directions in the hemisphere, and a certain sampling direction in the hemisphere
Figure BDA0001513859340000045
Amount of incident light LisBidirectional reflectance distribution function frsSampling direction
Figure BDA0001513859340000046
Cosine value of
Figure BDA0001513859340000047
And from frsThe light quantity L of the reflected light in a certain direction is directly obtained by performing accumulation calculation through the formula after being related as a probability density function pdf through standardizationoThe formula is simple and clear to calculate, and digitization is easy to realize.
Another aspect of the present invention is to provide a highlight information extraction system.
Wherein highlight information extraction system includes: the acquisition unit is used for acquiring the environment map; the conversion unit is used for carrying out parameterization processing on the environment map and converting the environment map into a view-point-independent environment map; a determination unit for determining an incident light amount in any one direction from the viewpoint-independent environment map; a counting unit for counting the amount of reflected light according to the amount of incident light; and the output unit is used for determining the reflection intensity of the light according to the reflection light quantity, and outputting the reflection intensity of the light as highlight information of the environment map.
The highlight information extraction system provided by the invention obtains the environment Map through the obtaining unit, and parameterizes the environment Map by using the conversion unit, so that the environment Map is converted into an environment Map (View-Independent-Map) Independent of a View point from a Longitude and Latitude Map (Latitude-Long-Map), and the influence of an observation direction when highlight information is calculated is eliminated. The determination unit determines the incident light quantity in any direction according to the independent viewpoint environment map, the reflected light quantity is obtained through calculation of the incident light quantity, the output unit is used for collecting the reflected light quantity in all directions to obtain the light reflection intensity, and the light reflection intensity is output as highlight information of the environment map.
The highlight information extraction system according to the present invention may further have the following technical features:
in the foregoing technical solution, preferably, the determining unit specifically includes: the generating unit is used for processing the map independent of the viewpoint environment by using a Mipmap technology to generate an image pyramid; the sampling direction determining unit is used for determining the sampling direction according to the independent viewpoint environment map; the computing unit is used for determining a layer number corresponding to any sampling direction in the image pyramid according to any sampling direction and the image pyramid; and the searching unit is used for searching the corresponding color value according to the layer number and taking the color value as the incident light quantity in the sampling direction.
In the technical scheme, the generating unit uses a Mipmap technology to process the map independent of the viewpoint environment, and generates an image pyramid. The Mipmap (parameter in a small space) is a computer graphic image technology, in particular to a texture mapping technology, namely a pixel value in an l-layer picture is an average value of 4 pixels at a corresponding position in an l-1-layer picture, in the traditional highlight extraction sampling process, the number of invalid sampling points is too many, the sampling efficiency is low, the influence of the invalid sampling points on a result can be reduced by using the Mipmap technology, particularly, the invalid sampling points can be sampled at a higher position of an image pyramid level when the requirement on the details of the image is not high, and the image details can be sampled at a lower position of the image pyramid level when the requirement on the details of the image is high, so that the effectiveness of the sampling points is ensured, and the sampling efficiency is improved; the sampling direction determining unit determines the sampling direction according to the view-independent environment mapping, the layer number of the color value corresponding to the sampling direction in the image pyramid is determined according to any sampling direction through the calculating unit, the corresponding color value is searched through the layer number of the image pyramid, the color value is used as the incident light quantity in the sampling direction, in the process, the incident light quantity in the sampling direction is directly determined through the layer number of the image pyramid, the calculation is simple, the problem of large calculation quantity of a traditional calculation mode is solved, the same effect can be achieved on the basis of one fourth of the original sampling times through the scheme, the real-time rendering effect is completed, and the rendering real-time is facilitated.
In the foregoing technical solution, preferably, the sampling direction determining unit includes: the unfolding unit is used for determining a hemisphere which is unfolded by taking any direction as a normal line according to the view-independent environment map; and the selection unit is used for randomly selecting a plurality of directions in the hemisphere as sampling directions.
In the technical scheme, the hemisphere which is unfolded in any direction serving as a normal direction is determined through the unfolding unit, so that the selection unit selects multiple directions in the hemisphere to serve as sampling directions, and corresponding incident light quantities are determined for the sampling directions.
In the above technical solution, preferably, the calculation unit includes: a first obtaining unit, configured to obtain the number of sampling directions, an attribute independent of a viewpoint environment map, and a mapping distortion factor of the environment map, where the attribute includes: the physical size and probability density function of the viewpoint environment map are not depended on; and the first calculation unit is used for calculating the layer number according to the physical size of the independent viewpoint environment map, the mapping distortion factor of the environment map, the probability density function and the number of sampling directions.
In the technical scheme, the sampling layer number can be accurately calculated by acquiring the number of sampling directions in a hemisphere, the physical size of the environment map independent of a viewpoint, the mapping distortion factor and the probability density function of the environment map, and different numbers of sampling times can be selected according to the requirements of image details to calculate the accurate sampling layer number, so that highlight information of a real scene can be more accurately represented.
In the above technical solution, preferably, the layer number is calculated by the following formula:
Figure BDA0001513859340000061
wherein l is the layer number, w is the width of the view-independent environment map, h is the height of the view-independent environment map, N is the number of sampling directions within the hemisphere, pdf is the sum of frsNormalized as a probability density function, d is the mapped distortion factor of the environment map.
In the technical scheme, the sampling layer number l is respectively related to the width w of the non-dependent view environment map, the height h of the non-dependent view environment map, the number N of sampling directions in a hemisphere, the probability density function pdf and the mapping distortion factor d of the environment map, the sampling layer number l is directly obtained by calculation through the formula, and the formula is simple and clear in calculation and easy to realize digitization.
In the above technical solution, preferably, the reflected light amount obtained from the statistics of the incident light amount is calculated by the following formula:
Figure BDA0001513859340000071
wherein L isoIs the amount of reflected light in a certain direction, N is the number of said sampling directions within said hemisphere, LisIs a certain sampling direction within said hemisphere
Figure BDA0001513859340000072
Amount of incident light, frsIs a bidirectional reflectance distribution function,
Figure BDA0001513859340000073
Is the direction of sampling
Figure BDA0001513859340000074
Cosine value of (1), pdf isrsNormalized as a function of probability density.
In this embodiment, the amount of reflected light L in a certain directionoThe number N of sampling directions in the hemisphere, and a certain sampling direction in the hemisphere
Figure BDA0001513859340000075
Amount of incident light LisBidirectional reflectance distribution function frsSampling direction
Figure BDA0001513859340000076
Cosine value of
Figure BDA0001513859340000077
And from frsThe light quantity L of the reflected light in a certain direction is directly obtained by calculation through the formula after being related as a probability density function pdf through standardization processingoThe formula is simple and clear to calculate, and digitization is easy to realize.
According to yet another aspect of the present invention, a computer device is proposed, which comprises a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the highlight information extraction method according to any one of the above when executing the computer program.
According to the computer equipment provided by the invention, when a processor executes a computer program, the environment Map is parameterized by acquiring the environment Map, so that the environment Map is converted into an environment Map (View-Independent-Map) Independent of a View point from a Longitude and Latitude Map (Latitude-Long-Map), and the influence of an observation direction is eliminated when highlight information is calculated; and determining the incident light quantity in any direction according to the independent viewpoint environment map, calculating the incident light quantity to obtain the reflected light quantity, collecting the reflected light quantity in all directions to obtain the light reflection intensity, outputting the light reflection intensity as the highlight information of the environment map, and in the process, determining the reflected light quantity in any direction by converting the reflected light quantity into the independent viewpoint environment map, which greatly reduces the calculation quantity required by the statistical calculation of the traditional method and can achieve the same effect.
According to yet another aspect of the present invention, a computer-readable storage medium is proposed, on which a computer program is stored, which computer program, when being executed by a processor, realizes the steps of the highlight information extraction method according to any one of the above.
The computer program realizes parameterization of the environment Map by acquiring the environment Map when being executed by a processor, so that the environment Map is converted from a Longitude and Latitude Map (Latitude-Long-Map) into an environment Map (View-Independent-Map) Independent of a View point, and the influence of an observation direction is eliminated when highlight information is calculated; and determining the incident light quantity in any direction according to the independent viewpoint environment map, calculating the incident light quantity to obtain the reflected light quantity, collecting the reflected light quantity in all directions to obtain the light reflection intensity, outputting the light reflection intensity as the highlight information of the environment map, and in the process, determining the reflected light quantity in any direction by converting the reflected light quantity into the independent viewpoint environment map, which greatly reduces the calculation quantity required by the statistical calculation of the traditional method and can achieve the same effect.
Additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 shows a flow diagram of a highlight information extraction method in an embodiment of the present invention;
FIG. 2 is a flow chart illustrating a highlight information extraction method in an embodiment of the present invention;
FIG. 3 is a flow chart illustrating a highlight information extraction method in an embodiment of the present invention;
FIG. 4 is a flow chart illustrating a highlight information extraction method in an embodiment of the present invention;
FIG. 5 shows a schematic block diagram of a highlight information extraction system in an embodiment of the present invention;
FIG. 6 shows a schematic block diagram of a computer device 600 of one embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced in other ways than those specifically described herein, and therefore the scope of the present invention is not limited to the specific embodiments disclosed below.
An embodiment of the first aspect of the present invention provides a highlight information extraction method, and fig. 1 illustrates a flow diagram of the highlight information extraction method in the embodiment of the present invention. Wherein, the method comprises the following steps:
s102, obtaining an environment map;
s104, carrying out parameterization processing on the environment map, and converting the environment map into a view-independent environment map;
s106, determining the incident light quantity in any direction according to the view-independent environment map;
s108, obtaining the reflected light quantity according to the incident light quantity statistics;
s110, determining the reflection intensity of the light according to the reflection light quantity, and outputting the reflection intensity of the light as highlight information of the environment map.
In the embodiment, the environment Map is obtained and parameterized, so that the environment Map is converted from a Longitude and Latitude Map (Latitude-Longitude-Map) into an environment Map (View-Independent-Map) Independent of a viewpoint, and the influence of an observation direction on calculation of highlight information is eliminated; and determining the incident light quantity in any direction according to the independent viewpoint environment map, calculating the incident light quantity to obtain the reflected light quantity, collecting the reflected light quantity in all directions to obtain the light reflection intensity, outputting the light reflection intensity as the highlight information of the environment map, and in the process, determining the reflected light quantity in any direction by converting the reflected light quantity into the independent viewpoint environment map, which greatly reduces the calculation quantity required by the statistical calculation of the traditional method and can achieve the same effect.
Fig. 2 shows a flow chart of a highlight information extraction method in an embodiment of the present invention.
In one embodiment of the present invention, preferably, the highlight information extraction method includes:
s202, obtaining an environment map;
s204, carrying out parameterization processing on the environment map, and converting the environment map into a view-independent environment map;
s206, processing the map independent of the viewpoint environment by using a Mipmap technology to generate an image pyramid;
s208, determining a sampling direction according to the view-independent environment map;
s210, determining a layer number corresponding to any sampling direction in the image pyramid according to any sampling direction and the image pyramid;
s212, searching a corresponding color value according to the layer number, and taking the color value as the incident light quantity in the sampling direction;
s214, obtaining the reflected light quantity according to the incident light quantity statistics;
s216, determining the reflection intensity of the light according to the reflection light quantity, and outputting the reflection intensity of the light as highlight information of the environment map.
In this embodiment, the view-independent environment map is processed using a Mipmap technique to generate an image pyramid. The Mipmap (parameter in a small space) is a computer graphic image technology, in particular to a texture mapping technology, namely a pixel value in an l-layer picture is an average value of 4 pixels at a corresponding position in an l-1-layer picture, in the traditional highlight extraction and sampling process, the number of invalid sampling points is too many, the sampling efficiency is low, the influence of the invalid sampling points on a result can be reduced by using the Mipmap technology, the sampling can be carried out at a higher position of an image pyramid level when the requirement on the image detail is low, and the sampling can be carried out at a lower position of the image pyramid level when the requirement on the image detail is high, so that the effectiveness of the sampling points is ensured, and the sampling efficiency is improved; the sampling direction is determined according to the view-independent environment map, the layer number of the sampling direction in the image pyramid is determined according to any sampling direction, the corresponding color value is searched for through the layer number of the image pyramid, the color value is used as the incident light quantity in the sampling direction, in the process, the incident light quantity in the sampling direction is directly determined through the layer number of the image pyramid, the calculation is simple, the problem that the calculation quantity of a traditional calculation mode is large is solved, the same effect can be achieved on the basis of one fourth of the original sampling times through the scheme, and real-time rendering can be completed, so that real-time rendering is facilitated.
Such as: in the traditional highlight information extraction method, 1000 points are averagely collected in an environment map depending on a viewpoint, wherein 200 invalid sampling points can appear, highlight information is obtained through complicated calculation, the same rendering effect as the traditional mode can be achieved by only collecting 200 to 300 points through the technical scheme, highlight information corresponding to the sampling direction is determined by using an image pyramid, the calculation amount of highlight information is reduced, and the calculation basis of real-time rendering is realized.
Fig. 3 shows a flowchart of a highlight information extraction method in an embodiment of the present invention.
In one embodiment of the present invention, preferably, the highlight information extraction method includes:
s302, obtaining an environment map;
s304, carrying out parameterization processing on the environment map, and converting the environment map into a view-independent environment map;
s306, processing the map independent of the viewpoint environment by using a Mipmap technology to generate an image pyramid;
s308, determining a hemisphere which is unfolded by taking any direction as a normal line according to the view-independent environment map;
s310, randomly selecting a plurality of directions in a hemisphere as sampling directions;
s312, determining a layer number corresponding to any sampling direction in the image pyramid according to any sampling direction and the image pyramid;
s314, searching a corresponding color value according to the layer number, and taking the color value as the incident light quantity in the sampling direction;
s316, obtaining the reflected light quantity according to the incident light quantity statistics;
s318, determining the reflection intensity of the light according to the reflection light quantity, and outputting the reflection intensity of the light as highlight information of the environment map.
In this embodiment, in determining a hemisphere which is expanded with an arbitrary direction as a normal direction, so that a plurality of directions are selected as sampling directions in the hemisphere, and determining a corresponding amount of incident light for the sampling directions, the original integration in the hemisphere is converted into an accumulation of projections in the normal direction in the plurality of directions in the hemisphere, thereby reducing the amount of calculation required.
Fig. 4 shows a flowchart of a highlight information extraction method in an embodiment of the present invention.
In one embodiment of the present invention, preferably, the highlight information extraction method includes:
s402, obtaining an environment map;
s404, parameterizing the environment map, and converting the environment map into a view-independent environment map;
s406, processing the map independent of the viewpoint environment by using a Mipmap technology to generate an image pyramid;
s408, determining a hemisphere which is unfolded by taking any direction as a normal line according to the view-independent environment map;
s410, randomly selecting a plurality of directions in a hemisphere as sampling directions;
s412, acquiring the number of sampling directions, the attribute independent of the viewpoint environment map and the mapping distortion factor of the environment map, wherein the attribute comprises: the physical size and probability density function of the viewpoint environment map are not depended on;
s414, calculating layer numbers according to the physical size of the environment map independent of the viewpoint, the mapping distortion factor of the environment map, the probability density function and the number of sampling directions;
s416, searching a corresponding color value according to the layer number, and taking the color value as the incident light quantity in the sampling direction;
s418, obtaining the reflected light quantity according to the incident light quantity statistics;
and S420, determining the reflection intensity of the light according to the reflection light quantity, and outputting the reflection intensity of the light as highlight information of the environment map.
In the embodiment, the sampling layer number can be accurately calculated by obtaining the number of sampling points independent of the view environment map, the physical size independent of the view environment map, the mapping distortion factor of the environment map and the probability density function, and different numbers of sampling numbers can be selected according to the required image detail requirements, so that the accurate sampling layer number can be calculated, highlight information of a real scene can be more accurately represented, in addition, the required calculated amount is far less than that of the traditional highlight information, so that the data required to be calculated is reduced, and the time support is provided for real-time rendering.
In one embodiment of the present invention, the layer number is preferably calculated by the following formula:
Figure BDA0001513859340000121
wherein l is the layer number, w is the width of the view-independent environment map, h is the height of the view-independent environment map, N is the number of sampling directions within the hemisphere, pdf is the sum of frsNormalized as a probability density function, d is the mapped distortion factor of the environment map.
In the embodiment, the layer number l is respectively related to the width w of the view-independent environment map, the height h of the view-independent environment map, the number N of sampling directions in a hemisphere, the probability density function pdf and the mapping distortion factor d of the environment map, and the layer number l is directly obtained by calculation through the formula.
In one embodiment of the present invention, it is preferable that the reflected light amount statistically obtained from the incident light amount is calculated by the following formula:
Figure BDA0001513859340000122
wherein L isoIs the amount of reflected light in a certain direction, N is the number of sampling directions within the hemisphere, LisIs a certain sampling direction in the hemisphere
Figure BDA0001513859340000123
Amount of incident light, frsIs a bidirectional reflectance distribution function,
Figure BDA0001513859340000124
Is the direction of sampling
Figure BDA0001513859340000125
Cosine value of (1), pdf isrsIs subject to standardizationThe processing is as a function of probability density.
In this embodiment, the amount of reflected light L in a certain directionoThe number N of sampling directions in the hemisphere, and a certain sampling direction in the hemisphere
Figure BDA0001513859340000126
Amount of incident light LisBidirectional reflectance distribution function frsSampling direction
Figure BDA0001513859340000127
Cosine value of
Figure BDA0001513859340000128
And from frsThe light quantity L of the reflected light in a certain direction is directly obtained by calculation through the formula after being related as a probability density function pdf through standardization processingoThe formula is simple and clear to calculate, and digitization is easy to realize.
In a second aspect of the present invention, a highlight information extraction system is provided. FIG. 5 shows a schematic block diagram of a highlight information extraction system in an embodiment of the present invention. The highlight information extraction system 500 includes: an obtaining unit 502, configured to obtain an environment map; a conversion unit 504, configured to perform parameterization on the environment map and convert the environment map into a view-independent environment map; a determination unit 506 for determining the incident light amount in any direction from the viewpoint-independent environment map; a counting unit 508 for counting the amount of reflected light according to the amount of incident light; and an output unit 510 for determining the light reflection intensity according to the reflection light quantity, and outputting the light reflection intensity as highlight information of the environment map.
In this embodiment, the environment Map is obtained by the obtaining unit 502, the environment Map is parameterized by the converting unit 504, so that the environment Map is converted from a Longitude and Latitude Map (Latitude-Long-Map) into a View-Independent environment Map (View-Independent-Map) to be free from the influence of the observation direction in the calculation of highlight information, the incident light quantity in any direction is determined by the determining unit according to the View-Independent environment Map, the reflected light quantity is statistically obtained by the statistical unit 508 according to the incident light quantity, the reflected light quantity in all directions is collected by the output unit 510 to obtain the light reflection intensity, the light reflection intensity is output as highlight information of the environment Map, in the process, the reflected light quantity in any direction is determined by converting into the View-Independent environment Map and is greatly reduced compared with the calculation quantity required by the statistical calculation in the conventional manner, the method can achieve the same effect, can meet the requirement of real-time rendering, and solves the problems that a large number of sampling points are needed in the calculation process of highlight information in the traditional mode, and huge calculation amount is needed.
In an embodiment of the present invention, preferably, the determining unit 506 specifically includes: a generating unit 512, configured to process the view-independent environment map by using a Mipmap technique, and generate an image pyramid; a sampling direction determining unit 514 for determining a sampling direction from the view-independent environment map; a calculating unit 516, configured to determine, according to any sampling direction and the image pyramid, a layer number corresponding to the image pyramid in any sampling direction; and a searching unit 518, configured to search for a corresponding color value according to the layer number, and use the color value as an incident light amount in the sampling direction.
In this embodiment, the generating unit 512 uses Mipmap technology to process the view-independent environment map, and generates an image pyramid. The Mipmap (parameter in a small space) is a computer graphic image technology, in particular to a texture mapping technology, namely a pixel value in an l-layer picture is an average value of 4 pixels at a corresponding position in an l-1-layer picture, in the traditional highlight extraction and sampling process, the number of invalid sampling points is too many, the sampling efficiency is low, the influence of the invalid sampling points on a result in the sampling process can be reduced by using the Mipmap technology, the sampling can be carried out at a higher position of an image pyramid level when the requirement on the image details is low, and the sampling can be carried out at a lower position of the image pyramid level when the requirement on the image details is high, so that the effectiveness of the sampling points is ensured, and the sampling efficiency is improved; the sampling direction determining unit 514 determines the sampling direction according to the view-independent environment map, and determines the layer number of the color value corresponding to the sampling direction in the image pyramid according to any sampling direction through the calculating unit 516, the searching unit 518 searches the corresponding color value through the layer number of the image pyramid, and takes the color value as the incident light quantity in the sampling direction, in the process, the incident light quantity in the sampling direction is directly determined through the layer number of the image pyramid, the calculation is simple, the problem of large calculation quantity of a traditional calculation mode is solved, the effect of real-time rendering can be completed on the basis of one fourth of the original sampling point quantity through the scheme, and the rendering real-time is facilitated.
Such as: in the traditional highlight information extraction method, 1000 points are averagely collected in the environment map depending on the viewpoint, 200 invalid sampling points may appear, highlight information is obtained through complicated calculation, and the same rendering effect as that of the traditional mode can be achieved only by collecting 200 to 300 points through the technical scheme. By using the image pyramid to determine highlight information corresponding to the sampling direction, the calculation amount of highlight information determination is reduced, and therefore the calculation basis of real-time rendering is achieved.
In one embodiment of the present invention, preferably, the sampling direction determining unit 514 includes: an unfolding unit 520, configured to determine a hemisphere that is unfolded with an arbitrary direction as a normal line according to the view-independent environment map; a selection unit 522 for arbitrarily selecting a plurality of directions within the hemisphere as sampling directions.
In this embodiment, the unfolding unit 520 determines the hemisphere which is unfolded with an arbitrary direction as the normal direction, so that the selection unit 522 selects a plurality of directions as sampling directions in the hemisphere, and determines the corresponding incident light amount for the sampling directions, in the process, the original integration in the hemisphere is converted into the accumulation of the projections of the reflected light amounts in the plurality of directions in the hemisphere in the normal direction, thereby reducing the required calculation amount.
In one embodiment of the present invention, preferably, the computing unit 516 includes: a first obtaining unit 524, configured to obtain the number of sampling directions, a property independent of the view environment map, and a mapping distortion factor of the environment map, where the property includes: a physical size probability density function independent of the viewpoint environment map; a first calculating unit 526 for calculating a layer number according to the physical size of the view-independent environment map, the mapping distortion factor of the environment map, the probability density function, and the number of sampling directions. In this embodiment, the first calculating unit 526 obtains the number of sampling directions in the hemisphere, the physical size independent of the viewpoint environment map, the mapping distortion factor of the environment map, and the probability density function through the first obtaining unit 524, so as to accurately calculate the sampling layer number, and may select different numbers of sampling times according to the required image details, so as to calculate the accurate sampling layer number, and more accurately represent highlight information of a real scene.
In one embodiment of the present invention, the layer number is preferably calculated by the following formula:
Figure BDA0001513859340000151
wherein l is the layer number, w is the width of the view-independent environment map, h is the height of the view-independent environment map, N is the number of sampling directions within the hemisphere, pdf is the sum of frsNormalized as a probability density function, d is the mapped distortion factor of the environment map.
In the embodiment, the layer number l is respectively related to the width w of the view-independent environment map, the height h of the view-independent environment map, the number N of sampling directions in a hemisphere, the probability density function pdf and the mapping distortion factor d of the environment map, and the layer number l is directly obtained by calculation through the formula.
In one embodiment of the present invention, it is preferable that the reflected light amount statistically obtained from the incident light amount is calculated by the following formula:
Figure BDA0001513859340000152
wherein L isoIs the amount of reflected light in a certain direction, N is the number of sampling directions within the hemisphere, LisIs a certain sampling direction within said hemisphere
Figure BDA0001513859340000153
Amount of incident light, frsIs a bidirectional reflectance distribution function,
Figure BDA0001513859340000154
Is the direction of sampling
Figure BDA0001513859340000155
Cosine value of (1), pdf isrsNormalized as a function of probability density.
In this embodiment, the amount of reflected light L in a certain directionoThe number N of sampling directions in the hemisphere, and a certain sampling direction in the hemisphere
Figure BDA0001513859340000156
Amount of incident light LisBidirectional reflectance distribution function frsSampling direction
Figure BDA0001513859340000157
Cosine value of
Figure BDA0001513859340000158
And from frsThe light quantity L of the reflected light in a certain direction is directly obtained by calculation through the formula after being related as a probability density function pdf through standardization processingoThe formula is simple and clear to calculate, and digitization is easy to realize.
In embodiments of the third aspect of the present invention, a computer device is provided, and fig. 6 shows a schematic block diagram of a computer device 600 according to an embodiment of the present invention. Wherein the computer device 600 comprises:
a memory 602, a processor 604 and a computer program stored on the memory 602 and executable on the processor 604, wherein the processor 604 implements the steps of any one of the highlight information extraction methods as described above when executing the computer program.
According to the computer device 600 provided by the invention, when the processor 604 executes the computer program, the environment Map is parameterized by acquiring the environment Map, so that the environment Map is converted from a Longitude and Latitude Map (Latitude-Long-Map) into an environment Map (View-Independent-Map) Independent of a View point, and the influence of an observation direction on highlight information during calculation is eliminated; and determining the incident light quantity in any direction according to the independent viewpoint environment map, calculating the incident light quantity to obtain the reflected light quantity, collecting the reflected light quantity in all directions to obtain the light reflection intensity, outputting the light reflection intensity as the highlight information of the environment map, and in the process, determining the reflected light quantity in any direction by converting the reflected light quantity into the independent viewpoint environment map, which greatly reduces the calculation quantity required by the statistical calculation of the traditional method and can achieve the same effect.
An embodiment of the fourth aspect of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of any one of the highlight information extraction methods described above.
The computer program realizes parameterization of the environment Map by acquiring the environment Map when being executed by a processor, so that the environment Map is converted from a Longitude and Latitude Map (Latitude-Long-Map) into an environment Map (View-Independent-Map) Independent of a View point, and the influence of an observation direction is eliminated when highlight information is calculated; and determining the incident light quantity in any direction according to the independent viewpoint environment map, calculating the incident light quantity to obtain the reflected light quantity, collecting the reflected light quantity in all directions to obtain the light reflection intensity, outputting the light reflection intensity as the highlight information of the environment map, and in the process, determining the reflected light quantity in any direction by converting the reflected light quantity into the independent viewpoint environment map, which greatly reduces the calculation quantity required by the statistical calculation of the traditional method and can achieve the same effect.
In the description herein, the description of the terms "one embodiment," "some embodiments," "specific embodiments," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. A highlight information extraction method is characterized in that,
acquiring an environment map;
carrying out parameterization processing on the environment map, and converting the environment map into a view-independent environment map;
determining the incident light quantity in any direction according to the independent viewpoint environment map;
obtaining the reflected light quantity according to the incident light quantity statistics;
determining light reflection intensity according to the reflection light quantity, and outputting the light reflection intensity as highlight information of the environment map;
the determining the incident light amount in any direction according to the view-independent environment map specifically includes:
processing the independent viewpoint environment map by using a Mipmap technology to generate an image pyramid;
determining a sampling direction according to the independent viewpoint environment map;
determining a layer number corresponding to any one sampling direction in the image pyramid according to any one sampling direction and the image pyramid;
and searching a corresponding color value according to the layer number, and taking the color value as the incident light quantity in the sampling direction.
2. The highlight information extraction method according to claim 1,
the determining a sampling direction according to the view-independent environment map specifically includes:
determining a hemisphere which is unfolded by taking any direction as a normal line according to the independent viewpoint environment map;
and randomly selecting a plurality of directions in the hemisphere as sampling directions.
3. The highlight information extraction method according to claim 1 or 2,
the determining, according to any one of the sampling directions and the image pyramid, a layer number of any one of the sampling directions corresponding to the image pyramid specifically includes:
acquiring the number of the sampling directions, the attribute of the independent viewpoint environment map and the mapping distortion factor of the environment map, wherein the attribute comprises: a physical size and probability density function of the view-independent environment map;
and calculating the layer number according to the physical size of the independent viewpoint environment map, the mapping distortion factor of the environment map, a probability density function and the number of the sampling directions.
4. The highlight information extraction method according to claim 3, wherein the layer number is calculated by the following formula:
Figure FDA0002532145960000021
wherein l is a layer number, w is a width of a view-independent environment map, h is a height of a view-independent environment map, a hemisphere which is expanded with an arbitrary direction as a normal is determined according to the view-independent environment map, a plurality of directions are arbitrarily selected as sampling directions in the hemisphere, N is the number of the sampling directions in the hemisphere, and f is the number of the sampling directions in the hemispherersIs a bi-directional reflectance distribution function, pdf isrsNormalized as a probability density function, d is the mapped distortion factor of the environment map.
5. The highlight information extraction method according to claim 4, wherein the statistical calculation of the reflected light quantity according to the incident light quantity is calculated by the following formula:
Figure FDA0002532145960000022
wherein L isoIs the amount of reflected light in a certain direction, N is the number of said sampling directions within said hemisphere, LisIs a certain sampling direction within said hemisphere
Figure FDA0002532145960000023
Amount of incident light, frsIs a bidirectional reflectance distribution function,
Figure FDA0002532145960000024
Is the direction of sampling
Figure FDA0002532145960000025
Cosine value of (1), pdf isrsNormalized as a function of probability density.
6. A highlight information extraction system is characterized in that,
the acquisition unit is used for acquiring the environment map;
the conversion unit is used for carrying out parameterization processing on the environment map and converting the environment map into a view-independent environment map;
a determination unit configured to determine an incident light amount in any one direction from the viewpoint-independent environment map;
the statistic unit is used for obtaining the reflected light quantity according to the incident light quantity statistics;
the output unit is used for determining the reflection intensity of the light according to the reflection light quantity, and outputting the reflection intensity of the light as highlight information of the environment map;
the determining unit specifically includes:
the generating unit is used for processing the independent viewpoint environment map by using a Mipmap technology to generate an image pyramid;
the sampling direction determining unit is used for determining the sampling direction according to the independent viewpoint environment map;
the computing unit is used for determining a layer number corresponding to any one sampling direction in the image pyramid according to any one sampling direction and the image pyramid;
and the searching unit is used for searching the corresponding color value according to the layer number and taking the color value as the incident light quantity in the sampling direction.
7. The highlight information extraction system according to claim 6, wherein the sampling direction determination unit comprises:
the unfolding unit is used for determining a hemisphere which is unfolded by taking any direction as a normal line according to the independent viewpoint environment map;
and the selection unit is used for randomly selecting a plurality of directions in the hemisphere as sampling directions.
8. The highlight information extraction system according to claim 6 or 7, wherein said calculation unit comprises:
a first obtaining unit, configured to obtain the number of sampling directions, a property of the view-independent environment map, and a mapping distortion factor of the environment map, where the property includes: a physical size and probability density function of the view-independent environment map;
a first calculating unit, configured to calculate the layer number according to a physical size of the view-independent environment map, a mapping distortion factor of the environment map, a probability density function, and the number of sampling directions.
9. The highlight information extraction system according to claim 8, wherein said layer number is calculated by the following formula:
Figure FDA0002532145960000031
wherein l is a layer number, w is a width of a view-independent environment map, h is a height of a view-independent environment map, a hemisphere which is expanded with an arbitrary direction as a normal is determined according to the view-independent environment map, a plurality of directions are arbitrarily selected as sampling directions in the hemisphere, N is the number of the sampling directions in the hemisphere, and f is the number of the sampling directions in the hemispherersIs a bi-directional reflectance distribution function, pdf isrsNormalized as a probability density function, d is the mapped distortion factor of the environment map.
10. The highlight information extraction system according to claim 9, wherein said reflected light amount obtained from said statistics of incident light amount is calculated by the following formula:
Figure FDA0002532145960000032
wherein L isoIs the amount of reflected light in a certain direction, N is the number of said sampling directions within said hemisphere, LisIs a certain sampling direction within said hemisphere
Figure FDA0002532145960000041
Amount of incident light, frsIs a function of the bi-directional reflectivity distribution、
Figure FDA0002532145960000042
Is the direction of sampling
Figure FDA0002532145960000043
Cosine value of (1), pdf isrsNormalized as a function of probability density.
11. A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, characterized in that: the processor is configured to perform the steps of the highlight information extraction method according to any one of claims 1 to 5.
12. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program realizing the steps of the highlight information extraction method according to any one of claims 1 to 5 when executed by a processor.
CN201711371698.8A 2017-12-19 2017-12-19 Highlight information extraction method, system, computer equipment and storage medium Expired - Fee Related CN109934903B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711371698.8A CN109934903B (en) 2017-12-19 2017-12-19 Highlight information extraction method, system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711371698.8A CN109934903B (en) 2017-12-19 2017-12-19 Highlight information extraction method, system, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109934903A CN109934903A (en) 2019-06-25
CN109934903B true CN109934903B (en) 2020-10-16

Family

ID=66983310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711371698.8A Expired - Fee Related CN109934903B (en) 2017-12-19 2017-12-19 Highlight information extraction method, system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109934903B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11276227B2 (en) 2019-12-24 2022-03-15 Tencent Technology (Shenzhen) Company Limited Object rendering method and apparatus, storage medium, and electronic device using a simulated pre-integration map
CN111009026B (en) * 2019-12-24 2020-12-01 腾讯科技(深圳)有限公司 Object rendering method and device, storage medium and electronic device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005009051A1 (en) * 2003-07-16 2005-01-27 Aurora Digital Advertising Inc. Three dimensional display method, system and apparatus
CN102096941A (en) * 2011-01-30 2011-06-15 北京航空航天大学 Consistent lighting method under falsehood-reality fused environment
CN102831649A (en) * 2012-09-03 2012-12-19 江苏科技大学 Layered rendering method
KR20140144074A (en) * 2013-06-10 2014-12-18 동국대학교 산학협력단 Apparatus and method for interpolating environment map
CN104240286A (en) * 2014-09-03 2014-12-24 无锡梵天信息技术股份有限公司 Real-time reflection method based on screen space
CN104392481A (en) * 2014-11-25 2015-03-04 无锡梵天信息技术股份有限公司 Method and device for controlling specular reflection definition by mapping
CN104463944A (en) * 2014-07-10 2015-03-25 无锡梵天信息技术股份有限公司 Highlight calculation method based on physics
CN106056658A (en) * 2016-05-23 2016-10-26 珠海金山网络游戏科技有限公司 Virtual object rendering method and virtual object rendering device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005009051A1 (en) * 2003-07-16 2005-01-27 Aurora Digital Advertising Inc. Three dimensional display method, system and apparatus
CN102096941A (en) * 2011-01-30 2011-06-15 北京航空航天大学 Consistent lighting method under falsehood-reality fused environment
CN102831649A (en) * 2012-09-03 2012-12-19 江苏科技大学 Layered rendering method
KR20140144074A (en) * 2013-06-10 2014-12-18 동국대학교 산학협력단 Apparatus and method for interpolating environment map
CN104463944A (en) * 2014-07-10 2015-03-25 无锡梵天信息技术股份有限公司 Highlight calculation method based on physics
CN104240286A (en) * 2014-09-03 2014-12-24 无锡梵天信息技术股份有限公司 Real-time reflection method based on screen space
CN104392481A (en) * 2014-11-25 2015-03-04 无锡梵天信息技术股份有限公司 Method and device for controlling specular reflection definition by mapping
CN106056658A (en) * 2016-05-23 2016-10-26 珠海金山网络游戏科技有限公司 Virtual object rendering method and virtual object rendering device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于环境贴图的实时光照及其在VR中的应用;顾德明等;《计算机应用》;20060201;全文 *
复杂环境光源下的动态场景实时绘制算法综述;任重,周昆;《计算机辅助设计与图形学学报》;20080815;全文 *

Also Published As

Publication number Publication date
CN109934903A (en) 2019-06-25

Similar Documents

Publication Publication Date Title
US9613388B2 (en) Methods, apparatuses and computer program products for three dimensional segmentation and textured modeling of photogrammetry surface meshes
CN101356546B (en) Image high-resolution upgrading device, image high-resolution upgrading method image high-resolution upgrading system
US20080238919A1 (en) System and method for rendering of texel imagery
US20150187130A1 (en) Automatic Generation of 2.5D Extruded Polygons from Full 3D Models
JPWO2013002280A1 (en) Three-dimensional feature data generation device, three-dimensional feature data generation method, and three-dimensional feature data generation program
CN102077242A (en) Image generation device and method for super-resolution of 3d textures
CN111754618B (en) Object-oriented live-action three-dimensional model multi-level interpretation method and system
CN114049462B (en) Three-dimensional model monomer method and device
CN106228594A (en) Typhoon model cloud cartoon display method based on surface subdivision
US20100182316A1 (en) Geospatial modeling system for 3d clutter data and related methods
CN109934903B (en) Highlight information extraction method, system, computer equipment and storage medium
CN114004842A (en) Three-dimensional model visualization method integrating fractal visual range texture compression and color polygon texture
CN110147460B (en) Three-dimensional model retrieval method and device based on convolutional neural network and multi-view map
CN114332616A (en) Building change detection method based on orthoimage and oblique photography data
Andújar et al. Inexpensive reconstruction and rendering of realistic roadside landscapes
CN114399692A (en) Illegal construction identification monitoring detection method and system based on deep learning
CN112115226A (en) Map rendering method and map rendering device
CN114037792B (en) Method for dynamically generating million-magnitude underground pipeline model under Unreal Engine platform
Bonaventura et al. Information measures for terrain visualization
CN106780693B (en) Method and system for selecting object in three-dimensional scene through drawing mode
CN114998497A (en) Image rendering method, system, equipment and medium based on grid data
CN114140581A (en) Automatic modeling method and device, computer equipment and storage medium
Xu et al. MPR-GAN: A novel neural rendering framework for MLS point cloud with deep generative learning
Sharma et al. Developing a 3D geometry for Urban energy modelling of Indian Cities
Karner et al. Virtual habitat: Models of the urban outdoors

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230612

Address after: 3007, Hengqin international financial center building, No. 58, Huajin street, Hengqin new area, Zhuhai, Guangdong 519031

Patentee after: New founder holdings development Co.,Ltd.

Address before: 100871, Beijing, Haidian District Cheng Fu Road 298, founder building, 9 floor

Patentee before: PEKING UNIVERSITY FOUNDER GROUP Co.,Ltd.

Patentee before: PKU FOUNDER INFORMATION INDUSTRY GROUP CO.,LTD.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20201016