WO2025239073A1 - 図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム - Google Patents

図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム

Info

Publication number
WO2025239073A1
WO2025239073A1 PCT/JP2025/014200 JP2025014200W WO2025239073A1 WO 2025239073 A1 WO2025239073 A1 WO 2025239073A1 JP 2025014200 W JP2025014200 W JP 2025014200W WO 2025239073 A1 WO2025239073 A1 WO 2025239073A1
Authority
WO
WIPO (PCT)
Prior art keywords
corner
graphic data
line segments
horizontal
corner points
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
PCT/JP2025/014200
Other languages
English (en)
French (fr)
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.)
Amada Co Ltd
Original Assignee
Amada 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 Amada Co Ltd filed Critical Amada Co Ltd
Publication of WO2025239073A1 publication Critical patent/WO2025239073A1/ja
Pending legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes

Definitions

  • This disclosure relates to a graphic data creation device, a graphic data creation method, and a graphic data creation program.
  • Patent Document 1 describes a graphic data creation device that creates graphic data made up of vector data based on a drawing image formed from raster data depicting a component.
  • a computer recognizes parts as objects drawn in a drawing image and superimposes horizontal and vertical guide lines on the drawing image that overlap with the horizontal and vertical line segments of the parts.
  • an operator draws a part by viewing the drawing image on which the guide lines are superimposed and selecting the line segments of the guide lines that surround the part. This allows the graphic data creation device to create graphic data that represents the drawn part.
  • the graphic data creation device described in Patent Document 1 requires an operator to manually draw the objects depicted in the drawing image. There is a need for a graphic data creation device, graphic data creation method, and graphic data creation program that can reduce the operator's workload.
  • a first aspect of one or more embodiments provides a graphic data creation device comprising a non-transitory storage medium storing a graphic data creation program and a central processing unit, wherein the central processing unit executes the graphic data creation program to extract horizontal and vertical line segments that constitute the outline of an arbitrary object depicted in a drawing image read by the central processing unit, generate horizontal and vertical guide lines that overlap with the horizontal and vertical line segments, extract outline corner points that indicate the positions of the object's outline corners based on the intersections of the horizontal and vertical guide lines, generate trace lines that connect the extracted outline corner points, and generate graphic data representing the object based on the trace lines.
  • a second aspect of one or more embodiments provides a graphic data creation method in which a computer reads a drawing image on which an arbitrary object is drawn, extracts horizontal and vertical line segments that make up the outline of the object drawn in the drawing image, generates horizontal and vertical guide lines that overlap with the horizontal and vertical line segments, extracts outline corner points that indicate the positions of the object's outline corners based on the intersections of the horizontal and vertical guide lines, generates tracing lines that connect the extracted outline corner points, and generates graphic data representing the object based on the tracing lines.
  • a third aspect of one or more embodiments provides a graphic data creation program that causes a computer device to execute the following steps: reading a drawing image in which an arbitrary object is drawn; extracting horizontal and vertical line segments that make up the outline of the object drawn in the drawing image; generating horizontal and vertical guide lines that overlap with the horizontal and vertical line segments; extracting outline corner points that indicate the positions of the object's outline corners based on the intersections of the horizontal and vertical guide lines; generating trace lines that connect the extracted outline corner points; and generating graphic data representing the object based on the trace lines.
  • the graphic data creation device, graphic data creation method, and graphic data creation program according to one or more embodiments can reduce the workload of the operator.
  • FIG. 1 is a block diagram illustrating a graphics data creation device according to one or more embodiments.
  • FIG. 2 is a block diagram showing an example of the functional configuration of a graphic data creation device according to one or more embodiments, which is realized by a central processing unit of a computer device executing a graphic data creation program according to one or more embodiments.
  • FIG. 3 is a diagram showing an example of a drawing image.
  • FIG. 4 is a diagram showing a state in which guide lines are superimposed on the object depicted in the drawing image shown in FIG.
  • FIG. 5 is a conceptual diagram showing in three dimensions a drawing image layer on which a drawing image is drawn and a guide line layer on which guide lines are drawn.
  • FIG. 6 is a diagram showing intersections of guide lines.
  • FIG. 1 is a block diagram illustrating a graphics data creation device according to one or more embodiments.
  • FIG. 2 is a block diagram showing an example of the functional configuration of a graphic data creation device according to one or more embodiments, which is
  • FIG. 7A is a diagram showing an example in which object pixels exist in the periphery of the intersection of the guide lines.
  • FIG. 7B is a diagram showing an example in which no object pixels exist in the periphery of the intersection of the guide lines.
  • FIG. 8A is a diagram showing an example of an upper corner of an object determined based on an upper/lower determination region set around an intersection of guide lines.
  • FIG. 8B is a diagram showing an example of a bottom corner of an object determined based on a top/bottom determination region set around the intersection of the guide lines.
  • FIG. 8C is a diagram showing an example of a continuous vertical line of an object determined based on an up-down determination region set around the intersection of the guide lines.
  • FIG. 8A is a diagram showing an example in which object pixels exist in the periphery of the intersection of the guide lines.
  • FIG. 7B is a diagram showing an example in which no object pixels exist in the periphery of the intersection of the guide lines.
  • FIG. 8D is a diagram showing an example of the absence of object pixels in the vertical direction determined based on the up/down determination region set in the periphery of the intersection of the guide lines.
  • FIG. 9A is a diagram showing an example of the left corner of an object determined based on a left/right determination region set in the periphery of the intersection of the guide lines.
  • FIG. 9B is a diagram showing an example of a right corner of an object determined based on a left/right determination region set in the periphery of the intersection of the guide lines.
  • FIG. 9C is a diagram showing an example of a horizontal continuous line of an object determined based on a left-right determination region set around the intersection of the guide lines.
  • FIG. 9A is a diagram showing an example of the left corner of an object determined based on a left/right determination region set in the periphery of the intersection of the guide lines.
  • FIG. 9B is a diagram showing an example of a right corner of an object determined based on a
  • FIG. 9D is a diagram showing an example of the absence of object pixels in the horizontal direction determined based on left/right determination regions set around the intersections of the guide lines.
  • FIG. 10 is a conceptual diagram showing a state in which intersections of guide lines indicating corners of an object are extracted as contour corners.
  • FIG. 11 is a diagram showing guide line segments obtained by dividing a guide line.
  • FIG. 12A is a diagram showing an example of a guide line segment that does not constitute an outline line segment of an object.
  • FIG. 12B is a diagram showing an example of guide line segments that form the outline line segments of an object.
  • FIG. 13 is a diagram showing guide line segments that overlap with the outline line segments of an object.
  • FIG. 14 is a diagram showing a state in which intersections of guide lines indicating corners of an object are extracted as outline corners based on guide line segments that overlap with the outline line segments of the object shown in FIG.
  • FIG. 15 is a conceptual diagram showing a state in which trace lines indicating an object are drawn on the trace line layer based on the contour corner points shown in FIG. 10 or 14.
  • FIG. 16 is a diagram showing an example in which the corners of an object are rounded.
  • FIG. 17A is a diagram showing a trace line generated based on the object with rounded corners shown in FIG. 16 .
  • FIG. 17B is a diagram showing the trace line shown in FIG. 17A after being corrected to have rounded corners by R-chamfering.
  • FIG. 17A is a diagram showing a trace line generated based on the object with rounded corners shown in FIG. 16 .
  • FIG. 17B is a diagram showing the trace line shown in FIG. 17A after being corrected to have rounded corners by R-chamfering.
  • FIG. 18 is a diagram showing an example of an object having corners that are largely chamfered.
  • FIG. 19 is a diagram showing corner points of the outer shape of an object extracted based on the intersection points of the guide lines superimposed on the drawing image shown in FIG.
  • FIG. 20 is a conceptual diagram showing a state in which the corner points of the outer shape of the object shown in FIG. 19 are divided into upper and lower corners and left and right corners.
  • FIG. 21 is a diagram showing a state in which unextracted outer corner points in FIG. 19 have been filled in.
  • FIG. 22 is a diagram showing a trace line generated based on the four contour corner points shown in FIG.
  • FIG. 23 is a diagram showing a state in which the trace line shown in FIG.
  • FIG. 24 is a flowchart showing a process executed by a computer device according to one or more embodiments of a graphic data creation method or one or more embodiments of a graphic data creation program.
  • a graphic data creation device 100 includes a central processing unit 1, a non-transitory storage medium 2, an operation unit 3, and a display unit 4.
  • a graphic data creation program 20 according to one or more embodiments is stored in the non-transitory storage medium 2.
  • the graphic data creation device 100 can be configured as a computer device.
  • the non-transitory storage medium 2 is a storage medium readable by the computer device.
  • the central processing unit 1 executes the graphic data creation program 20.
  • a working memory (not shown) may be used.
  • the central processing unit 1 executes the graphic data creation program 20
  • the central processing unit 1 is virtually configured to include an arrow detection unit 11, a line detection unit 12, a guide line generation unit 13, an outer corner extraction unit 14, a trace line generation unit 15, a graphic correction unit 16, a graphic data generation unit 17, and an editing unit 18.
  • the graphic data creation device 100 when creating graphic data based on the drawing image 50 shown in Figure 3 will be described.
  • the graphic data creation device 100 reads the drawing image 50 shown in Figure 3.
  • the editing unit 18 displays the read drawing image 50 on the display unit 4.
  • the graphic data of the drawing image 50 may be any graphic data formed from raster data such as a PDF file, PNG file, or JPEG file.
  • part 51 is drawn in drawing image 50 as an example of an arbitrary object.
  • Part 51 has horizontal line segments 511, 513, and 515, and vertical line segments 512, 514, and 516.
  • Part 51 has a closed shape formed by connecting line segments 511 to 516.
  • Part 51 has corners C1 to C6. Line segments 511 to 516 form the outer shape of part 51.
  • extension lines 61 and 62 are drawn extending downward from part 51 on lines that extend from line segments 512 and 514, respectively.
  • extension lines 63 and 64 are drawn extending upward from part 51 on lines that extend from line segments 516 and 514, respectively.
  • extension lines 65, 66, and 67 are drawn extending to the right of part 51 on lines that extend from line segments 511, 515, and 513, respectively.
  • dimension line 71 is drawn, consisting of a double-headed arrow parallel to line segment 513.
  • dimension line 72 is drawn, consisting of a double-headed arrow parallel to line segment 515.
  • dimension line 73 is drawn, consisting of a double-headed arrow parallel to line segment 516.
  • dimension line 74 is drawn, consisting of a double-headed arrow parallel to line segment 514.
  • Numerals indicating dimensions are written near dimension lines 71 to 74.
  • the dimension between corners C2 and C3 is 90 mm.
  • the dimension between corners C4 and C5 is 30 mm.
  • the dimension between corners C5 and C6 is 20 mm.
  • the dimension between corners C3 and C4 is 30 mm.
  • the arrow detection unit 11 detects arrows and their directions within the drawing image 50.
  • the line detection unit 12 detects lines within the drawing image 50.
  • the arrow detection unit 11 learns arrows based on pre-provided training data for arrows. Therefore, the arrow detection unit 11 can accurately detect arrows.
  • the line detection unit 12 recognizes line segments to which arrows detected by the arrow detection unit 11 are added, and line segments that contact and intersect perpendicularly with the line segments to which arrows are added, as line segments that are different from the line segments that make up the outline of the part 51 (outline line segments).
  • the line detection unit 12 recognizes line segments 511 to 516 as outline line segments.
  • the guide line generation unit 13 generates vertical guide lines 81, 82, and 83 that overlap with line segments 512, 516, and 514 of the component 51, respectively, and horizontal guide lines 84, 85, and 86 that overlap with line segments 511, 515, and 513, respectively, and superimposes these on the drawing image 50.
  • the guide lines 81 to 86 are thinner than the line segments 511 to 516, pass through the tips of the arrows detected by the arrow detection unit 11, and are drawn perpendicular to the line segments to which the arrows are attached.
  • the editing unit 18 displays the drawing image 50 on which the guide lines 81 to 86 are superimposed on the display unit 4. In the example shown in FIG. 4, the guide lines 81 to 86 are generated so as to connect the top and bottom or left and right of the outer frame surrounding the component 51.
  • drawing image 50 is drawn on a drawing image layer, and guide lines 81-86 are drawn on a guide line layer different from the drawing image layer.
  • guide lines 81-86 are drawn as dashed lines to distinguish them from line segments 511-516 of component 51, but they do not have to be dashed lines and can be solid lines. Because drawing image 50 is typically drawn in black, it is a good idea to draw guide lines 81-86 in a color different from the color of drawing image 50, such as blue.
  • the outer corner extraction unit 14 extracts the outer corners of the component 51 as follows.
  • the guide lines 81 to 86 have intersections i14, i15, and i16 between the guide line 81 and the guide lines 84 to 86, intersections i24, i25, and i26 between the guide line 82 and the guide lines 84 to 86, and intersections i34, i35, and i36 between the guide line 83 and the guide lines 84 to 86.
  • Figure 7A shows an enlarged view of the vicinity of intersection i14 of drawing image 50 on which guide lines 81 to 86 are superimposed.
  • a circle of a predetermined radius centered at intersection i14 of guide lines 81 and 84 is defined as the periphery of intersection i14. Black pixels are present within the periphery of intersection i14.
  • Figure 7B shows an enlarged view of the vicinity of intersection i34 of drawing image 50 on which guide lines 81 to 86 are superimposed. No black pixels are present within the periphery of the circle of a predetermined radius centered at intersection i34 of guide lines 83 and 84.
  • the outer corner extraction unit 14 determines whether intersections i14 to i36 overlap with line segments of component 51 based on whether pixels of the color of component 51 are present within the periphery of each intersection.
  • the outer corner extraction unit 14 determines the upper corners, lower corners, vertical continuous lines, and absence of object pixels in the vertical direction of the component 51 based on Figures 8A to 8D. As shown in Figures 8A to 8D, the outer corner extraction unit 14 sets an upper judgment area Da1 above each of intersections i14 to i36 and a lower judgment area Da2 below each intersection.
  • the upper judgment area Da1 and the lower judgment area Da2 are, for example, rectangular.
  • the upper judgment area Da1 and the lower judgment area Da2 constitute an upper/lower judgment area.
  • the upper/lower judgment area is located within the periphery formed by the circle shown in Figures 7A and 7B.
  • the upper judgment area Da1 and the lower judgment area Da2 are located on the vertical guide lines 81-83, separated from the intersections i14-i36, with the intersections i14-i36 in between.
  • a gap wider than the width of the line segment of the component 51 is provided between the upper judgment area Da1 and the lower judgment area Da2.
  • the outer corner extraction unit 14 also determines the left and right corners of the component 51, horizontal continuous lines, and the absence of horizontal object pixels based on Figures 9A to 9D. As shown in Figures 9A to 9D, the outer corner extraction unit 14 sets a left judgment area Da3 to the left of each intersection and a right judgment area Da4 to the right of each intersection.
  • the left judgment area Da3 and the right judgment area Da4 are, for example, rectangular.
  • the left judgment area Da3 and the right judgment area Da4 constitute left-right judgment areas.
  • the left-right judgment areas are located within the periphery formed by the circle shown in Figures 7A and 7B.
  • the left judgment area Da3 and the right judgment area Da4 are located on the horizontal guide lines 84-86, separated from the intersections i14-i36, with the intersections i14-i36 in between.
  • a gap wider than the width of the line segment of the component 51 is provided between the left judgment area Da3 and the right judgment area Da4.
  • the outer corner extraction unit 14 determines that intersection i14 is an upper corner of component 51 because there are no black pixels in the upper judgment area Da1 and there are black pixels in the lower judgment area Da2. In Figure 8B, the outer corner extraction unit 14 determines that intersection i16 is a lower corner of component 51 because there are black pixels in the upper judgment area Da1 and there are no black pixels in the lower judgment area Da2.
  • the outer corner extraction unit 14 determines that intersection i15 is not a corner of component 51, but a vertical continuous line of component 51, because there are black pixels in the upper judgment area Da1 and also in the lower judgment area Da2.
  • the outer corner extraction unit 14 determines that intersection i34 is a vertical non-existent object pixel, because there are no black pixels in the upper judgment area Da1 and also in the lower judgment area Da2.
  • intersection i24 is an upper corner
  • intersection i25 is a lower corner
  • intersection i26 is a point where no object pixels exist in the vertical direction
  • intersection i35 is an upper corner
  • intersection i36 is a lower corner.
  • the outer corner extraction unit 14 determines that intersection i16 is the left corner of component 51 because there are no black pixels in left judgment area Da3 and there are black pixels in right judgment area Da4. In Figure 9B, the outer corner extraction unit 14 determines that intersection i36 is the right corner of component 51 because there are black pixels in left judgment area Da3 and there are no black pixels in right judgment area Da4.
  • the outer corner extraction unit 14 determines that intersection i26 is not a corner of component 51, but a horizontal continuous line of component 51, because there are black pixels in left determination area Da3 and also in right determination area Da4.
  • the outer corner extraction unit 14 determines that intersection i34 is a horizontal non-existent object pixel, because there are no black pixels in left determination area Da3 and also in right determination area Da4.
  • intersection i14 is a left corner
  • intersection i15 is a point where no object pixels exist in the horizontal direction
  • intersection i24 is a right corner
  • intersection i25 is a left corner
  • intersection i35 is a right corner.
  • the outline corner extraction unit 14 determines that intersections i14, i16, i24, i25, i35, and i36 are corners of the component 51. In addition, the outline corner extraction unit 14 determines that intersections i15 and i26 are located on the line segments of the component 51 but are not corners, and that intersection i34 is outside the line segments of the component 51. Intersections i14, i16, i24, i25, i35, and i36 are outline corners that indicate the positions of the outline corners of the component 51. The outline corner extraction unit 14 extracts outline corners based on the guide lines 81 to 86.
  • the contour corner extraction unit 14 superimposes contour corner points 8C1 to 8C6 at the intersections i14, i16, i24, i25, i35, and i36 of guide lines 81 to 86 drawn on the guide line layer.
  • the outline corners 8C1-8C6 can be easily extracted. Furthermore, by adopting a method for extracting the outline corners 8C1-8C6 based on whether pixels of the color of component 51 are present within the upper judgment area Da1, lower judgment area Da2, left judgment area Da3, and right judgment area Da4, the outline corners 8C1-8C6 can be extracted after distinguishing between the upper corners, lower corners, left corners, and right corners.
  • the upper judgment area Da1, lower judgment area Da2, left judgment area Da3, and right judgment area Da4 By setting the upper judgment area Da1, lower judgment area Da2, left judgment area Da3, and right judgment area Da4 at positions away from intersections i14-i36, it becomes possible to accommodate small corners R and C, as described below.
  • the contour corner extraction unit 14 may also extract the contour corners of component 51 as follows. As shown in Figure 11, the contour corner extraction unit 14 divides guide lines 81 to 86 at intersections i14, i15, i16, i24, i25, i26, i34, i35, and i36, thereby dividing them into guide line segments Ls1 to Ls24. In this case, there are 24 guide line segments, which is the predetermined number.
  • Figure 12A shows the relationship between guide line segment Ls1 and component 51.
  • most of guide line segment Ls1 does not overlap with line segment 511 of component 51, but it does overlap with line segment 511 in a small area at the right end.
  • the number of pixels of guide line segment Ls1 is Px1
  • the number of pixels in the portion of guide line segment Ls1 that overlaps with line segment 511 at the right end is Pbk.
  • the outline corner extraction unit 14 determines that guide line segment Ls1 does not overlap with the outline line segments that make up the outline of component 51 when the proportion of the number of pixels Pbk that overlaps with line segment 511 out of the number of pixels Px1 is equal to or less than a predetermined threshold.
  • the threshold is, for example, 90%.
  • Figure 12B shows the relationship between guide line segment Ls8 and component 51. As shown in Figure 12B, all parts of guide line segment Ls8 overlap with line segment 511.
  • the number of pixels of guide line segment Ls8 is Px8, and the number of pixels of the part of guide line segment Ls8 that overlaps with line segment 511 is Pbk.
  • the number of pixels Px8 and the number of pixels Pbk are the same.
  • the outline corner extraction unit 14 determines that guide line segment Ls8 overlaps with an outline line segment of component 51 because the proportion of the number of pixels Pbk that overlaps with line segment 511 out of the number of pixels Px8 exceeds the threshold value.
  • the outline corner extraction unit 14 extracts guide line segments Ls5, Ls6, Ls8, Ls10, Ls12, Ls16, Ls17, and Ls20, indicated by thick dashed lines, that overlap with the outline line segments of the component 51. As shown in Figure 14, the outline corner extraction unit 14 superimposes outline corner points 8C1 to 8C6 on the ends of guide line segments Ls5, Ls6, Ls8, Ls10, Ls12, Ls16, Ls17, and Ls20, excluding the connecting portions of two guide line segments that are connected in a straight line.
  • the ends of guide segments Ls5, Ls6, Ls8, Ls10, Ls12, Ls16, Ls17, and Ls20 are the intersections of guide line 81 with guide lines 84 and 86, the intersections of guide line 82 with guide lines 84 to 86, and the intersections of guide line 83 with guide lines 85 and 86.
  • the positions of outline corner points 8C1 to 8C6 shown in Figure 14 are the same as the positions of outline corner points 8C1 to 8C6 shown in Figure 10.
  • the outline corner extraction unit 14 can extract guide line segments that overlap with line segments 511-516 based on the degree to which guide line segments Ls1-Ls24 overlap with line segments 511-516 of component 51.
  • the outline corner extraction unit 14 can extract outline corner points 8C1-8C6 based on the overlapping guide line segments. Even when this method is adopted, the outline corner extraction unit 14 can easily extract outline corner points 8C1-8C6. Note that even when the outline corner extraction unit 14 extracts outline corner points 8C1-8C6 based on overlapping guide line segments, this is essentially equivalent to extracting outline corner points 8C1-8C6 based on intersection points i14-i36 of guide lines 81-86.
  • the trace line generation unit 15 connects the outline corner points 8C1 to 8C6.
  • the trace line generation unit 15 generates a trace line 91 that connects the corner points 9C1 to 9C6 on a trace line layer that is different from the drawing image layer and the guide line layer.
  • the corner points 9C1 to 9C6 on the trace line 91 are located at positions that correspond to the outline corner points 8C1 to 8C6, respectively.
  • the trace line 91 indicates the outline shape of the component 51.
  • the editing unit 18 may display on the display unit 4 a drawing image 50 in which a tracing line 91 is further superimposed on the drawing image 50 on which the guide lines 81 to 86 are superimposed.
  • a drawing image 50 in which a tracing line 91 is further superimposed on the drawing image 50 on which the guide lines 81 to 86 are superimposed.
  • the editing unit 18 displays the guide lines 81 to 86 in blue, it is preferable that the tracing line 91 be drawn in a color different from the colors of the drawing image 50 and the guide lines 81 to 86, such as red.
  • the contour corner extraction unit 14 automatically extracts contour corner points 8C1 to 8C6 that indicate the positions of the contour corners of the component 51, and the trace line generation unit 15 generates a trace line 91 that indicates the contour shape of the component 51.
  • the operator does not need to manually draw the objects depicted in the drawing image, thereby reducing the operator's workload.
  • part 51 may have at least some corners that are rounded, known as corner R.
  • Figure 16 shows a case where corner C1 is rounded. If the rounded chamfer is equal to or smaller than a predetermined size, the outline corner extraction unit 14 can determine that a black pixel of the line segment of part 51 exists within the top/bottom determination area or the left/right determination area. Therefore, in the example shown in Figure 16, just as when corner C1 is not rounded, the outline corner extraction unit 14 determines that an upper left corner exists at intersection i14 of guide lines 81 and 84, and superimposes outline corner point 8C1 at the position of intersection i14.
  • the trace line 91 generated by the trace line generation unit 15 has a corner point 9C1, just as in the case where corner C1 is not R-chamfered.
  • the operator uses the corner R creation command and operates the graphic correction unit 16 with the operation unit 3, which causes the graphic correction unit 16 to R-chamfer the corner where corner point 9C1 is located, correcting the trace line 91' to have a corner RC1R, as shown in FIG. 17B.
  • the operator can specify the radius of corner RC1R with the operation unit 3 to correct the trace line 91' to have a corner RC1R of any radius.
  • part 51 may have at least some corners that are C-chamfered, referred to as corners C.
  • corners C when C-chamfering is performed, if the C-chamfering is equal to or smaller than a predetermined size, outer corner extraction unit 14 can determine that black pixels of the line segment of part 51 exist within the top/bottom determination area or the left/right determination area. Even when any corner of part 51 is C-chamfered, the trace line 91 generated by trace line generation unit 15 will be the same as when the corner is not C-chamfered.
  • the operator can use the corner C creation command to operate figure correction unit 16 via operation unit 3, which causes figure correction unit 16 to C-chamfer the corner and correct it into a trace line with a corner C.
  • Figure 18 shows part 52, one of whose corners is largely C-chamfered.
  • Part 52 has horizontal line segments 521 and 523, vertical line segments 522 and 524, and, for example, diagonal line segment 52C, which is C-chamfered at 30 mm.
  • the distance from the corner without C-chamfer, which is the intersection i013 (shown in Figure 19) between guide lines 801 and 803, to the left end of line segment 521 and the top end of line segment 522 is 30 mm.
  • Part 52 has a closed shape with line segments 521 to 524 and 52C connected.
  • Part 52 has corners C21 to C23.
  • the guide line generation unit 13 generates vertical guide lines 801 and 802 that overlap with line segments 522 and 524 of component 52, respectively, and horizontal guide lines 803 and 804 that overlap with line segments 521 and 523, respectively, and superimposes these on the drawing image on which component 52 is drawn.
  • the outline corner extraction unit 14 determines that no object pixel exists at intersection i013 between guide lines 801 and 803.
  • the outline corner extraction unit 14 determines that intersection i014 between guide lines 801 and 804, intersection i023 between guide lines 802 and 803, and intersection i024 between guide lines 802 and 804 are the lower left corner, upper right corner, and lower right corner, respectively.
  • the outline corner extraction unit 14 extracts the positions of intersections i014, i023, and i024 as outline corners, and superimposes outline corners 8C21 to 8C23 at these positions.
  • the trace line generation unit 15 cannot generate a trace line that indicates the outline shape of component 52 using only outline corners 8C21 to 8C23.
  • the outline corner extraction unit 14 therefore determines whether there are any unextracted outline corners as follows, and if there are any, fills in the unextracted outline corners.
  • Figure 20 illustrates outline corners 8C21 to 8C23 divided into upper and lower corners, and left and right corners. Ideally, upper and lower corners should be paired, and left and right corners should be paired. However, as shown in Figure 20, the lower corner of outline corner 8C21 does not have a paired upper corner. The right corner of outline corner 8C23 does not have a paired left corner.
  • the outline corner extraction unit 14 determines that there are unextracted outline corners when there is an outline corner that is missing one of its paired upper and lower corners, and an outline corner that is missing one of its paired left and right corners.
  • the outline corner extraction unit 14 fills in outline corner point 8C24 at intersection i013 between guide line 801 passing through outline corner point 8C21 (first outline corner point) for which no paired top corner exists, and guide line 803 passing through outline corner point 8C23 (second outline corner point) for which no paired left corner exists.
  • the trace line generation unit 15 generates trace line 92 that connects corner points 9C21 to 9C24 on the trace line layer by connecting outline corner points 8C21 to 8C23 initially extracted by the outline corner extraction unit 14 with the filled outline corner point 8C24. Corner points 9C21 to 9C24 are located at positions corresponding to outline corner points 8C21 to 8C24, respectively.
  • the contour corner extraction unit 14 can fill in any unextracted contour corner points, allowing the trace line generation unit 15 to generate trace lines that show the contour shape of the object without C-chamfering.
  • the trace line 92 shown in Figure 22 does not show the outer shape of the part 52, which has a C-chamfered diagonal line segment 52C. Therefore, the operator uses the corner C creation command and operates the graphic correction unit 16 with the operation unit 3, which causes the graphic correction unit 16 to C-chamfer the corner where the corner point 9C24 is located, and corrects the trace line 92' to have a diagonal line segment 92C, as shown in Figure 23.
  • line segments 921 to 924 of the trace line 92' correspond to line segments 521 to 524 of the part 52.
  • the operator can correct the trace line 92' to have a corner C at any distance by specifying the distance from the corner point 9C24 of the corner C to the ends of the line segments 921 and 922 with the operation unit 3.
  • the outline corner extraction unit 14 can determine that an unextracted outline corner point exists when one of the paired upper and lower corners, and one of the paired left and right corners, does not exist.
  • the outline corner extraction unit 14 can fill in the unextracted outline corner point.
  • the trace line generation unit 15 can generate a trace line corresponding to a part that has not been rounded. As in Figure 17B, the operator can use the corner rounding creation command to modify the trace line to have a rounded corner.
  • the graphic data generation unit 17 generates graphic data consisting of vector data that indicates part 51 based on the trace line 91.
  • the graphic data that indicates part 51 is used, as an example, by a laser processing machine to cut a shape corresponding to part 51 out of sheet metal.
  • FIG. 24 The flowchart shown in Figure 24 will be used to explain the processing that a graphic data creation method according to one or more embodiments, or a graphic data creation program according to one or more embodiments, causes a computer device to execute.
  • the computer device when processing by the computer device begins, the computer device reads a drawing image in which an object is drawn in step S1.
  • the computer device extracts horizontal and vertical line segments that make up the object.
  • the computer device generates horizontal and vertical guide lines that overlap the horizontal and vertical line segments.
  • step S4 the computer device extracts contour corner points that indicate the positions of the object's contour corners based on the intersections of the horizontal and vertical guide lines.
  • step S5 the computer device determines whether there are any unextracted contour corner points. If there are no unextracted contour corner points (NO), the computer device proceeds to step S7. If there are unextracted contour corner points (YES), in step S6, the computer device fills in the contour corner points and proceeds to step S7.
  • step S7 the computer device generates a tracing line connecting the outer corner points.
  • step S8 the computer device generates graphic data representing the object and ends the process.
  • the computer device may modify the tracing line between steps S7 and S8 in response to operations by the operator.
  • the graphic data creation device 100 the graphic data creation method executed by the graphic data creation device 100 (computer equipment), and the graphic data creation program 20 stored on the non-transitory storage medium 2 and executed by the central processing unit 1 eliminate the need for the operator to manually draw the objects depicted in the drawing image, thereby reducing the operator's workload.
  • the present invention is not limited to one or more of the embodiments described above, and various modifications are possible without departing from the spirit of the present invention.
  • the method of extracting the outer corner points of an object is not limited to a method using the peripheral area (upper/lower determination area and left/right determination area) centered on the intersection of guide lines, or a method using the degree of overlap between the guide line segments and the object's line segments.
  • the drawing image may be a drawing image of a product commercial drawing, a building-related plan or elevation drawing, a foundation drawing, a roof drawing, an electrical drawing, or a cutting drawing.
  • the objects depicted in the drawing image are not limited to parts.
  • the drawing image, guide lines, and tracing lines are displayed on the display unit 4, the operator can visually recognize them. Therefore, it is preferable to display the drawing image, guide lines, and tracing lines on the display unit 4, but it is not necessary to display the drawing image, guide lines, and tracing lines on the display unit 4.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

中央処理装置(1)は、読み込まれた図面画像に描画されている任意の物体の外形を構成する水平方向及び垂直方向の線分を抽出する。中央処理装置(1)は、水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成する。中央処理装置(1)は、水平方向及び垂直方向のガイド線の交点に基づいて、物体の外形角部の位置を示す外形角点を抽出する。中央処理装置(1)は、抽出した外形角点を連結するトレース線を生成する。中央処理装置(1)は、トレース線に基づいて、物体を示す図形データを生成する。

Description

図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム
 本開示は、図形データ作成装置、図形データ作成方法、及び図形データ作成プログラムに関する。
 特許文献1には、部品が描かれたラスタデータで形成された図面画像に基づいてベクトルデータよりなる図形データを作成する図形データ作成装置が記載されている。
国際公開第2023/120432号
 特許文献1に記載されている図形データ作成装置においては、コンピュータ機器が、図面画像に描かれている物体としての部品を認識し、図面画像に、部品の水平及び垂直の線分と重なる水平及び垂直のガイド線を重畳する。特許文献1に記載されている図形データ作成装置においては、操作者が、ガイド線が重畳されている図面画像を見ながら、部品を囲うガイド線の線分を選択することにより、部品を描画する。これにより、図形データ作成装置は、描画された部品を示す図形データを作成することができる。
 特許文献1に記載されている図形データ作成装置においては、操作者が手動で図面画像に描かれている物体を描画する必要がある。操作者の作業を軽減させることができる図形データ作成装置、図形データ作成方法、及び図形データ作成プログラムの登場が望まれている。
 1またはそれ以上の実施形態の第1の態様は、図形データ作成プログラムを記憶する非一時的記憶媒体と、中央処理装置とを備え、前記中央処理装置は、前記図形データ作成プログラムを実行することにより、前記中央処理装置によって読み込まれた図面画像に描画されている任意の物体の外形を構成する水平方向及び垂直方向の線分を抽出し、前記水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成し、前記水平方向及び垂直方向のガイド線の交点に基づいて、前記物体の外形角部の位置を示す外形角点を抽出し、抽出した前記外形角点を連結するトレース線を生成し、前記トレース線に基づいて、前記物体を示す図形データを生成する図形データ作成装置を提供する。
 1またはそれ以上の実施形態の第2の態様は、コンピュータ機器が、任意の物体が描画されている図面画像を読み込み、前記図面画像に描画されている前記物体の外形を構成する水平方向及び垂直方向の線分を抽出し、前記水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成し、前記水平方向及び垂直方向のガイド線の交点に基づいて、前記物体の外形角部の位置を示す外形角点を抽出し、抽出した前記外形角点を連結するトレース線を生成し、前記トレース線に基づいて、前記物体を示す図形データを生成する図形データ作成方法を提供する。
 1またはそれ以上の実施形態の第3の態様は、コンピュータ機器に、任意の物体が描画されている図面画像を読み込むステップと、前記図面画像に描画されている前記物体の外形を構成する水平方向及び垂直方向の線分を抽出するステップと、前記水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成するステップと、前記水平方向及び垂直方向のガイド線の交点に基づいて、前記物体の外形角部の位置を示す外形角点を抽出するステップと、抽出した前記外形角点を連結するトレース線を生成するステップと、前記トレース線に基づいて、前記物体を示す図形データを生成するステップとを実行させる図形データ作成プログラムを提供する。
 1またはそれ以上の実施形態に係る図形データ作成装置、図形データ作成方法、及び図形データ作成プログラムによれば、操作者の作業を軽減させることができる。
図1は、1またはそれ以上の実施形態に係る図形データ作成装置を示すブロック図である。 図2は、コンピュータ機器の中央処理装置が1またはそれ以上の実施形態に係る図形データ作成プログラムを実行することによって実現される、1またはそれ以上の実施形態に係る図形データ作成装置の機能的な構成例を示すブロック図である。 図3は、図面画像の一例を示す図である。 図4は、図3に示す図面画像に描かれている物体にガイド線を重畳した状態を示す図である。 図5は、図面画像が描かれている図面画像レイヤとガイド線が描かれているガイド線レイヤとを立体的に示す概念図である。 図6は、ガイド線の交点を示す図である。 図7Aは、ガイド線の交点の周辺部に物体の画素が存在する例を示す図である。 図7Bは、ガイド線の交点の周辺部に物体の画素が存在しない例を示す図である。 図8Aは、ガイド線の交点の周辺部に設定した上下判定領域に基づいて判定される物体の上角部の例を示す図である。 図8Bは、ガイド線の交点の周辺部に設定した上下判定領域に基づいて判定される物体の下角部の例を示す図である。 図8Cは、ガイド線の交点の周辺部に設定した上下判定領域に基づいて判定される物体の垂直連続線の例を示す図である。 図8Dは、ガイド線の交点の周辺部に設定した上下判定領域に基づいて判定される垂直方向の物体画素非存在の例を示す図である。 図9Aは、ガイド線の交点の周辺部に設定した左右判定領域に基づいて判定される物体の左角部の例を示す図である。 図9Bは、ガイド線の交点の周辺部に設定した左右判定領域に基づいて判定される物体の右角部の例を示す図である。 図9Cは、ガイド線の交点の周辺部に設定した左右判定領域に基づいて判定される物体の水平連続線の例を示す図である。 図9Dは、ガイド線の交点の周辺部に設定した左右判定領域に基づいて判定される水平方向の物体画素非存在の例を示す図である。 図10は、物体の角部を示すガイド線の交点が外形角点として抽出された状態を示す概念図である。 図11は、ガイド線を分割したガイド線分を示す図である。 図12Aは、物体の外形線分を構成しないガイド線分の例を示す図である。 図12Bは、物体の外形線分を構成するガイド線分の例を示す図である。 図13は、物体の外形線分と重複するガイド線分を示す図である。 図14は、図13に示す物体の外形線分と重複するガイド線分に基づいて、物体の角部を示すガイド線の交点が外形角点として抽出された状態を示す図である。 図15は、図10または図14に示す外形角点に基づいて、トレース線レイヤに物体を示すトレース線が描画された状態を示す概念図である。 図16は、物体の角部がR面取りされている例を示す図である。 図17Aは、図16に示す角部がR面取りされている物体に基づいて生成されるトレース線を示す図である。 図17Bは、図17Aに示すトレース線をR面取りしてコーナRを有するトレース線に修正した状態を示す図である。 図18は、物体の角部が大きくC面取りされている例を示す図である。 図19は、図18に示す図面画像に重畳したガイド線の交点に基づいて抽出される物体の外形角点を示す図である。 図20は、図19に示す物体の外形角点を上下角部及び左右角部に分割した状態を示す概念図である。 図21は、図19において未抽出の外形角点を補填した状態を示す図である。 図22は、図21に示す4つの外形角点に基づいて生成したトレース線を示す図である。 図23は、図22に示すトレース線を図18に示す角部がC面取りされている実際の物体の形状となるように修正した状態を示す図である。 図24は、1またはそれ以上の実施形態に係る図形データ作成方法、または、1またはそれ以上の実施形態に係る図形データ作成プログラムがコンピュータ機器に実行させる処理を示すフローチャートである。
 以下、1またはそれ以上の実施形態に係る図形データ作成装置、図形データ作成方法、及び図形データ作成プログラムについて、添付図面を参照して具体的に説明する。
 図1に示すように、1またはそれ以上の実施形態に係る図形データ作成装置100は、中央処理装置1、非一時的記憶媒体2、操作部3、表示部4を備える。非一時的記憶媒体2には、1またはそれ以上の実施形態に係る図形データ作成プログラム20が記憶されている。図形データ作成装置100は、コンピュータ機器で構成することができる。非一時的記憶媒体2は、コンピュータ機器で読み取り可能な記憶媒体である。中央処理装置1は、図形データ作成プログラム20を実行する。中央処理装置1が図形データ作成プログラム20を実行する際に、図示していない作業用メモリが使用されることがある。
 図2に示すように、中央処理装置1が図形データ作成プログラム20を実行すると、中央処理装置1は、仮想的に、矢印検出部11、線検出部12、ガイド線生成部13、外形角部抽出部14、トレース線生成部15、図形修正部16、図形データ生成部17、編集部18を備える構成とされる。
 図形データ作成装置100が、図3に示す図面画像50に基づいて図形データを作成する場合の動作を説明する。図形データ作成装置100は、図3に示す図面画像50を読み込む。編集部18は、読み込んだ図面画像50を表示部4に表示する。図面画像50の図形データは、PDFファイル、PNGファイル、JPEGファイル等のラスタデータで形成された任意の図形データでよい。
 図3において、図面画像50には、任意の物体の一例として部品51が描画されている。部品51は、水平方向の線分511、513、515、及び垂直方向の線分512、514、516を有する。部品51は、線分511~516が連結されて閉じた形状を有する。部品51は角部C1~C6を有する。線分511~516は、部品51の外形を構成する。
 角部C2及びC3の近傍には、それぞれ線分512及び514を延長する線上に、部品51の下方へと伸びる寸法補助線61及び62が引かれている。角部C6及びC4の近傍には、それぞれ線分516及び514を延長する線上に、部品51の上方へと伸びる寸法補助線63及び64が引かれている。角部C6、C4、C3の近傍には、それぞれ線分511、515、513を延長する線上に、部品51の右方へと伸びる寸法補助線65、66、67が引かれている。
 寸法補助線61及び62間には、線分513と平行の両矢印線よりなる寸法線71が引かれている。寸法補助線63及び64間には、線分515と平行の両矢印線よりなる寸法線72が引かれている。寸法補助線65及び66間には、線分516と平行の両矢印線よりなる寸法線73が引かれている。寸法補助線66及び67間には、線分514と平行の両矢印線よりなる寸法線74が引かれている。寸法線71~74の近傍には、寸法を示す数字が表記されている。角部C2及びC3間の寸法は90mmである。角部C4及びC5間の寸法は30mmである。角部C5及びC6間の寸法は20mmである。角部C3及びC4間の寸法は30mmである。
 矢印検出部11は図面画像50内の矢印とその方向を検出する。線検出部12は図面画像50内の線を検出する。矢印検出部11は、予め与えられた矢印用の教師データに基づいて矢印を学習している。よって、矢印検出部11は、矢印を正確に検出することができる。線検出部12は、一例として、矢印検出部11によって検出された矢印が付加されている線分と、矢印が付加されている線分と接触し、かつ直交する線分を、部品51の外形を構成する線分(外形線分)とは異なる線分であると認識する。これにより、図3に示す例では、線検出部12は、線分511~516を外形線分と認識する。
 図4に示すように、ガイド線生成部13は、部品51の線分512、516、514とそれぞれ重なる垂直方向のガイド線81、82、83と、線分511、515、513とそれぞれ重なる水平方向のガイド線84、85、86とを生成して、図面画像50に重畳する。ガイド線81~86は、線分511~516よりも細い線であり、矢印検出部11によって検出された矢印の先端を通り、矢印が付加されている線分に対して垂直に引かれている。編集部18は、ガイド線81~86が重畳されている図面画像50を表示部4に表示する。図4に示す例では、ガイド線81~86は部品51を囲う外枠の上下または左右を連結するように生成されている。
 図5に概念的に示すように、図面画像50は図面画像レイヤに描かれており、ガイド線81~86は図面画像レイヤとは異なるガイド線レイヤに描かれている。図4及び図5においては、部品51の線分511~516等と区別するためにガイド線81~86を破線で描いているが、破線である必要はなく、実線でよい。典型的には図面画像50は黒で描かれているため、ガイド線81~86を青等の図面画像50の色とは異なる色の線で描くとよい。
 外形角部抽出部14は、次のようにして部品51の外形角部を抽出する。図6に示すように、ガイド線81~86は、ガイド線81とガイド線84~86との交点i14、i15、i16、ガイド線82とガイド線84~86との交点i24、i25、i26、ガイド線83とガイド線84~86との交点i34、i35、i36を有する。
 図7Aは、ガイド線81~86が重畳されている図面画像50の交点i14近傍を拡大して示している。ガイド線81及び84の交点i14を中心とする所定の半径の円を交点i14の周辺部とする。交点i14の周辺部内には、黒の画素が存在している。図7Bは、ガイド線81~86が重畳されている図面画像50の交点i34近傍を拡大して示している。ガイド線83及び84の交点i34を中心とする所定の半径の円の周辺部内には、黒の画素は存在していない。外形角部抽出部14は、各交点の周辺部内に部品51の色の画素が存在するか否かに基づいて、交点i14~i36が部品51の線分と重なっている交点であるか否かを判定する。
 詳細には、外形角部抽出部14は、図8A~図8Dに基づいて部品51の上角部、下角部、垂直連続線、垂直方向の物体画素非存在を判定する。図8A~図8Dに示すように、外形角部抽出部14は、交点i14~i36における各交点の上方に上判定領域Da1、各交点の下方に下判定領域Da2を設定する。上判定領域Da1及び下判定領域Da2は例えば長方形である。上判定領域Da1及び下判定領域Da2は上下判定領域を構成する。上下判定領域は、図7A及び図7Bに示す円で形成された周辺部内に位置する。
 このように、上判定領域Da1及び下判定領域Da2は、垂直方向のガイド線81~83上に、交点i14~i36を挟み、交点i14~i36から離隔した位置に位置する。上判定領域Da1と下判定領域Da2との間には、部品51の線分の幅よりも広い間隔が設けられている。
 また、外形角部抽出部14は、図9A~図9Dに基づいて部品51の左角部、右角部、水平連続線、水平方向の物体画素非存在を判定する。図9A~図9Dに示すように、外形角部抽出部14は、各交点の左方に左判定領域Da3、各交点の右方に右判定領域Da4を設定する。左判定領域Da3及び右判定領域Da4は例えば長方形である。左判定領域Da3及び右判定領域Da4は左右判定領域を構成する。左右判定領域は、図7A及び図7Bに示す円で形成された周辺部内に位置する。
 このように、左判定領域Da3及び右判定領域Da4は、水平方向のガイド線84~86上に、交点i14~i36を挟み、交点i14~i36から離隔した位置に位置する。左判定領域Da3と右判定領域Da4との間には、部品51の線分の幅よりも広い間隔が設けられている。
 図8Aにおいて、外形角部抽出部14は、上判定領域Da1には黒の画素が存在せず、下判定領域Da2には黒の画素が存在するから、交点i14は部品51の上角部であると判定する。図8Bおいて、外形角部抽出部14は、上判定領域Da1には黒の画素が存在し、下判定領域Da2には黒の画素が存在しないから、交点i16は部品51の下角部であると判定する。
 図8Cにおいて、外形角部抽出部14は、上判定領域Da1には黒の画素が存在し、下判定領域Da2にも黒の画素が存在するから、交点i15は部品51の角部ではなく、部品51の垂直連続線であると判定する。図8Dにおいて、外形角部抽出部14は、上判定領域Da1には黒の画素が存在せず、下判定領域Da2にも黒の画素が存在しないから、交点i34は垂直方向に部品51の黒の画素が存在しない垂直方向の物体画素非存在であると判定する。
 外形角部抽出部14は、同様に、交点i24は上角部であり、交点i25は下角部であり、交点i26は垂直方向の物体画素非存在であり、交点i35は上角部であり、交点i36は下角部であると判定する。
 図9Aにおいて、外形角部抽出部14は、左判定領域Da3には黒の画素が存在せず、右判定領域Da4には黒の画素が存在するから、交点i16は部品51の左角部であると判定する。図9Bおいて、外形角部抽出部14は、左判定領域Da3には黒の画素が存在し、右判定領域Da4には黒の画素が存在しないから、交点i36は部品51の右角部であると判定する。
 図9Cにおいて、外形角部抽出部14は、左判定領域Da3には黒の画素が存在し、右判定領域Da4にも黒の画素が存在するから、交点i26は部品51の角部ではなく、部品51の水平連続線であると判定する。図9Dにおいて、外形角部抽出部14は、左判定領域Da3には黒の画素が存在せず、右判定領域Da4にも黒の画素が存在しないから、交点i34は水平方向に部品51の黒の画素が存在しない水平方向の物体画素非存在であると判定する。
 外形角部抽出部14は、同様に、交点i14は左角部であり、交点i15は水平方向の物体画素非存在であり、交点i24は右角部であり、交点i25は左角部であり、交点i35は右角部であると判定する。
 以上により、外形角部抽出部14は、交点i14、i16、i24、i25、i35、i36が部品51の角部であると判定する。加えて、外形角部抽出部14は、交点i15及び交点i26は部品51の線分上には位置しているものの角部ではなく、交点i34は部品51の線分から外れていると判定する。交点i14、i16、i24、i25、i35、i36は、部品51の外形角部の位置を示す外形角点である。外形角部抽出部14は、ガイド線81~86に基づいて外形角点を抽出する。
 図10に示すように、外形角部抽出部14は、ガイド線レイヤに描画されているガイド線81~86の交点i14、i16、i24、i25、i35、i36の位置に、それぞれ外形角点8C1~8C6を重畳する。
 以上の交点i14~i36を中心とする周辺部内に、部品51の色の画素が存在するか否かに基づいて外形角点8C1~8C6を抽出する方法を採用すれば、外形角点8C1~8C6を容易に抽出することができる。また、上判定領域Da1内、下判定領域Da2内、左判定領域Da3内、右判定領域Da4内に、部品51の色の画素が存在するか否かに基づいて外形角点8C1~8C6を抽出する方法を採用すれば、上角部、下角部、左角部、右角部それぞれを判別した上で外形角点8C1~8C6を抽出することができる。上判定領域Da1、下判定領域Da2、左判定領域Da3、右判定領域Da4を交点i14~i36から離隔した位置に設定すれば、後述する小さなコーナR及びコーナCにも対応することが可能となる。
 外形角部抽出部14は、図8A~図8Dに示す上下判定領域及び図9A~図9Dに示す左右判定領域を用いて部品51の外形角点を抽出する以外に、次のようにして部品51の外形角点を抽出してもよい。図11に示すように、外形角部抽出部14は、ガイド線81~86を交点i14、i15、i16、i24、i25、i26、i34、i35、i36で分断することにより、ガイド線分Ls1~Ls24に分割する。ここではガイド線分は24本であり、所定の複数本となる。
 図12Aは、ガイド線分Ls1と部品51との関係を示している。図12Aに示すように、ガイド線分Ls1はほとんどの部分が部品51の線分511と重なっていないが、右端部のわずかな部分で線分511と重なっている。ガイド線分Ls1の画素数をPx1、ガイド線分Ls1における右端部の線分511と重なっている部分の画素数をPbkとする。外形角部抽出部14は、画素数Px1のうち、線分511と重なっている画素数Pbkの割合が所定の閾値以下であるとき、ガイド線分Ls1は部品51の外形を構成する外形線分とは重複しないと判定する。閾値は例えば90%である。
 図12Bは、ガイド線分Ls8と部品51との関係を示している。図12Bに示すように、ガイド線分Ls8の全ての部分は線分511と重なっている。ガイド線分Ls8の画素数をPx8、ガイド線分Ls8における線分511と重なっている部分の画素数をPbkとする。画素数Px8と画素数Pbkとは同じである。外形角部抽出部14は、画素数Px8のうち、線分511と重なっている画素数Pbkの割合が閾値を超えるので、ガイド線分Ls8は部品51の外形線分と重複すると判定する。
 図13に示すように、外形角部抽出部14は、以上の原理に基づいて、部品51の外形線分と重複する、太破線で示すガイド線分Ls5、Ls6、Ls8、Ls10、Ls12、Ls16、Ls17、Ls20を抽出する。図14に示すように、外形角部抽出部14は、一直線状に連結している2つのガイド線分の連結部を除き、ガイド線分Ls5、Ls6、Ls8、Ls10、Ls12、Ls16、Ls17、Ls20の端部に外形角点8C1~8C6を重畳する。ガイド線分Ls5、Ls6、Ls8、Ls10、Ls12、Ls16、Ls17、Ls20の端部は、ガイド線81とガイド線84及び86との交点、ガイド線82とガイド線84~86との交点、ガイド線83とガイド線85及び86との交点である。図14に示す外形角点8C1~8C6の位置は、図10に示す外形角点8C1~8C6と同じ位置である。
 このように、外形角部抽出部14は、ガイド線分Ls1~Ls24が部品51の線分511~516と重なっている程度に基づいて、線分511~516と重複するガイド線分を抽出することができる。外形角部抽出部14は、重複するガイド線分に基づいて、外形角点8C1~8C6を抽出することができる。この方法を採用しても、外形角部抽出部14は、外形角点8C1~8C6を容易に抽出することができる。なお、外形角部抽出部14が重複するガイド線分に基づいて外形角点8C1~8C6を抽出する場合でも、実質的には、ガイド線81~86の交点i14~i36に基づいて外形角点8C1~8C6を抽出するのと等価である。
 外形角部抽出部14が以上のようにして部品51の外形角部の位置を示す外形角点8C1~8C6を抽出したら、トレース線生成部15は、外形角点8C1~8C6を連結する。図15に概念的に示すように、トレース線生成部15は、図面画像レイヤ及びガイド線レイヤとは異なるトレース線レイヤに角点9C1~9C6を連結したトレース線91を生成する。トレース線91の角点9C1~9C6はそれぞれ外形角点8C1~8C6に対応する位置である。トレース線91は部品51の外形形状を示す。
 編集部18は、ガイド線81~86が重畳されている図面画像50にさらにトレース線91を重畳させた図面画像50を表示部4に表示してもよい。編集部18は、ガイド線81~86を青で表示しているとき、トレース線91を赤等の図面画像50及びガイド線81~86の色とは異なる色の線で描くとよい。
 このように、図形データ作成装置100は、外形角部抽出部14が部品51の外形角部の位置を示す外形角点8C1~8C6を自動的に抽出し、トレース線生成部15が部品51の外形形状を示すトレース線91を生成する。図形データ作成装置100によれば、操作者が手動で図面画像に描かれている物体を描画する必要はなく、操作者の作業を軽減させることができる。
 ところで、図16に示すように、部品51は少なくとも一部の角部においてコーナRと称される角部がR面取りされている場合がある。図16は、角部C1がR面取りされている場合を示している。R面取りが所定の大きさ以下であれば、外形角部抽出部14は、上下判定領域または左右判定領域内に部品51の線分の黒の画素が存在すると判定することができる。よって、図16に示す例では、角部C1がR面取りされていない場合と同様に、外形角部抽出部14は、ガイド線81及び84の交点i14に上左角部が存在すると判定し、交点i14の位置に外形角点8C1を重畳する。
 よって、図17Aに示すように、トレース線生成部15が生成するトレース線91は、角部C1がR面取りされていない場合と同様に角点9C1を有する。操作者は、コーナR作成コマンドを使用し、操作部3によって図形修正部16を操作することにより、図17Bに示すように、図形修正部16は角点9C1が位置する角部をR面取りして、コーナRC1Rを有するトレース線91’に修正する。操作者は、操作部3によってコーナRC1Rの半径を指定することにより、角部に任意の半径のコーナRC1Rを有するトレース線91’に修正することが可能である。
 図示を省略するが、部品51は少なくとも一部の角部においてコーナCと称される角部がC面取りされている場合がある。C面取りされている場合も同様に、C面取りが所定の大きさ以下であれば、外形角部抽出部14は、上下判定領域または左右判定領域内に部品51の線分の黒の画素が存在すると判定することができる。部品51のいずれかの角部がC面取りされている場合も、トレース線生成部15が生成するトレース線91は、角部がC面取りされていない場合と同様となる。操作者は、コーナC作成コマンドを使用し、操作部3によって図形修正部16を操作することにより、図形修正部16は角部をC面取りして、コーナCを有するトレース線に修正することが可能である。
 図18は、部品の1つの角部が大きくC面取りされている部品52を示している。部品52は、水平方向の線分521及び523、垂直方向の線分522及び524、例えば30mmでC面取りされた斜め線の線分52Cを有する。ガイド線801とガイド線803との交点i013(図19に図示)であるC面取りされていない場合の角部から、線分521の左端部及び線分522の上端部までの距離が30mmである。部品52は、線分521~524及び52Cが連結されて閉じた形状を有する。部品52は角部C21~C23を有する。図18に示すように角部が大きくC面取りされていると、外形角部抽出部14は、上下判定領域または左右判定領域内に部品52の線分の黒の画素が存在すると判定することはできない。
 図18に示すように、ガイド線生成部13は、部品52の線分522及び524とそれぞれ重なる垂直方向のガイド線801及び802と、線分521及び523とそれぞれ重なる水平方向のガイド線803及び804とを生成して、部品52が描画されている図面画像に重畳する。図19において、外形角部抽出部14は、ガイド線801とガイド線803との交点i013は物体画素非存在であると判定する。外形角部抽出部14は、ガイド線801とガイド線804との交点i014、ガイド線802とガイド線803との交点i023、ガイド線802とガイド線804との交点i024は、それぞれ下左角部、上右角部、下右角部であると判定する。
 よって、図19に示すように、外形角部抽出部14は、交点i014、i023、i024の位置を外形角点として抽出して、それぞれの位置に外形角点8C21~8C23を重畳する。トレース線生成部15は、外形角点8C21~8C23のみでは部品52の外形形状を示すトレース線を生成することはできない。
 そこで、外形角部抽出部14は、次のようにして未抽出の外形角点が存在するか否かを判定し、未抽出の外形角点が存在すれば外形角点を補填する。図20は、外形角点8C21~8C23を上角部及び下角部と、左角部と右角部とに分けて図示している。本来であれば、上角部と下角部とは対であり、左角部と右角部とは対でなければならない。しかしながら、図20に示すように、外形角点8C21の下角部には対となる上角部が存在しない。外形角点8C23の右角部には対となる左角部が存在しない。外形角部抽出部14は、対となる上角部と下角部とのうちの一方が存在しない外形角点と、対となる左角部と右角部とのうちの一方が存在しない外形角点とが存在するとき、未抽出の外形角点が存在すると判定する。
 図21に示すように、外形角部抽出部14は、対となる上角部が存在しない外形角点8C21(第1の外形角点)を通るガイド線801と、対となる左角部が存在しない外形角点8C23(第2の外形角点)を通るガイド線803との交点i013に外形角点8C24を補填する。図22に示すように、トレース線生成部15は、外形角部抽出部14によって最初に抽出された外形角点8C21~8C23及び補填された外形角点8C24を連結することにより、トレース線レイヤに角点9C21~9C24を連結したトレース線92を生成する。角点9C21~9C24はそれぞれ外形角点8C21~8C24に対応する位置である。
 このように、外形角部抽出部14は、未抽出の外形角点が存在するとき外形角点を補填することができるから、トレース線生成部15は、C面取りされていない状態の物体の外形形状を示すトレース線を生成することが可能となる。
 図22に示すトレース線92は、C面取りされた斜め線の線分52Cを有する部品52の外形形状を示していない。そこで、操作者は、コーナC作成コマンドを使用し、操作部3によって図形修正部16を操作することにより、図23に示すように、図形修正部16は角点9C24が位置する角部をC面取りして、斜め線の線分92Cを有するトレース線92’に修正する。図23において、トレース線92’の線分921~924は、部品52の線分521~524に相当する。操作者は、操作部3によってコーナCの角点9C24からの線分921及び922の端部までの距離を指定することにより、角部に任意の距離のコーナCを有するトレース線92’に修正することが可能である。
 図示を省略するが、部品の角部が大きくR面取りされている場合には、図19と同様に、R面取りされている角部に外形角点を重畳することができない。このような場合も、外形角部抽出部14は、対となる上角部と下角部とのうちの一方、及び対となる左角部と右角部とのうちの一方が存在しないとき、未抽出の外形角点が存在すると判定することができる。外形角部抽出部14は、未抽出の外形角点を補填することができる。トレース線生成部15は、R面取りされていない状態の部品に相当するトレース線を生成することができる。操作者は、図17Bと同様に、コーナR作成コマンドを使用して、コーナRを有するトレース線に修正すればよい。
 トレース線生成部15が部品51の外形形状を示す図15に示すトレース線91を生成した場合を例とすると、図形データ生成部17はトレース線91に基づいて部品51を示すベクトルデータよりなる図形データを生成する。部品51を示す図形データは、一例として、レーザ加工機が板金より部品51に相当する形状を切断するために使用される。
 図24に示すフローチャートを用いて、1またはそれ以上の実施形態に係る図形データ作成方法、または、1またはそれ以上の実施形態に係る図形データ作成プログラムがコンピュータ機器に実行させる処理を説明する。図24において、コンピュータ機器の処理が開始されると、コンピュータ機器は、ステップS1にて、任意の物体が描画されている図面画像を読み込む。コンピュータ機器は、ステップS2にて、物体を構成する水平方向及び垂直方向の線分を抽出する。コンピュータ機器は、ステップS3にて、水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成する。
 コンピュータ機器は、ステップS4にて、水平方向及び垂直方向のガイド線の交点に基づいて、物体の外形角部の位置を示す外形角点を抽出する。コンピュータ機器は、ステップS5にて、未抽出の外形角点があるか否かを判定する。未抽出の外形角点がなければ(NO)、コンピュータ機器は処理をステップS7に移行させる。未抽出の外形角点があれば(YES)、コンピュータ機器は、ステップS6にて、外形角点を補填して処理をステップS7に移行させる。
 コンピュータ機器は、ステップS7にて、外形角点を連結するトレース線を生成する。コンピュータ機器は、ステップS8にて、物体を示す図形データを生成して、処理を終了させる。図24では図示を省略しているが、コンピュータ機器は、ステップS7とステップS8との間で、操作者による操作に応じて、トレース線を修正することがある。
 以上のように、図形データ作成装置100、図形データ作成装置100(コンピュータ機器)が実行する図形データ作成方法、非一時的記憶媒体2に記憶され、中央処理装置1が実行する図形データ作成プログラム20によれば、操作者が手動で図面画像に描かれている物体を描画する必要はないから、操作者の作業を軽減させることができる。
 本発明は以上説明した1またはそれ以上の実施形態に限定されるものではなく、本発明の要旨を逸脱しない範囲において種々変更可能である。物体の外形角点を抽出する方法は、ガイド線の交点を中心とする周辺部(上下判定領域及び左右判定領域)を用いる方法、または、ガイド線分と物体の線分とが重なっている程度を用いる方法に限定されるものではない。図面画像は、製品商用図、建築関連の平面図面または立面図面、基礎図面、屋根図面、電気図面、切削図面の図面画像であってもよい。図面画像に描画されている物体は部品に限定されることはない。
 表示部4に図面画像、ガイド線、トレース線を表示すれば、操作者はそれらを視覚的に認識することができる。よって、表示部4に図面画像、ガイド線、トレース線を表示することが好ましいが、表示部4に図面画像、ガイド線、トレース線を表示することは必須ではない。
 本願は、2024年5月16日に日本国特許庁に出願された特願2024-080043号に基づく優先権を主張するものであり、その全ての開示内容は引用によりここに援用される。

Claims (15)

  1.  図形データ作成プログラムを記憶する非一時的記憶媒体と、
     中央処理装置と、
     を備え、
     前記中央処理装置は、前記図形データ作成プログラムを実行することにより、
     前記中央処理装置によって読み込まれた図面画像に描画されている任意の物体の外形を構成する水平方向及び垂直方向の線分を抽出し、
     前記水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成し、
     前記水平方向及び垂直方向のガイド線の交点に基づいて、前記物体の外形角部の位置を示す外形角点を抽出し、
     抽出した前記外形角点を連結するトレース線を生成し、
     前記トレース線に基づいて、前記物体を示す図形データを生成する
     図形データ作成装置。
  2.  前記中央処理装置は、前記図形データ作成プログラムを実行することにより、
     前記ガイド線の交点を中心とする所定の大きさの周辺部内に、前記図面画像に描画されている前記物体の色の画素が存在するか否かに基づいて、前記外形角点を抽出する
     請求項1に記載の図形データ作成装置。
  3.  前記中央処理装置は、前記図形データ作成プログラムを実行することにより、
     前記水平方向のガイド線上に、前記交点を挟み、前記交点から離隔した位置に位置する左判定領域及び右判定領域と、前記垂直方向のガイド線上に、前記交点を挟み、前記交点から離隔した位置に位置する上判定領域及び下判定領域とを設定し、
     前記左判定領域内、前記右判定領域内、前記上判定領域内、前記下判定領域内に、前記物体の色の画素が存在するか否かに基づいて、前記外形角点を抽出する
     請求項2に記載の図形データ作成装置。
  4.  前記中央処理装置は、前記図形データ作成プログラムを実行することにより、
     前記水平方向及び垂直方向のガイド線を各交点で分断して複数のガイド線分に分割し、
     前記複数のガイド線分における各ガイド線分が前記物体の前記水平方向の線分または前記垂直方向の線分と重なっている程度に基づいて、前記水平方向の線分または前記垂直方向の線分と重複するガイド線分を抽出し、
     抽出したガイド線分に基づいて、前記外形角点を抽出する
     請求項1に記載の図形データ作成装置。
  5.  前記中央処理装置は、前記図形データ作成プログラムを実行することにより、
     対となる前記物体の上角部と前記物体の下角部とのうちの一方が存在しない第1の外形角点と、対となる前記物体の左角部と前記物体の右角部とのうちの一方が存在しない第2の外形角点とが存在するとき、前記物体の未抽出の外形角点が存在すると判定し、
     前記第1の外形角点を通るガイド線と前記第2の外形角点を通るガイド線との交点に外形角点を補填し、
     抽出した前記外形角点及び補填した前記外形角点を連結するトレース線を生成する
     請求項1~4のいずれか1項に記載の図形データ作成装置。
  6.  コンピュータ機器が、
     任意の物体が描画されている図面画像を読み込み、
     前記図面画像に描画されている前記物体の外形を構成する水平方向及び垂直方向の線分を抽出し、
     前記水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成し、
     前記水平方向及び垂直方向のガイド線の交点に基づいて、前記物体の外形角部の位置を示す外形角点を抽出し、
     抽出した前記外形角点を連結するトレース線を生成し、
     前記トレース線に基づいて、前記物体を示す図形データを生成する
     図形データ作成方法。
  7.  前記コンピュータ機器が、
     前記ガイド線の交点を中心とする所定の大きさの周辺部内に、前記図面画像に描画されている前記物体の色の画素が存在するか否かに基づいて、前記外形角点を抽出する
     請求項6に記載の図形データ作成方法。
  8.  前記コンピュータ機器が、
     前記水平方向のガイド線上に、前記交点を挟み、前記交点から離隔した位置に位置する左判定領域及び右判定領域と、前記垂直方向のガイド線上に、前記交点を挟み、前記交点から離隔した位置に位置する上判定領域及び下判定領域とを設定し、
     前記左判定領域内、前記右判定領域内、前記上判定領域内、前記下判定領域内に、前記物体の色の画素が存在するか否かに基づいて、前記外形角点を抽出する
     請求項7に記載の図形データ作成方法。
  9.  前記コンピュータ機器が、
     前記水平方向及び垂直方向のガイド線を各交点で分断して複数のガイド線分に分割し、
     前記複数のガイド線分における各ガイド線分が前記物体の前記水平方向の線分または前記垂直方向の線分と重なっている程度に基づいて、前記水平方向の線分または前記垂直方向の線分と重複するガイド線分を抽出し、
     抽出したガイド線分に基づいて、前記外形角点を抽出する
     請求項6に記載の図形データ作成方法。
  10.  前記コンピュータ機器が、
     対となる前記物体の上角部と前記物体の下角部とのうちの一方が存在しない第1の外形角点と、対となる前記物体の左角部と前記物体の右角部とのうちの一方が存在しない第2の外形角点とが存在するとき、前記物体の未抽出の外形角点が存在すると判定し、
     前記第1の外形角点を通るガイド線と前記第2の外形角点を通るガイド線との交点に外形角点を補填し、
     抽出した前記外形角点及び補填した前記外形角点を連結するトレース線を生成する
     請求項6~9のいずれか1項に記載の図形データ作成方法。
  11.  コンピュータ機器に、
     任意の物体が描画されている図面画像を読み込むステップと、
     前記図面画像に描画されている前記物体の外形を構成する水平方向及び垂直方向の線分を抽出するステップと、
     前記水平方向及び垂直方向の線分と重なる水平方向及び垂直方向のガイド線を生成するステップと、
     前記水平方向及び垂直方向のガイド線の交点に基づいて、前記物体の外形角部の位置を示す外形角点を抽出するステップと、
     抽出した前記外形角点を連結するトレース線を生成するステップと、
     前記トレース線に基づいて、前記物体を示す図形データを生成するステップと、
     を実行させる図形データ作成プログラム。
  12.  前記コンピュータ機器に、
     前記外形角点を抽出するステップとして、前記ガイド線の交点を中心とする所定の大きさの周辺部内に、前記図面画像に描画されている前記物体の色の画素が存在するか否かに基づいて、前記外形角点を抽出するステップを実行させる
     請求項11に記載の図形データ作成プログラム。
  13.  前記コンピュータ機器に、
     前記外形角点を抽出するステップとして、
     前記水平方向のガイド線上に、前記交点を挟み、前記交点から離隔した位置に位置する左判定領域及び右判定領域と、前記垂直方向のガイド線上に、前記交点を挟み、前記交点から離隔した位置に位置する上判定領域及び下判定領域とを設定するステップと、
     前記左判定領域内、前記右判定領域内、前記上判定領域内、前記下判定領域内に、前記物体の色の画素が存在するか否かに基づいて、前記外形角点を抽出するステップと、
     を実行させる
     請求項12に記載の図形データ作成プログラム。
  14.  前記コンピュータ機器に、
     前記外形角点を抽出するステップとして、
     前記水平方向及び垂直方向のガイド線を各交点で分断して複数のガイド線分に分割するステップと、
     前記複数のガイド線分における各ガイド線分が前記物体の前記水平方向の線分または前記垂直方向の線分と重なっている程度に基づいて、前記水平方向の線分または前記垂直方向の線分と重複するガイド線分を抽出するステップと、
     抽出したガイド線分に基づいて、前記外形角点を抽出するステップと、
     を実行させる
     請求項11に記載の図形データ作成プログラム。
  15.  前記コンピュータ機器に、
     対となる前記物体の上角部と前記物体の下角部とのうちの一方が存在しない第1の外形角点と、対となる前記物体の左角部と前記物体の右角部とのうちの一方が存在しない第2の外形角点とが存在するとき、前記物体の未抽出の外形角点が存在すると判定するステップと、
     前記第1の外形角点を通るガイド線と前記第2の外形角点を通るガイド線との交点に外形角点を補填するステップと、
     をさらに実行させ、
     前記トレース線を生成するステップとして、抽出した前記外形角点及び補填した前記外形角点を連結するトレース線を生成するステップを実行させる
     請求項11~14のいずれか1項に記載の図形データ作成プログラム。
PCT/JP2025/014200 2024-05-16 2025-04-09 図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム Pending WO2025239073A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2024080043A JP7759995B1 (ja) 2024-05-16 2024-05-16 図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム
JP2024-080043 2024-05-16

Publications (1)

Publication Number Publication Date
WO2025239073A1 true WO2025239073A1 (ja) 2025-11-20

Family

ID=97405538

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2025/014200 Pending WO2025239073A1 (ja) 2024-05-16 2025-04-09 図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム

Country Status (2)

Country Link
JP (1) JP7759995B1 (ja)
WO (1) WO2025239073A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08221506A (ja) * 1995-02-16 1996-08-30 Toshiba Corp 帳票文書認識装置および帳票文書認識方法
JP2007115238A (ja) * 2005-09-20 2007-05-10 Fukui Computer Kk 2次元cadデータ処理装置、2次元cadデータ処理方法、2次元cadデータ処理プログラム、及び閉領域識別方法
CN117788298A (zh) * 2023-12-28 2024-03-29 深圳市鸿合创新信息技术有限责任公司 多边形校正方法及装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06251118A (ja) * 1993-02-26 1994-09-09 Hitachi Ltd 図形編集方法および装置
JP2892994B2 (ja) * 1996-10-17 1999-05-17 日本電信電話株式会社 建築図面認識方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08221506A (ja) * 1995-02-16 1996-08-30 Toshiba Corp 帳票文書認識装置および帳票文書認識方法
JP2007115238A (ja) * 2005-09-20 2007-05-10 Fukui Computer Kk 2次元cadデータ処理装置、2次元cadデータ処理方法、2次元cadデータ処理プログラム、及び閉領域識別方法
CN117788298A (zh) * 2023-12-28 2024-03-29 深圳市鸿合创新信息技术有限责任公司 多边形校正方法及装置

Also Published As

Publication number Publication date
JP7759995B1 (ja) 2025-10-24
JP2025174045A (ja) 2025-11-28

Similar Documents

Publication Publication Date Title
JP6250901B2 (ja) Cncとロボット制御装置が通信ネットワークを介して接続されたロボットシステム
JP2012243307A (ja) 入力画像における歪を検出する方法、入力画像における歪を検出する装置およびコンピューター読み取り可能な媒体
JP4416039B2 (ja) 縞模様検知システム、縞模様検知方法および縞模様検知用プログラム
US11906441B2 (en) Inspection apparatus, control method, and program
JP2013134706A (ja) 情報処理装置、情報処理方法、及びそのプログラム
CN101378444A (zh) 图像处理装置、图像处理方法和图像处理程序
CN101882327B (zh) 信息处理装置及处理信息的方法
JP2017182302A (ja) 画像処理プログラム、画像処理装置、及び画像処理方法
KR20220136196A (ko) 화상 처리 장치, 화상 처리 방법, 이동 장치, 및 저장 매체
JP5067501B2 (ja) 多色ベクトル画像処理装置および方法
JP4001162B2 (ja) 画像処理方法、画像処理用のプログラムならびにその記憶媒体、および画像処理装置
JPH11102446A (ja) グラフィックス入力装置
JP7759995B1 (ja) 図形データ作成装置、図形データ作成方法、及び図形データ作成プログラム
JPWO2023074184A5 (ja)
JPH02232690A (ja) データ変換装置
JP6883199B2 (ja) 画像処理装置、画像読み取り装置、および、プログラム
US7098926B2 (en) Trapping area creating method, trapping area creating apparatus, and trapping area creating program storage medium
CN107020845A (zh) 估算打印处理所需的时间的图像处理装置及图像处理方法
JP5062209B2 (ja) 画像解析装置、画像解析システム、画像解析プログラム、及び、画像解析方法
US9080268B2 (en) Device and non-transitory computer-readable medium
US20100238470A1 (en) Document image processing system and document image processing method
JP4714043B2 (ja) 変更指示図面作成システムと方法、およびプログラム
JP2021111365A5 (ja)
EP4453773B1 (en) Drawing assistance device and drawing assistance method
US20250078239A1 (en) Image processing system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 25803324

Country of ref document: EP

Kind code of ref document: A1