CN112950459A - 3D model rapid multiplexing system and method based on micro-service technology - Google Patents

3D model rapid multiplexing system and method based on micro-service technology Download PDF

Info

Publication number
CN112950459A
CN112950459A CN202110309145.XA CN202110309145A CN112950459A CN 112950459 A CN112950459 A CN 112950459A CN 202110309145 A CN202110309145 A CN 202110309145A CN 112950459 A CN112950459 A CN 112950459A
Authority
CN
China
Prior art keywords
model
dimensional images
client
server
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110309145.XA
Other languages
Chinese (zh)
Inventor
杨灵运
杨文峰
邓生雄
吴治云
张磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guizhou Casicloud Technology Co ltd
Original Assignee
Guizhou Casicloud Technology 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 Guizhou Casicloud Technology Co ltd filed Critical Guizhou Casicloud Technology Co ltd
Priority to CN202110309145.XA priority Critical patent/CN112950459A/en
Publication of CN112950459A publication Critical patent/CN112950459A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/06Topological mapping of higher dimensional structures onto lower dimensional surfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/00095Systems or arrangements for the transmission of the picture signal
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30168Image quality inspection

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention relates to the technical field of computer information, in particular to a 3D model rapid multiplexing system and a method based on micro-service technology, wherein the system comprises a client and a server; the client is used for acquiring request information of a user, sending messages which need to be synchronized to other clients to the server, and receiving messages which are synchronized by the server and come from other clients, and the client is integrated with the micro-service; the server side comprises: the receiving module is used for receiving a request message of a user; the importing module is used for importing the 3D model from the database according to the request information of the user; the extraction module is used for extracting two-dimensional images of six surfaces according to the 3D model; the sorting module is used for sorting the two-dimensional images according to a preset rule; and the sending module is used for sequentially sending the sequenced two-dimensional images to the client. The invention solves the technical problem of slow response when the three-dimensional model is repeatedly used in the prior art.

Description

3D model rapid multiplexing system and method based on micro-service technology
Technical Field
The invention relates to the technical field of computer information, in particular to a 3D model rapid multiplexing system and a method based on a micro-service technology.
Background
The micro-service architecture divides an application system into a plurality of independent running miniaturized services through function subdivision, and a light message transmission mode is adopted among the services to complete a communication process. Due to the problems of numerous services, different service structures, various communication modes among the services and the like, the information transmission among the micro services faces a larger bottleneck. Therefore, it is necessary to take measures to break through the structural bottleneck of information transmission between the microservices and improve the stability and reliability of message transmission.
In view of the above, chinese patent CN112153108A discloses a message transmission system oriented to a microservice architecture, which includes a server and a client, wherein the client is integrated with a microservice, and is configured to send a message to be synchronized to another client to the server, and receive a message from another client that is synchronized by the server; the server is independently deployed and used for receiving the message sent by the client and transmitting the message to the target client according to the communication mode; the server and the client both adopt a parallel processing mode based on a task chain to realize the processing of the transmission message; splitting and packaging a transmission message entity into a self-defined frame structure as a minimum transmission unit, wherein the packaged transmission message entity comprises a head frame and a plurality of continuous frames; the head frame comprises control information in the transmission process and consists of a frame head and a frame body; continuous frames comprise a transport message entity, consisting of a frame header and a frame body.
The client divides the message into a head frame and a plurality of continuous frames to be sequentially sent, the head frame supports the addition of data check information for message consistency check, and the server processes the messages sent from the same client by adopting the same 'task chain'; by the method, the orderliness and the reliability of message transmission and processing can be ensured. However, in the industrial field, with the development of digital image technology, the application of the three-dimensional model is more and more common, with the gradual improvement of the fineness of the three-dimensional model, the data amount to be processed is more and more large, and when the three-dimensional model is repeatedly used, if the data of the three-dimensional model is directly transmitted, slow response and low efficiency are likely to occur.
Disclosure of Invention
The invention provides a micro-service technology-based 3D model rapid multiplexing system and a micro-service technology-based 3D model rapid multiplexing method, and solves the technical problem of slow response when a three-dimensional model is repeatedly used in the prior art.
The basic scheme provided by the invention is as follows: A3D model rapid multiplexing system based on micro-service technology comprises a client and a server, wherein the server and the client process transmission information based on a parallel mode of a task chain; the client is used for acquiring request information of a user, sending messages which need to be synchronized to other clients to the server, and receiving messages which are synchronized by the server and come from other clients, and the client is integrated with the micro-service; the server side comprises:
the receiving module is used for receiving a request message of a user;
the importing module is used for importing the 3D model from the database according to the request information of the user;
the extraction module is used for extracting two-dimensional images of six surfaces according to the 3D model;
the sorting module is used for sorting the two-dimensional images according to a preset rule;
and the sending module is used for sequentially sending the sequenced two-dimensional images to the client.
The working principle and the advantages of the invention are as follows:
(1) because the data of the 3D model is large, repeated use for many times directly requires repeated reading and transmission, the system is easy to be blocked, the response speed is reduced, and the use of the 3D model mainly aims at visually displaying industrial products; therefore, the 3D model is decomposed into six two-dimensional images, and the six two-dimensional images are displayed instead of the 3D model, so that the size of the transmitted information is reduced; meanwhile, the two-dimensional images are sequenced according to a preset rule so as to realize batch transmission, and the load required by transmission is reduced.
(2) The server and the client process the transmission information based on the parallel mode of the task chain, and the orderliness and reliability of transmission and processing of the two-dimensional image can be guaranteed.
According to the invention, the 3D model is disassembled into six-surface two-dimensional images, and the six-surface two-dimensional images are used for replacing the 3D model for displaying, so that the size of transmitted information is reduced, and the technical problem of slow response when the three-dimensional model is repeatedly used in the prior art is solved.
Further, the importing module is further configured to read a file name of the 3D model that needs to be imported from the database according to the request information of the user, sort the file names of the 3D models that need to be imported from the database, and import the 3D models from the database according to the sorted order.
Has the advantages that: the file names of the 3D models which need to be imported from the database are sorted, and the 3D models are imported from the database according to the sorting sequence.
Further, the extraction module is further configured to detect a size of the two-dimensional image, enlarge the two-dimensional image with the size smaller than the first threshold, and reduce the two-dimensional image with the size larger than the second threshold.
Has the advantages that: by the mode, the two-dimensional image with the size smaller than the first threshold is amplified, and the two-dimensional image with the size larger than the second threshold is reduced, so that the size difference of the two-dimensional image is small, the two-dimensional image can be processed and transmitted smoothly, and the response speed is improved.
And further, the extraction module is used for performing definition inspection on the extracted two-dimensional images of the six surfaces, judging whether the definitions of the two-dimensional images of the six surfaces are all larger than or equal to a preset definition threshold value one by one, and extracting the two-dimensional images of the six surfaces again according to the 3D model if the definition of one or more than one two-dimensional image is smaller than the preset definition threshold value.
Has the advantages that: through the mode, the extracted two-dimensional images of the six surfaces are subjected to definition inspection, and are extracted again when the definition of one or more two-dimensional images is smaller than a preset definition threshold value, so that the definition of the two-dimensional images extracted from the 3D model can meet preset requirements, and the experience of a user is improved.
Further, the server and the client process the transmission information based on a parallel mode of the task chain, specifically: dividing an information processing process into stage subtasks, and assembling the subtasks into a task chain for parallel processing; and the server side adopts the same task chain to process the messages from the same client side.
Has the advantages that: by the method, the task chains can be started simultaneously, and the same task chain is adopted for processing aiming at the messages from the same client, so that the response speed is improved.
The invention also provides a 3D model rapid multiplexing method based on the micro-service technology, which comprises the following steps:
s1, receiving a request message of a user;
s2, importing the 3D model from the database according to the request information of the user;
s3, extracting two-dimensional images of six surfaces according to the 3D model;
s4, sequencing the two-dimensional images according to a preset rule;
and S5, sequentially sending the sorted two-dimensional images to the client.
The working principle and the advantages of the invention are as follows: since repeated use of the 3D model directly requires repeated reading and transmission, system jamming is easily caused, and response speed is reduced, while the use of the 3D model mainly aims at visually displaying industrial products; therefore, the 3D model is decomposed into six two-dimensional images, and the six two-dimensional images are displayed instead of the 3D model, so that the size of the transmitted information is reduced; meanwhile, the two-dimensional images are sequenced according to a preset rule so as to realize batch transmission, and the load required by transmission is reduced.
Further, in S2, the file names of the 3D models that need to be imported from the database are read based on the request information of the user, the file names of the 3D models that need to be imported from the database are sorted, and the 3D models are imported from the database in the sorted order.
Has the advantages that: therefore, when the number of 3D models needing to be imported is large, the priority can be determined in advance, the phenomenon that the models are stuck in the importing process is avoided, and the response speed is prevented from being reduced.
Further, in S3, the two-dimensional image having the size smaller than the first threshold value is also enlarged, and the two-dimensional image having the size larger than the second threshold value is also reduced.
Has the advantages that: therefore, the size difference of the two-dimensional images is small, and the two-dimensional images can be processed and transmitted smoothly, so that the response speed is improved.
Further, in S3, performing sharpness inspection on the extracted six two-dimensional images, and determining whether the sharpness of the six two-dimensional images is greater than or equal to a preset sharpness threshold one by one, and if the sharpness of one or more two-dimensional images is less than the preset sharpness threshold, extracting the six two-dimensional images again according to the 3D model.
Has the advantages that: therefore, the definition of the two-dimensional image extracted from the 3D model can meet the preset requirement, and the experience of a user is improved.
Drawings
Fig. 1 is a system structure block diagram of an embodiment of a 3D model rapid multiplexing system based on a microservice technology.
Detailed Description
The following is further detailed by the specific embodiments:
example 1
The embodiment is basically as shown in figure 1, and comprises a client and a server, wherein the server and the client process transmission information based on a parallel mode of a task chain; the client is used for acquiring request information of a user, sending messages which need to be synchronized to other clients to the server, and receiving messages which are synchronized by the server and come from other clients, and the client is integrated with the micro-service; the server side comprises:
the receiving module is used for receiving a request message of a user;
the importing module is used for importing the 3D model from the database according to the request information of the user;
the extraction module is used for extracting two-dimensional images of six surfaces according to the 3D model;
the sorting module is used for sorting the two-dimensional images according to a preset rule;
and the sending module is used for sequentially sending the sequenced two-dimensional images to the client.
In this embodiment, the client is a tablet computer or a smart phone, the server is a server, and the receiving module, the importing module, the extracting module, the sorting module and the sending module are all integrated on the server, and the functions of the server are realized through software/programs/codes.
The specific implementation process is as follows:
the client acquires request information of a user, for example, the request information of the user is '3D model for displaying industrial product A'; and sending messages to be synchronized to other clients to the server, and receiving messages from other clients synchronized by the server. In this embodiment, a client is integrated with a micro-service, and both a server and the client process transmission information based on a parallel mode of a task chain, for example, an information processing process is divided into stage subtasks, and the subtasks are assembled into a task chain for parallel processing; and the server side adopts the same task chain to process the messages from the same client side.
The server receives the request message of the user, namely 'displaying the 3D model of the industrial product A'. In this embodiment, the server includes a receiving module, an importing module, an extracting module, a sorting module and a sending module, and first, the receiving module receives a request message of a user 'displaying a 3D model of an industrial product a'; then, an importing module imports a 3D model from a database according to request information of a user 'displaying the 3D model of an industrial product A', wherein a plurality of 3D models of the industrial product A, the industrial product B, the industrial product C, the industrial product D and the like are prestored in the database; then, the extraction module extracts two-dimensional images of six surfaces according to the 3D model, namely, projection drawings of the six surfaces of the 3D model are generated according to the 3D model of the industrial product A, and the projection drawings of the six surfaces of the 3D model are also the two-dimensional images of the six surfaces; then, the sorting module sorts the two-dimensional images according to a preset rule, for example, if the request message of the user is '3D model for displaying industrial product a, industrial product b and industrial product c', the two-dimensional images need to be extracted according to the 3D models of industrial product a, industrial product b and industrial product c, and the two-dimensional images are sorted from small to large according to the size of the file of the 3D model; and finally, the sending module sends the sorted two-dimensional images to the client in sequence, and the client receives the two-dimensional images and displays the two-dimensional images.
Based on the above embodiment, the present invention also discloses a 3D model fast multiplexing method based on the microservice technology, including:
s1, receiving a request message of a user;
s2, importing the 3D model from the database according to the request information of the user;
s3, extracting two-dimensional images of six surfaces according to the 3D model;
s4, sequencing the two-dimensional images according to a preset rule;
and S5, sequentially sending the sorted two-dimensional images to the client.
Example 2
The difference from the embodiment 1 is that the import module reads the file name of the 3D model to be imported from the database according to the request information of the user, sorts the file names of the 3D models to be imported from the database, and imports the 3D models from the database according to the sorted order, so that the priority can be predetermined, jamming during import is avoided, and further the response speed is prevented from being reduced; the extraction module is used for amplifying the two-dimensional image with the size smaller than the first threshold value and reducing the two-dimensional image with the size larger than the second threshold value, so that the size difference of the two-dimensional images is small, the two-dimensional images can be processed and transmitted smoothly, and the response speed is improved; the extraction module carries out definition inspection on the two-dimensional images of the extracted six surfaces, whether the definitions of the two-dimensional images of the six surfaces are all larger than or equal to a preset definition threshold value is judged one by one, if the definition of one or more two-dimensional images is smaller than the preset definition threshold value, the two-dimensional images of the six surfaces are extracted again according to the 3D model, and therefore the definition of the two-dimensional images extracted from the 3D model can meet the preset requirement, and the experience of a user is improved.
Example 3
The difference from embodiment 2 is only that, in this embodiment, the 3D model is a three-dimensional model of an industrial product, and first, the extraction module simulates the rotational motion of the 3D model and extracts a two-dimensional image of a fragile part of the 3D model during the rotation of the 3D model. In this embodiment, all industrial products have specification information and structural information that can be directly queried, for example, relevant text records and various figures in the specification; according to the specification information and the structure information, manufacturing materials and spatial layout of each part of the industrial product can be determined, for example, eight corners of the industrial product are made of plastic, and two-dimensional images of the eight corners of the 3D model are extracted in the rotating process, so that a user can clearly observe details of the fragile part of the industrial product. Then, the extraction module simulates a shape of the 3D model in a plurality of different states and extracts two-dimensional images of the 3D model in the shape of the plurality of different states. In this embodiment, industrial products specifically use collapsible umbrella as an example, and 3D model has a plurality of different states, for example, completely struts, partly struts, does not strut, extracts the two-dimensional image of 3D model under the three states of completely struts, partly struts, does not strut to two-dimensional image under the three states of completely struts, partly struts, does not strut stacks, so that can contrast the observation directly perceivedly, thereby improve user experience. And finally, the extraction module simulates the deformation process of the 3D model under the condition of external load and extracts a two-dimensional image of the 3D model in the deformation process. In this embodiment, the industrial product is a steel pipe, and in an actual use environment, external loads possibly applied to the steel pipe include high temperature and extrusion, so that the shape change process of the steel pipe is related to process parameters, such as welding and bending; in the deformation process of welding, the deformation can be approximately replaced by simulating the change of the shape of the steel pipe in the temperature rise process of 1 ℃/s; for the bending deformation process, the deformation process can be approximately replaced by simulating the shape change of the steel pipe in the stress increasing process of 1N/s; by the mode, the two-dimensional image of the industrial product in the process of changing the shape in use can be obtained, and a user can conveniently and intuitively know the service performance of the industrial product.
The foregoing is merely an example of the present invention, and common general knowledge in the field of known specific structures and characteristics is not described herein in any greater extent than that known in the art at the filing date or prior to the priority date of the application, so that those skilled in the art can now appreciate that all of the above-described techniques in this field and have the ability to apply routine experimentation before this date can be combined with one or more of the present teachings to complete and implement the present invention, and that certain typical known structures or known methods do not pose any impediments to the implementation of the present invention by those skilled in the art. It should be noted that, for those skilled in the art, without departing from the structure of the present invention, several changes and modifications can be made, which should also be regarded as the protection scope of the present invention, and these will not affect the effect of the implementation of the present invention and the practicability of the patent. The scope of the claims of the present application shall be determined by the contents of the claims, and the description of the embodiments and the like in the specification shall be used to explain the contents of the claims.

Claims (9)

1. A3D model rapid multiplexing system based on micro-service technology comprises a client and a server, wherein the server and the client process transmission information based on a parallel mode of a task chain; the client is used for acquiring request information of a user, sending messages which need to be synchronized to other clients to the server, and receiving messages which are synchronized by the server and come from other clients, and the client is integrated with the micro-service; it is characterized in that the server comprises:
the receiving module is used for receiving a request message of a user;
the importing module is used for importing the 3D model from the database according to the request information of the user;
the extraction module is used for extracting two-dimensional images of six surfaces according to the 3D model;
the sorting module is used for sorting the two-dimensional images according to a preset rule;
and the sending module is used for sequentially sending the sequenced two-dimensional images to the client.
2. The microservice-technology-based 3D model rapid multiplexing system according to claim 1, wherein the importing module is further configured to read a file name of a 3D model to be imported from the database according to the request information of the user, sort the file names of the 3D models to be imported from the database, and import the 3D models from the database according to the sorted order.
3. The microservice-technology-based 3D model rapid multiplexing system of claim 2 wherein the extraction module is further configured to detect the size of the two-dimensional image, to zoom in on a two-dimensional image having a size less than a first threshold, and to zoom out on a two-dimensional image having a size greater than a second threshold.
4. The microservice-technology-based 3D model rapid multiplexing system of claim 3, wherein the extraction module is further configured to perform a sharpness check on the extracted two-dimensional images of the six faces, judge whether the sharpness of the two-dimensional images of the six faces is greater than or equal to a preset sharpness threshold one by one, and re-extract the two-dimensional images of the six faces according to the 3D model if the sharpness of one or more two-dimensional images is less than the preset sharpness threshold.
5. The micro-service technology based 3D model rapid multiplexing system of claim 4, wherein the server and the client both process the transmission information based on a parallel mode of a task chain, specifically: dividing an information processing process into stage subtasks, and assembling the subtasks into a task chain for parallel processing; and the server side adopts the same task chain to process the messages from the same client side.
6. A3D model rapid multiplexing method based on micro-service technology is characterized by comprising the following steps:
s1, receiving a request message of a user;
s2, importing the 3D model from the database according to the request information of the user;
s3, extracting two-dimensional images of six surfaces according to the 3D model;
s4, sequencing the two-dimensional images according to a preset rule;
and S5, sequentially sending the sorted two-dimensional images to the client.
7. The method for rapid multiplexing of 3D models based on microservice technology according to claim 6, wherein in S2, the file name of the 3D model to be imported from the database is read according to the request information of the user, the file names of the 3D models to be imported from the database are sorted, and the 3D models are imported from the database according to the sorted order.
8. The method for rapid multiplexing of 3D models based on microservice technology according to claim 7, wherein in S3, the two-dimensional image with the size smaller than the first threshold is further enlarged, and the two-dimensional image with the size larger than the second threshold is further reduced.
9. The method for rapid multiplexing of 3D models based on microservice technology according to claim 8, wherein in S3, the extracted two-dimensional images of six surfaces are further subjected to sharpness inspection, whether the sharpness of the two-dimensional images of six surfaces is greater than or equal to a preset sharpness threshold is determined one by one, and if the sharpness of one or more two-dimensional images is less than the preset sharpness threshold, the two-dimensional images of six surfaces are extracted again according to the 3D model.
CN202110309145.XA 2021-03-23 2021-03-23 3D model rapid multiplexing system and method based on micro-service technology Pending CN112950459A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110309145.XA CN112950459A (en) 2021-03-23 2021-03-23 3D model rapid multiplexing system and method based on micro-service technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110309145.XA CN112950459A (en) 2021-03-23 2021-03-23 3D model rapid multiplexing system and method based on micro-service technology

Publications (1)

Publication Number Publication Date
CN112950459A true CN112950459A (en) 2021-06-11

Family

ID=76227969

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110309145.XA Pending CN112950459A (en) 2021-03-23 2021-03-23 3D model rapid multiplexing system and method based on micro-service technology

Country Status (1)

Country Link
CN (1) CN112950459A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1845177A (en) * 2006-05-17 2006-10-11 浙江大学 Three-dimensional remote rendering system and method based on image transmission
CN101520817A (en) * 2008-10-07 2009-09-02 华南师范大学 Massive medical image three-dimensional visualization processing system
US20180308276A1 (en) * 2017-04-21 2018-10-25 Mug Life, LLC Systems and methods for automatically creating and animating a photorealistic three-dimensional character from a two-dimensional image
US20190208179A1 (en) * 2016-04-28 2019-07-04 Sony Corporation Information Processing Device, Information Processing Method, And Three-Dimensional Image Data Transmission Method
CN112153108A (en) * 2020-08-14 2020-12-29 中国科学院电子学研究所苏州研究院 Message transmission system and method for micro-service architecture

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1845177A (en) * 2006-05-17 2006-10-11 浙江大学 Three-dimensional remote rendering system and method based on image transmission
CN101520817A (en) * 2008-10-07 2009-09-02 华南师范大学 Massive medical image three-dimensional visualization processing system
US20190208179A1 (en) * 2016-04-28 2019-07-04 Sony Corporation Information Processing Device, Information Processing Method, And Three-Dimensional Image Data Transmission Method
US20180308276A1 (en) * 2017-04-21 2018-10-25 Mug Life, LLC Systems and methods for automatically creating and animating a photorealistic three-dimensional character from a two-dimensional image
CN112153108A (en) * 2020-08-14 2020-12-29 中国科学院电子学研究所苏州研究院 Message transmission system and method for micro-service architecture

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
姜晨光: "《钢结构基本原理》", 31 January 2019 *

Similar Documents

Publication Publication Date Title
US7609280B2 (en) High level graphics stream
CN101777064A (en) Image searching system and method
KR20170089067A (en) Bigdata processing system and method
CN113159091A (en) Data processing method and device, electronic equipment and storage medium
CN111026063A (en) Digital twin construction method and device, computer equipment and storage medium
CN102437894B (en) Method, device and equipment for compressing information to be sent
CN110968380A (en) Data visualization method and system
CN111582459B (en) Method for executing operation, electronic equipment, device and storage medium
CN112950459A (en) 3D model rapid multiplexing system and method based on micro-service technology
CN113205314A (en) Method and device for approval process display, electronic equipment and readable storage medium
CN115457119B (en) Bus bar labeling method, device, computer equipment and readable storage medium
US9971978B2 (en) Event-based data management method and device
CN113568658B (en) Multi-language geoscience online service method and device, storage medium and electronic equipment
CN115641397A (en) Method and system for synthesizing and displaying virtual image
JP2000181933A (en) Hierarchical structure preparation method and device
CN111259069B (en) Configuration-based data visualization implementation method
CN111124841B (en) Alarm method and device for abnormal page and computer system
CN114298699A (en) Non-homogeneous token generation method, non-homogeneous token acquisition method and non-homogeneous token acquisition device
Novaliendry et al. Development of a Digital Twin Prototype for Industrial Manufacturing Monitoring System Using IoT and Augmented Reality.
CN111259177B (en) Black-white binary signature picture storage method and system
CN113448804B (en) Equipment state data processing method and system
CN111667562B (en) Picture material-based dynamic effect interface generation method and device
CN109598213B (en) Face orientation aggregation method and device
CN111294371B (en) Data transmission method and device, electronic equipment and storage medium
CN106127840A (en) A kind of processing method and processing device of flash animation

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210611