CN110297932B - Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment - Google Patents

Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment Download PDF

Info

Publication number
CN110297932B
CN110297932B CN201910582973.3A CN201910582973A CN110297932B CN 110297932 B CN110297932 B CN 110297932B CN 201910582973 A CN201910582973 A CN 201910582973A CN 110297932 B CN110297932 B CN 110297932B
Authority
CN
China
Prior art keywords
closed graph
closed
circle
inscribed circle
vector diagram
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910582973.3A
Other languages
Chinese (zh)
Other versions
CN110297932A (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.)
Beijing Kingsoft Internet Security Software Co Ltd
Original Assignee
Beijing Kingsoft Internet Security Software 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 Beijing Kingsoft Internet Security Software Co Ltd filed Critical Beijing Kingsoft Internet Security Software Co Ltd
Priority to CN201910582973.3A priority Critical patent/CN110297932B/en
Publication of CN110297932A publication Critical patent/CN110297932A/en
Application granted granted Critical
Publication of CN110297932B publication Critical patent/CN110297932B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/56Information retrieval; Database structures therefor; File system structures therefor of still image data having vectorial format

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Image Generation (AREA)

Abstract

The embodiment of the invention discloses a method, a device and electronic equipment for determining a maximum inscribed circle of a closed graph in a vector diagram, relates to the field of graph processing, and can improve the efficiency of determining the maximum inscribed circle of the closed graph in the vector diagram. The method comprises the following steps: analyzing a source vector diagram to obtain a first group of labels in the source vector diagram; extracting path data for a first path label within the first set of labels; determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label; carrying out mesh division on the external polygon according to an initial preset multiplying power; determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph. The method is suitable for determining the maximum inscribed circle of the closed graph in the vector diagram.

Description

Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment
Technical Field
The invention relates to the field of graphic processing, in particular to a method and a device for determining a maximum inscribed circle of a closed graph in a vector diagram and electronic equipment.
Background
The color filling game is a game in which the color is filled in the area of a specified closed figure, so that a complete picture consisting of more than one closed figure (the picture is a scalable vector diagram, commonly called SVG (scalable vector graphics) and is characterized in that the picture cannot lose definition after being arbitrarily enlarged and reduced) is changed into a color picture from a black and white line diagram.
In early color-filling games, each closed figure in the whole vector diagram is independent, and players need to click and color each closed figure one by one. In the newly appeared color filling game, all closed graphs are grouped in advance, and the colors corresponding to the closed graphs in the same group are consistent; for example, if the subject of a picture is a owl, the closed figures that make up the pattern of the owl are divided into four groups: dividing each closed graph corresponding to the head feather of the owl into a group, and presetting the color corresponding to the closed graph of the group as dark brown; dividing all closed graphs corresponding to the abdomen of the owl into a group, and presetting the color corresponding to the closed graphs of the group as light yellow; dividing each closed graph corresponding to the back of the owl into a group, and presetting the color corresponding to the closed graph of the group as light brown; dividing each closed figure corresponding to the tail of the owl into a group, and presetting the color corresponding to the closed figure of the group as black; when the player clicks the closed graph corresponding to the owl head feather, the closed graph clicked by the player is filled with dark brown.
To let the player know which closed figures belong to the same group, the group of closed figures needs to be indicated in the form of a mark inside the closed figures. Because the shapes and sizes of the closed figures are different, if the display of each mark is maximized, the center coordinates and the radius values of the maximum inscribed circle of the closed figure are calculated firstly, and then the mark is arranged in the maximum inscribed circle.
At present, most of methods for calculating the maximum inscribed circle of each closed graph in a vector diagram convert an SVG picture into a portable network diagram (PNG), and then process the PNG by using a computer vision method in computer graphics and OpenCV. However, this method is not only slow when facing a picture containing hundreds or even thousands of closed figures, but also has very complicated computation logic and very low efficiency when encountering closed figures with "holes" (closed figures with "holes" refer to blank regions such as circles inside the closed figures).
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, an apparatus, and an electronic device for determining a maximum inscribed circle of a closed graph in a vector diagram, which can improve efficiency of determining the maximum inscribed circle of the closed graph in the vector diagram.
In a first aspect, an embodiment of the present invention provides a method for determining a maximum inscribed circle of a closed graph in a vector diagram, where the method includes: analyzing a source vector diagram to obtain a first group of labels in the source vector diagram; extracting path data for a first path label within the first set of labels; determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label; carrying out mesh division on the external polygon according to an initial preset multiplying power; determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph.
Optionally, the extracting path data of a first path label in the first group of labels includes: acquiring a first path label in the first group of labels according to the first group of labels; and extracting the path data of the first path label from the attribute of the first path label.
Optionally, the determining each inscribed circle of the closed graph by using each grid division point inside the closed graph as a circle center includes: drawing N circles by taking a first grid division point in the closed graph as a circle center and taking the 1 st to Nth step length radiuses as radiuses, wherein N is a natural number greater than or equal to 1; and if part of the locus of the Nth circle is positioned outside the closed graph represented by the first path label and all loci of the (N-1) th circle are positioned inside the closed graph represented by the first path label, determining that the (N-1) th circle is a first inscribed circle of the closed graph.
Optionally, if the maximum inscribed circle of the closed graph is not determined after the external polygon is subjected to meshing processing according to the initial preset multiplying power, re-meshing processing is performed on the external polygon according to the adjusted multiplying power; wherein the adjusted magnification is greater than the initial predetermined magnification; re-determining each inscribed circle of the closed graph by taking each new grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in the inscribed circles of the re-determined closed graphs as the largest inscribed circle of the closed graphs.
Optionally, the method further includes: and if the maximum inscribed circle of the closed graph is not determined according to the magnification after the M times of adjustment after the initial preset magnification is adjusted, ignoring the closed graph, wherein M is a natural number which is more than or equal to 1.
Optionally, the method further includes: and judging whether the determined radius of the maximum inscribed circle of the closed graph is smaller than a preset threshold value, and if so, ignoring the closed graph.
Optionally, the method further includes: extracting color values according to the attributes of the first group of labels; judging whether the extracted color value is a white or black color value; and if the extracted color value is a white or black color value, ignoring the closed graph represented by each path label contained in the first group of labels.
Optionally, the method further includes: generating a configuration file according to the source vector diagram and the circle center coordinates and the radius of the maximum inscribed circle of each closed graph in the source vector diagram, wherein the configuration file comprises the path data ID, the color value of each path label, and the circle center coordinates and the radius of the circle to be marked, the circle center of the circle to be marked is overlapped with the circle center of the maximum inscribed circle of the corresponding closed graph, and the radius is smaller than or equal to the radius of the maximum inscribed circle of the corresponding closed graph.
Optionally, if an ignored closed figure exists in the source vector diagram, deleting the ignored closed figure from the source vector diagram, and generating a new vector diagram.
Optionally, the method further includes: loading the new vector diagram in a screen of the electronic device; and according to the center coordinates and the radius in the configuration file, numbers and/or letters are marked in the circle determined by the center coordinates and the radius.
Optionally, a game progress display area is displayed in a local area of the screen, numbers and/or letters are displayed in the game progress display area, and each number or letter corresponds to a progress bar; the numbers and/or letters displayed in the game progress display area correspond to the numbers and/or letters marked in the closed graph of the new vector diagram; receiving click operation on a closed graph of the vector diagram; determining a closed graph corresponding to the clicking operation; filling corresponding colors in the click-operated closed graph according to the color values in the attributes of the group label to which the path label corresponding to the closed graph belongs, and displaying the current filling progress in a progress bar corresponding to the click-operated number or letter in a game progress display area.
In a second aspect, a second embodiment of the present invention provides an apparatus for determining a maximum inscribed circle of a closed figure in a vector diagram, where the apparatus includes: the analysis module is used for analyzing the source vector diagram to obtain a first group of labels in the source vector diagram; an extraction module to extract path data of a first path label within the first set of labels; the external polygon determining module is used for determining an external polygon of the closed graph represented by the first path label according to the path data of the first path label; the first meshing module is used for meshing the external polygon according to an initial preset multiplying power; the first inscribed circle determining module is used for determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center; and the first comparison module is used for taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph.
Optionally, the extracting module includes: the acquisition unit is used for acquiring a first path label in the first group of labels according to the first group of labels; an extracting unit configured to extract path data of the first path label from an attribute of the first path label.
Optionally, the first inscribed circle determining module includes: the drawing unit is used for drawing N circles by taking a first grid division point in the closed graph as a circle center and taking the 1 st to Nth step length radiuses as radiuses, wherein N is a natural number greater than or equal to 1; and the inscribed circle determining unit is used for determining that the N-1 th circle is the first inscribed circle of the closed graph if part of the track of the Nth circle is positioned outside the closed graph represented by the first path label and all the tracks of the N-1 th circle are positioned in the closed graph represented by the first path label.
Optionally, the apparatus further comprises: a second meshing module, configured to, if the maximum inscribed circle of the closed graph is not determined after the external polygon is subjected to meshing processing according to the initial predetermined magnification, perform meshing processing again on the external polygon according to the adjusted magnification; wherein the adjusted magnification is greater than the initial predetermined magnification; the second inscribed circle determining module is used for re-determining each inscribed circle of the closed graph by taking each new grid division point in the closed graph as a circle center; and the second comparison module is used for taking the inscribed circle with the largest radius in the inscribed circles of the re-determined closed graphs as the largest inscribed circle of the closed graphs.
Optionally, after the initial predetermined magnification is adjusted M times, if the maximum inscribed circle of the closed graph is not determined according to the magnification adjusted M times, the closed graph is ignored, where M is a natural number greater than or equal to 1.
Optionally, the first comparing module is further configured to determine whether the determined radius of the maximum inscribed circle of the closed graph is smaller than a predetermined threshold, and if the determined radius of the maximum inscribed circle of the closed graph is smaller than the predetermined threshold, ignore the closed graph.
Optionally, the apparatus further includes an attribute extraction module, where the attribute extraction module is configured to: extracting color values according to the attributes of the first group of labels; judging whether the extracted color value is a white or black color value; and if the extracted color value is a white or black color value, ignoring the closed graph represented by each path label contained in the first group of labels.
Optionally, the apparatus further includes a configuration file generation module, where the configuration file generation module is configured to: generating a configuration file according to the source vector diagram and the circle center coordinates and the radius of the maximum inscribed circle of each closed graph in the source vector diagram, wherein the configuration file comprises the path data ID, the color value of each path label, and the circle center coordinates and the radius of the circle to be marked, the circle center of the circle to be marked is overlapped with the circle center of the maximum inscribed circle of the corresponding closed graph, and the radius is smaller than or equal to the radius of the maximum inscribed circle of the corresponding closed graph.
Optionally, the vector diagram generating module is configured to delete the ignored closed graphics from the source vector diagram to generate a new vector diagram if the ignored closed graphics exists in the source vector diagram.
Optionally, the apparatus further includes a display module, where the display module is configured to: loading the new vector diagram in a screen of the electronic device; and according to the center coordinates and the radius in the configuration file, numbers and/or letters are marked in the circle determined by the center coordinates and the radius.
Optionally, the display module is further configured to: a game progress display area is displayed in a local area of the screen, numbers and/or letters are displayed in the game progress display area, and each number or letter corresponds to a progress bar; the numbers and/or letters displayed in the game progress display area correspond to the numbers and/or letters marked in the closed graph of the new vector diagram; receiving click operation on a closed graph of the vector diagram; determining a closed graph corresponding to the clicking operation; filling corresponding colors in the click-operated closed graph according to the color values in the attributes of the group label to which the path label corresponding to the closed graph belongs, and displaying the current filling progress in a progress bar corresponding to the click-operated number or letter in a game progress display area.
In a third aspect, a third embodiment of the present invention provides an electronic device, including: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes the program corresponding to the executable program code by reading the executable program code stored in the memory, and is used for executing the method of any one of the foregoing implementation modes.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium storing one or more programs, which are executable by one or more processors to implement the method according to any one of the embodiments of the present invention.
In a fifth aspect, an embodiment of the present invention further provides an application program, where the application program is executed to implement the method according to any one of the embodiments of the present invention.
The method, the device and the electronic equipment for determining the maximum inscribed circle of the closed graph in the vector diagram provided by the embodiment can analyze a source vector diagram to obtain a first group of labels in the source vector diagram; extracting path data for a first path label within the first set of labels; determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label; carrying out mesh division on the external polygon according to an initial preset multiplying power; determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph. Therefore, the source vector diagram does not need to be converted, the source vector diagram can be directly processed, and the method can still be used for determining the maximum inscribed circle of the closed graph with the holes, so that the efficiency of determining the maximum inscribed circle of the closed graph in the vector diagram is greatly improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for determining a maximum inscribed circle of a closed figure in a vector diagram according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of an apparatus for determining a maximum inscribed circle of a closed figure in a vector diagram according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
It should be understood that the described embodiments are only some embodiments of the invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In a first aspect, embodiments of the present invention provide a method for determining a maximum inscribed circle in a vector diagram, which can improve efficiency of determining the maximum inscribed circle in the vector diagram.
Fig. 1 is a schematic flow chart of a method for determining a maximum inscribed circle in a vector diagram according to an embodiment of the present invention, as shown in fig. 1, the method according to this embodiment may include:
step 101, analyzing a source vector diagram to obtain a first group of labels in the source vector diagram;
in this step, the source vector diagram (SVG picture) includes two main labels: a group tag (g-tag) and a path tag (path-tag) nested within the group tag in the form of a document tree. The group labels represent closed graph groups formed by grouping closed graphs in the source vector diagram, and the path labels represent paths of the closed graphs. The source vector diagram may include more than one group tag (i.e., each closed figure in the source vector diagram is divided into more than one closed figure group), and each group tag may include one path tag (i.e., the closed figure group represented by the group tag only includes one closed figure) or may include multiple path tags (i.e., the closed figure group represented by the group tag includes multiple closed figures).
In this embodiment, an attribute value is stored in the first group of tags, where the attribute value records the state of the tag, and the attribute value may include a color, and at this time, the filling color of the closed graph corresponding to each path tag in the first group of tags is consistent with the color attribute value of the first group of tags, that is, the filling color of the closed graph corresponding to the path tag in the same group of tags is the same; the attribute values can also comprise id, displacement and scaling, and when the source vector diagram is analyzed, the source vector diagram can be properly reduced based on the position value and the scaling value in the attribute, so that the calculation amount for determining the maximum inscribed circle of the closed graph in the subsequent steps can be reduced.
Optionally, after the source vector diagram of the color filling game is analyzed, a color value can be extracted according to the attributes of the first group of tags; judging whether the extracted color value is a white or black color value; if the extracted color value is a white or black color value, the closed graph corresponding to the path label in the first group of labels may be a background graph, and does not need to be filled by a player, and at this time, the closed graph represented by each path label included in the first group of labels may be ignored, and the maximum inscribed circle of the closed graph corresponding to the path label in the group of labels does not need to be determined.
Step 102, extracting path data of a first path label in the first group of labels;
in this step, an attribute value is stored in the first path label, where the attribute value may include a d (data) attribute, and the path data of the first path label is stored in the d attribute of the first path label. At this time, the extracting path data of the first path label in the first group of labels may include: acquiring a first path label in the first group of labels according to the first group of labels; and extracting the path data of the first path label from the attribute of the first path label.
Optionally, the attribute value of the path label may further include a color attribute, and at this time, the filling color of the closed graph corresponding to each path label may be separately set.
103, determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label;
in this step, the circumscribed polygon is used to represent the frame of the closed graph, and the circumscribed polygon of the closed graph represented by the first path label may be determined by using a third party library svgpathools of Python.
104, carrying out mesh division on the external polygon according to an initial preset multiplying power;
in this step, when a mesh partitioning (meshing) process is performed on a polygon, the initial predetermined magnification directly affects the calculation accuracy and the calculation scale of the maximum inscribed circle determined in the subsequent steps, generally speaking, the larger the initial predetermined magnification is, the better the calculation accuracy is, but the calculation scale is increased, so that two factors should be balanced and considered comprehensively when the initial predetermined magnification is determined.
Optionally, the minimum x value, the maximum x value, the minimum y value, and the maximum y value of the closed graph represented by the first path label may be obtained according to the path data of the first path label, then the circumscribed rectangle of the closed graph is obtained according to the four values, and then the circumscribed rectangle is subjected to mesh division, so that the initial predetermined magnification is set conveniently. Alternatively, the value of the initial predetermined magnification may be set to 10.
Optionally, the circumscribed rectangle may be subjected to meshing by using a third-party library Pandas vectorization propagation calculation (vectorization propagation calculation, that is, the same task is performed on the same data column) of Python, and as the speed of performing such task by Pandas is extremely fast, the efficiency of meshing can be improved.
105, determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center;
in this step, a third-party library shape of Python may be used to determine whether each mesh division point is located in an external polygon corresponding to the closed graph, and the mesh division point located in the external polygon is used as a mesh division point inside the closed graph.
Optionally, the determining each inscribed circle of the closed graph by taking each grid division point inside the closed graph as a circle center may include: drawing N circles by taking a first grid division point in the closed graph as a circle center and taking the 1 st to Nth step length radiuses as radiuses, wherein N is a natural number greater than or equal to 1; and if part of the locus of the Nth circle is positioned outside the closed graph represented by the first path label and all loci of the (N-1) th circle are positioned inside the closed graph represented by the first path label, determining that the (N-1) th circle is a first inscribed circle of the closed graph.
And 106, taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph.
In this step, the radii of the inscribed circles of the closed graph are compared, and the inscribed circle with the largest radius is used as the largest inscribed circle of the closed graph. If the maximum inscribed circle of the closed graph is not determined after the circumscribed polygon is subjected to the meshing processing according to the initial preset multiplying power (when the closed graph is too small, the value of the step radius may be larger than the radius of the maximum inscribed circle of the closed graph, or no mesh dividing point exists inside the closed graph, at this time, the maximum inscribed circle of the closed graph cannot be determined according to the methods in step 105 and step 106), the initial preset multiplying power may be adjusted according to a preset rule, where the adjusted multiplying power is larger than the initial preset multiplying power, for example: the adjusted multiplying power is twice of the initial preset multiplying power; carrying out meshing processing on the external polygon again according to the adjusted multiplying power; then, by taking each new grid division point in the closed graph as a circle center, re-determining each inscribed circle of the closed graph; and taking the inscribed circle with the largest radius in the inscribed circles of the re-determined closed graphs as the largest inscribed circle of the closed graphs.
Optionally, after adjusting the initial predetermined magnification for M (M is a natural number greater than or equal to 1) times, if the maximum inscribed circle of the closed graph is still not determined according to the magnification adjusted for the M time, it may be determined that the area of the closed graph is too small, and for the color-filling game, the closed graph with too small area may be ignored.
Optionally, the method described in steps 101 to 106 may be utilized to sequentially determine the maximum inscribed circle of each closed graph in the source vector diagram, and of course, the parallel computing capability of the computer may also be fully utilized, and the maximum inscribed circle of each closed graph in the source vector diagram is computed simultaneously by using multiple processes, so that the efficiency of determining the maximum inscribed circle of each closed graph in the vector diagram can be further improved.
Optionally, after obtaining the maximum inscribed circle of each closed graph, a group (group label) to which the closed graph belongs may be marked in the maximum inscribed circle of the closed graph. At this time, a closed figure with a too small maximum inscribed circle may exist in the source vector diagram, and the meaning of coloring the closed figure is not great for the color filling game, so after the maximum inscribed circle radius of the closed figure is determined, it may also be determined whether the radius of the maximum inscribed circle of the closed figure is smaller than a predetermined threshold, for example: the value of the preset threshold is set to 0.005 pixels, and if the value is less than the preset threshold, the closed figure can be ignored.
Optionally, after determining the maximum inscribed circle of each closed figure in the source vector diagram, a configuration file may be generated according to the source vector diagram and the circle center coordinates and the radius of the maximum inscribed circle of each closed figure in the source vector diagram, where the configuration file includes the path data ID of each path label, the color value, the circle center coordinates and the radius of the circle to be marked, the circle center of the circle to be marked coincides with the circle center of the maximum inscribed circle of the corresponding closed figure, and the radius is less than or equal to the radius of the maximum inscribed circle of the corresponding closed figure. For example: the radius of the circle to be marked is 60% of the maximum inscribed circle radius of the corresponding closed graph, so that when the mark is marked in the circle determined according to the circle center coordinate and the radius stored in the configuration file, the marked mark can be ensured to be positioned in the closed graph.
Optionally, when outputting the new vector diagram, the ignored closed graphics may be deleted from the source vector diagram, and a new vector diagram is generated.
Optionally, the new vector image may be loaded in a screen of the electronic device; and according to the circle center coordinate and the radius in the configuration file, numbers and/or letters are marked in the circle determined by the circle center coordinate and the radius. For example: and marking numbers and/or letters on the circle center, and controlling the sizes of the numbers and/or letters according to the radius. Optionally, a closed graph corresponding to the path label belonging to the first group of labels is labeled with a number 1, a closed graph corresponding to the path label belonging to the second group of labels is labeled with a number 2, and so on. Therefore, the player can conveniently know which closed graphics have the same color when playing the game.
Optionally, a game progress display area may be displayed in a partial area of the screen, where numbers and/or letters corresponding to numbers and/or letters marked in the closed graphics of the new vector diagram are displayed in the game progress display area, and each number or letter corresponds to a progress bar; when a user clicks the closed graph of the new vector diagram, receiving the clicking operation of the closed graph of the vector diagram; determining a closed graph corresponding to the clicking operation; filling corresponding colors in the click-operated closed graph according to the color values in the attributes of the group label to which the path label corresponding to the closed graph belongs, and displaying the current filling progress in a progress bar corresponding to the click-operated number or letter in a game progress display area. Therefore, the user can know the filling progress of the group of closed graphs according to the current filling progress displayed in the progress bar; the progress of the whole game can be obtained according to all the progress bars in the whole game progress display area.
The method for determining the maximum inscribed circle of the closed graph in the vector diagram provided by the embodiment can be used for analyzing a source vector diagram and acquiring a first group of labels in the source vector diagram; extracting path data for a first path label within the first set of labels; determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label; carrying out mesh division on the external polygon according to an initial preset multiplying power; determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph. Therefore, the source vector diagram does not need to be converted, the source vector diagram can be directly processed, and the method can still be used for determining the maximum inscribed circle of the closed graph with the holes, so that the efficiency of determining the maximum inscribed circle of the closed graph in the vector diagram is greatly improved.
In a second aspect, the present invention provides an apparatus for processing a picture, which can improve efficiency of determining a maximum inscribed circle of a closed figure in a vector diagram.
Fig. 2 is a schematic structural diagram of an apparatus for determining a maximum inscribed circle of a closed figure in a vector diagram according to a second embodiment of the present invention, as shown in fig. 2, the apparatus includes: the analysis module 21 is configured to analyze a source vector diagram to obtain a first group of tags in the source vector diagram; an extraction module 22, configured to extract path data of a first path label in the first set of labels; an external polygon determining module 23, configured to determine, according to the path data of the first path label, an external polygon of the closed graph represented by the first path label; the first meshing module 24 is configured to perform meshing on the external polygon according to an initial predetermined magnification; a first inscribed circle determining module 25, configured to determine each inscribed circle of the closed graph with each mesh division point inside the closed graph as a circle center; and a first comparing module 26, configured to use an inscribed circle with a largest radius among the inscribed circles of the closed graph as a largest inscribed circle of the closed graph.
Optionally, the extracting module includes: the acquisition unit is used for acquiring a first path label in the first group of labels according to the first group of labels; an extracting unit configured to extract path data of the first path label from an attribute of the first path label.
Optionally, the first inscribed circle determining module includes: the drawing unit is used for drawing N circles by taking a first grid division point in the closed graph as a circle center and taking the 1 st to Nth step length radiuses as radiuses, wherein N is a natural number greater than or equal to 1; and the inscribed circle determining unit is used for determining that the N-1 th circle is the first inscribed circle of the closed graph if part of the track of the Nth circle is positioned outside the closed graph represented by the first path label and all the tracks of the N-1 th circle are positioned in the closed graph represented by the first path label.
Optionally, the apparatus further comprises: a second meshing module, configured to, if the maximum inscribed circle of the closed graph is not determined after the external polygon is subjected to meshing processing according to the initial predetermined magnification, perform meshing processing again on the external polygon according to the adjusted magnification; wherein the adjusted magnification is greater than the initial predetermined magnification; the second inscribed circle determining module is used for re-determining each inscribed circle of the closed graph by taking each new grid division point in the closed graph as a circle center; and the second comparison module is used for taking the inscribed circle with the largest radius in the inscribed circles of the re-determined closed graphs as the largest inscribed circle of the closed graphs.
Optionally, after the initial predetermined magnification is adjusted M times, if the maximum inscribed circle of the closed graph is not determined according to the magnification adjusted M times, the closed graph is ignored, where M is a natural number greater than or equal to 1.
Optionally, the first comparing module is further configured to determine whether the determined radius of the maximum inscribed circle of the closed graph is smaller than a predetermined threshold, and if the determined radius of the maximum inscribed circle of the closed graph is smaller than the predetermined threshold, ignore the closed graph.
Optionally, the apparatus further includes an attribute extraction module, where the attribute extraction module is configured to: extracting color values according to the attributes of the first group of labels; judging whether the extracted color value is a white or black color value; and if the extracted color value is a white or black color value, ignoring the closed graph represented by each path label contained in the first group of labels.
Optionally, the apparatus further includes a configuration file generation module, where the configuration file generation module is configured to: generating a configuration file according to the source vector diagram and the circle center coordinates and the radius of the maximum inscribed circle of each closed graph in the source vector diagram, wherein the configuration file comprises the path data ID, the color value of each path label, and the circle center coordinates and the radius of the circle to be marked, the circle center of the circle to be marked is overlapped with the circle center of the maximum inscribed circle of the corresponding closed graph, and the radius is smaller than or equal to the radius of the maximum inscribed circle of the corresponding closed graph.
Optionally, the vector diagram generating module is configured to delete the ignored closed graphics from the source vector diagram to generate a new vector diagram if the ignored closed graphics exists in the source vector diagram.
Optionally, the apparatus further includes a display module, where the display module is configured to: loading the new vector diagram in a screen of the electronic device; and according to the center coordinates and the radius in the configuration file, numbers and/or letters are marked in the circle determined by the center coordinates and the radius.
Optionally, the display module is further configured to: a game progress display area is displayed in a local area of the screen, numbers and/or letters are displayed in the game progress display area, and each number or letter corresponds to a progress bar; the numbers and/or letters displayed in the game progress display area correspond to the numbers and/or letters marked in the closed graph of the new vector diagram; receiving click operation on a closed graph of the vector diagram; determining a closed graph corresponding to the clicking operation; filling corresponding colors in the click-operated closed graph according to the color values in the attributes of the group label to which the path label corresponding to the closed graph belongs, and displaying the current filling progress in a progress bar corresponding to the click-operated number or letter in a game progress display area.
The device for determining the maximum inscribed circle of the closed graph in the vector diagram provided by the embodiment can analyze a source vector diagram and obtain a first group of labels in the source vector diagram; extracting path data for a first path label within the first set of labels; determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label; carrying out mesh division on the external polygon according to an initial preset multiplying power; determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph. Therefore, the source vector diagram does not need to be converted, the source vector diagram can be directly processed, and the method can still be used for determining the maximum inscribed circle of the closed graph with the holes, so that the efficiency of determining the maximum inscribed circle of the closed graph in the vector diagram is greatly improved.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes the apparatus in any of the foregoing embodiments.
Fig. 3 is a schematic structural diagram of an embodiment of an electronic device of the present invention, which can implement the flow of the embodiment shown in fig. 1 of the present invention, and as shown in fig. 3, the electronic device may include: the device comprises a shell 31, a processor 32, a memory 33, a circuit board 34 and a power circuit 35, wherein the circuit board 34 is arranged inside a space enclosed by the shell 31, and the processor 32 and the memory 33 are arranged on the circuit board 34; a power supply circuit 35 for supplying power to each circuit or device of the electronic apparatus; the memory 33 is used for storing executable program codes; the processor 32 executes a program corresponding to the executable program code by reading the executable program code stored in the memory 33, for executing the method described in any of the foregoing embodiments.
The specific execution process of the above steps by the processor 32 and the steps further executed by the processor 32 by running the executable program code may refer to the description of the embodiment shown in fig. 1 of the present invention, and are not described herein again.
The electronic device exists in a variety of forms, including but not limited to:
(1) a mobile communication device: such devices are characterized by mobile communications capabilities and are primarily targeted at providing voice, data communications. Such terminals include: smart phones (e.g., iphones), multimedia phones, functional phones, and low-end phones, among others.
(2) Ultra mobile personal computer device: the equipment belongs to the category of personal computers, has calculation and processing functions and generally has the characteristic of mobile internet access. Such terminals include: PDA, MID, and UMPC devices, etc., such as ipads.
(3) A portable entertainment device: such devices can display and play multimedia content. This type of device comprises: audio, video players (e.g., ipods), handheld game consoles, electronic books, and smart toys and portable car navigation devices.
(4) A server: the device for providing the computing service comprises a processor, a hard disk, a memory, a system bus and the like, and the server is similar to a general computer architecture, but has higher requirements on processing capacity, stability, reliability, safety, expandability, manageability and the like because of the need of providing high-reliability service.
(5) And other electronic equipment with data interaction function.
In a fourth aspect, embodiments of the present invention also provide a computer-readable storage medium storing one or more programs, which are executable by one or more processors to implement a method provided in any of the embodiments of the present invention.
In a fifth aspect, the embodiment of the present invention further provides an application program, where the application program is executed to implement the method provided in any embodiment of the present invention.
It should be noted that, in this document, relational terms such as first and second, and the like are used only for description
One entity or operation is distinguished from another entity or operation by no means required or implied
There may be any such actual relationship or order between the entities or operations. Also, the terms "include", "bag" and the like
The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments.
In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
For convenience of description, the above devices are described separately in terms of functional division into various units/modules. Of course, the functionality of the units/modules may be implemented in one or more software and/or hardware implementations of the invention.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (24)

1. A method for determining a maximum inscribed circle of a closed figure in a vector diagram, comprising:
analyzing a source vector diagram to obtain a first group of labels in the source vector diagram;
extracting path data for a first path label within the first set of labels;
determining a circumscribed polygon of the closed graph represented by the first path label according to the path data of the first path label;
carrying out mesh division on the external polygon according to an initial preset multiplying power;
determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center;
and taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph.
2. The method of claim 1, wherein extracting path data for a first path label within the first set of labels comprises:
acquiring a first path label in the first group of labels according to the first group of labels;
and extracting the path data of the first path label from the attribute of the first path label.
3. The method of claim 1, wherein the determining each inscribed circle of the closed graph with each mesh partition point inside the closed graph as a center comprises:
drawing N circles by taking a first grid division point in the closed graph as a circle center and taking the 1 st to Nth step length radiuses as radiuses, wherein N is a natural number greater than or equal to 1;
and if part of the locus of the Nth circle is positioned outside the closed graph represented by the first path label and all loci of the (N-1) th circle are positioned inside the closed graph represented by the first path label, determining that the (N-1) th circle is a first inscribed circle of the closed graph.
4. The method of claim 1, further comprising:
if the maximum inscribed circle of the closed graph is not determined after the external polygon is subjected to meshing processing according to the initial preset multiplying power, re-meshing processing is carried out on the external polygon according to the adjusted multiplying power; wherein the adjusted magnification is greater than the initial predetermined magnification;
re-determining each inscribed circle of the closed graph by taking each new grid division point in the closed graph as a circle center; and taking the inscribed circle with the largest radius in the inscribed circles of the re-determined closed graphs as the largest inscribed circle of the closed graphs.
5. The method of claim 4, further comprising:
and if the maximum inscribed circle of the closed graph is not determined according to the magnification after the M times of adjustment after the initial preset magnification is adjusted, ignoring the closed graph, wherein M is a natural number greater than or equal to 1.
6. The method of claim 1, further comprising:
and judging whether the determined radius of the maximum inscribed circle of the closed graph is smaller than a preset threshold value, and if so, ignoring the closed graph.
7. The method of claim 1, further comprising:
extracting color values according to the attributes of the first group of labels;
judging whether the extracted color value is a white or black color value;
and if the extracted color value is a white or black color value, ignoring the closed graph represented by each path label contained in the first group of labels.
8. The method of any of claims 1 to 6, further comprising:
generating a configuration file according to the source vector diagram and the circle center coordinates and the radius of the maximum inscribed circle of each closed graph in the source vector diagram, wherein the configuration file comprises the path data ID, the color value of each path label, and the circle center coordinates and the radius of the circle to be marked, the circle center of the circle to be marked is overlapped with the circle center of the maximum inscribed circle of the corresponding closed graph, and the radius is smaller than or equal to the radius of the maximum inscribed circle of the corresponding closed graph.
9. The method of claim 8 wherein if an ignored closed figure is present in said source vector image, deleting said ignored closed figure from the source vector image to create a new vector image.
10. The method of claim 9, further comprising:
loading the new vector diagram in a screen of the electronic device;
and according to the center coordinates and the radius in the configuration file, numbers and/or letters are marked in the circle determined by the center coordinates and the radius.
11. The method of claim 10, further comprising: a game progress display area is displayed in a local area of the screen, numbers and/or letters are displayed in the game progress display area, and each number or letter corresponds to a progress bar; the numbers and/or letters displayed in the game progress display area correspond to the numbers and/or letters marked in the closed graph of the new vector diagram;
receiving click operation on a closed graph of the vector diagram;
determining a closed graph corresponding to the clicking operation;
filling corresponding colors in the closed graph subjected to the clicking operation according to the color values in the attributes of the group label to which the path label corresponding to the closed graph belongs, and displaying the current filling progress in a progress bar corresponding to the numbers or letters subjected to the clicking operation in a game progress display area.
12. An apparatus for determining a maximum inscribed circle of a closed figure in a vector diagram, comprising:
the analysis module is used for analyzing the source vector diagram to obtain a first group of labels in the source vector diagram;
an extraction module to extract path data of a first path label within the first set of labels;
the external polygon determining module is used for determining an external polygon of the closed graph represented by the first path label according to the path data of the first path label;
the first meshing module is used for meshing the external polygon according to an initial preset multiplying power;
the first inscribed circle determining module is used for determining each inscribed circle of the closed graph by taking each grid division point in the closed graph as a circle center;
and the first comparison module is used for taking the inscribed circle with the largest radius in all inscribed circles of the closed graph as the largest inscribed circle of the closed graph.
13. The apparatus of claim 12, wherein the extraction module comprises:
the acquisition unit is used for acquiring a first path label in the first group of labels according to the first group of labels;
an extracting unit configured to extract path data of the first path label from an attribute of the first path label.
14. The apparatus of claim 12, wherein the first inscribed circle determining module comprises:
the drawing unit is used for drawing N circles by taking a first grid division point in the closed graph as a circle center and taking the 1 st to Nth step length radiuses as radiuses, wherein N is a natural number greater than or equal to 1;
and the inscribed circle determining unit is used for determining that the N-1 th circle is the first inscribed circle of the closed graph if part of the track of the Nth circle is positioned outside the closed graph represented by the first path label and all the tracks of the N-1 th circle are positioned in the closed graph represented by the first path label.
15. The apparatus of claim 12, further comprising:
a second meshing module, configured to, if the maximum inscribed circle of the closed graph is not determined after the external polygon is subjected to meshing processing according to the initial predetermined magnification, perform meshing processing again on the external polygon according to the adjusted magnification; wherein the adjusted magnification is greater than the initial predetermined magnification;
the second inscribed circle determining module is used for re-determining each inscribed circle of the closed graph by taking each new grid division point in the closed graph as a circle center;
and the second comparison module is used for taking the inscribed circle with the largest radius in the inscribed circles of the re-determined closed graphs as the largest inscribed circle of the closed graphs.
16. The apparatus of claim 15, wherein the closed figure is ignored if the maximum inscribed circle of the closed figure is not determined according to the magnification after the mth adjustment after the initial predetermined magnification is adjusted M times, where M is a natural number greater than or equal to 1.
17. The apparatus of claim 12, wherein the first comparing module is further configured to determine whether the determined radius of the maximum inscribed circle of the closed graph is smaller than a predetermined threshold, and if so, ignore the closed graph.
18. The apparatus of claim 12, further comprising an attribute extraction module to:
extracting color values according to the attributes of the first group of labels;
judging whether the extracted color value is a white or black color value;
and if the extracted color value is a white or black color value, ignoring the closed graph represented by each path label contained in the first group of labels.
19. The apparatus according to any one of claims 12 to 17, wherein the apparatus further comprises a profile generation module configured to:
generating a configuration file according to the source vector diagram and the circle center coordinates and the radius of the maximum inscribed circle of each closed graph in the source vector diagram, wherein the configuration file comprises the path data ID, the color value of each path label, and the circle center coordinates and the radius of the circle to be marked, the circle center of the circle to be marked is overlapped with the circle center of the maximum inscribed circle of the corresponding closed graph, and the radius is smaller than or equal to the radius of the maximum inscribed circle of the corresponding closed graph.
20. The apparatus of claim 19, further comprising: and the vector diagram generating module is used for deleting the ignored closed graphics from the source vector diagram to generate a new vector diagram if the ignored closed graphics exist in the source vector diagram.
21. The apparatus of claim 20, further comprising a display module configured to:
loading the new vector diagram in a screen of the electronic device;
and according to the center coordinates and the radius in the configuration file, numbers and/or letters are marked in the circle determined by the center coordinates and the radius.
22. The apparatus of claim 21, wherein the display module is further configured to:
a game progress display area is displayed in a local area of the screen, numbers and/or letters are displayed in the game progress display area, and each number or letter corresponds to a progress bar; the numbers and/or letters displayed in the game progress display area correspond to the numbers and/or letters marked in the closed graph of the new vector diagram;
receiving click operation on a closed graph of the vector diagram;
determining a closed graph corresponding to the clicking operation;
filling corresponding colors in the closed graph subjected to the clicking operation according to the color values in the attributes of the group label to which the path label corresponding to the closed graph belongs, and displaying the current filling progress in a progress bar corresponding to the numbers or letters subjected to the clicking operation in a game progress display area.
23. An electronic device, comprising: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing the method of determining the maximum inscribed circle of the closed figure in the vector diagram of any of claims 1 to 11.
24. A computer readable storage medium, characterized in that the computer readable storage medium stores one or more programs which are executable by one or more processors to implement the method of determining a maximum inscribed circle of a closed figure in a vector diagram of any of the preceding claims 1 to 11.
CN201910582973.3A 2019-06-28 2019-06-28 Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment Active CN110297932B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910582973.3A CN110297932B (en) 2019-06-28 2019-06-28 Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910582973.3A CN110297932B (en) 2019-06-28 2019-06-28 Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment

Publications (2)

Publication Number Publication Date
CN110297932A CN110297932A (en) 2019-10-01
CN110297932B true CN110297932B (en) 2021-07-23

Family

ID=68029573

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910582973.3A Active CN110297932B (en) 2019-06-28 2019-06-28 Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment

Country Status (1)

Country Link
CN (1) CN110297932B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110909602A (en) * 2019-10-21 2020-03-24 广联达科技股份有限公司 Two-dimensional vector diagram sub-domain identification method and device
CN112837394A (en) * 2019-11-25 2021-05-25 珠海金山办公软件有限公司 Polygon drawing method and device, electronic equipment and readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107918953A (en) * 2017-09-27 2018-04-17 中国科学院光电研究院 The extracting method and device of laser scanning power line point cloud based on three dimensions
CN109923513A (en) * 2016-09-09 2019-06-21 森赛尔股份有限公司 System for detecting and characterizing the input on touch sensor

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7486294B2 (en) * 2003-03-27 2009-02-03 Microsoft Corporation Vector graphics element-based model, application programming interface, and markup language
JP4068596B2 (en) * 2003-06-27 2008-03-26 株式会社東芝 Graphic processing method, graphic processing apparatus, and computer-readable graphic processing program
GB0818278D0 (en) * 2008-10-06 2008-11-12 Advanced Risc Mach Ltd Graphics processing systems
CN102937896B (en) * 2012-11-05 2015-12-02 清华大学 The method of color mapping techniques Dynamic Display two-dimensional space data is utilized in SVG
US9740792B2 (en) * 2014-06-18 2017-08-22 Vmware, Inc. Connection paths for application topology
US10589512B2 (en) * 2014-07-10 2020-03-17 Carbon, Inc. Methods and apparatus for continuous liquid interface production with rotation
CN106610766A (en) * 2015-10-26 2017-05-03 北京国双科技有限公司 Frame selection method and device of thermodynamic diagram

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109923513A (en) * 2016-09-09 2019-06-21 森赛尔股份有限公司 System for detecting and characterizing the input on touch sensor
CN107918953A (en) * 2017-09-27 2018-04-17 中国科学院光电研究院 The extracting method and device of laser scanning power line point cloud based on three dimensions

Also Published As

Publication number Publication date
CN110297932A (en) 2019-10-01

Similar Documents

Publication Publication Date Title
CN114155543B (en) Neural network training method, document image understanding method, device and equipment
CN108595519A (en) Focus incident sorting technique, device and storage medium
CN111275784B (en) Method and device for generating image
US20080260252A1 (en) System, Method, and Apparatus for Continuous Character Recognition
CN109583509B (en) Data generation method and device and electronic equipment
CN110297932B (en) Method and device for determining maximum inscribed circle of closed graph in vector diagram and electronic equipment
CN110276816A (en) Regional color filling method and device, electronic equipment and computer readable storage medium
CN111582459B (en) Method for executing operation, electronic equipment, device and storage medium
CN109389660A (en) Image generating method and device
CN104866091A (en) Method and device for outputting audio-effect information in computer equipment
CN113313066A (en) Image recognition method, image recognition device, storage medium and terminal
CN109299378B (en) Search result display method and device, terminal and storage medium
CN117132690A (en) Image generation method and related device
CN111476291A (en) Data processing method, device and storage medium
CN112835807B (en) Interface identification method and device, electronic equipment and storage medium
CN116052195A (en) Document parsing method, device, terminal equipment and computer readable storage medium
CN110721471B (en) Virtual application object output method and device and computer storage medium
CN110110770A (en) Garment image shopping guide character generating method and device neural network based
KR102466701B1 (en) Electronic device capable of line break in sentence unit on spreadsheet and operating method thereof
CN110942056A (en) Clothing key point positioning method and device, electronic equipment and medium
CN108664948A (en) Method and apparatus for generating information
CN114818627A (en) Form information extraction method, device, equipment and medium
CN115205301A (en) Image segmentation method and device based on characteristic space multi-view analysis
CN113468906A (en) Graphic code extraction model construction method, recognition method, device, equipment and medium
CN112861611A (en) Copying method, copying device, computer equipment and storage medium

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