JP4882929B2 - Image processing apparatus and image processing program - Google Patents

Image processing apparatus and image processing program Download PDF

Info

Publication number
JP4882929B2
JP4882929B2 JP2007235260A JP2007235260A JP4882929B2 JP 4882929 B2 JP4882929 B2 JP 4882929B2 JP 2007235260 A JP2007235260 A JP 2007235260A JP 2007235260 A JP2007235260 A JP 2007235260A JP 4882929 B2 JP4882929 B2 JP 4882929B2
Authority
JP
Japan
Prior art keywords
graph model
extraction means
closed
graphic
extracted
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2007235260A
Other languages
Japanese (ja)
Other versions
JP2009069953A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation Corp
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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2007235260A priority Critical patent/JP4882929B2/en
Publication of JP2009069953A publication Critical patent/JP2009069953A/en
Application granted granted Critical
Publication of JP4882929B2 publication Critical patent/JP4882929B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Character Input (AREA)
  • Image Processing (AREA)
  • Image Analysis (AREA)

Description

本発明は、画像処理装置及び画像処理プログラムに関する。   The present invention relates to an image processing apparatus and an image processing program.

手書きされた文字を認識しようとする場合、複数の文字やその他図形等との接触があると認識率が低下するため、これらを分離することが求められている。   When a handwritten character is to be recognized, the recognition rate decreases if there is a contact with a plurality of characters or other figures, so that it is required to separate them.

これに関連する技術として、例えば、特許文献1には、文字列画像全体の構造的な情報を用いて、接触文字数、接触の仕方に関係なく文字列を容易に認識することを目的とし、文字列認識処理では、まず、抽出された文字列画像を細線化して骨格線図形を生成し、次に、骨格線図形を複数の単純な部分曲線に分割し、次に、部分曲線を組み合わせて文字列の部分図形を生成し、該部分図形について文字認識を行い、次に、文字に認識された部分図形をノードとし、該ノードを重み付きのリンクで多様に結んでネットワークを構成し、最後に、ネットワークから最適解の経路を選び、そのノードの組合せを出力することが開示されている。   As a technique related to this, for example, Patent Document 1 aims at easily recognizing a character string regardless of the number of contact characters and the way of contact using structural information of the entire character string image. In the column recognition process, first, the extracted character string image is thinned to generate a skeleton line figure, then the skeleton line figure is divided into a plurality of simple partial curves, and then the partial curves are combined to create a character. Generate a partial figure of the column, perform character recognition on the partial figure, then make the partial figure recognized by the character a node, connect the node with weighted links variously to form a network, and finally , Selecting an optimal solution route from a network and outputting a combination of the nodes.

例えば、特許文献2には、文字画像から抽出したストロークが接触ストロークであるときの切断候補と切断回数を抑えて処理効率を向上させることを課題とし、文字列画像記憶部から入力した画像から初期ストローク抽出部で初期ストロークを抽出し、接触ストローク判断部で接触したストロークと判定したものだけ切断候補抽出部で切断候補箇所を抽出し、最適候補選択部で切断候補から切断箇所を選択し、ストローク情報更新部で接触ストロークを選択された箇所で切断して新しいストロークを生成し、文字切り出し候補生成部は、新しいストロークと非接触ストロークバッファに記憶されていた接触していないストロークとを組み合わせて文字切り出し候補を生成して出力することが開示されている。   For example, in Patent Document 2, it is an object to improve processing efficiency by suppressing cutting candidates and the number of cuttings when a stroke extracted from a character image is a contact stroke, and an initial image is input from a character string image storage unit. The stroke extraction unit extracts the initial stroke, the cutting candidate extraction unit extracts the cutting candidate location only for the stroke determined as the contact stroke determination unit, the optimum candidate selection unit selects the cutting location from the cutting candidate, and the stroke The information update unit cuts the contact stroke at the selected location to generate a new stroke, and the character cutout candidate generation unit combines the new stroke and the non-contact stroke stored in the non-contact stroke buffer to generate a character. It is disclosed that a cutout candidate is generated and output.

また、例えば、特許文献3には、ノイズや線幅の変動の影響を受けず、またストロークが完全に交差している接触箇所があっても高い確率で正解を含む文字切り出し候補を生成でき、しかも候補数の増大を防ぐことができる文字切り出し候補生成装置を提供することを課題とし、文字列画像記憶部は光学的に走査された文字列画像を格納し、線分素抽出部はこの格納された文字列画像から特定の方向成分を持つ部分である線分素をモルフォロジー演算を使用して抽出し、ストローク作成部はこの抽出された線分素をマージして或る程度滑らかにつながる曲線部分であるストロークを作成し、最後に、文字切り出し候補作成部は作成されたストロークを組み合わせて文字切り出し候補を作成することが開示されている。
特開平06−076114号公報 特開平11−149521号公報 特開平09−288715号公報
In addition, for example, Patent Document 3 can generate a character extraction candidate that includes a correct answer with high probability even if there is a contact portion where the stroke completely intersects without being affected by noise and line width fluctuation, In addition, an object is to provide a character segmentation candidate generation device that can prevent an increase in the number of candidates. A character string image storage unit stores an optically scanned character string image, and a line segment extraction unit stores this character string image. A line segment, which is a part having a specific direction component, is extracted from the extracted character string image using a morphological operation, and the stroke creation unit merges the extracted line segments and connects them to some extent smoothly. It is disclosed that a stroke that is a part is created, and finally, a character segmentation candidate creation unit creates a character segmentation candidate by combining the created strokes.
Japanese Patent Laid-Open No. 06-076114 JP-A-11-149521 JP 09-288715 A

ところで、文字画像の高さ又は接触位置を限定して線図形を抽出している場合は、それ以外の線図形の大きさ、接触又は交差がある場合は対処することができない。
本発明は、グラフモデルを生成し、開図形と閉図形とを別々に抽出することで、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をする画像処理装置及び画像処理プログラムを提供することを目的とする。
By the way, when the line figure is extracted by limiting the height or the contact position of the character image, it cannot be dealt with if there is a size, contact or intersection of other line figures.
The present invention generates a graph model, and extracts an open figure and a closed figure separately, thereby relaxing the variation in the size of the line figure, the restriction of contact or intersection, and extracting the line figure. An object is to provide an apparatus and an image processing program.

かかる目的を達成するための本発明の要旨とするところは、次の各項の発明に存する。
請求項1記載の発明は、線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段を具備し、前記閉図形抽出手段は、抽出した閉図形のうち重複している図形を削除することを特徴とする画像処理装置である。
請求項2記載の発明は、線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、前記開図形抽出手段によって抽出された開図形及び前記閉図形抽出手段によって抽出された閉図形の合計が、前記画像内に含まれている予め定められた図形の数と異なるか否かを判断する判断手段と、前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段を具備することを特徴とする画像処理装置である。
請求項3記載の発明は、線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、前記開図形抽出手段によって抽出された開図形又は前記閉図形抽出手段によって抽出された閉図形の形状が、前記画像内に含まれている予め定められた図形の形状と異なるか否かを判断する判断手段と、前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段を具備することを特徴とする画像処理装置である。
The gist of the present invention for achieving the object lies in the inventions of the following items.
First aspect of the present invention, and an extraction means for extracting features and line segment of the point in the image containing the line figure, the thus extracted characteristic points to the extraction means and the vertices in the graph model, extracted by said extracting means By making the obtained line segment an edge in the graph model, a graph model generating unit that generates a graph model, and an open figure having an end point are extracted by analyzing the graph model generated by the graph model generating unit and an open figure extraction means, by analyzing the graph model generated by the graph model generating means, comprising a closed figure extracting means for extracting closed figure having no end points, the closed figure extracting means extracts the closed An image processing apparatus is characterized in that an overlapping graphic is deleted from the graphic .
The invention according to claim 2 is an extraction means for extracting features and line segments related to points in an image including a line figure, and the feature points extracted by the extraction means are vertices in a graph model, and is extracted by the extraction means. By defining the line segment as an edge in the graph model, the graph model generating means for generating the graph model and the open model having the end points are extracted by analyzing the graph model generated by the graph model generating means. A figure extraction means; a closed figure extraction means for extracting a closed figure having no end points by analyzing the graph model generated by the graph model generation means; an open figure extracted by the open figure extraction means; A predetermined figure in which the total of the closed figures extracted by the closed figure extraction means is included in the image. A determination means for determining whether or not the number is different, and if determined to be different by the determination means, the graph model is changed according to the location where the line segment is in contact in the image, An image processing apparatus comprising reprocessing means for performing processing by an open figure extraction means or the closed figure extraction means.
According to a third aspect of the present invention, an extraction means for extracting features and line segments related to points in an image including a line figure, and a feature point extracted by the extraction means is used as a vertex in a graph model, and is extracted by the extraction means. By defining the line segment as an edge in the graph model, the graph model generating means for generating the graph model and the open model having the end points are extracted by analyzing the graph model generated by the graph model generating means. A figure extraction means, a closed figure extraction means for extracting a closed figure having no end points by analyzing the graph model generated by the graph model generation means, and an open figure extracted by the open figure extraction means or the A predetermined figure in which the shape of the closed graphic extracted by the closed graphic extracting means is included in the image. If it is determined by the determination means that determines whether the shape is different from the shape, the graph model is changed according to the location where the line segment is in contact in the image, An image processing apparatus comprising reprocessing means for performing processing by an open figure extraction means or the closed figure extraction means.

請求項記載の発明は、前記抽出手段によって抽出された特徴点及び線分に基づいて、前記線分のうち偽線分を識別する偽線分識別手段を具備し、前記グラフモデル生成手段は、前記抽出手段及び前記偽線分識別手段による結果に基づいて、グラフモデルを生成することを特徴とする請求項1から3のいずれか1項に記載の画像処理装置である。 The invention according to claim 4 comprises false line segment identifying means for identifying a false line segment out of the line segments based on the feature points and line segments extracted by the extracting means, and the graph model generating means is based on the result of the extraction means and the false line identification means is an image processing apparatus according to any one of claims 1 to 3, and generates the graph model.

請求項記載の発明は、前記閉図形抽出手段は、前記グラフモデルを解析することによって、閉図形を抽出し、多角形近似を行った後に、閉図形の形状を認識することを特徴とする請求項1から3のいずれか1項に記載の画像処理装置である。 The invention according to claim 5 is characterized in that the closed graphic extracting means recognizes the shape of the closed graphic after extracting the closed graphic and performing polygon approximation by analyzing the graph model. The image processing apparatus according to claim 1.

請求項記載の発明は、コンピュータを、線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段として機能させ、前記閉図形抽出手段は、抽出した閉図形のうち重複している図形を削除することを特徴とする画像処理プログラムである。
請求項7記載の発明は、コンピュータを、線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、前記開図形抽出手段によって抽出された開図形及び前記閉図形抽出手段によって抽出された閉図形の合計が、前記画像内に含まれている予め定められた図形の数と異なるか否かを判断する判断手段と、前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段として機能させることを特徴とする画像処理プログラムである。
請求項8記載の発明は、コンピュータを、線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、前記開図形抽出手段によって抽出された開図形又は前記閉図形抽出手段によって抽出された閉図形の形状が、前記画像内に含まれている予め定められた図形の形状と異なるか否かを判断する判断手段と、前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段として機能させることを特徴とする画像処理プログラムである。
According to a sixth aspect of the invention, a computer, extracting means for extracting a feature and line segment of the point in the image containing the line figure, the vertices in the graph model thus extracted feature points to the extraction means, the extraction A graph model generating means for generating a graph model by using the line segment extracted by the means as an edge in the graph model, and an open figure having end points by analyzing the graph model generated by the graph model generating means By analyzing the graph model generated by the graph model generating means, and functioning as a closed figure extracting means for extracting a closed figure having no end points . An image processing program that deletes an overlapping figure from among the extracted closed figures .
According to the seventh aspect of the present invention, there is provided an extraction means for extracting a feature and a line segment related to a point in an image including a line figure, a feature point extracted by the extraction means as a vertex in a graph model, and the extraction means By using the line segment extracted by the graph as an edge in the graph model, a graph model generation unit that generates a graph model, and an open figure having end points by analyzing the graph model generated by the graph model generation unit An open graphic extraction means for extracting; a closed graphic extraction means for extracting a closed graphic having no end points by analyzing the graph model generated by the graph model generation means; and an open graphic extracted by the open graphic extraction means. The total of the figure and the closed figure extracted by the closed figure extraction means is included in the image. A determination means for determining whether or not the number of figures is different from the number of figures determined, and the graph model when determined to be different by the determination means, depending on a position where the line segment is in contact in the image The image processing program is made to function as a reprocessing unit that performs processing by the open graphic extracting unit or the closed graphic extracting unit.
According to an eighth aspect of the present invention, there is provided an extraction means for extracting a feature and a line segment related to a point in an image including a line figure, and a feature point extracted by the extraction means as a vertex in a graph model. By using the line segment extracted by the graph as an edge in the graph model, a graph model generation unit that generates a graph model, and an open figure having end points by analyzing the graph model generated by the graph model generation unit An open graphic extraction means for extracting; a closed graphic extraction means for extracting a closed graphic having no end points by analyzing the graph model generated by the graph model generation means; and an open graphic extracted by the open graphic extraction means. The figure or the shape of the closed figure extracted by the closed figure extraction means is included in the image. A determination means for determining whether or not the shape of the figure is different from the shape of the figure determined, and if it is determined by the determination means, the graph model according to a position where the line segment is in contact in the image The image processing program is made to function as a reprocessing unit that performs processing by the open graphic extracting unit or the closed graphic extracting unit.

請求項1の画像処理装置によれば、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をすることができるようになる。さらに、余分な線図形を抽出することを抑制することができるようになる。
請求項2の画像処理装置によれば、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をすることができるようになる。さらに、予め図形の数が判明している場合は、より正確に線図形を抽出することができるようになる。
請求項3の画像処理装置によれば、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をすることができるようになる。さらに、予め図形の形状が判明している場合は、より正確に線図形を抽出することができるようになる。
According to the image processing apparatus of the first aspect, it is possible to extract the line figure by relaxing the variation in the size of the line figure, the restriction on the contact or the intersection. Furthermore, it becomes possible to suppress extraction of extra line figures.
According to the image processing apparatus of the second aspect, it is possible to extract the line figure while relaxing the variation in the size of the line figure, the restriction on the contact or the intersection. Furthermore, when the number of figures is known in advance, a line figure can be extracted more accurately.
According to the image processing apparatus of the third aspect, it is possible to extract the line figure while relaxing the variation in the size of the line figure, the restriction on the contact or the intersection. Further, when the shape of the figure is known in advance, the line figure can be extracted more accurately.

請求項の画像処理装置によれば、線分の太さによって交差部分に発生しやすい偽線分を識別することができ、より正確な線図形の抽出を行うことができるようになる。 According to the image processing apparatus of the fourth aspect , it is possible to identify a false line segment that is likely to be generated at the intersecting portion based on the thickness of the line segment, and it is possible to extract a more accurate line figure.

請求項の画像処理装置によれば、形状を認識することによって、より正確な線図形の抽出をすることができるようになる。 According to the image processing apparatus of the fifth aspect , it becomes possible to extract a more accurate line figure by recognizing the shape.

請求項の画像処理プログラムによれば、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をすることができるようになる。さらに、余分な線図形を抽出することを抑制することができるようになる。
請求項7の画像処理プログラムによれば、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をすることができるようになる。さらに、予め図形の数が判明している場合は、より正確に線図形を抽出することができるようになる。
請求項8の画像処理プログラムによれば、線図形の大きさのばらつき、接触又は交差の制限を緩和して、線図形の抽出をすることができるようになる。さらに、予め図形の形状が判明している場合は、より正確に線図形を抽出することができるようになる。
According to the image processing program of the sixth aspect , it is possible to extract the line figure by relaxing the variation in the size of the line figure, the restriction on the contact or the intersection. Furthermore, it becomes possible to suppress extraction of extra line figures.
According to the image processing program of the seventh aspect, it is possible to extract the line figure by relaxing the variation in the size of the line figure, the restriction on the contact or the intersection. Furthermore, when the number of figures is known in advance, a line figure can be extracted more accurately.
According to the image processing program of the eighth aspect, it is possible to extract the line figure by relaxing the variation in the size of the line figure, the restriction on the contact or the intersection. Further, when the shape of the figure is known in advance, the line figure can be extracted more accurately.

以下、図面に基づき本発明を実現するにあたっての好適な一実施の形態の例を説明する。
図1は、本実施の形態の構成例についての概念的なモジュール構成図を示している。
なお、モジュールとは、一般的に論理的に分離可能なソフトウェア(コンピュータ・プログラム)、ハードウェア等の部品を指す。したがって、本実施の形態におけるモジュールはコンピュータ・プログラムにおけるモジュールのことだけでなく、ハードウェア構成におけるモジュールも指す。それゆえ、本実施の形態は、コンピュータ・プログラム、システム及び方法の説明をも兼ねている。ただし、説明の都合上、「記憶する」、「記憶させる」、これらと同等の文言を用いるが、これらの文言は、実施の形態がコンピュータ・プログラムの場合は、記憶装置に記憶させること、又は記憶装置に記憶させるように制御するの意である。また、モジュールは機能にほぼ一対一に対応しているが、実装においては、1モジュールを1プログラムで構成してもよいし、複数モジュールを1プログラムで構成してもよく、逆に1モジュールを複数プログラムで構成してもよい。また、複数モジュールは1コンピュータによって実行されてもよいし、分散又は並列環境におけるコンピュータによって1モジュールが複数コンピュータで実行されてもよい。なお、1つのモジュールに他のモジュールが含まれていてもよい。また、以下、「接続」とは物理的な接続の他、論理的な接続(データの授受、指示、データ間の参照関係等)を含む。
また、システム又は装置とは、複数のコンピュータ、ハードウェア、装置等がネットワーク(一対一対応の通信接続を含む)等の通信手段で接続されて構成されるほか、1つのコンピュータ、ハードウェア、装置等によって実現される場合も含まれる。
Hereinafter, an example of a preferred embodiment for realizing the present invention will be described with reference to the drawings.
FIG. 1 shows a conceptual module configuration diagram of a configuration example of the present embodiment.
The module generally refers to components such as software (computer program) and hardware that can be logically separated. Therefore, the module in the present embodiment indicates not only a module in a computer program but also a module in a hardware configuration. Therefore, the present embodiment also serves as an explanation of a computer program, a system, and a method. However, for the sake of explanation, the words “store”, “store”, and equivalents thereof are used, but these words are stored in a storage device when the embodiment is a computer program, or It means to control to be stored in the storage device. In addition, the modules correspond almost one-to-one with the functions. However, in mounting, one module may be composed of one program, or a plurality of modules may be composed of one program. A plurality of programs may be used. The plurality of modules may be executed by one computer, or one module may be executed by a plurality of computers in a distributed or parallel environment. Note that one module may include other modules. In the following, “connection” includes not only physical connection but also logical connection (data exchange, instruction, reference relationship between data, etc.).
In addition, the system or device is configured by connecting a plurality of computers, hardware, devices, and the like by communication means such as a network (including one-to-one correspondence communication connection), etc., and one computer, hardware, device. The case where it implement | achieves by etc. is also included.

本実施の形態は、図1に示すように、前処理モジュール11、線追跡抽出モジュール12、形状解析抽出モジュール13、後処理モジュール14を有している。
前処理モジュール11は、線追跡抽出モジュール12と接続されており、対象となる画像を入力し、それに対して前処理を行い、線追跡抽出モジュール12にその画像を渡す。
ここで、対象となる画像は、手書きで記入した複数の線図形を含む画像である。なお、その線図形には、紙文書にペンで手書きされたものの他に、電子ペン等で電子的に記入された線図形を含む画像(軌跡としての位置データ)であってもよい。また、紙文書の画像はスキャナ等の画像入力装置によって入力されたものである。より具体的には、例えば、学生・生徒等に対するテストの判定済みの答案用紙、回答が記入済みのアンケート用紙等に追記された手書きの線図形等の画像が該当する。
前処理としては、ノイズ除去処理と細線化処理等がある。ノイズ除去処理としては、例えば、孤立点の除去、かすれ線の補間、傾き補正等がある。細線化処理は、二値画像を幅1画素の線画像に変換する処理をいい、パターン認識等の前処理として用いられている処理(予め定められたパターンとのマッチングを行い、一致すればそのうちの定められた画素を削除する等)を用いる。
As shown in FIG. 1, the present embodiment includes a preprocessing module 11, a line tracking extraction module 12, a shape analysis extraction module 13, and a postprocessing module 14.
The preprocessing module 11 is connected to the line tracking extraction module 12, inputs a target image, performs preprocessing on the image, and passes the image to the line tracking extraction module 12.
Here, the target image is an image including a plurality of line figures entered by handwriting. The line figure may be an image (position data as a trajectory) including a line figure electronically written with an electronic pen or the like in addition to a paper document handwritten with a pen. The paper document image is input by an image input device such as a scanner. More specifically, for example, an image such as a handwritten line figure added to an answer sheet on which a test for students / students has been determined, a questionnaire sheet on which an answer has been written, and the like is applicable.
Preprocessing includes noise removal processing and thinning processing. Examples of the noise removal processing include removal of isolated points, interpolation of blurred lines, and inclination correction. Thinning processing refers to processing that converts a binary image into a line image with a width of one pixel. Processing used as preprocessing such as pattern recognition (matching with a predetermined pattern is performed, and if they match, Etc.) are used.

線追跡抽出モジュール12は、前処理モジュール11、形状解析抽出モジュール13と接続されており、前処理モジュール11から細線化処理された線図形の画像を受け取り、その中の線分を追跡して抽出することにより、開図形(端点がある図形)の抽出を行う。線追跡抽出モジュール12の処理については、図3等を用いて後述する。
形状解析抽出モジュール13は、線追跡抽出モジュール12、後処理モジュール14と接続されており、線追跡抽出モジュール12によって開図形が抽出された画像を受け取り、残った線図形である閉図形(端点がない図形)の形状を解析する。解析結果を後処理モジュール14へ渡す。形状解析抽出モジュール13の処理については、図10等を用いて後述する。
The line tracking extraction module 12 is connected to the preprocessing module 11 and the shape analysis extraction module 13, receives the line figure image that has been thinned from the preprocessing module 11, and tracks and extracts the line segments therein. By doing so, an open figure (figure with end points) is extracted. The processing of the line tracking extraction module 12 will be described later with reference to FIG.
The shape analysis extraction module 13 is connected to the line tracking extraction module 12 and the post-processing module 14. The shape analysis extraction module 13 receives an image from which an open figure has been extracted by the line tracking extraction module 12, and a closed figure (endpoint is an end line figure). No shape). The analysis result is passed to the post-processing module 14. The processing of the shape analysis extraction module 13 will be described later with reference to FIG.

後処理モジュール14は、形状解析抽出モジュール13と接続されており、形状解析抽出モジュール13から解析結果を受け取り、開図形及び閉図形の合計と予めわかっている線図形の数とを比較して、又は解析結果である線図形の形状と予めわかっている線図形の形状とを比較して、異なると判断した場合は、画像内の線分の接触している箇所に応じて、線追跡抽出モジュール12又は形状解析抽出モジュール13で用いるグラフモデルを変更し、線追跡抽出モジュール12又は形状解析抽出モジュール13による処理を再度行わせる制御を行う。なお、予めわかっている線図形の数又は形状とは、例えば、答案用紙、アンケート用紙等は、追記される手書きの記号の数、形状は予め定まっている場合があるので、これを利用するものである。後処理モジュール14の処理については、図13等を用いて後述する。なお、後処理モジュール14による処理は、必ずしも行われなくてもよい。
つまり、本実施の形態は、前処理モジュール11が受け付けた複数の線図形が含まれている画像を対象として、後処理モジュール14は個別の線図形(画像又は形状、位置、数等)を出力することになる。
The post-processing module 14 is connected to the shape analysis extraction module 13, receives the analysis result from the shape analysis extraction module 13, compares the total number of open figures and closed figures with the number of line figures known in advance, Or, if the shape of the line figure that is the analysis result is compared with the shape of the line figure that is known in advance, it is judged that they are different. 12 or the graph model used in the shape analysis extraction module 13 is changed, and control is performed so that the line tracking extraction module 12 or the shape analysis extraction module 13 performs the process again. Note that the number or shape of line figures known in advance is, for example, the answer sheet, questionnaire sheet, etc. The number and shape of handwritten symbols to be added may be determined in advance. It is. The processing of the post-processing module 14 will be described later with reference to FIG. Note that the processing by the post-processing module 14 is not necessarily performed.
That is, in this embodiment, the post-processing module 14 outputs individual line figures (images or shapes, positions, numbers, etc.) for an image including a plurality of line figures received by the pre-processing module 11. Will do.

図2は、本実施の形態を含む全体の処理を示す説明図である。
本実施の形態は、例えば、学生・生徒等に対するテストの判定済みの答案用紙の採点、回答が記載済みのアンケート用紙の集計等に用いられるものである。そのために、手書きで追記された線図形を抽出する必要がある。
対象とする画像である受付画像21として、例えば、学生・生徒等に対するテストの判定済みの答案用紙、回答が記入済みのアンケート用紙等が該当する。受付画像21内には、追記された線図形として、例えば、図2に示すように円、三角形、チェック記号の手書き線図形が描画されており、それらは重なっている。
追記抽出モジュール22は、受付画像21から追記された線図形を抽出して追記画像23を生成する。例えば、受付画像21の原画像(つまり、追記されていない画像)との差分をとって追記画像23を生成する。
一筆線分図形分離モジュール24は、図1に示した構成を含んでおり、追記画像23から一筆書きの線図形である一筆線分画像25、26、27を分離する。なお、ここでは、一筆書きの線図形には、一筆書きされた線図形に限られず、これに類する線図形(例えば、「×」のように単純な図形等)も含まれる。また、逆に、たとえ一筆書きで描かれた2つの線図形(例えば円と三角形をつなげた線図形)であったとしても、これを分離した線図形(先の例では、円と三角形)として分離する。
FIG. 2 is an explanatory diagram showing the entire processing including the present embodiment.
This embodiment is used for, for example, scoring of answer sheets that have been tested for students, students, etc., and counting questionnaire sheets on which answers have been described. Therefore, it is necessary to extract a line figure added by handwriting.
As the reception image 21 which is a target image, for example, an answer sheet that has been tested for students, students, etc., a questionnaire sheet in which responses have been entered, and the like are applicable. In the received image 21, for example, as shown in FIG. 2, handwritten line figures of circles, triangles, and check symbols are drawn as overlapping line figures, and they overlap each other.
The postscript extraction module 22 extracts a line figure added from the received image 21 and generates a postscript image 23. For example, the postscript image 23 is generated by taking the difference from the original image of the received image 21 (that is, an image that has not been added).
The one-stroke line figure separation module 24 includes the configuration shown in FIG. 1, and separates the one-stroke line image 25, 26, 27 that is a one-stroke line figure from the postscript image 23. Here, the line drawing drawn by one stroke is not limited to the line drawing drawn by one stroke, but includes a line figure similar to this (for example, a simple figure such as “×”). Conversely, even if two line figures drawn with a single stroke (for example, a line figure connecting a circle and a triangle) are separated as a line figure (in the previous example, a circle and a triangle) To separate.

図3は、前処理モジュール11、線追跡抽出モジュール12の構成例についての概念的なモジュール構成図である。
前処理モジュール31は前処理モジュール11に該当し、線追跡抽出モジュール12は特徴点・線分抽出モジュール32、偽線分抽出モジュール33、グラフモデル構築モジュール34、ノード解析モジュール35、開図形抽出モジュール36を有している。
前処理モジュール31は、特徴点・線分抽出モジュール32と接続されており、図1を用いて説明した前処理モジュール11と同等のものである。
FIG. 3 is a conceptual module configuration diagram of a configuration example of the preprocessing module 11 and the line tracking extraction module 12.
The preprocessing module 31 corresponds to the preprocessing module 11, and the line tracking extraction module 12 is a feature point / line segment extraction module 32, a false line segment extraction module 33, a graph model construction module 34, a node analysis module 35, and an open figure extraction module. 36.
The preprocessing module 31 is connected to the feature point / line segment extraction module 32, and is equivalent to the preprocessing module 11 described with reference to FIG.

特徴点・線分抽出モジュール32は、前処理モジュール31、偽線分抽出モジュール33と接続されており、前処理モジュール31によって前処理された画像(複数の線図形が含まれている画像)内の点に関する特徴点及び線分を抽出する。
例えば、点に関する特徴点として、周囲3×3の画素又は5×5の画素を取り出して、予め端点・交差点・分岐点として定めた3×3の画素又は5×5の画素のパターンと比較して、一致するパターンを検出した場合に、その画素を端点・交差点・分岐点とする。
そして、残った画素間を追跡して接続し、線分とする。
The feature point / line segment extraction module 32 is connected to the preprocessing module 31 and the false line segment extraction module 33, and is included in an image (an image including a plurality of line figures) preprocessed by the preprocessing module 31. Extract feature points and line segments for the points.
For example, a 3 × 3 pixel or a 5 × 5 pixel is extracted as a feature point related to a point, and is compared with a pattern of 3 × 3 pixels or 5 × 5 pixels previously determined as end points, intersections, or branch points. When a matching pattern is detected, the pixel is set as an end point, an intersection, or a branch point.
Then, the remaining pixels are traced and connected to form a line segment.

偽線分抽出モジュール33は、特徴点・線分抽出モジュール32、グラフモデル構築モジュール34と接続されており、特徴点・線分抽出モジュール32によって抽出された特徴点及び線分に基づいて、線分のうち偽線分を抽出する。   The false line segment extraction module 33 is connected to the feature point / line segment extraction module 32 and the graph model construction module 34, and based on the feature points and line segments extracted by the feature point / line segment extraction module 32, a line is extracted. Extract false line segments from minutes.

図5を用いて、偽線分抽出モジュール33の処理の例を説明する。
図5(A)は、前処理モジュール31が受け付けた画像であり、三角形と四角形とが交差している画像である。
図5(B)は、前処理モジュール31によって細線化処理を施した画像である。図5(B)に示す対象線分51の部分が、偽線分である。ここで、偽線分とは、線図形の接触又は交差の部分に発生する線分であって、本来は点で交わる部分が、細線化処理によって線分となっている部分のことをいう。
図5(C)は、図5(B)の対象線分51の部分を、図5(A)の対応する部分に重ね合わせて、かつ拡大して表示したものである。つまり、図5(C)内の交差している斜線で表されている幅のある線分(線分の輪郭52で囲まれている部分)は、図5(A)の線分であり、図5(C)内のその中心の線分(細線化線分53、注目線分54等)は、図5(B)の細線化処理した線分である。
An example of processing performed by the false line segment extraction module 33 will be described with reference to FIG.
FIG. 5A is an image received by the preprocessing module 31 and is an image in which a triangle and a quadrangle intersect.
FIG. 5B is an image that has been thinned by the preprocessing module 31. The portion of the target line segment 51 shown in FIG. 5B is a false line segment. Here, the false line segment refers to a line segment generated at a contact or intersection of line figures, and a portion that originally intersects at a point is a portion that is a line segment by thinning processing.
FIG. 5C is an enlarged view of the portion of the target line segment 51 of FIG. 5B superimposed on the corresponding portion of FIG. That is, a line segment having a width represented by crossing diagonal lines in FIG. 5C (portion surrounded by the outline 52 of the line segment) is the line segment in FIG. The central line segment (thinned line segment 53, attention line segment 54, etc.) in FIG. 5C is the thinned line segment in FIG.

偽線分抽出モジュール33による処理の例は以下の通りである。
(1)細線化処理前の線分の線幅55の平均を求める。
(2)線幅の平均に対して短い線分を抽出する。図5(C)の例では、注目線分54が抽出される。これは、偽線分は、本来交差点等になるべき箇所に発生するものであるので、線分長が短いことを利用したものである。短い線分であるか否かの判断は、求めた線幅平均に定数を掛けたものとの比較等による。
(3)注目線分54内の各画素と線分の輪郭52との最短距離が大きい場合は、その線分を偽線分として抽出する。これは、偽線分は、線分が太い場所にできる傾向があることを利用したものである。最短距離が大きいか否かの判断は、閾値(予め定めたもの、平均の線幅の1/2等)との比較等による。
(4)さらに、線分の両端が奇数の分岐であり端点でない場合は、条件(閾値との比較等)をより厳しく(偽線分と判定しやすく)して、前記(2)、(3)の処理を行ってもよい。これは、交差点が偽線分となっている場合、偽線分の両端は分岐点となることを利用したものである。
(5)そして、抽出した偽線分の中心を、特徴点・線分抽出モジュール32によって抽出された特徴点として変更する。また、その特徴点で線分が交差するよう、細線化図形を修正する。
An example of processing by the false line segment extraction module 33 is as follows.
(1) The average of the line widths 55 before the thinning process is obtained.
(2) Extract a short line segment with respect to the average line width. In the example of FIG. 5C, the attention line segment 54 is extracted. This is because the false line segment is generated at a place that should originally be an intersection or the like, and therefore, the fact that the line segment length is short is used. Judgment whether or not the line segment is a short line segment is based on comparison with a value obtained by multiplying the obtained line width average by a constant.
(3) When the shortest distance between each pixel in the line segment of interest 54 and the outline 52 of the line segment is large, the line segment is extracted as a false line segment. This is based on the fact that the false line segment tends to be a place where the line segment is thick. Whether or not the shortest distance is large is determined by comparison with a threshold (predetermined value, 1/2 of average line width, etc.).
(4) Further, when both ends of the line segment are odd-numbered branches and are not end points, the conditions (comparison with a threshold value, etc.) are made stricter (easily determined as a false line segment), and (2), (3 ) May be performed. This utilizes the fact that when the intersection is a false line segment, both ends of the false line segment become branch points.
(5) Then, the center of the extracted false line segment is changed as the feature point extracted by the feature point / line segment extraction module 32. Also, the thinned figure is corrected so that the line segments intersect at the feature points.

グラフモデル構築モジュール34は、偽線分抽出モジュール33、ノード解析モジュール35と接続されており、特徴点・線分抽出モジュール32及び偽線分抽出モジュール33による結果に基づいて、グラフモデルを生成する。
なお、偽線分抽出モジュール33による処理を行わずに、グラフモデル構築モジュール34は、特徴点・線分抽出モジュール32による結果に基づいて、グラフモデルを生成するようにしてもよい。
グラフモデル構築モジュール34の処理については、図6〜図9を用いて後述する。
The graph model construction module 34 is connected to the false line segment extraction module 33 and the node analysis module 35, and generates a graph model based on the results of the feature point / line segment extraction module 32 and the false line segment extraction module 33. .
Note that the graph model construction module 34 may generate a graph model based on the result of the feature point / line segment extraction module 32 without performing the processing by the false line segment extraction module 33.
The processing of the graph model construction module 34 will be described later with reference to FIGS.

ノード解析モジュール35は、グラフモデル構築モジュール34、開図形抽出モジュール36と接続されており、グラフモデル構築モジュール34によって生成されたグラフモデルに基づいて、各図形のノードを解析する。具体的には、図4に示したフローチャートのステップS412〜ステップS422で後述する。   The node analysis module 35 is connected to the graph model construction module 34 and the open figure extraction module 36, and analyzes a node of each figure based on the graph model generated by the graph model construction module 34. Specifically, step S412 to step S422 of the flowchart shown in FIG. 4 will be described later.

開図形抽出モジュール36は、ノード解析モジュール35と接続されており、閉じていない線図形を抽出する。
なお、開図形抽出モジュール36は、ノード解析モジュール35による処理を行わずに、グラフモデル構築モジュール34によって生成されたグラフモデルを解析することによって、開図形を抽出するようにしてもよい。
The open figure extraction module 36 is connected to the node analysis module 35 and extracts line figures that are not closed.
The open figure extraction module 36 may extract the open figure by analyzing the graph model generated by the graph model construction module 34 without performing the processing by the node analysis module 35.

開図形抽出モジュール36による処理の例は以下の通りである。
(1)奇数ノード(そのノードに接続している辺(エッジ)の数が奇数であるノード)を開始点とする。つまり、端点又は分岐点を開始点とする。
(2)細線化処理した画像上で追跡を行う。複数の分岐がある場合は、角度の変化が最も少ない(つまり、線分間によって構成される角が180度に近い)線分を追跡する。
(3)既に追跡を行った画素に到達したら終了する。開始点からこの終了した時点まで追跡した軌跡が開図形であり、これによって開図形を抽出する。
An example of processing by the open figure extraction module 36 is as follows.
(1) An odd node (a node having an odd number of sides (edges) connected to the node) is set as a starting point. That is, the end point or the branch point is set as the start point.
(2) Tracking is performed on the thinned image. When there are multiple branches, the line segment with the smallest change in angle (that is, the angle formed by the line segments is close to 180 degrees) is tracked.
(3) When the pixel that has already been tracked is reached, the process ends. The trace traced from the start point to the end point is an open figure, and the open figure is extracted thereby.

図4は、前処理モジュール11と線追跡抽出モジュール12が行う処理例を示すフローチャートである。
ステップS402では、前処理モジュール31が、線図形が含まれている画像を受け付ける。
ステップS404では、前処理モジュール31が、前述したように前処理(ノイズ除去処理、細線化処理)を行う。
ステップS406では、特徴点・線分抽出モジュール32が、前述したように特徴点・線分の抽出処理を行う。
ステップS408では、偽線分抽出モジュール33が、前述したように偽線分を抽出する。
ステップS410では、グラフモデル構築モジュール34が、ステップS406、ステップS408による結果を用いてグラフモデルを生成する。この処理については、図6〜図9を用いて後述する。
FIG. 4 is a flowchart showing an example of processing performed by the preprocessing module 11 and the line tracking extraction module 12.
In step S402, the preprocessing module 31 receives an image including a line figure.
In step S404, the preprocessing module 31 performs preprocessing (noise removal processing and thinning processing) as described above.
In step S406, the feature point / line segment extraction module 32 performs the feature point / line segment extraction process as described above.
In step S408, the false line segment extraction module 33 extracts false line segments as described above.
In step S410, the graph model construction module 34 generates a graph model using the results obtained in steps S406 and S408. This process will be described later with reference to FIGS.

ステップS412からステップS422までの処理は、ノード解析モジュール35が行う処理である。
ステップS412では、ステップS410で生成したグラフモデルにおいて、各ノードに隣接する(辺によって接続する)ノード数を算出する。
ステップS414では、対象としているノードの隣接ノード数は3以上であるか否かを判断する。つまり、端点や屈曲点でないか否かを判断している。3以上である場合(分岐点や交差点である場合)はステップS418へ進み、3未満である場合(端点や屈曲点である場合)はステップS416へ進む。
ステップS416では、全てのノードを解析したか否かを判断する。全てのノードを解析した場合はS424へ進む。そうでない場合は、次のノードを対象としてステップS414へ戻る。
The processing from step S412 to step S422 is processing performed by the node analysis module 35.
In step S412, the number of nodes adjacent to each node (connected by edges) in the graph model generated in step S410 is calculated.
In step S414, it is determined whether the number of adjacent nodes of the target node is 3 or more. That is, it is determined whether it is an end point or a bending point. When it is 3 or more (when it is a branch point or an intersection), the process proceeds to step S418, and when it is less than 3 (when it is an end point or a bending point), the process proceeds to step S416.
In step S416, it is determined whether all nodes have been analyzed. If all the nodes have been analyzed, the process proceeds to S424. Otherwise, the process returns to step S414 for the next node.

ステップS418では、ノードの数は偶数であるか否かを判断する。偶数である場合はステップS420へ進み、奇数である場合はステップS422へ進む。
ステップS420では、偶数ノードの解析を行う。つまり、対となる辺を発見することになる。次にステップS416へ進む。
ステップS422では、奇数ノードの解析を行う。つまり、対となる辺に加え、対とはならない辺を発見することになる。次にステップS416へ進む。
ステップS424とステップS426の処理は、開図形抽出モジュール36が行う処理である。
ステップS424では、追跡を行っていない奇数ノードが存在するか否かを判断する。存在しない場合は終了(ステップS428)し、存在する場合はステップS426へ進む。
ステップS426では、開図形抽出モジュール36が、前述したように開図形を抽出する。
In step S418, it is determined whether the number of nodes is an even number. If it is an even number, the process proceeds to step S420, and if it is an odd number, the process proceeds to step S422.
In step S420, even-numbered nodes are analyzed. In other words, you will find a pair of sides. Next, the process proceeds to step S416.
In step S422, an odd node is analyzed. In other words, in addition to the paired sides, the sides that are not paired are discovered. Next, the process proceeds to step S416.
Steps S424 and S426 are performed by the open graphic extraction module 36.
In step S424, it is determined whether there is an odd node that is not tracked. If it does not exist, the process ends (step S428), and if it exists, the process proceeds to step S426.
In step S426, the open figure extraction module 36 extracts an open figure as described above.

図6〜図9を用いて、グラフモデル構築モジュール34の処理について説明する。
図6(A)は、前処理モジュール31によって細線化処理が施された結果の細線化線図形600を示している。この細線化線図形600は手書きの「4」という文字である。ここで、座標系として、画像の左上を原点(0,0)とし、右にX軸、下にY軸を規定する。
図6(B)は、特徴点・線分抽出モジュール32及び偽線分抽出モジュール33によって抽出された特徴点(図内のa、b、c、d、e)と線分であり、特徴点を頂点(ノード)ともいう。また、このノードをつなぐ線分を辺(エッジ)ともいう。
The process of the graph model construction module 34 will be described with reference to FIGS.
FIG. 6A shows a thinned line figure 600 as a result of thinning processing performed by the preprocessing module 31. This thin line figure 600 is a handwritten character “4”. Here, as a coordinate system, the upper left of the image is defined as the origin (0, 0), the X axis on the right and the Y axis on the lower side.
FIG. 6B shows feature points (a, b, c, d, e in the figure) and line segments extracted by the feature point / line segment extraction module 32 and the false line segment extraction module 33. Is also called a vertex. A line segment connecting these nodes is also called a side (edge).

図7は、グラフモデル構築モジュール34とノード解析モジュール35が行う処理例を示すフローチャートである。なお、フローチャートの右側に点線で囲まれたものは、各ステップで出力(又は入力)するデータを示している。例えば、頂点はステップS702によって出力され、ステップS704で用いられるデータである。
ここで、線図形の頂点(特徴点)についてのデータを記憶する頂点情報テーブル80、線図形の辺についてのデータを記憶する辺情報テーブル90について説明する。図7に示すフローチャートは、頂点情報テーブル80、辺情報テーブル90内のセルを埋める処理である。図8は、頂点情報テーブル80のデータ構造を示す説明図である。頂点情報テーブル80は、頂点欄81、X座標欄82、Y座標欄83、接続先の頂点欄84を有している。図9は、辺情報テーブル90のデータ構造を示す説明図である。辺情報テーブル90は、辺欄91、ac欄92〜ec欄95、選択した組となる辺欄96を有しており、頂点cに接続する辺の分析のためのものである。ただし、ac欄92〜ec欄95の数は、頂点cに接続する辺の数となる。
FIG. 7 is a flowchart illustrating an example of processing performed by the graph model construction module 34 and the node analysis module 35. Note that what is surrounded by a dotted line on the right side of the flowchart indicates data to be output (or input) at each step. For example, the vertex is data output in step S702 and used in step S704.
Here, a vertex information table 80 that stores data about the vertices (feature points) of the line graphic and a side information table 90 that stores data about the edges of the line graphic will be described. The flowchart shown in FIG. 7 is a process for filling cells in the vertex information table 80 and the edge information table 90. FIG. 8 is an explanatory diagram showing the data structure of the vertex information table 80. The vertex information table 80 has a vertex column 81, an X coordinate column 82, a Y coordinate column 83, and a connection destination vertex column 84. FIG. 9 is an explanatory diagram showing the data structure of the side information table 90. The side information table 90 includes a side column 91, an ac column 92 to an ec column 95, and a side column 96 that is a selected set, and is used for analyzing the side connected to the vertex c. However, the number in the ac column 92 to the ec column 95 is the number of sides connected to the vertex c.

ステップS702では、頂点を抽出する。前段のモジュールの結果から、特徴点の座標を頂点情報テーブル80のX座標欄82、Y座標欄83に記憶させる。例えば、頂点aのX座標は10であり、Y座標は100であるので、頂点aに対応するX座標欄82、Y座標欄83に、それぞれ10、100を記憶させる。   In step S702, vertices are extracted. The coordinates of the feature points are stored in the X coordinate column 82 and the Y coordinate column 83 of the vertex information table 80 based on the result of the previous module. For example, since the X coordinate of the vertex a is 10 and the Y coordinate is 100, 10 and 100 are stored in the X coordinate column 82 and the Y coordinate column 83 corresponding to the vertex a, respectively.

ステップS704では、接続先を探索する。つまり、各頂点から線分を追跡して他の頂点を探索する。ここでは、ステップS702で抽出した頂点を用いて、そこに接続している線分を追跡して接続先の頂点を探索し、その結果を頂点情報テーブル80の接続先の頂点欄84に記憶させる。例えば、頂点aの接続先として図6(B)の線図形を追跡すると頂点b、cに辿り着くので、頂点aに対応する接続先の頂点欄84に、頂点b、cを記憶させる。   In step S704, the connection destination is searched. In other words, a line segment is traced from each vertex and another vertex is searched. Here, using the vertices extracted in step S702, the line segment connected to the vertices is traced to search for a connected vertex, and the result is stored in the connected vertex column 84 of the vertex information table 80. . For example, when the line figure in FIG. 6B is traced as the connection destination of the vertex a, the vertex b and c are reached, and the vertex b and c are stored in the connection destination vertex column 84 corresponding to the vertex a.

ステップS706では、接続先を3つ以上持つ頂点の辺を抽出する。つまり、各頂点の接続先がステップS704で判明したので、これを利用して、辺を決定する。例えば、頂点cの接続先としては、頂点a、b、c、dがあるので、ac、bc、dc、ecの線分を辺として決定する。例えば、辺情報テーブル90のac欄92〜ec欄95(つまり、列の数)を決定することになる。   In step S706, a vertex side having three or more connection destinations is extracted. That is, since the connection destination of each vertex is found in step S704, the side is determined using this. For example, since there are vertices a, b, c, and d as the connection destination of the vertex c, the line segments of ac, bc, dc, and ec are determined as sides. For example, the ac column 92 to the ec column 95 (that is, the number of columns) of the side information table 90 are determined.

ステップS708では、辺を3以上持つ頂点で辺同士によって構成される角度を求める。例えば、辺acと辺bcのなす角度は100度であるので、辺情報テーブル90の辺bcとacに対応するac欄92とbc欄93に100を記憶させる。   In step S708, an angle formed by the sides at a vertex having three or more sides is obtained. For example, since the angle formed by the side ac and the side bc is 100 degrees, 100 is stored in the ac column 92 and the bc column 93 corresponding to the sides bc and ac in the side information table 90.

ステップS710では、ステップS708で求めた角度を用いて、組となる辺を決定する。ここで組となる辺とは、対象としている辺と接続している辺であって、その辺とのなす角度が180度に近い辺(つまり、辺を追跡する場合に、対象としている辺から次の辺へと追跡すべき辺のことであり、手書きとして最も自然に接続していると考えられる辺のことである)のことである。例えば、辺acとなす角度が180度に最も近いものは、175度の辺dcであるので、これを辺情報テーブル90の辺acに対応する選択した組となる辺欄96に記憶させる。   In step S710, a side to be paired is determined using the angle obtained in step S708. Here, the pair of sides is a side connected to the target side, and an angle formed with the side is close to 180 degrees (that is, when tracking the side, from the target side) It is the edge that should be traced to the next edge, and the edge that is considered to be the most naturally connected handwritten). For example, the one closest to 180 degrees with the side ac is the side dc of 175 degrees, and this is stored in the side column 96 that is the selected set corresponding to the side ac in the side information table 90.

図10は、形状解析抽出モジュール13の構成例についての概念的なモジュール構成図である。
形状解析抽出モジュール13は、グラフモデル構築モジュール101、閉曲線検出モジュール102、図形判断モジュール103、重複図形除去モジュール104を有している。
グラフモデル構築モジュール101は、閉曲線検出モジュール102と接続されており、前述のグラフモデル構築モジュール34と同等のものである。
FIG. 10 is a conceptual module configuration diagram of a configuration example of the shape analysis extraction module 13.
The shape analysis extraction module 13 includes a graph model construction module 101, a closed curve detection module 102, a graphic determination module 103, and a duplicate graphic removal module 104.
The graph model construction module 101 is connected to the closed curve detection module 102 and is equivalent to the graph model construction module 34 described above.

閉曲線検出モジュール102は、グラフモデル構築モジュール101、図形判断モジュール103と接続されており、グラフモデル構築モジュール101によって生成されたグラフモデルを解析することによって、端点を有しない閉図形(閉曲線、複数の線分で閉じた図形を形成しているもの)を検出する。ここでの閉図形の検出は、頂点情報テーブル80を用いて、各点が閉曲線を構成するか否かについて、可能性のあるもの全てを探索して検出する。つまり、グラフの全探索によって、開始点から始めてその開始点に戻ってくる経路を求めることになる。   The closed curve detection module 102 is connected to the graph model construction module 101 and the figure determination module 103, and by analyzing the graph model generated by the graph model construction module 101, a closed figure (closed curve, plural curves) is generated. Detecting a closed figure formed by a line segment). The detection of the closed figure here uses the vertex information table 80 to detect and detect all possible points as to whether or not each point constitutes a closed curve. In other words, a path starting from the start point and returning to the start point is obtained by full search of the graph.

図形判断モジュール103は、閉曲線検出モジュール102、重複図形除去モジュール104と接続されており、閉図形の形状を判断する。つまり、図形判断モジュール103は、閉曲線検出モジュール102によって検出された閉図形に対して、多角形近似を行った後に、閉図形の形状を認識する。なお、多角形近似の処理は、必ずしも行わなくてもよい。図形判断モジュール103の処理については、図11に示すフローチャートのステップS1106〜ステップS1118までの処理で説明する。   The graphic determination module 103 is connected to the closed curve detection module 102 and the duplicate graphic removal module 104, and determines the shape of the closed graphic. That is, the graphic determination module 103 recognizes the shape of the closed graphic after performing polygon approximation on the closed graphic detected by the closed curve detection module 102. The polygon approximation process does not necessarily have to be performed. The processing of the graphic determination module 103 will be described in the processing from step S1106 to step S1118 of the flowchart shown in FIG.

重複図形除去モジュール104は、図形判断モジュール103と接続されており、図形判断モジュール103が抽出した閉図形のうち重複している図形を削除する。なお、重複図形除去モジュール104による処理は、必ずしも行わなくてもよい。   The duplicate graphic removal module 104 is connected to the graphic judgment module 103, and deletes duplicate graphics from the closed graphics extracted by the graphic judgment module 103. Note that the processing by the duplicate graphic removal module 104 is not necessarily performed.

重複図形除去モジュール104の処理について、図12を用いて説明する。
図12(A)は、細線化処理が施された線図形1201である。図12(B)は、図形判断モジュール103によって分離された線図形(円)1202、線図形(三角形(小))1203、線図形(三角形(大))1204である。図12(A)に示す線図形1201は、円と三角形が接触したものであるにもかかわらず、可能性のある閉図形をすべて抽出しているので、このように線図形(三角形(小))1203も抽出することになる。
The process of the duplicate graphic removal module 104 will be described with reference to FIG.
FIG. 12A shows a line figure 1201 that has been thinned. FIG. 12B shows a line figure (circle) 1202, a line figure (triangle (small)) 1203, and a line figure (triangle (large)) 1204 separated by the figure determination module 103. The line figure 1201 shown in FIG. 12A extracts all possible closed figures even though the circle and the triangle are in contact with each other, and thus, the line figure (triangle (small)) is extracted in this way. ) 1203 is also extracted.

重複図形除去モジュール104による処理の例は以下の通りである。
(1)画素数の多い順に閉図形をソートする。例えば、図12(B)の場合、線図形(三角形(大))1204、線図形(円)1202、線図形(三角形(小))1203となる。
(2)順番に他図形と重複している画素数を調べ、重複した部分の割合が大きければ、その閉図形を削除する。割合が大であるか否かの判断は、閾値(予め定めたもの、その他の閉図形の重複率の平均等)との比較等による。例えば、図12(C)に示すように、線図形(三角形(小))1203は三角形の2辺の部分が線図形(三角形(大))1204と重複しているので、重複している部分(図12(C)の太線部分)が大きい。このとき、重複している図形同士の片方を削除するが、ソート順の低い方(全画素数が少ない方)を選択する。したがって、線図形(三角形(小))1203を削除の対象とする。
An example of processing by the duplicate graphic removal module 104 is as follows.
(1) Sort closed figures in descending order of the number of pixels. For example, in the case of FIG. 12B, a line figure (triangle (large)) 1204, a line figure (circle) 1202, and a line figure (triangle (small)) 1203 are obtained.
(2) Check the number of pixels overlapping with other figures in order, and delete the closed figure if the ratio of overlapping parts is large. The determination as to whether or not the ratio is large is based on comparison with a threshold value (a predetermined value, an average of the overlapping rates of other closed figures, etc.). For example, as shown in FIG. 12C, the line figure (triangle (small)) 1203 overlaps with the line figure (triangle (large)) 1204 in the two sides of the triangle. (The thick line portion in FIG. 12C) is large. At this time, one of the overlapping figures is deleted, but the one with the lower sort order (the one with the smaller total number of pixels) is selected. Therefore, a line figure (triangle (small)) 1203 is a deletion target.

図11は、形状解析抽出モジュール13が行う処理例を示すフローチャートである。
ステップS1102では、グラフモデル構築モジュール101が、前述のグラフモデル構築モジュール34と同様にグラフモデルを生成する。
ステップS1104では、閉曲線検出モジュール102が、前述したように閉図形を検出する。
FIG. 11 is a flowchart illustrating a processing example performed by the shape analysis extraction module 13.
In step S1102, the graph model construction module 101 generates a graph model in the same manner as the graph model construction module 34 described above.
In step S1104, the closed curve detection module 102 detects a closed figure as described above.

ステップS1106では、図形判断モジュール103が、曲線を複数の直線で表す処理を行う。例えば、角点を検出してその間を直線で結ぶ方法などを使う。
ステップS1108では、図形判断モジュール103が、閉図形の線分の数が3であるか否かを判断する。3であれば、ステップS1118へ進み、それ以外であればステップS1110へ進む。
ステップS1110では、図形判断モジュール103が、閉図形の線分の数が4であり、かつ全ての角度が90度に近いものであれば、ステップS1118へ進み、それ以外であればステップS1112へ進む。
In step S1106, the graphic determination module 103 performs processing for representing a curve with a plurality of straight lines. For example, a method of detecting corner points and connecting them with straight lines is used.
In step S1108, the graphic determination module 103 determines whether or not the number of lines of the closed graphic is three. If it is 3, the process proceeds to step S1118; otherwise, the process proceeds to step S1110.
In step S1110, the graphic determination module 103 proceeds to step S1118 if the number of line segments of the closed graphic is four and all the angles are close to 90 degrees, and proceeds to step S1112 otherwise. .

ステップS1112では、図形判断モジュール103が、ジャギー(線図形のギザギザのこと)を除去する。
ステップS1114では、図形判断モジュール103が、ジャギーが除去された図形に対し多角形近似の処理を行う。ステップS1106と同様の処理を行ってもよいし、閾値を変更して処理を行ってもよい。
また、多角形近似の処理として2分割法による処理を行ってもよい。2分割法による処理の例は以下の通りである(「ディジタル画像処理」CG−ARTS協会出版、奥富 正敏著を参照)。
(1)線分列の始点と終点をつないだ線分に対して、各画素から距離を計算する。
(2)最大距離がある閾値(予め定めたもの、距離の平均等)以下である場合、その線分を採用する。そうでない場合は、その画素で画素列を分割し、分割された画素列で前記(1)の処理を再帰的に繰り返す。
(3)画素列の分割がない場合は、処理を終了する。
In step S <b> 1112, the graphic determination module 103 removes jaggies (jagged lines).
In step S1114, the graphic determination module 103 performs polygon approximation processing on the graphic from which jaggy has been removed. Processing similar to that in step S1106 may be performed, or processing may be performed by changing the threshold value.
Further, as a polygon approximation process, a process using a two-division method may be performed. An example of processing by the two-division method is as follows (see “Digital Image Processing” published by CG-ARTS Association, Masatoshi Okutomi).
(1) The distance is calculated from each pixel with respect to the line segment connecting the start point and the end point of the line segment sequence.
(2) If the maximum distance is less than a certain threshold (predetermined, average distance, etc.), that line segment is adopted. Otherwise, the pixel column is divided by the pixel, and the process (1) is repeated recursively on the divided pixel column.
(3) If the pixel column is not divided, the process is terminated.

ステップS1116では、図形判断モジュール103が、閉図形の線分の数が6以上であり、かつ角(例えば、100度以下の角)の数が2以下である場合はステップS1118へ進み、それ以外の場合は終了する(ステップS1122)。
ステップS1118では、図形判断モジュール103が、ステップS1108から進んできた場合はその閉図形は三角形であると判断し、ステップS1110から進んできた場合はその閉図形は長方形であると判断し、ステップS1116から進んできた場合はその閉図形は円であると判断する。そして、その閉図形を抽出する。
ステップS1120では、重複図形除去モジュール104が、前述したように重複している閉図形を削除する。
なお、このフローチャートでは、三角形、長方形、円の判断を行っているが、その他の図形の特徴を用いて判断するようにしてもよい。
In step S1116, the graphic determination module 103 proceeds to step S1118 if the number of line segments of the closed graphic is 6 or more and the number of corners (for example, corners of 100 degrees or less) is 2 or less, otherwise In the case of, the process ends (step S1122).
In step S1118, the graphic determination module 103 determines that the closed graphic is a triangle if the process proceeds from step S1108, and determines that the closed graphic is a rectangle if the process proceeds from step S1110. When proceeding from, it is determined that the closed figure is a circle. Then, the closed figure is extracted.
In step S1120, the overlapping graphic removal module 104 deletes the overlapping closed graphic as described above.
In this flowchart, the determination of a triangle, a rectangle, and a circle is performed, but the determination may be made using other graphic features.

図13は、入力画像に含まれる線図形の形状又は数が既知の場合の処理例を示すフローチャートである。つまり、主に後処理モジュール14の処理について説明する。後処理モジュール14は、ステップS1308〜ステップS1320の処理を行う。
ステップS1302では、前処理モジュール11が、前述したように前処理(ノイズ除去処理、細線化処理)を行う。
ステップS1304では、線追跡抽出モジュール12が、前述したように線追跡抽出処理(開図形の抽出処理)を行う。
ステップS1306では、形状解析抽出モジュール13が、前述したように形状解析抽出処理(閉図形の抽出処理)を行う。
ステップS1308では、ステップS1304及びステップS1306で抽出した図形の数の合計と予め設定されている図形の数との比較を行う。異なっていればステップS1310へ進み、それ以外の場合はステップS1320へ進む。さらに、ステップS1304及びステップS1306で抽出した図形の形状と予め設定されている図形の形状との比較を行う。異なっていればステップS1310へ進み、それ以外の場合はステップS1320へ進む。
FIG. 13 is a flowchart illustrating a processing example when the shape or number of line figures included in the input image is known. That is, the process of the post-processing module 14 will be mainly described. The post-processing module 14 performs the processing from step S1308 to step S1320.
In step S1302, the preprocessing module 11 performs preprocessing (noise removal processing and thinning processing) as described above.
In step S1304, the line tracking extraction module 12 performs line tracking extraction processing (open graphic extraction processing) as described above.
In step S1306, the shape analysis extraction module 13 performs shape analysis extraction processing (closed graphic extraction processing) as described above.
In step S1308, the total number of figures extracted in steps S1304 and S1306 is compared with a preset number of figures. If they are different, the process proceeds to step S1310. Otherwise, the process proceeds to step S1320. Furthermore, the figure shape extracted in step S1304 and step S1306 is compared with a preset figure shape. If they are different, the process proceeds to step S1310. Otherwise, the process proceeds to step S1320.

ステップS1310では、接触ノード候補があるか否かを判断する。ある場合はステップS1312へ進み、ない場合はステップS1318へ進む。接触ノードで処理を誤っている場合が多いので、このような判断を行う。なお、接触ノードか否かは、角度で判断する。つまり、角度が180度に近いものが2つ存在するか否かによって判断する。
ここで、接触ノードについて、図14を用いて説明する。図に示すように2つの円が接触したような図形の場合、4つの線分に分かれ、組となる線分の抽出(図7に示すフローチャートのステップS710)の際に、図に示す交差パス1402が選択される。この2つの線分のなす角度が180度に近いからである。しかし、この図形は本来2つの円が接触しているので、接触パス1401になるように、組となる辺を抽出すべきである。
In step S1310, it is determined whether there is a contact node candidate. If there is, the process proceeds to step S1312, and if not, the process proceeds to step S1318. Such a determination is made because there are many cases where the processing is erroneous in the contact node. Whether or not the node is a contact node is determined by an angle. That is, the determination is made based on whether there are two angles having an angle close to 180 degrees.
Here, the contact node will be described with reference to FIG. As shown in the figure, in the case of a figure in which two circles are in contact with each other, the intersection path shown in the figure is divided into four line segments and extracted as a pair of line segments (step S710 in the flowchart shown in FIG. 7). 1402 is selected. This is because the angle formed by these two line segments is close to 180 degrees. However, since this figure is originally in contact with two circles, a pair of sides should be extracted so that a contact path 1401 is obtained.

ステップS1312では、ステップS1310で対象となったノードにおいて、再解析を行い、接触が考えられる組(ペア)を探索する。ここで、探索する対象は180度に近い2番目の候補から行うようにする。ステップS1312の処理では、辺情報テーブル90の選択した組となる辺欄96を変更する。
ステップS1314では、ステップS1304、ステップS1306の処理(つまり、線追跡抽出モジュール12、形状解析抽出モジュール13の処理)を再度実行する。
ステップS1316では、ステップS1308の処理を行う。つまり、再実行の結果が正しかったか否かの判断を行う。未だ異なっている場合はステップS1318へ進み、一致する場合はステップS1320へ進む。
ステップS1318では、接触ノードがなかった場合、又は再度実行した場合にあっても、予め設定されている図形の数又は形状が異なった場合であるので、処理ができなかった旨のエラー報告を行う。
ステップS1320では、その他の後処理を行う。例えば、線分幅を回復すること、欠損部分を補間すること、本実施の形態による処理結果を他の装置で使用させるためのデータの加工等である。
In step S1312, re-analysis is performed at the node targeted in step S1310 to search for a pair that can be contacted. Here, the search target is set to the second candidate close to 180 degrees. In the process of step S1312, the side field 96 that is the selected set in the side information table 90 is changed.
In step S1314, the processes of steps S1304 and S1306 (that is, the processes of the line tracking extraction module 12 and the shape analysis extraction module 13) are executed again.
In step S1316, the process of step S1308 is performed. That is, it is determined whether the re-execution result is correct. If they are still different, the process proceeds to step S1318, and if they match, the process proceeds to step S1320.
In step S1318, even when there is no contact node or when it is executed again, an error report indicating that the processing could not be performed is made because the number or shape of the preset figure is different. .
In step S1320, other post-processing is performed. For example, the line width is restored, the missing portion is interpolated, the data is processed so that the processing result according to the present embodiment can be used by another apparatus, and the like.

図15は、入力画像に含まれる線図形の数が既知の場合の処理例を示すフローチャートである。図13に示したフローチャートでは、数及び形状を予め設定した値と比較していたが(ステップS1308,S1316)、図15では、線図形の数だけを比較の対象としている場合である。つまり、ステップS1508,S1516はそれぞれステップS1308,S1316と異なり、線図形の数だけを比較の対象としている。その他の各ステップの処理は、図13に示したフローチャートにおける各ステップと同様である。   FIG. 15 is a flowchart illustrating a processing example when the number of line figures included in the input image is known. In the flowchart shown in FIG. 13, the number and shape are compared with preset values (steps S1308 and S1316), but in FIG. 15, only the number of line figures is the comparison target. In other words, steps S1508 and S1516 are different from steps S1308 and S1316, respectively, and only the number of line figures is to be compared. The processing of each other step is the same as each step in the flowchart shown in FIG.

図16は、後処理モジュール14による処理を行わなかった場合の処理例を示すフローチャートである。つまり、図13に示したフローチャートにおけるステップS1308以降を行わない場合である。ステップS1602〜ステップS1606の処理は、ステップS1302〜ステップS1306の処理と同様である。   FIG. 16 is a flowchart illustrating a processing example when the processing by the post-processing module 14 is not performed. That is, it is a case where step S1308 and subsequent steps in the flowchart shown in FIG. 13 are not performed. The processing from step S1602 to step S1606 is the same as the processing from step S1302 to step S1306.

図17を参照して、本実施の形態のハードウェア構成例について説明する。図17に示す構成は、例えばパーソナルコンピュータ(PC)などによって構成されるものであり、スキャナ等のデータ読み取り部1717と、プリンタなどのデータ出力部1718を備えたハードウェア構成例を示している。   A hardware configuration example of the present embodiment will be described with reference to FIG. The configuration shown in FIG. 17 is configured by a personal computer (PC), for example, and shows a hardware configuration example including a data reading unit 1717 such as a scanner and a data output unit 1718 such as a printer.

CPU(Central Processing Unit)1701は、前述の実施の形態において説明した各種のモジュール、すなわち、前処理モジュール11、線追跡抽出モジュール12、形状解析抽出モジュール13、後処理モジュール14等の各モジュールの実行シーケンスを記述したコンピュータ・プログラムにしたがった処理を実行する制御部である。   A CPU (Central Processing Unit) 1701 executes various modules described in the above-described embodiment, that is, the modules such as the pre-processing module 11, the line tracking extraction module 12, the shape analysis extraction module 13, and the post-processing module 14. It is a control part which performs the process according to the computer program which described the sequence.

ROM(Read Only Memory)1702は、CPU1701が使用するプログラムや演算パラメータ等を格納する。RAM(Random Access Memory)1703は、CPU1701の実行において使用するプログラムや、その実行において適宜変化するパラメータ等を格納する。これらはCPUバスなどから構成されるホストバス1704により相互に接続されている。   A ROM (Read Only Memory) 1702 stores programs used by the CPU 1701, calculation parameters, and the like. A RAM (Random Access Memory) 1703 stores programs used in the execution of the CPU 1701, parameters that change as appropriate in the execution, and the like. These are connected to each other by a host bus 1704 including a CPU bus.

ホストバス1704は、ブリッジ1705を介して、PCI(Peripheral Component Interconnect/Interface)バスなどの外部バス1706に接続されている。   The host bus 1704 is connected to an external bus 1706 such as a PCI (Peripheral Component Interconnect / Interface) bus via a bridge 1705.

キーボード1708、マウス等のポインティングデバイス1709は、操作者により操作される入力デバイスである。ディスプレイ1710は、液晶表示装置又はCRT(Cathode Ray Tube)などから成り、各種情報をテキストやイメージ情報として表示する。   A keyboard 1708 and a pointing device 1709 such as a mouse are input devices operated by an operator. The display 1710 includes a liquid crystal display device or a CRT (Cathode Ray Tube), and displays various types of information as text and image information.

HDD(Hard Disk Drive)1711は、ハードディスクを内蔵し、ハードディスクを駆動し、CPU1701によって実行するプログラムや情報を記録又は再生させる。ハードディスクは、受け付けられた画像、頂点情報テーブル80、辺情報テーブル90などが格納される。さらに、その他の各種のデータ処理プログラム等、各種コンピュータ・プログラムが格納される。   An HDD (Hard Disk Drive) 1711 has a built-in hard disk, drives the hard disk, and records or reproduces a program executed by the CPU 1701 and information. The hard disk stores received images, vertex information table 80, edge information table 90, and the like. Further, various computer programs such as various other data processing programs are stored.

ドライブ1712は、装着されている磁気ディスク、光ディスク、光磁気ディスク、又は半導体メモリ等のリムーバブル記録媒体1713に記録されているデータ又はプログラムを読み出して、そのデータ又はプログラムを、インタフェース1707、外部バス1706、ブリッジ1705、及びホストバス1704を介して接続されているRAM1703に供給する。リムーバブル記録媒体1713も、ハードディスクと同様のデータ記録領域として利用可能である。   The drive 1712 reads out data or a program recorded on a removable recording medium 1713 such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory, and the data or program is read out as an interface 1707 and an external bus 1706. , The bridge 1705, and the RAM 1703 connected via the host bus 1704. The removable recording medium 1713 can also be used as a data recording area similar to the hard disk.

接続ポート1714は、外部接続機器1715を接続するポートであり、USB、IEEE1394等の接続部を持つ。接続ポート1714は、インタフェース1707、及び外部バス1706、ブリッジ1705、ホストバス1704等を介してCPU1701等に接続されている。通信部1716は、ネットワークに接続され、外部とのデータ通信処理を実行する。データ読み取り部1717は、例えばスキャナであり、ドキュメントの読み取り処理を実行する。データ出力部1718は、例えばプリンタであり、ドキュメントデータの出力処理を実行する。   The connection port 1714 is a port for connecting the external connection device 1715 and has a connection unit such as USB or IEEE1394. The connection port 1714 is connected to the CPU 1701 and the like via an interface 1707, an external bus 1706, a bridge 1705, a host bus 1704, and the like. A communication unit 1716 is connected to the network and executes data communication processing with the outside. The data reading unit 1717 is a scanner, for example, and executes document reading processing. The data output unit 1718 is a printer, for example, and executes document data output processing.

なお、図17に示すハードウェア構成は、1つの構成例を示すものであり、本実施の形態は、図17に示す構成に限らず、本実施の形態において説明したモジュールを実行可能な構成であればよい。例えば、一部のモジュールを専用のハードウェア(例えば特定用途向け集積回路(Application Specific Integrated Circuit:ASIC)等)で構成してもよく、一部のモジュールは外部のシステム内にあり通信回線で接続しているような形態でもよく、さらに図17に示すシステムが複数互いに通信回線によって接続されていて互いに協調動作するようにしてもよい。また、複写機、ファックス、スキャナ、プリンタ、複合機(スキャナ、プリンタ、複写機、ファックス等のいずれか2つ以上の機能を有している画像処理装置)などに組み込まれていてもよい。   Note that the hardware configuration illustrated in FIG. 17 illustrates one configuration example, and the present embodiment is not limited to the configuration illustrated in FIG. 17, and is a configuration capable of executing the modules described in the present embodiment. I just need it. For example, some modules may be configured with dedicated hardware (for example, Application Specific Integrated Circuit (ASIC), etc.), and some modules are in an external system and connected via a communication line Alternatively, a plurality of the systems shown in FIG. 17 may be connected to each other via communication lines so as to cooperate with each other. Further, it may be incorporated in a copying machine, a fax machine, a scanner, a printer, a multifunction machine (an image processing apparatus having any two or more functions of a scanner, a printer, a copying machine, a fax machine, etc.).

前記実施の形態において、図8、図9で示したデータ構造は、これらのデータ構造に限られず、他のデータ構造であってもよい。例えば、テーブル構造はリンク構造等であってもよい。また、データ項目は、これらに図示したものに限られず、他のデータ項目(例えば、線分長)を有していてもよい。   In the above embodiment, the data structures shown in FIGS. 8 and 9 are not limited to these data structures, and may be other data structures. For example, the table structure may be a link structure or the like. Further, the data items are not limited to those shown in the drawings, and may have other data items (for example, line segment length).

なお、説明したプログラムについては、記録媒体に格納して提供してもよく、また、そのプログラムを通信手段によって提供してもよい。その場合、例えば、前記説明したプログラムについて、「プログラムを記録したコンピュータ読み取り可能な記録媒体」の発明として捉えてもよい。
「プログラムを記録したコンピュータ読み取り可能な記録媒体」とは、プログラムのインストール、実行、プログラムの流通などのために用いられる、プログラムが記録されたコンピュータで読み取り可能な記録媒体をいう。
なお、記録媒体としては、例えば、デジタル・バーサタイル・ディスク(DVD)であって、DVDフォーラムで策定された規格である「DVD−R、DVD−RW、DVD−RAM等」、DVD+RWで策定された規格である「DVD+R、DVD+RW等」、コンパクトディスク(CD)であって、読出し専用メモリ(CD−ROM)、CDレコーダブル(CD−R)、CDリライタブル(CD−RW)等、光磁気ディスク(MO)、フレキシブルディスク(FD)、磁気テープ、ハードディスク、読出し専用メモリ(ROM)、電気的消去及び書換可能な読出し専用メモリ(EEPROM)、フラッシュ・メモリ、ランダム・アクセス・メモリ(RAM)等が含まれる。
そして、前記のプログラム又はその一部は、前記記録媒体に記録して保存や流通等させてもよい。また、通信によって、例えば、ローカル・エリア・ネットワーク(LAN)、メトロポリタン・エリア・ネットワーク(MAN)、ワイド・エリア・ネットワーク(WAN)、インターネット、イントラネット、エクストラネット等に用いられる有線ネットワーク、あるいは無線通信ネットワーク、さらにこれらの組合せ等の伝送媒体を用いて伝送させてもよく、また、搬送波に乗せて搬送させてもよい。
さらに、前記のプログラムは、他のプログラムの一部分であってもよく、あるいは別個のプログラムと共に記録媒体に記録されていてもよい。また、複数の記録媒体に分割して
記録されていてもよい。また、圧縮や暗号化など、復元可能であればどのような態様で記録されていてもよい。
The program described above may be provided by being stored in a recording medium, or the program may be provided by communication means. In that case, for example, the above-described program may be regarded as an invention of a “computer-readable recording medium recording the program”.
The “computer-readable recording medium on which a program is recorded” refers to a computer-readable recording medium on which a program is recorded, which is used for program installation, execution, program distribution, and the like.
The recording medium is, for example, a digital versatile disc (DVD), which is a standard established by the DVD Forum, such as “DVD-R, DVD-RW, DVD-RAM,” and DVD + RW. Standards such as “DVD + R, DVD + RW, etc.”, compact discs (CDs), read-only memory (CD-ROM), CD recordable (CD-R), CD rewritable (CD-RW), etc. MO), flexible disk (FD), magnetic tape, hard disk, read only memory (ROM), electrically erasable and rewritable read only memory (EEPROM), flash memory, random access memory (RAM), etc. It is.
The program or a part of the program may be recorded on the recording medium for storage or distribution. Also, by communication, for example, a local area network (LAN), a metropolitan area network (MAN), a wide area network (WAN), a wired network used for the Internet, an intranet, an extranet, or a wireless communication It may be transmitted using a transmission medium such as a network or a combination of these, or may be carried on a carrier wave.
Furthermore, the program may be a part of another program, or may be recorded on a recording medium together with a separate program. Moreover, it may be divided and recorded on a plurality of recording media. Further, it may be recorded in any manner as long as it can be restored, such as compression or encryption.

本実施の形態の構成例についての概念的なモジュール構成図である。It is a conceptual module block diagram about the structural example of this Embodiment. 本実施の形態を含む全体の処理を示す説明図である。It is explanatory drawing which shows the whole process including this Embodiment. 線追跡抽出モジュールの構成例についての概念的なモジュール構成図である。It is a conceptual module block diagram about the structural example of a line tracking extraction module. 線追跡抽出モジュールが行う処理例を示すフローチャートである。It is a flowchart which shows the process example which a line tracking extraction module performs. 偽線分抽出モジュールが行う処理例を示す説明図である。It is explanatory drawing which shows the process example which a false line segment extraction module performs. グラフモデル構築モジュールとノード解析モジュールが行う処理例を示す説明図である。It is explanatory drawing which shows the process example which a graph model construction module and a node analysis module perform. グラフモデル構築モジュールとノード解析モジュールが行う処理例を示すフローチャートである。It is a flowchart which shows the process example which a graph model construction module and a node analysis module perform. 頂点情報テーブルのデータ構造を示す説明図である。It is explanatory drawing which shows the data structure of a vertex information table. 辺情報テーブルのデータ構造を示す説明図である。It is explanatory drawing which shows the data structure of a side information table. 形状解析抽出モジュールの構成例についての概念的なモジュール構成図である。It is a conceptual module block diagram about the structural example of a shape analysis extraction module. 形状解析抽出モジュールが行う処理例を示すフローチャートである。It is a flowchart which shows the process example which a shape analysis extraction module performs. 重複図形除去モジュールが行う処理例を示す説明図である。It is explanatory drawing which shows the process example which an overlapping figure removal module performs. 入力画像に含まれる線図形の形状又は数が既知の場合の処理例を示すフローチャートである。It is a flowchart which shows the process example in case the shape or number of the line figure contained in an input image is known. 線図形の接触の例を示す説明図である。It is explanatory drawing which shows the example of the contact of a line figure. 入力画像に含まれる線図形の数が既知の場合の処理例を示すフローチャートである。It is a flowchart which shows the process example in case the number of the line figures contained in an input image is known. 後処理モジュールによる処理を行わなかった場合の処理例を示すフローチャートである。It is a flowchart which shows the process example when the process by a post-processing module is not performed. 本実施の形態を実現するコンピュータのハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware structural example of the computer which implement | achieves this Embodiment.

符号の説明Explanation of symbols

11…前処理モジュール
12…線追跡抽出モジュール
13…形状解析抽出モジュール
14…後処理モジュール
21…受付画像
22…追記抽出モジュール
23…追記画像
24…一筆線分図形分離モジュール
25…一筆線分画像
26…一筆線分画像
27…一筆線分画像
31…前処理モジュール
32…特徴点・線分抽出モジュール
33…偽線分抽出モジュール
34…グラフモデル構築モジュール
35…ノード解析モジュール
36…開図形抽出モジュール
101…グラフモデル構築モジュール
102…閉曲線検出モジュール
103…図形判断モジュール
104…重複図形除去モジュール
DESCRIPTION OF SYMBOLS 11 ... Pre-processing module 12 ... Line tracking extraction module 13 ... Shape analysis extraction module 14 ... Post-processing module 21 ... Accepted image 22 ... Additional recording extraction module 23 ... Additional recording image 24 ... Single stroke line figure separation module 25 ... Single stroke line segment image 26 ... One-stroke line image 27 ... One-stroke line image 31 ... Pre-processing module 32 ... Feature point / line segment extraction module 33 ... False line segment extraction module 34 ... Graph model construction module 35 ... Node analysis module 36 ... Open figure extraction module 101 ... Graph model construction module 102 ... Closed curve detection module 103 ... Figure judgment module 104 ... Duplicate figure removal module

Claims (8)

線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、
前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段
を具備し、
前記閉図形抽出手段は、抽出した閉図形のうち重複している図形を削除する
ことを特徴とする画像処理装置。
Extraction means for extracting features and line segments related to points in the image including line figures;
By said thus extracted feature points to the extraction means and vertices in the graph model, the edges in the graph model line segment extracted by the extraction means, a graph model generating means for generating a graph model,
An open figure extraction means for extracting an open figure having an end point by analyzing the graph model generated by the graph model generation means;
Analyzing the graph model generated by the graph model generating means, and comprising a closed figure extracting means for extracting a closed figure having no end points ;
The image processing apparatus according to claim 1, wherein the closed figure extracting means deletes duplicate figures from the extracted closed figures .
線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、
前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、
前記開図形抽出手段によって抽出された開図形及び前記閉図形抽出手段によって抽出された閉図形の合計が、前記画像内に含まれている予め定められた図形の数と異なるか否かを判断する判断手段と、
前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段
を具備することを特徴とする画像処理装置。
Extraction means for extracting features and line segments related to points in the image including line figures;
By said thus extracted feature points to the extraction means and vertices in the graph model, the edges in the graph model line segment extracted by the extraction means, a graph model generating means for generating a graph model,
An open figure extraction means for extracting an open figure having an end point by analyzing the graph model generated by the graph model generation means;
Analyzing the graph model generated by the graph model generating means to extract a closed figure extracting means having no end points ; and
It is determined whether or not the total of the open graphic extracted by the open graphic extraction means and the closed graphic extracted by the closed graphic extraction means is different from a predetermined number of graphics included in the image. Judgment means,
If it is determined by the determination means, the graph model is changed according to the location where the line segment is in contact with the image, and the processing by the open graphic extraction means or the closed graphic extraction means is performed. An image processing apparatus comprising: a reprocessing unit that performs the processing.
線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、
前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、
前記開図形抽出手段によって抽出された開図形又は前記閉図形抽出手段によって抽出された閉図形の形状が、前記画像内に含まれている予め定められた図形の形状と異なるか否かを判断する判断手段と、
前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段
を具備することを特徴とする画像処理装置。
Extraction means for extracting features and line segments related to points in the image including line figures;
By said thus extracted feature points to the extraction means and vertices in the graph model, the edges in the graph model line segment extracted by the extraction means, a graph model generating means for generating a graph model,
An open figure extraction means for extracting an open figure having an end point by analyzing the graph model generated by the graph model generation means;
Analyzing the graph model generated by the graph model generating means to extract a closed figure extracting means having no end points ; and
It is determined whether or not the shape of the open graphic extracted by the open graphic extraction means or the shape of the closed graphic extracted by the closed graphic extraction means is different from a predetermined graphic shape included in the image. Judgment means,
If it is determined by the determination means, the graph model is changed according to the location where the line segment is in contact with the image, and the processing by the open graphic extraction means or the closed graphic extraction means is performed. An image processing apparatus comprising: a reprocessing unit that performs the processing.
前記抽出手段によって抽出された特徴点及び線分に基づいて、前記線分のうち偽線分を識別する偽線分識別手段
を具備し、
前記グラフモデル生成手段は、前記抽出手段及び前記偽線分識別手段による結果に基づいて、グラフモデルを生成する
ことを特徴とする請求項1から3のいずれか1項に記載の画像処理装置。
Based on the feature points and line segments extracted by the extraction means, comprising a false line segment identifying means for identifying a false line segment out of the line segments,
The image processing apparatus according to any one of claims 1 to 3, wherein the graph model generation unit generates a graph model based on results obtained by the extraction unit and the false line segment identification unit.
前記閉図形抽出手段は、前記グラフモデルを解析することによって、閉図形を抽出し、多角形近似を行った後に、閉図形の形状を認識する
ことを特徴とする請求項1から3のいずれか1項に記載の画像処理装置。
4. The closed figure extracting means extracts the closed figure by analyzing the graph model, and after recognizing the polygon, recognizes the shape of the closed figure . The image processing apparatus according to item 1 .
コンピュータを、
線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、
前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段
として機能させ
前記閉図形抽出手段は、抽出した閉図形のうち重複している図形を削除する
ことを特徴とする画像処理プログラム。
Computer
Extraction means for extracting features and line segments related to points in the image including line figures;
By said thus extracted feature points to the extraction means and vertices in the graph model, the edges in the graph model line segment extracted by the extraction means, a graph model generating means for generating a graph model,
An open figure extraction means for extracting an open figure having an end point by analyzing the graph model generated by the graph model generation means;
By analyzing the graph model generated by the graph model generating means, it functions as a closed figure extracting means for extracting a closed figure having no end points ,
The image processing program characterized in that the closed figure extracting means deletes duplicate figures from the extracted closed figures .
コンピュータを、
線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、
前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、
前記開図形抽出手段によって抽出された開図形及び前記閉図形抽出手段によって抽出された閉図形の合計が、前記画像内に含まれている予め定められた図形の数と異なるか否かを判断する判断手段と、
前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段
として機能させることを特徴とする画像処理プログラム。
Computer
Extraction means for extracting features and line segments related to points in the image including line figures;
By said thus extracted feature points to the extraction means and vertices in the graph model, the edges in the graph model line segment extracted by the extraction means, a graph model generating means for generating a graph model,
An open figure extraction means for extracting an open figure having an end point by analyzing the graph model generated by the graph model generation means;
Analyzing the graph model generated by the graph model generating means to extract a closed figure extracting means having no end points ; and
It is determined whether or not the total of the open graphic extracted by the open graphic extraction means and the closed graphic extracted by the closed graphic extraction means is different from a predetermined number of graphics included in the image. Judgment means,
If it is determined by the determination means, the graph model is changed according to the location where the line segment is in contact with the image, and the processing by the open graphic extraction means or the closed graphic extraction means is performed. An image processing program that functions as a reprocessing unit that performs the processing.
コンピュータを、
線図形を含む画像内の点に関する特徴及び線分を抽出する抽出手段と、
前記抽出手段によって抽出された特徴点をグラフモデルにおける頂点とし、前記抽出手段によって抽出された線分をグラフモデルにおける辺とすることによって、グラフモデルを生成するグラフモデル生成手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有する開図形を抽出する開図形抽出手段と、
前記グラフモデル生成手段によって生成されたグラフモデルを解析することによって、端点を有しない閉図形を抽出する閉図形抽出手段と、
前記開図形抽出手段によって抽出された開図形又は前記閉図形抽出手段によって抽出された閉図形の形状が、前記画像内に含まれている予め定められた図形の形状と異なるか否かを判断する判断手段と、
前記判断手段によって異なると判断された場合は、前記画像内の線分の接触している箇所に応じて、前記グラフモデルを変更し、前記開図形抽出手段又は前記閉図形抽出手段による処理を行わせる再処理手段
として機能させることを特徴とする画像処理プログラム。
Computer
Extraction means for extracting features and line segments related to points in the image including line figures;
By said thus extracted feature points to the extraction means and vertices in the graph model, the edges in the graph model line segment extracted by the extraction means, a graph model generating means for generating a graph model,
An open figure extraction means for extracting an open figure having an end point by analyzing the graph model generated by the graph model generation means;
Analyzing the graph model generated by the graph model generating means to extract a closed figure extracting means having no end points ; and
It is determined whether or not the shape of the open graphic extracted by the open graphic extraction means or the shape of the closed graphic extracted by the closed graphic extraction means is different from a predetermined graphic shape included in the image. Judgment means,
If it is determined by the determination means, the graph model is changed according to the location where the line segment is in contact with the image, and the processing by the open graphic extraction means or the closed graphic extraction means is performed. An image processing program that functions as a reprocessing unit that performs the processing.
JP2007235260A 2007-09-11 2007-09-11 Image processing apparatus and image processing program Expired - Fee Related JP4882929B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007235260A JP4882929B2 (en) 2007-09-11 2007-09-11 Image processing apparatus and image processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007235260A JP4882929B2 (en) 2007-09-11 2007-09-11 Image processing apparatus and image processing program

Publications (2)

Publication Number Publication Date
JP2009069953A JP2009069953A (en) 2009-04-02
JP4882929B2 true JP4882929B2 (en) 2012-02-22

Family

ID=40606171

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007235260A Expired - Fee Related JP4882929B2 (en) 2007-09-11 2007-09-11 Image processing apparatus and image processing program

Country Status (1)

Country Link
JP (1) JP4882929B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108447019B (en) * 2018-02-07 2022-10-18 杭州电子科技大学 Image super-resolution method based on dual graph

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2619429B2 (en) * 1987-11-05 1997-06-11 グローリー工業株式会社 How to separate contact characters
JP2849101B2 (en) * 1988-12-26 1999-01-20 グローリー工業株式会社 Loop determination method for line figures in character recognition
JPH02171980A (en) * 1988-12-26 1990-07-03 Glory Ltd Tracing method for diagram
JPH03168889A (en) * 1989-11-29 1991-07-22 Matsushita Electric Ind Co Ltd Character recognizing device
JP3798179B2 (en) * 1999-05-14 2006-07-19 富士通株式会社 Pattern extraction device and character segmentation device
JP2002334301A (en) * 2001-05-11 2002-11-22 Nippon Digital Kenkyusho:Kk Method and program for extracting feature point of binary image
JP4543675B2 (en) * 2003-12-22 2010-09-15 パナソニック電工株式会社 How to recognize characters and figures

Also Published As

Publication number Publication date
JP2009069953A (en) 2009-04-02

Similar Documents

Publication Publication Date Title
KR101235226B1 (en) Image processor and image processing method and recording medium
JP6119952B2 (en) Image processing apparatus and image processing program
US20120134591A1 (en) Image processing apparatus, image processing method and computer-readable medium
US9280725B2 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
EP1017011A2 (en) Block selection of table features
US9171218B2 (en) Image processing apparatus, image processing method, and computer readable medium that recognize overlapping elements in handwritten input
JP4834351B2 (en) Character recognition device and character recognition method
JP2009251872A (en) Information processing device and information processing program
JP6221220B2 (en) Image processing apparatus and image processing program
JP4882929B2 (en) Image processing apparatus and image processing program
JP2018045359A (en) Image processing device and image processing program
US20120050295A1 (en) Image processing apparatus, computer readable medium for image processing and computer data signal for image processing
JP4867894B2 (en) Image recognition apparatus, image recognition method, and program
JP5724341B2 (en) Image processing apparatus and image processing program
JP5636691B2 (en) Image processing apparatus and image processing program
JP6547301B2 (en) INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING PROGRAM
JP4930288B2 (en) Image processing apparatus and image processing program
JP2015176522A (en) Information processing device and program
JP6003375B2 (en) Image processing apparatus and image processing program
JP2016053797A (en) Image processor and image processing program
JP4872780B2 (en) Image processing system and image processing program
JP6229254B2 (en) Information processing apparatus and information processing program
JP2010211699A (en) Image processor and image processing program
JP6676955B2 (en) Image processing apparatus and image processing program
JP5991076B2 (en) Image processing apparatus and image processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100818

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110722

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110802

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110902

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111108

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111121

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141216

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4882929

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees