JP2013156946A - Comic image data detecting device, comic image data detecting program, and comic image date detecting method - Google Patents

Comic image data detecting device, comic image data detecting program, and comic image date detecting method Download PDF

Info

Publication number
JP2013156946A
JP2013156946A JP2012019066A JP2012019066A JP2013156946A JP 2013156946 A JP2013156946 A JP 2013156946A JP 2012019066 A JP2012019066 A JP 2012019066A JP 2012019066 A JP2012019066 A JP 2012019066A JP 2013156946 A JP2013156946 A JP 2013156946A
Authority
JP
Japan
Prior art keywords
image data
comic
frame
matching
information
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.)
Granted
Application number
JP2012019066A
Other languages
Japanese (ja)
Other versions
JP5880089B2 (en
Inventor
Hiroyuki Iwanaga
弘之 岩永
Junichi Shimamura
純一 島村
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.)
Toppan Inc
Original Assignee
Toppan Printing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toppan Printing Co Ltd filed Critical Toppan Printing Co Ltd
Priority to JP2012019066A priority Critical patent/JP5880089B2/en
Publication of JP2013156946A publication Critical patent/JP2013156946A/en
Application granted granted Critical
Publication of JP5880089B2 publication Critical patent/JP5880089B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Image Analysis (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a comic image data detecting device that can reduce a capacity of template data used for matching and can shorten a processing time of the matching when detecting comic image data.SOLUTION: A frame division information extracting unit 11 converts obtained comic image data into edge image data, and extracts frame division image data in which frame division lines remain and cartoon parts are removed from the edge image data. A plurality of frame division image data with different sizes are generated with the extracted frame division image data as reference, and the generated frame division image data are stored in a storage device 70 as frame division information. A matching unit 15 matches image data obtained from a Web site searched by a Web site searching unit 13 with the frame division image data.

Description

本発明はWebサイト上に存在する画像データから、検出対象のコミックのページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出する技術に関するものである。   The present invention relates to a technique for detecting image data matching or similar to comic image data, which is data obtained by converting a comic page to be detected into image data from image data existing on a Web site.

従来、ネットワーク上に公開された情報について検索条件に基づき検索された検索結果情報の中から違法性の高い情報を検出する技術が開示されている(特許文献1参照)。
特許文献1に記載された違法情報検出装置は、検索結果情報から特徴量を抽出し、抽出した特徴量を検索結果情報と対応付けて記憶する。更に、テキスト、音声、画像、及び動画等の照合技術を用いて、各検索結果情報の間の類似度を計算し、計算した類似度に基づき類似しているか否かを判定する。そして、類似していると判定された検索結果情報の数が所定値を超える場合に、その検出結果情報を違法性の高い情報として検出する。
Conventionally, there has been disclosed a technique for detecting information with high illegality from search result information searched based on search conditions for information published on a network (see Patent Document 1).
The illegal information detection apparatus described in Patent Document 1 extracts feature amounts from search result information, and stores the extracted feature amounts in association with search result information. Furthermore, the similarity between each search result information is calculated using collation techniques, such as a text, an audio | voice, an image, and a moving image, and it is determined whether it is similar based on the calculated similarity. When the number of search result information determined to be similar exceeds a predetermined value, the detection result information is detected as highly illegal information.

また、例えば、特許文献2には、ビットマップデータのテンプレート画像と照合対象の画像とでマッチングを行うパターンマッチング装置が開示されている。かかるパターンマッチング装置では、ビットマップデータと照合対象の画像、それぞれからエッジ情報を抽出する。次に、エッジ画像となった両画像に対して平滑化処理を施して両者の形状変化を補う。このように、形状変形部分を補正したエッジ画像同士をマッチング処理する。   Further, for example, Patent Document 2 discloses a pattern matching device that performs matching between a template image of bitmap data and an image to be collated. In such a pattern matching apparatus, edge information is extracted from the bitmap data and the image to be collated. Next, a smoothing process is performed on both images that have become edge images to compensate for changes in the shape of both. In this way, matching processing is performed on the edge images in which the shape deformation portions are corrected.

特開2009−199513号公報JP 2009-199513 A 特開2008−159061号公報JP 2008-159061 A

例えば、上記特許文献1の画像の照合に上記特許文献2の照合技術を適用した場合に、テンプレート画像としてビットマップデータ(多階調画像データ)を用意する必要がある。照合対象の種類が少ない場合は、ビットマップデータを照合対象の数だけ記憶保持すればよいが、Webサイト上に存在するコミック画像データのように、照合対象が多種の場合は、テンプレート画像として用意するビットマップデータも多種となり、そのデータ容量が膨大となる。そのため、エッジ画像化するなど、ビットマップデータから不要な情報を削除して、各テンプレートデータの容量を少なくする必要がある。但し、目的の照合精度を確保するためには、照合対象に応じて適切な特徴量を抽出する必要があり、また、抽出した特徴量の内容によってマッチング処理にかかる時間も変わってくる。しかしながら、これまでは、コミック画像データの検出に際して、適切なテンプレートデータを用いた検出方法が提案されていなかった。   For example, when the matching technique of Patent Document 2 is applied to the matching of the image of Patent Document 1, bitmap data (multi-tone image data) needs to be prepared as a template image. If there are few types of collation targets, it is sufficient to store and hold bitmap data as many as the number of collation targets. However, if there are many collation targets such as comic image data existing on a website, prepare as a template image. There are various types of bitmap data to be processed, and the data capacity becomes enormous. For this reason, it is necessary to delete unnecessary information from the bitmap data, such as making an edge image, to reduce the capacity of each template data. However, in order to ensure the target collation accuracy, it is necessary to extract an appropriate feature amount according to the collation target, and the time required for the matching process varies depending on the content of the extracted feature amount. However, until now, no detection method using appropriate template data has been proposed for detecting comic image data.

本発明は、このような課題を解決するためになされたものであり、その目的は、コミック画像データの検出に際して、テンプレートデータの容量を軽減可能で且つマッチング時間の短縮が可能な、コミック画像データ検出装置、コミック画像データ検出プログラム及びコミック画像データ検出方法を提供することである。   The present invention has been made to solve such a problem, and its purpose is to reduce the capacity of template data and reduce matching time when detecting comic image data. To provide a detection device, a comic image data detection program, and a comic image data detection method.

〔形態1〕 上記目的を達成するために、形態1のコミック画像データ検出装置は、Webサイト上に存在する画像データから、検出対象のコミックにおける予め設定されたページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出するコミック画像データ検出装置であって、前記検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割に係る情報であるコマ割情報を抽出するコマ割情報抽出手段と、前記コマ割情報抽出手段で抽出したコマ割情報を記憶するコマ割情報記憶手段と、前記Webサイトから画像データを取得する画像データ取得手段と、前記画像データ取得手段で取得した画像データと前記コマ割情報記憶手段に記憶されているコマ割情報とに基づき、前記取得した画像データと前記コマ割情報とのマッチングを行うマッチング手段と、前記マッチング手段のマッチング結果に基づく前記取得した画像データと前記コミック画像データとの類似度に基づき、前記取得した画像データから前記コミック画像データと一致又は類似する画像データを検出する検出手段と、を備えることを特徴とする。   [Mode 1] In order to achieve the above object, the comic image data detection device according to mode 1 is data obtained by converting a preset page in a comic to be detected into image data from image data existing on a Web site. A comic image data detection apparatus for detecting image data that is identical or similar to comic image data, wherein the comic image data of the comic to be detected is at least the shape of each frame divided in the comic image data and each Frame allocation information extracting means for extracting frame allocation information, which is information related to frame allocation including information on the position of the frame, frame allocation information storage means for storing the frame allocation information extracted by the frame allocation information extracting means, Image data acquisition means for acquiring image data from a website, and image data acquired by the image data acquisition means Based on frame allocation information stored in the frame allocation information storage unit, matching means for matching the acquired image data with the frame allocation information, and the acquired image data based on a matching result of the matching means And detecting means for detecting image data that matches or is similar to the comic image data from the acquired image data based on the similarity between the image data and the comic image data.

このような構成であれば、コマ割情報抽出手段によって、検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割情報が抽出されと、抽出されたコマ割情報が、コマ割情報記憶手段によって記憶される。一方、画像データ取得手段によって、Webサイトから画像データが取得されると、マッチング手段によって、取得された画像データと、コマ割情報記憶手段に記憶されているコマ割情報とに基づき、取得した画像データとコマ割情報とのマッチングが行われる。マッチング手段によってマッチングが行われると、検出手段によって、このマッチング結果に基づく取得した画像データとコミック画像データとの類似度に基づき、取得した画像データからコミック画像データと一致又は類似する画像データが検出される。
これにより、コミックに特有の情報であるコマ割情報を抽出し、抽出したコマ割情報を用いてマッチングを行うことが可能となるので、検出精度を比較的高精度に保った状態で、マッチングに用いるテンプレートデータのデータ量を軽減することができる。
With such a configuration, the frame allocation information extracting unit detects, from the comic image data of the comic to be detected, a frame including information on the shape of each frame and the position of each frame in the comic image data. When the division information is extracted, the extracted piece division information is stored by the piece division information storage means. On the other hand, when image data is acquired from the website by the image data acquisition unit, the acquired image is acquired based on the image data acquired by the matching unit and the frame division information stored in the frame division information storage unit. Matching between data and frame allocation information is performed. When matching is performed by the matching unit, the detection unit detects image data that matches or is similar to the comic image data from the acquired image data based on the similarity between the acquired image data and the comic image data based on the matching result. Is done.
This makes it possible to extract frame allocation information that is unique to comics and perform matching using the extracted frame allocation information, so matching can be performed while maintaining detection accuracy relatively high. The amount of template data to be used can be reduced.

〔形態2〕 更に、形態2のコミック画像データ検出装置は、形態1の構成に対して、前記コマ割情報抽出手段は、前記コミック画像データを、該コミック画像データの画像に含まれるエッジ成分の分布を示す画像データであるエッジ画像データに変換し、該エッジ画像データから、前記コマ割情報として、コマ割された各コマの外縁部分に対応するエッジ成分のみが描画された画像データであるコマ割画像データを抽出することを特徴とする。   [Mode 2] Further, in the comic image data detection device according to mode 2, the frame division information extraction unit is configured to convert the comic image data into edge component included in the image of the comic image data. Frame image that is converted into edge image data that is image data indicating a distribution, and image data in which only edge components corresponding to the outer edge portion of each frame that has been divided are drawn from the edge image data as the frame division information. The split image data is extracted.

このような構成であれば、コミック画像データから余分な情報を除去した画像データであって、各コマの形状、位置、サイズの情報を含む画像データを、コマ割情報として抽出することができる。従って、コマ割情報のデータ量を大幅に軽減することができる。加えて、コマ割情報は、コミックに特有の情報であるため、マッチング時のテンプレートデータとして検出精度の比較的高い情報となる。   With such a configuration, image data obtained by removing excess information from comic image data and including information on the shape, position, and size of each frame can be extracted as frame allocation information. Therefore, the data amount of the frame allocation information can be greatly reduced. In addition, since the frame division information is information unique to comics, it is information with relatively high detection accuracy as template data at the time of matching.

〔形態3〕 更に、形態3のコミック画像データ検出装置は、形態2の構成に対して、前記コマ割情報抽出手段は、前記コミック画像データに対応する前記抽出したコマ割画像データについて、前記コマ割情報として、アスペクト比を保持したままで画像サイズを変更して構成される、画像サイズの異なる複数のコマ割画像データを生成することを特徴とする。
このような構成であれば、アスペクト比を保持した状態で、サイズの異なる複数のコマ割画像データを、コマ割情報として生成することができる。
これにより、Webサイトから取得された画像データのサイズや、画像データ中に含まれるコミックのページ数などに対応して、適切なサイズのコマ割画像データを用いてマッチングを行うことが可能となる。従って、検出精度を向上することができる。
[Mode 3] Further, in the comic image data detection device according to mode 3, the frame division information extraction unit is configured to perform the frame division on the extracted frame division image data corresponding to the comic image data. As the split information, a plurality of frame split image data having different image sizes configured by changing the image size while maintaining the aspect ratio is generated.
With such a configuration, it is possible to generate a plurality of frame division image data having different sizes as frame division information while maintaining the aspect ratio.
This makes it possible to perform matching using frame-divided image data of an appropriate size corresponding to the size of image data acquired from a website, the number of comic pages included in the image data, and the like. . Therefore, detection accuracy can be improved.

〔形態4〕 更に、形態4のコミック画像データ検出装置は、形態1乃至3のいずれか1の構成に対して、 前記検出手段は、Webサイト毎に、前記一致又は類似する画像データとして検出された画像データに基づき、検出された画像データが予め設定された絞込条件に合致しているか否かを判定し、合致している判定すると、当該画像データを違法に公開された可能性のあるコミック画像データとして検出するようになっており、
前記検出手段で検出された、違法に公開された可能性のあるコミック画像データと、該画像データを公開しているWebサイトの情報とを対応付けて記憶するサイト情報記憶手段を備えることを特徴とする。
[Mode 4] Further, in the comic image data detection device according to mode 4, the detection means is detected as the matching or similar image data for each Web site in the configuration of any one of modes 1 to 3. Based on the image data, it is determined whether or not the detected image data meets a preset narrowing condition. If it is determined that the image data matches, there is a possibility that the image data has been illegally disclosed. It will be detected as comic image data,
It comprises site information storage means for storing comic image data detected by the detection means, which may be illegally disclosed, and information on a website that discloses the image data in association with each other. And

このような構成であれば、絞込条件の設定によって、違法にコミック画像データを公開している可能性のあるサイト(以下、違法候補サイトと称す)、または違法に公開されている可能性のあるコミック画像データ(以下、違法候補画像データと称す)を適切に検出することが可能となる。また、例えば、電子コミックのネット通販を正規に行っているWebサイトを違法候補サイトとして検出しないように、正規のサイトを除外するように絞込条件を設定することなどが可能となる。   In such a configuration, depending on the setting of the filtering conditions, there is a possibility that the site may have illegally released comic image data (hereinafter referred to as illegal candidate site), or that it may have been illegally released. Certain comic image data (hereinafter referred to as illegal candidate image data) can be detected appropriately. In addition, for example, it is possible to set a narrowing condition so as to exclude a legitimate site so as not to detect a website that regularly conducts electronic mail order of electronic comics as an illegal candidate site.

〔形態5〕 更に、形態7のコミック画像データ検出装置は、形態4の構成に対して、前記検出手段は、前記一致又は類似する画像データとして検出された画像データが、予め設定されたページ数以上のコミック画像データを含むと判定された場合に、前記絞込条件に合致すると判定することを特徴とする。
このような構成であれば、例えば、正規の電子コミック販売サイトなどのように、コミックの紹介ページとして、例えば1〜3ページの画像を公開しているようなサイト、即ち、検出対象から除外すべきサイトが大量に検出(リストアップ)されるのを防ぐことが可能となる。
[Mode 5] Further, in the comic image data detection apparatus according to mode 7, the detection means is configured so that the detection means has image data detected as the matching or similar image data as a preset number of pages. When it is determined that the above comic image data is included, it is determined that the narrowing condition is satisfied.
With such a configuration, for example, a site where, for example, an image of pages 1 to 3 is published as a comic introduction page, such as a regular electronic comic sales site, is excluded from detection targets. It is possible to prevent a large number of sites to be detected (listed).

〔形態6〕 一方、上記目的を達成するために、形態6のコミック画像データ検出プログラムは、Webサイト上に存在する画像データから、検出対象のコミックにおける予め設定されたページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出するコミック画像データ検出プログラムであって、前記検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割に係る情報であるコマ割情報を抽出するコマ割情報抽出手段、前記Webサイトから画像データを取得する画像データ取得手段、前記画像データ取得手段で取得した画像データと前記コマ割情報抽出手段で抽出したコマ割情報が記憶されたコマ割情報記憶手段に記憶されているコマ割情報とに基づき、前記取得した画像データと前記コマ割情報とのマッチングを行うマッチング手段、及び、前記マッチング手段のマッチング結果に基づく前記取得した画像データと前記コミック画像データとの類似度に基づき、前記取得した画像データから前記コミック画像データと一致又は類似する画像データを検出する検出手段として実現される機能をコンピュータに実行させるためのプログラムを含むことを特徴とする。
このような構成であれば、コンピュータによってプログラムが読み取られ、読み取られたプログラムに従ってコンピュータが処理を実行すると、形態1のコミック画像データ検出装置と同等の作用及び効果が得られる。
[Mode 6] On the other hand, in order to achieve the above object, the comic image data detection program according to mode 6 is data obtained by converting a preset page in a comic to be detected into image data from image data existing on a website. A comic image data detection program for detecting image data that is the same as or similar to comic image data, the shape of each frame divided at least in the comic image data from the comic image data of the comic to be detected And frame allocation information extracting means for extracting frame allocation information, which is information relating to frame allocation including information on the position of each frame, image data acquisition means for acquiring image data from the Web site, and image data acquisition means Frame allocation storing image data and frame allocation information extracted by the frame allocation information extraction means Based on the frame division information stored in the information storage means, matching means for matching the acquired image data with the frame division information, and the acquired image data based on the matching result of the matching means and the A program for causing a computer to execute a function realized as detection means for detecting image data that matches or is similar to the comic image data from the acquired image data based on the similarity to the comic image data. And
With such a configuration, when the program is read by the computer and the computer executes the process according to the read program, the same operation and effect as those of the comic image data detection device according to mode 1 can be obtained.

〔形態7〕 また、上記目的を達成するために、形態7のコミック画像データ検出方法は、Webサイト上に存在する画像データから、検出対象のコミックにおける予め設定されたページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出するコミック画像データ検出方法であって、前記検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割に係る情報であるコマ割情報を抽出するコマ割情報抽出ステップと、前記コマ割情報抽出ステップで抽出したコマ割情報を記憶するコマ割情報記憶手段と、前記Webサイトから画像データを取得する画像データ取得ステップと、前記画像データ取得ステップで取得した画像データと前記コマ割情報記憶ステップで記憶されたコマ割情報とに基づき、前記取得した画像データと前記コマ割情報とのマッチングを行うマッチングステップと、前記マッチングステップのマッチング結果に基づく前記取得した画像データと前記コミック画像データとの類似度に基づき、前記取得した画像データから前記コミック画像データと一致又は類似する画像データを検出する検出ステップと、を含むことを特徴とする。
これにより、上記形態1のコミック画像データ検出装置と同等の作用及び効果が得られる。
[Mode 7] In order to achieve the above object, the comic image data detection method of mode 7 is a data obtained by converting a preset page in a comic to be detected into image data from image data existing on a website. A comic image data detection method for detecting image data that matches or is similar to comic image data, wherein the shape of each frame divided at least in the comic image data from the comic image data of the comic to be detected And a frame allocation information extracting step for extracting frame allocation information, which is information related to the frame allocation including the position information of each frame, and a frame allocation information storage means for storing the frame allocation information extracted in the frame allocation information extraction step; , An image data acquisition step of acquiring image data from the Web site, and the image data acquisition step Based on the image data acquired in step 1 and the frame allocation information stored in the frame allocation information storage step, a matching step for matching the acquired image data with the frame allocation information, and based on a matching result of the matching step And a detection step of detecting image data that matches or is similar to the comic image data from the acquired image data based on the similarity between the acquired image data and the comic image data.
Thereby, the same operation and effect as those of the comic image data detection apparatus according to the first aspect can be obtained.

以上説明したように、本発明によれば、コミック画像データにおけるコマ割に係る情報を抽出して、これをマッチングに用いるデータ(テンプレートデータ)として記憶するようにしたので、検出精度を比較的高精度に保った状態で、テンプレートデータの記憶に必要なメモリ容量を軽減することができるという効果が得られる。更に、違法にコミック画像データを公開しているWebサイトを人手によって検出する前に、違法にコミック画像データを公開している可能性のあるWebサイトを絞り込むことができるので、検出を行う人の手間を軽減することができるという効果が得られる。   As described above, according to the present invention, information related to frame division in comic image data is extracted and stored as data (template data) used for matching, so detection accuracy is relatively high. The effect that the memory capacity required for storing the template data can be reduced while maintaining the accuracy is obtained. In addition, before manually detecting websites that illegally publish comic image data, it is possible to narrow down the websites that may illegally publish comic image data. The effect of reducing labor can be obtained.

コミック画像データ検出システムの概要を示す図である。It is a figure which shows the outline | summary of a comic image data detection system. コミック画像データ検出装置100のハードウェア構成を示すブロック図である。3 is a block diagram showing a hardware configuration of comic image data detection apparatus 100. FIG. コミック画像データ検出装置100の機能構成の一例を示すブロック図である。3 is a block diagram illustrating an example of a functional configuration of a comic image data detection apparatus 100. FIG. (a)は、コミック画像データの一例を示す図であり、(b)は、(a)のコミック画像データから抽出したコマ割画像データの一例を示す図である。(A) is a figure which shows an example of comic image data, (b) is a figure which shows an example of the frame division | segmentation image data extracted from the comic image data of (a). コマ割情報抽出処理の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of a frame allocation information extraction process. コミック画像データ検出処理の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of a comic image data detection process. (a)〜(e)は、コマ割画像データのコマ割内容の一例を示す図である。(A)-(e) is a figure which shows an example of the frame division content of frame division image data. 複数サイズのコマ割画像データの一例を示す図である。It is a figure which shows an example of frame size image data of multiple sizes.

以下、図面に基づき、本発明にかかるコミック画像データ検出装置、コミック画像データ検出プログラム及びコミック画像データ検出方法の実施形態を説明する。図1〜図8は、本発明にかかるコミック画像データ検出装置、コミック画像データ検出プログラム及びコミック画像データ検出方法の実施形態を示す図である。
(構成)
図1は、本発明の実施形態にかかるコミック画像データ検出システムの概要を示す図である。
図1に示すように、コミック画像データ検出システム1は、コミック画像データ検出装置100と、Webサーバ200_1〜200_N(Nは4以上の自然数)と、クライアント端末300_1〜300_M(Mは、2以上の自然数)と、を含んで構成される。
Hereinafter, embodiments of a comic image data detection device, a comic image data detection program, and a comic image data detection method according to the present invention will be described with reference to the drawings. FIGS. 1-8 is a figure which shows embodiment of the comic image data detection apparatus, comic image data detection program, and comic image data detection method concerning this invention.
(Constitution)
FIG. 1 is a diagram showing an outline of a comic image data detection system according to an embodiment of the present invention.
As shown in FIG. 1, the comic image data detection system 1 includes a comic image data detection device 100, Web servers 200_1 to 200_N (N is a natural number of 4 or more), and client terminals 300_1 to 300_M (M is 2 or more). Natural number).

また、コミック画像データ検出装置100と、Webサーバ200_1〜200_Nと、クライアント端末300_1〜300_Mとは、公知のインターネット400を介して、相互にデータ通信可能に接続されている。
コミック画像データ検出装置100は、Webサーバ200_1〜200_Nの提供するWebサイトにおいて公開されている画像データから、コミックのページを画像データ化したデータであるコミック画像データを検出する機能を有している。更に、コミック画像データ検出装置100は、検出対象のコミックのコミック画像データを違法に公開している可能性のあるWebサイトを違法候補サイトとして検出する機能を有している。
The comic image data detection apparatus 100, the Web servers 200_1 to 200_N, and the client terminals 300_1 to 300_M are connected to each other via a known Internet 400 so that data communication can be performed.
The comic image data detection apparatus 100 has a function of detecting comic image data, which is data obtained by converting comic pages into image data, from image data published on a website provided by the web servers 200_1 to 200_N. . Furthermore, the comic image data detection apparatus 100 has a function of detecting, as an illegal candidate site, a Web site that may illegally disclose comic image data of a comic to be detected.

Webサーバ200_1〜200_Nは、インターネットプロバイダ等の管理下にあるサーバから構成されており、テキスト、音声、画像、動画等のコンテンツを公開している多数のWebサイトを提供するサーバである。以下、区別する必要が無い場合に、Webサーバ200_1〜200_Nを、単に、Webサーバ200と称す。
クライアント端末300_1〜300_Mは、インターネット400を介して、Webサーバ200の提供するWebサイトにアクセスし、アクセス先のWebサイトで公開されている各種コンテンツの閲覧やダウンロード等を行うことが可能な端末である。以下、区別する必要が無い場合に、クライアント端末300_1〜300_Mを、単に、クライアント端末300と称す。
The Web servers 200_1 to 200_N are configured from servers under the management of an Internet provider or the like, and are servers that provide a large number of Web sites that publish content such as text, audio, images, and moving images. Hereinafter, when it is not necessary to distinguish, the Web servers 200_1 to 200_N are simply referred to as the Web server 200.
The client terminals 300_1 to 300_M are terminals that can access a website provided by the web server 200 via the Internet 400, and browse and download various contents published on the accessed website. is there. Hereinafter, when there is no need to distinguish, the client terminals 300_1 to 300_M are simply referred to as client terminals 300.

次に、図2に基づき、コミック画像データ検出装置100のハードウェア構成について説明する。図2は、コミック画像データ検出装置100のハードウェア構成を示すブロック図である。
図2に示すように、コミック画像データ検出装置100は、CPU(Central Processing Unit)60と、RAM(Random Access Memory)62と、ROM(Read Only Memory)64と、入出力インターフェース(I/F)66と、バス68とを含んで構成されるコンピュータシステムを備えている。CPU60、RAM62、ROM64およびI/F66は、バス68に接続されており、バス68を介してこれら接続デバイス間のデータの送受信を可能としている。
Next, the hardware configuration of the comic image data detection apparatus 100 will be described with reference to FIG. FIG. 2 is a block diagram showing a hardware configuration of comic image data detection apparatus 100.
As shown in FIG. 2, the comic image data detection apparatus 100 includes a CPU (Central Processing Unit) 60, a RAM (Random Access Memory) 62, a ROM (Read Only Memory) 64, and an input / output interface (I / F). 66 and a computer system including a bus 68 is provided. The CPU 60, RAM 62, ROM 64 and I / F 66 are connected to a bus 68, and data can be transmitted and received between these connected devices via the bus 68.

コミック画像データ検出装置100は、更に、I/F66を介して、記憶装置70と、表示装置72と、入力装置74と、イメージスキャナ76と、NIC(Network Interface Card)78とに接続されている。
CPU60は、ROM64または記憶装置70に予め記憶された各種専用のコンピュータプログラムをRAM62に読み込み、RAM62に読み込まれたプログラムに記述された命令に従って、各種リソースを駆使して、後述するコマ割情報抽出処理及びコミック画像データ検出処理を実行する。
The comic image data detection device 100 is further connected to a storage device 70, a display device 72, an input device 74, an image scanner 76, and a NIC (Network Interface Card) 78 via an I / F 66. .
The CPU 60 reads various dedicated computer programs stored in advance in the ROM 64 or the storage device 70 into the RAM 62, and makes use of various resources in accordance with instructions described in the programs read into the RAM 62 to perform frame allocation information extraction processing to be described later. And comic image data detection processing.

記憶装置70は、各種専用のコンピュータプログラム、プログラムの実行において用いられるデータ等の、上記コマ割情報抽出処理及びコミック画像データ検出処理に必要なデータを記憶する。
具体的に、記憶装置70は、上記コマ割情報抽出処理において抽出されたコマ割情報をマッチング処理に用いるテンプレートデータとして記憶する。
The storage device 70 stores data necessary for the frame division information extraction process and the comic image data detection process, such as various dedicated computer programs and data used in the execution of the program.
Specifically, the storage device 70 stores the frame division information extracted in the frame division information extraction process as template data used for the matching process.

更に、記憶装置70は、上記コミック画像データ検出処理において検出された違法に公開されている可能性のあるコミック画像データ(違法候補画像データ)及びこの違法候補画像データを公開しているWebサイト(違法候補サイト)の情報を記憶する。
ここで、記憶装置70は、FDドライブ、HDドライブ等の磁気記憶型記憶装置、CDドライブ、DVDドライブ、BRDドライブ等の光学的読取/書込方式記憶装置、MOドライブ等の磁気記憶型/光学的読取方式記憶装置等の、コンピュータで記憶データを読み取り可能でかつデータを書き込み可能な記憶装置であれば何でもよい。
Furthermore, the storage device 70 detects comic image data (illegal candidate image data) that may be illegally detected in the comic image data detection process, and a Web site that discloses the illegal candidate image data ( Information on illegal candidate sites) is stored.
Here, the storage device 70 is a magnetic storage type storage device such as an FD drive or HD drive, an optical read / write type storage device such as a CD drive, a DVD drive or a BRD drive, or a magnetic storage type / optical such as an MO drive. Any storage device can be used as long as it can read stored data and write data on a computer, such as a conventional reading method storage device.

表示装置72は、CRTディスプレイ、液晶ディスプレイなどの周知の表示装置であり、CPU60からの指令に応じて、上記コミック画像データ検出処理において検出された違法候補画像データ及びこの違法候補画像データを公開している違法候補サイトの情報等の画像の表示を行う。
入力装置74は、キーボード、マウス、操作ボタン、タッチ式の入力デバイス(タッチパネル等)などのヒューマンインターフェースデバイスであり、ユーザの操作に応じた入力を受け付ける。
The display device 72 is a well-known display device such as a CRT display or a liquid crystal display, and publishes the illegal candidate image data detected in the comic image data detection process and the illegal candidate image data in response to a command from the CPU 60. Display images such as information on illegal candidate sites.
The input device 74 is a human interface device such as a keyboard, a mouse, an operation button, or a touch-type input device (such as a touch panel), and receives an input corresponding to a user operation.

イメージスキャナ76は、CPU60からの指令に応じて、原稿読取部にセットされた原稿(本実施形態ではコミックのページ)を光学的に読み取って、読み取った原稿の画像データ(本実施形態ではコミック画像データ)を生成する。そして、生成したコミック画像データを、順次I/F66を介してコミック画像データ検出装置100に送信する。
NIC78は、LAN、WAN、インターネット等のネットワーク上の外部装置と通信するためのデバイスであり、一般にLANカード等と呼ばれる周知のネットワークアダプタである。NIC78は、ネットワークケーブルLを介してルータやハブ等に接続され、これらを介して、コミック画像データ検出装置100をネットワーク(本実施形態ではインターネット)に接続する。なお、周知の無線LAN等の、無線によって無線LAN用のアクセスポイントを介してネットワークに接続する構成であってもよい。
In response to a command from the CPU 60, the image scanner 76 optically reads a document (comic page in the present embodiment) set in the document reading unit, and reads image data of the read document (comic image in the present embodiment). Data). Then, the generated comic image data is sequentially transmitted to the comic image data detection apparatus 100 via the I / F 66.
The NIC 78 is a device for communicating with an external device on a network such as a LAN, WAN, or the Internet, and is a known network adapter generally called a LAN card or the like. The NIC 78 is connected to a router, a hub, or the like via a network cable L, and connects the comic image data detection device 100 to a network (the Internet in this embodiment) via these. It may be configured to connect to a network via a wireless LAN access point, such as a known wireless LAN.

これにより、本実施の形態では、ネットワークに接続されたWebサーバ200の提供するWebサイトから、NIC78を介して、各Webサイトで公開されている画像データを取得することが可能である。
なお、このコミック画像データ検出装置100は、例えば、周知のパーソナルコンピュータなどに実装されるものとして構成される。
Thereby, in this embodiment, it is possible to acquire image data published on each Web site via the NIC 78 from the Web site provided by the Web server 200 connected to the network.
The comic image data detection apparatus 100 is configured to be mounted on, for example, a well-known personal computer.

次に、図3及び図4に基づき、コミック画像データ検出装置100の機能構成について説明する。図3は、コミック画像データ検出装置100の機能構成の一例を示すブロック図である。また、図4(a)は、コミック画像データの一例を示す図であり、(b)は、(a)のコミック画像データから抽出したコマ割画像データの一例を示す図である。
図3に示すように、コミック画像データ検出装置100は、機能構成部として、コミック画像データ取得部10と、コマ割情報抽出部11と、データ通信部12と、Webサイト検索部13と、画像データ取得部14と、マッチング部15と、判定部16と、検出部17と、を備えている。
コミック画像データ取得部10は、入力装置74を介したオペレータからのデータ取得指示に応じて、イメージスキャナ76に対して原稿の読み取り指示を送信する。
Next, based on FIG.3 and FIG.4, the function structure of the comic image data detection apparatus 100 is demonstrated. FIG. 3 is a block diagram illustrating an example of a functional configuration of the comic image data detection apparatus 100. FIG. 4A is a diagram illustrating an example of comic image data, and FIG. 4B is a diagram illustrating an example of frame divided image data extracted from the comic image data in FIG.
As illustrated in FIG. 3, the comic image data detection device 100 includes a comic image data acquisition unit 10, a frame division information extraction unit 11, a data communication unit 12, a website search unit 13, and an image as function configuration units. The data acquisition part 14, the matching part 15, the determination part 16, and the detection part 17 are provided.
The comic image data acquisition unit 10 transmits a document reading instruction to the image scanner 76 in response to a data acquisition instruction from the operator via the input device 74.

本実施形態において、オペレータは、イメージスキャナ76の原稿読取部に、検出対象のコミックのページをセットしておく。これにより、イメージスキャナ76は、コミック画像データ取得部10からの読み取り指示に応じて、セットされたコミックのページをイメージセンサによって光学的に読み取り、読み取ったページの画像データ(コミック画像データ)を生成する。そして、イメージスキャナ76は、生成したコミック画像データを、I/F66を介して、コミック画像データ検出装置100に送信する。また、オペレータは、入力装置74を介して、原稿読取部にセットしたコミックの情報(タイトル、作者名、巻数など)をコミック画像データ検出装置100に入力する。   In the present embodiment, the operator sets a comic page to be detected in the document reading unit of the image scanner 76. Accordingly, the image scanner 76 optically reads the set comic page by the image sensor in response to the reading instruction from the comic image data acquisition unit 10 and generates image data (comic image data) of the read page. To do. Then, the image scanner 76 transmits the generated comic image data to the comic image data detection device 100 via the I / F 66. In addition, the operator inputs information on the comic (title, author name, volume, etc.) set in the document reading unit to the comic image data detection device 100 via the input device 74.

なお、イメージスキャナ76が複数枚の原稿を載置可能な給紙トレイを備え、原稿が読み取られる毎に給紙トレイに載置された原稿を自動で1枚ずつ原稿読取部にセットする機能を有しているとする。この場合、コミック画像データ取得部10から、連続して読み取る読み取り指示をイメージスキャナ76に送信することで、イメージスキャナ76に、給紙トレイに載せられている複数枚の原稿を1枚ずつ連続して読み取らせることが可能である。   The image scanner 76 includes a paper feed tray on which a plurality of originals can be placed, and has a function of automatically setting the originals placed on the paper feed tray one by one in the original reading unit each time the originals are read. Suppose you have it. In this case, the comic image data acquisition unit 10 transmits a reading instruction for continuous reading to the image scanner 76, whereby a plurality of originals placed on the paper feed tray are successively fed to the image scanner 76 one by one. Can be read.

コミック画像データ取得部10は、イメージスキャナ76から送信されたコミック画像データを取得する。そして、取得したコミック画像データをRAM62の予め設定された記憶領域に記憶する。このとき、取得したコミック画像データを、入力されたコミック情報に対応付けて記憶する。また、コミック画像データ取得部10は、コミック画像データの取得が完了すると、コミック画像データの取得が完了したことを、コマ割情報抽出部11に通知する。   The comic image data acquisition unit 10 acquires comic image data transmitted from the image scanner 76. Then, the acquired comic image data is stored in a preset storage area of the RAM 62. At this time, the acquired comic image data is stored in association with the input comic information. Further, when the comic image data acquisition unit 10 completes the acquisition of the comic image data, the comic image data acquisition unit 10 notifies the frame allocation information extraction unit 11 that the acquisition of the comic image data has been completed.

コマ割情報抽出部11は、コミック画像データ取得部10からの通知に応じて、RAM62に記憶されたコミック画像データを読み出し、読み出したコミック画像データからコマ割情報を抽出する。
例えば、図4(a)に示す描画内容のコミック画像データCI1が得られたとする。
コミック画像データCI1の画像は、図4(a)に示すように、4つの矩形のコマF1〜F4と、コマF1〜F4の外側の領域部分である余白部分MAとから構成される。コマF1は、その外縁部分を形成する線分であるコマ割線E1と、コマ割線E1によって囲まれた領域内に描画された漫画P1とから構成され、コマF2は、その外縁部分を形成するコマ割線E2と、コマ割線E2によって囲まれた領域内に描画された漫画P2とから構成されている。更に、コマF3は、その外縁部分を形成するコマ割線E3と、コマ割線E3によって囲まれた領域内に描画された漫画P3とから構成され、コマF4は、その外縁部分を形成するコマ割線E4と、コマ割線E4によって囲まれた領域内に描画された漫画P4とから構成されている。
The frame allocation information extraction unit 11 reads comic image data stored in the RAM 62 in response to the notification from the comic image data acquisition unit 10, and extracts frame allocation information from the read comic image data.
For example, it is assumed that comic image data CI1 having the drawing content shown in FIG.
As shown in FIG. 4A, the image of the comic image data CI1 is composed of four rectangular frames F1 to F4 and a margin portion MA that is a region portion outside the frames F1 to F4. The frame F1 is composed of a frame dividing line E1 which is a line segment forming the outer edge portion thereof, and a comic P1 drawn in an area surrounded by the frame dividing line E1, and the frame F2 is a frame forming the outer edge portion thereof. It is composed of a dividing line E2 and a comic P2 drawn in an area surrounded by the frame dividing line E2. Further, the frame F3 includes a frame dividing line E3 that forms an outer edge portion thereof, and a comic P3 drawn in an area surrounded by the frame dividing line E3. The frame F4 forms a frame dividing line E4 that forms the outer edge portion thereof. And the comic P4 drawn in the area surrounded by the frame dividing line E4.

コマ割情報抽出部11は、まず、読み出したコミック画像データCI1を、公知のエッジ抽出方法を用いてエッジ画像データに変換する。
ここで、エッジ抽出方法としては、例えば、Prewittオペレータ、Sobelオペレータ、ラプラシアン等の公知の微分オペレータを用いてコミック画像データを微分(エッジ強調)し、エッジ強調した後に、予め設定された二値化閾値を用いて二値化する方法がある。また、二値化の方法としては、二値化閾値として1つの固定値を用いる方法、コミック画像データの画像を複数にブロック分けし、各ブロック毎に異なる二値化閾値を用いる方法等がある。また、二値化閾値は、オペレータが入力した値を用いてもよいし、二値化対象の画像のヒストグラムなどからその都度計算によって求めてもよい。
The frame allocation information extraction unit 11 first converts the read comic image data CI1 into edge image data using a known edge extraction method.
Here, as an edge extraction method, for example, a well-known differential operator such as a Prewitt operator, a Sobel operator, a Laplacian, or the like is used to differentiate (edge emphasis) comic image data, and after edge emphasis, binarization set in advance is performed. There is a method of binarization using a threshold value. In addition, as a binarization method, there are a method of using one fixed value as a binarization threshold, a method of dividing an image of comic image data into a plurality of blocks, and using a different binarization threshold for each block, and the like. . The binarization threshold value may be a value input by the operator, or may be obtained by calculation each time from a binarized image histogram or the like.

また、コミックのページが、カラーページの場合、コミック画像データをグレースケールデータ化してからエッジ抽出等を行っても良い。
また、二値化後の画像データをエッジ画像データとしてもよいが、二値化後に、エッジ部分を線形化する線形化処理を行ってもよい。また、必要に応じて、ノイズ除去処理(例えば、膨張・収縮等)を行ってもよい。
線形化処理としては、例えば、公知のブレゼンハムの線分描画アルゴリズムを用いてエッジ部分を線形化する方法がある。
If the comic page is a color page, the comic image data may be converted to grayscale data and then edge extraction or the like may be performed.
Further, the binarized image data may be edge image data, but after binarization, a linearization process for linearizing the edge portion may be performed. Moreover, you may perform a noise removal process (for example, expansion | swelling, shrinkage | contraction etc.) as needed.
As the linearization processing, for example, there is a method of linearizing an edge portion using a known Bresenham line segment drawing algorithm.

このようにして生成されたエッジ画像データは、例えば、エッジ部分の画素値を「1」、エッジ以外の部分の画素値を「0」とした二値から構成される。なお、図4(a)に示すコミック画像データの例では、スクリーントーンやベタ塗り等が施されていない線画中心の漫画内容となっているため、エッジ画像データの内容は略同じものとなる。
コマ割情報抽出部11は、次に、エッジ画像データから各コマを形成する線分であるコマ割線を残し、漫画部分を除去した内容の画像データを抽出する。
The edge image data generated in this way is composed of, for example, binary values where the pixel value of the edge portion is “1” and the pixel value of the portion other than the edge is “0”. In the example of comic image data shown in FIG. 4A, the content of the edge image data is substantially the same because the comic content is centered on a line drawing that is not screen-tone or solid.
Next, the frame division information extraction unit 11 leaves the frame division line, which is a line segment forming each frame, from the edge image data, and extracts the image data of the content from which the cartoon portion is removed.

例えば、図4(a)の例であれば、各コマF1〜F4を形成するコマ割線E1〜E4を残し、漫画部分P1〜P4を除去した内容の画像データを抽出する。これにより、図4(b)に示す画像内容の画像データFI1(以下、コマ割画像データFI1と称す)が抽出(生成)される。コマ割画像データFI1は、図4(b)に示すように、ページ上に各コマF1〜F4のコマ割線E1〜E4のみが描画された画像内容を有する。コマ割画像データは、図4(b)に示すように、ページ紙面上における各コマの形状、サイズ及び位置の情報を有するデータとなる。なお、図4(a)の例では、各コマがコマ割線によって閉領域を形成しているが、コマ割線は、例えば、紙面を二分する1本の横線などのように、紙面の外縁部分を領域の端として各コマを構成する場合などもある。この場合は、余白部分が無くなる。また、コマ割線は、紙面の縦横に対して直交する線に限らず、斜め線などの直交しない線の場合もある。また、コマ割線によって構成される閉領域の形状も矩形に限らず、台形や三角形などの他の形状の場合もある。   For example, in the example of FIG. 4A, the frame dividing lines E1 to E4 that form the respective frames F1 to F4 are left, and the image data of the content from which the comic portions P1 to P4 are removed is extracted. As a result, image data FI1 (hereinafter referred to as frame division image data FI1) having the image content shown in FIG. 4B is extracted (generated). As shown in FIG. 4B, the frame division image data FI1 has image contents in which only the frame division lines E1 to E4 of the frames F1 to F4 are drawn on the page. As shown in FIG. 4B, the frame division image data is data having information on the shape, size, and position of each frame on the page paper. In the example of FIG. 4A, each frame forms a closed region by a frame dividing line. However, the frame dividing line, for example, a single horizontal line that bisects the paper surface is the outer edge portion of the paper surface. In some cases, each frame is configured as an edge of the area. In this case, the blank portion is eliminated. Further, the frame dividing line is not limited to a line orthogonal to the vertical and horizontal directions of the page, but may be a non-orthogonal line such as an oblique line. Further, the shape of the closed region constituted by the frame dividing lines is not limited to a rectangle, but may be another shape such as a trapezoid or a triangle.

更に、本実施形態において、コマ割情報抽出部11は、抽出したコマ割画像データを基準(100[%])として、アスペクト比を保持した状態で、例えば、10[%]〜200[%]の範囲で基準のコマ割画像データを10[%]刻みに縮小及び拡大した画像データを生成する。そして、この10[%]〜200[%]までの10[%]刻みのコマ割画像データを、ランレングス圧縮等の可逆性を有する圧縮手法で圧縮し、これらの圧縮データをコミック情報と対応付けて記憶装置70に記憶する。本実施形態では、この複数サイズのコマ割画像データが、コマ割情報となる。コマ割画像データは、描画部分のデータとして単色でかつ各コマのコマ割線部分のデータしか含まないためデータ量を大幅に圧縮することが可能である。なお、縮小及び拡大の範囲は、10[%]〜200[%]の範囲に限らず、他の範囲としてもよいし、また、10[%]刻みに限らず、他の刻み幅としてもよい。
データ通信部12は、NIC78を介した、各種データの外部装置への送信と外部装置からの各種データの受信とを制御する機能を有している。
Furthermore, in this embodiment, the frame division information extraction unit 11 uses the extracted frame division image data as a reference (100 [%]) and maintains the aspect ratio, for example, 10 [%] to 200 [%]. In this range, image data obtained by reducing and enlarging the reference frame-cut image data in increments of 10 [%] is generated. Then, the frame divided image data in 10 [%] increments from 10 [%] to 200 [%] is compressed by a compression method having reversibility such as run length compression, and these compressed data correspond to comic information. Then, it is stored in the storage device 70. In the present embodiment, this multi-size frame division image data is frame division information. Since the frame division image data includes only a single color and data of the frame division line portion of each frame as the drawing portion data, the data amount can be greatly reduced. Note that the range of reduction and enlargement is not limited to the range of 10 [%] to 200 [%], but may be other ranges, and is not limited to 10 [%] increments, and may be other increments. .
The data communication unit 12 has a function of controlling transmission of various data to an external device and reception of various data from the external device via the NIC 78.

具体的に、データ通信部12は、各機能構成部からのデータ送信依頼に応じて、NIC78を介して、インターネット400に接続されたWebサーバ200などの外部装置にデータを送信する機能を有している。更に、データ通信部12は、NIC78を介して、インターネット400に接続された外部装置から受信したデータを対応する各機能構成部に出力する機能を有している。   Specifically, the data communication unit 12 has a function of transmitting data to an external device such as the Web server 200 connected to the Internet 400 via the NIC 78 in response to a data transmission request from each functional configuration unit. ing. Further, the data communication unit 12 has a function of outputting data received from an external device connected to the Internet 400 to each corresponding functional component via the NIC 78.

Webサイト検索部13は、オペレータからの入力装置74を介して入力されたパトロール開始指示に応じて、記憶装置70から、コマ割画像データに対応付けられたコミック情報に含まれる、コミックのタイトル、作者名、巻数等の情報を読み出す。そして、読み出したタイトル、作者名、巻数等を示すワードを検索ワードとして、インターネット400に接続されたWebサーバ200の提供するWebサイトから、検索ワードに対応するWebサイトを検索する。
具体的に、Webサイト検索部13は、データ通信部12を介して、例えば、予め設定された、信用のおける検索サービスを提供しているWebサイトにアクセスする。そして、このWebサイトに、データ通信部12を介して検索ワードを送信し、検索サービスを利用して、Webサイトを検索する。
In response to the patrol start instruction input from the operator via the input device 74, the website search unit 13 receives the comic title included in the comic information associated with the frame-cut image data from the storage device 70, Read information such as author name and volume. Then, the web site corresponding to the search word is searched from the web site provided by the web server 200 connected to the Internet 400, using the read word indicating the author, author name, volume number, etc. as a search word.
Specifically, the website search unit 13 accesses, for example, a preset website that provides a reliable search service via the data communication unit 12. Then, a search word is transmitted to this Web site via the data communication unit 12, and the Web site is searched using a search service.

そして、Webサイト検索部13は、検索されたWebサイトの情報(URL)を、検索ワードと対応付けて記憶装置70に記憶する。その後、Webサイト検索部13は、Webサイトの検索が完了したことを画像データ取得部14に通知する。
なお、検索された全てのWebサイトの情報を記憶する構成に限らず、検索数(ヒット数)が膨大な場合を考慮して、例えば、予め設定した上限数のWebサイトの情報のみを記憶する構成としてもよい。
Then, the website search unit 13 stores the information (URL) of the searched website in the storage device 70 in association with the search word. Thereafter, the website search unit 13 notifies the image data acquisition unit 14 that the search for the website has been completed.
Note that the information is not limited to a configuration that stores information on all searched websites, and only information on a predetermined upper limit number of websites is stored in consideration of the case where the number of searches (hits) is enormous. It is good also as a structure.

また、本実施形態において、Webサイト検索部13は、例えば、電子コミックのネット販売を正規に行っているWebサイト等の、著作権を有する者から許可を得ているWebサイトについては、予めリストを生成しておき、リストにあるWebサイトが検索された場合は、検索結果から除外する。
画像データ取得部14は、Webサイト検索部13からの通知に応じて、記憶装置70に記憶されたWebサイトの情報(URL)に基づき、データ通信部12を介して、各Webサイトに対して順番にアクセスする。そして、アクセスしたWebサイトにおいて公開されている画像データを、データ通信部12を介して取得し、取得した画像データを記憶装置70に記憶する。
Further, in the present embodiment, the website search unit 13 lists, in advance, websites that have permission from a copyright holder, such as websites that regularly sell electronic comics online. Is generated and is excluded from the search result when a Web site in the list is searched.
In response to the notification from the website search unit 13, the image data acquisition unit 14 responds to each website via the data communication unit 12 based on the website information (URL) stored in the storage device 70. Access in order. Then, image data published on the accessed website is acquired via the data communication unit 12, and the acquired image data is stored in the storage device 70.

更に、画像データ取得部14は、検索された全てのWebサイトから画像データを取得すると、画像データの取得が完了したことをマッチング部15に対して通知する。また、画像データ取得部14は、取得される画像データの数が多い場合に対応して、予め設定された上限数の画像データを取得する毎に、画像データの取得を一旦停止し、マッチング部15に対して、マッチング指示を送信する。一方、マッチング部15からのマッチング完了の通知を受け、この通知を受けたことに応じて、停止していた画像データの取得を再開する。   Further, when the image data acquisition unit 14 acquires the image data from all the searched Web sites, the image data acquisition unit 14 notifies the matching unit 15 that the acquisition of the image data is completed. Further, the image data acquisition unit 14 temporarily stops the acquisition of the image data every time the preset upper limit number of image data is acquired in response to the case where the number of image data to be acquired is large. 15, a matching instruction is transmitted. On the other hand, the notification of the completion of matching is received from the matching unit 15, and in response to receiving this notification, the acquisition of the stopped image data is resumed.

なお、上記した、Webサイト検索部13において検索サービスを利用して検索ワードを用いたWebサイトの検索を行い、画像データ取得部14において検索されたWebサイトから画像データを取得する構成に限らず、他の構成としてもよい。例えば、検索ワードによるWebサイトの検索を行わずに、予め取得条件を設定し、画像データ取得部14において、設定した取得条件に合致するWebサーバ200の提供するWebサイトから、設定した取得条件に合致する画像データを全て取得する構成としてもよい。取得条件としては、例えば、Webサーバ200の所在する地域(日本、アメリカなど)、画像データの更新日時などを設定する。また、更新日時としては、例えば、コマ割情報に対応するコミックの販売日以降の日時を設定する。   Note that the present invention is not limited to the above-described configuration in which the website search unit 13 searches for a website using a search word using a search service, and acquires image data from the website searched by the image data acquisition unit 14. Other configurations may be used. For example, an acquisition condition is set in advance without performing a search for a website using a search word, and the image data acquisition unit 14 changes the acquired acquisition condition from the website provided by the Web server 200 that matches the set acquisition condition. A configuration may be adopted in which all matching image data is acquired. As acquisition conditions, for example, an area where the Web server 200 is located (Japan, the United States, etc.), an update date of image data, and the like are set. Also, as the update date and time, for example, the date and time after the sale date of the comic corresponding to the frame allocation information is set.

マッチング部15は、画像データ取得部14からの取得完了通知又はマッチング指示に応じて、記憶装置70に記憶されている、Webサイトから取得した画像データ(以下、取得画像データと称す)と、コマ割画像データとのマッチングを行う機能を備えている。
マッチング部15は、具体的に、コマ割情報の抽出処理と同様に、取得画像データをエッジ画像データに変換し、変換したエッジ画像データからコマ割線と推定される画像部分のみを残した画像データ(以下、取得コマ割画像データと称す)を抽出する。そしてこの抽出した取得コマ割画像データに対して、記憶装置70に記憶された各コマ割画像データをテンプレート画像としたテンプレートマッチングを行う。
なお、取得した画像データをエッジ画像データに変換してからマッチングを行う構成に限らず、例えば、取得画像データをそのまま用いてマッチングを行う構成など他の構成としてもよい。
In response to an acquisition completion notification or a matching instruction from the image data acquisition unit 14, the matching unit 15 stores image data (hereinafter referred to as acquired image data) stored in the storage device 70, It has a function for matching with split image data.
Specifically, the matching unit 15 converts the acquired image data into edge image data as in the frame division information extraction process, and leaves only the image portion estimated as the frame dividing line from the converted edge image data. (Hereinafter referred to as “acquired frame divided image data”) is extracted. The extracted frame division image data is subjected to template matching using each frame division image data stored in the storage device 70 as a template image.
In addition, it is good not only as a structure which matches after converting the acquired image data into edge image data, For example, it is good also as other structures, such as a structure which matches using acquired image data as it is.

取得画像データは、1つの画像データ中に、コミックの1ページ分を含むもの、2ページ分以上を含むものが考えられる。本実施形態では、1ページ分を含む場合と、見開き2ページ又はバラバラなページ順の2ページを含む場合とを対象として、マッチングを行う。その際に、取得画像データのサイズに応じて、10[%]〜200[%]までの各サイズのコマ割画像データから最適なサイズの2種類の画像データを選択して、マッチングを行う。例えば、見開き又はバラバラの2ページ分に対しては、1ページ分を含む場合のサイズに対して、半分のサイズのコマ割画像データを選択する。   Acquired image data can include one image data including one page of comics, or two pages or more. In the present embodiment, matching is performed for the case of including one page and the case of including two spread pages or two pages in a disjoint page order. At that time, according to the size of the acquired image data, matching is performed by selecting two types of image data having the optimum size from the divided image data of each size from 10 [%] to 200 [%]. For example, for two pages of spread or disjoint pages, the half-sized frame division image data is selected with respect to the size when one page is included.

また、マッチングの方法としては、例えば、コマ割画像データと取得コマ割画像データとの解像度を同じにして、同じ画素位置の各画素の画素値の差分を計算し、この差分値の絶対値の総和を計算する。コマ割画像データと取得コマ割画像データとは、二値化(ここでは、「0」と「1」に二値化)された画像データとなっているため、差分を計算した場合に、同じ画素値の部分では、計算結果が「0」となり、異なる画素値の部分では、「1」又は「−1」となる。
マッチング部15は、マッチングの結果であるコマ割画像データと取得コマ割画像データとの差分値の総和を判定部16に出力する。
In addition, as a matching method, for example, the resolution of the frame-cut image data and the acquired frame-cut image data is made the same, the difference between the pixel values of each pixel at the same pixel position is calculated, and the absolute value of this difference value is calculated. Calculate the sum. Since the frame-cut image data and the acquired frame-cut image data are image data binarized (in this case, binarized to “0” and “1”), they are the same when the difference is calculated. The calculation result is “0” in the pixel value portion, and “1” or “−1” in the different pixel value portion.
The matching unit 15 outputs the sum of the difference values between the frame-cut image data and the acquired frame-cut image data, which is a matching result, to the determination unit 16.

判定部16は、マッチング部15から取得した総和と、予め設定されたマッチング閾値とを比較し、総和がマッチング閾値以下であれば、コマ割画像データと取得コマ割画像データとが一致又は類似している画像内容であると判定し、総和がマッチング閾値よりも大きければ、コマ割画像データと取得コマ割画像データとは異なる(類似していない)画像内容であると判定する。この計算方法の場合は、総和が小さければ小さいほど両者が類似していることになり、総和が「0」のときに両者が一致していることになる。つまり、この総和は、コマ割画像データと取得コマ割画像データとの類似度を示している。
判定部16は、この判定結果と、対応する取得画像データを公開しているWebサイトの情報とを対応付けた判定結果情報を生成し、生成した判定結果情報を検出部17に出力する。
The determination unit 16 compares the total acquired from the matching unit 15 with a preset matching threshold, and if the total is equal to or less than the matching threshold, the frame-cut image data and the acquired frame-cut image data match or are similar. If the sum is larger than the matching threshold, it is determined that the frame-cut image data and the acquired frame-cut image data are different (not similar) image contents. In the case of this calculation method, the smaller the sum is, the more similar the two are. When the sum is “0”, the two are the same. That is, this sum indicates the degree of similarity between the frame-cut image data and the acquired frame-cut image data.
The determination unit 16 generates determination result information in which the determination result is associated with information on a website that publishes the corresponding acquired image data, and outputs the generated determination result information to the detection unit 17.

検出部17は、判定部16からの判定結果情報に基づき、Webサイト毎に、一致又は類似した画像内容であると判定された取得コマ割画像データに含まれる画像データの数を計数する。そして、検出された各Webサイトについて、全ての判定結果情報を取得すると、計数値と、予め設定された計数閾値とを比較する。この比較により、計数値が計数閾値以上である場合は、計数された取得コマ割画像データに対応する取得画像データが違法に公開されている可能性のあるコミック画像データ(違法画像データ)であると判定する。一方、計数値が計数閾値未満である場合は、計数された取得コマ割画像データに対応する取得画像データが違法に公開された可能性のあるコミック画像データでは無いと判定する。
ここで、計数値は、マッチング処理に用いた検出対象のコミックのコミック画像データと一致又は類似していると判定された画像データ(ページ)の数を示す。
Based on the determination result information from the determination unit 16, the detection unit 17 counts the number of image data included in the acquired frame-allocated image data determined to have the same or similar image content for each Web site. When all the determination result information is acquired for each detected Web site, the count value is compared with a preset count threshold value. As a result of this comparison, if the count value is equal to or greater than the count threshold, the acquired image data corresponding to the counted acquired frame-cut image data is comic image data (illegal image data) that may be illegally disclosed. Is determined. On the other hand, when the count value is less than the count threshold, it is determined that the acquired image data corresponding to the acquired acquired frame-sliced image data is not comic image data that may have been illegally disclosed.
Here, the count value indicates the number of image data (pages) determined to be identical or similar to the comic image data of the comic to be detected used in the matching process.

また、計数閾値は、例えば、正規の販売サイトが、紹介ページとして公開しているコミック画像データを違法画像データから除外するための閾値である。つまり、コミックの例えば1〜3ページくらいを抜粋して紹介しているような場合に、違法として判断しないように、上限のページ数を設定した閾値となる。また、別の観点からは、違法候補サイトの数が膨大となって、取り締まりに支障を来さないように、数を絞り込むための閾値とも言える。   The count threshold value is a threshold value for excluding comic image data published as an introduction page by an authorized sales site from illegal image data, for example. In other words, for example, when about 1 to 3 pages of comics are excerpted and introduced, the threshold is set to the upper limit number of pages so as not to make an illegal decision. From another point of view, it can be said that the number of illegal candidate sites is a threshold for narrowing down the number so as not to hinder the crackdown.

検出部17は、違法に公開された可能性があると判定した場合に、違法とに公開された可能性があると判定したコミック画像データの少なくとも一部と、該違法候補画像データを公開しているWebサイト(違法候補サイト)の情報と、コミック情報とを対応付けた情報である違法用の検出結果情報を生成する。そして、生成した違法用の検出結果情報を記憶装置70に記憶する。一方、違法に公開された可能性がないと判定した場合、検出部17は、そのWebサイトの情報と、違法ではないことを示す情報と、コミック情報とを対応付けた情報である非違法用の検出結果情報を生成する。そして、生成した非違法用の検出結果情報を記憶装置70に記憶する。更に、検出部17は、記憶装置70から、違法ではないと判定されたWebサイトに対応する取得画像データを削除する。なお、違法ではないと判定した場合に、そのWebサイトの情報と取得画像データとを削除する構成としてもよい。   When the detection unit 17 determines that there is a possibility of being illegally disclosed, the detection unit 17 discloses at least a part of the comic image data determined to be illegally disclosed and the illegal candidate image data. The detection result information for illegal use, which is information that associates the information of the Web site (illegal candidate site) with the comic information, is generated. The generated illegal detection result information is stored in the storage device 70. On the other hand, if it is determined that there is no possibility that the information has been illegally disclosed, the detection unit 17 uses the information for the website, the information indicating that the information is not illegal, and the comic information for non-illegal use. The detection result information is generated. Then, the generated illegal detection result information is stored in the storage device 70. Further, the detection unit 17 deletes the acquired image data corresponding to the website determined to be not illegal from the storage device 70. Note that when it is determined that it is not illegal, the information on the website and the acquired image data may be deleted.

また、検出部17は、検出結果情報を記憶(又は更新)したことを、検出結果表示部18に通知する。
検出結果表示部18は、検出部17からの通知に応じて、記憶装置70から検出結果情報を読み出し、読み出した情報に基づき、検出結果を示す画像を表示装置72に表示する。
Further, the detection unit 17 notifies the detection result display unit 18 that the detection result information has been stored (or updated).
The detection result display unit 18 reads the detection result information from the storage device 70 in response to the notification from the detection unit 17 and displays an image indicating the detection result on the display device 72 based on the read information.

(コマ割情報抽出処理)
次に、図5に基づき、CPU60がROM64に記憶された専用のコンピュータプログラムに従って実行するコマ割情報抽出処理の処理手順を説明する。図5は、コマ割情報抽出処理の処理手順の一例を示すフローチャートである。
CPU60において、コマ割情報抽出処理が実行されると、図5に示すように、まず、ステップS100に移行する。
(Frame division information extraction process)
Next, based on FIG. 5, the processing procedure of the frame division information extraction processing executed by the CPU 60 according to the dedicated computer program stored in the ROM 64 will be described. FIG. 5 is a flowchart illustrating an example of a processing procedure of frame allocation information extraction processing.
When the frame division information extraction process is executed in the CPU 60, first, the process proceeds to step S100 as shown in FIG.

ステップS100では、コミック画像データ取得部10において、入力装置74を介したオペレータからのデータ取得指示があったか否かを判定する。その結果、オペレータからのデータ取得指示があったと判定した場合(Yes)は、ステップS102に移行する。一方、オペレータからのデータ取得指示がなかったと判定した場合(No)は、データ取得指示があるまで判定処理を繰り返す。
ステップS102に移行した場合は、コミック画像データ取得部10において、イメージスキャナ76から送信されたコミック画像データを取得して、ステップS104に移行する。
In step S <b> 100, the comic image data acquisition unit 10 determines whether or not there has been a data acquisition instruction from the operator via the input device 74. As a result, when it is determined that there is a data acquisition instruction from the operator (Yes), the process proceeds to step S102. On the other hand, when it is determined that there is no data acquisition instruction from the operator (No), the determination process is repeated until there is a data acquisition instruction.
When the process proceeds to step S102, the comic image data acquisition unit 10 acquires the comic image data transmitted from the image scanner 76, and the process proceeds to step S104.

具体的に、コミック画像データ取得部10は、データ取得指示に応じて、イメージスキャナ76に対して読み取り指示を送信する。この読み取り指示に応じて、イメージスキャナ76においてコミックのページ(原稿)が光学的に読み取られ、読み取られたページのコミック画像データが生成される。そして、コミック画像データ取得部10は、イメージスキャナ76から送信されたコミック画像データをI/F66を介して取得する。   Specifically, the comic image data acquisition unit 10 transmits a reading instruction to the image scanner 76 in response to the data acquisition instruction. In response to the reading instruction, the image scanner 76 optically reads the comic page (original), and generates comic image data of the read page. Then, the comic image data acquisition unit 10 acquires comic image data transmitted from the image scanner 76 via the I / F 66.

ステップS104では、コミック画像データ取得部10において、ステップS102で取得したコミック画像データを、別途オペレータによって入力された、コミック情報と対応付けてRAM62に記憶して、ステップS106に移行する。
ステップS106では、コミック画像データ取得部10において、コミック画像データの記憶が完了したと判定すると、コミック画像データを取得したことを、コマ割情報抽出部11に通知して、ステップS108に移行する。
In step S104, the comic image data acquisition unit 10 stores the comic image data acquired in step S102 in the RAM 62 in association with comic information input by an operator separately, and the process proceeds to step S106.
If the comic image data acquisition unit 10 determines in step S106 that the comic image data has been stored, the comic image data acquisition unit 10 is notified of the acquisition of comic image data, and the process proceeds to step S108.

ステップS108では、コマ割情報抽出部11において、RAM62に記憶されたコミック画像データを読み出して、ステップS110に移行する。
ステップS110では、コマ割情報抽出部11において、ステップS108で読み出したコミック画像データからコマ割情報を抽出するコマ割情報抽出処理を実行して、ステップS112に移行する。
In step S108, the frame allocation information extraction unit 11 reads the comic image data stored in the RAM 62, and proceeds to step S110.
In step S110, the frame allocation information extraction unit 11 executes frame allocation information extraction processing for extracting frame allocation information from the comic image data read in step S108, and the process proceeds to step S112.

コマ割情報抽出処理では、コマ割情報抽出部11は、まず、読み出したコミック画像データをエッジ画像データに変換する。次に、このエッジ画像データからコマ割された各コマの外縁部分を形成するコマ割線を残し、各コマの外縁部分の内側に描画された漫画部分を除去した内容のコマ割画像データを抽出する。更に、コマ割情報抽出部11は、抽出したコマ割画像データのサイズを基準(100[%])として、0[%]〜200[%]の範囲で10[%]刻みで基準のコマ割画像データをアスペクト比を保持した状態で縮小及び拡大した、サイズの異なる複数のコマ割画像データを生成する。これら生成された各サイズのコマ割画像データと、抽出した基準のコマ割画像データとをセットとして、コミック情報と対応付けたものがコマ割情報となる。   In the frame division information extraction process, the frame division information extraction unit 11 first converts the read comic image data into edge image data. Next, the frame image data of the contents obtained by removing the cartoon portion drawn inside the outer edge portion of each frame is extracted while leaving the frame dividing line forming the outer edge portion of each frame divided from the edge image data. . Further, the frame division information extraction unit 11 uses the size of the extracted frame division image data as a reference (100 [%]), and sets the reference frame division in the range of 0 [%] to 200 [%] in increments of 10 [%]. A plurality of frame-divided image data having different sizes is generated by reducing and enlarging the image data while maintaining the aspect ratio. A set of the generated frame divided image data of each size and the extracted reference frame divided image data as a set and associated with the comic information is the frame divided information.

また、コマ割情報抽出部11は、RAM62に記憶されたコミック画像データの全てに対して順次コマ割情報抽出処理を行い、抽出処理が完了したコミック画像データを順次RAM62から削除する。
ステップS112では、コマ割情報抽出部11において、ステップS110のコマ割情報抽出処理において生成されたコマ割情報を、コミック情報と対応付けて記憶装置70に記憶して、ステップS100に移行する。
本実施形態において、コマ割情報抽出部11は、複数サイズのコマ割画像データを、ランレングス圧縮等の可逆性を有する圧縮方法で圧縮し、この圧縮したコマ割画像データをコミック情報と対応付けて記憶する。
Further, the frame division information extraction unit 11 sequentially performs frame division information extraction processing on all comic image data stored in the RAM 62 and sequentially deletes comic image data for which extraction processing has been completed from the RAM 62.
In step S112, the frame allocation information extraction unit 11 stores the frame allocation information generated in the frame allocation information extraction process in step S110 in association with the comic information in the storage device 70, and the process proceeds to step S100.
In this embodiment, the frame division information extraction unit 11 compresses a plurality of frame division image data by a compression method having reversibility such as run-length compression, and associates the compressed frame division image data with comic information. Remember.

(コミック画像データ検出処理)
次に、図6に基づき、CPU60がROM64に記憶された専用のコンピュータプログラムに従って実行するコミック画像データ検出処理の処理手順を説明する。図6は、コミック画像データ検出処理の処理手順の一例を示すフローチャートである。
CPU60において、コミック画像データ検出処理が実行されると、図6に示すように、まず、ステップS200に移行する。
(Comic image data detection processing)
Next, a processing procedure of comic image data detection processing executed by the CPU 60 according to a dedicated computer program stored in the ROM 64 will be described with reference to FIG. FIG. 6 is a flowchart illustrating an example of a processing procedure of comic image data detection processing.
When the comic image data detection process is executed in the CPU 60, the process first proceeds to step S200 as shown in FIG.

ステップS200では、Webサイト検索部13において、入力装置74を介したオペレータからのパトロール開始指示があったか否かを判定する。その結果、パトロール開始指示があったと判定した場合(Yes)は、ステップS202に移行する。一方、パトロール開始指示がなかったと判定した場合(No)は、パトロール開始指示があるまで判定処理を繰り返す。   In step S <b> 200, the website search unit 13 determines whether there is a patrol start instruction from the operator via the input device 74. As a result, when it is determined that there is a patrol start instruction (Yes), the process proceeds to step S202. On the other hand, when it is determined that there is no patrol start instruction (No), the determination process is repeated until there is a patrol start instruction.

ステップS202では、Webサイト検索部13において、記憶装置70から、検索ワードを読み出して、ステップS204に移行する。
Webサイト検索部13は、具体的に、コミック画像データと対応付けて記憶装置70に記憶されているコミック情報から、該コミック情報に含まれるタイトルや作者名等のワード情報を検索ワードとして読み出す。
In step S202, the Web site search unit 13 reads a search word from the storage device 70, and proceeds to step S204.
Specifically, the Web site search unit 13 reads out word information such as a title and an author name included in the comic information from the comic information stored in the storage device 70 in association with the comic image data as a search word.

ステップS204では、Webサイト検索部13において、ステップS202で読み出した検索ワードを用いて、インターネット400に接続されたWebサーバ200の提供するWebサイトから、検索ワードに対応するWebサイトを検索して、ステップS206に移行する。
ステップS206では、Webサイト検索部13において、検索ワードに対応するWebサイトが検索されたか否かを判定する。その結果、検索ワードに対応するWebサイトが検索されたと判定した場合(Yes)は、ステップS208に移行する。一方、検索ワードに対応するWebサイトが検索されなかったと判定した場合(No)は、ステップS244に移行する。
In step S204, the website search unit 13 searches for a website corresponding to the search word from the website provided by the web server 200 connected to the Internet 400 using the search word read in step S202. The process proceeds to step S206.
In step S206, the website search unit 13 determines whether a website corresponding to the search word has been searched. As a result, when it is determined that the website corresponding to the search word has been searched (Yes), the process proceeds to step S208. On the other hand, if it is determined that the Web site corresponding to the search word has not been searched (No), the process proceeds to step S244.

ステップS208に移行した場合は、Webサイト検索部13において、検索されたWebサイトの情報(URL)を記憶装置70に記憶して、ステップS210に移行する。
ステップS210に移行した場合は、画像データ取得部14において、記憶装置70に記憶された情報に対応するWebサイトに順次アクセスし、アクセス先のWebサイトにおいて公開されている画像データを取得して、ステップS212に移行する。
ステップS212では、画像データ取得部14において、ステップS210で取得した画像データを、記憶装置70に記憶して、ステップS214に移行する。
When the process proceeds to step S208, the website search unit 13 stores the information (URL) of the searched website in the storage device 70, and the process proceeds to step S210.
When the process proceeds to step S210, the image data acquisition unit 14 sequentially accesses the website corresponding to the information stored in the storage device 70, acquires the image data published on the accessed website, The process proceeds to step S212.
In step S212, the image data acquisition unit 14 stores the image data acquired in step S210 in the storage device 70, and the process proceeds to step S214.

ステップS214では、画像データ取得部14において、取得した画像データの数が、予め設定された上限数に到達したか否かを判定する。その結果、上限数に到達したと判定した場合(Yes)は、上限数に到達したことをマッチング部15に通知して、ステップS216に移行し、上限数に到達していないと判定した場合(No)は、ステップS242に移行する。
ステップS216に移行した場合は、マッチング部15において、記憶装置70から、取得画像データと、この取得画像データに対応するコマ割画像データとを読み出して、ステップS218に移行する。
ステップS218では、マッチング部15において、ステップS216で読み出した取得画像データと、コマ割画像データとのマッチング処理を実行して、ステップS220に移行する。
In step S214, the image data acquisition unit 14 determines whether the number of acquired image data has reached a preset upper limit number. As a result, when it is determined that the upper limit number has been reached (Yes), the matching unit 15 is notified that the upper limit number has been reached, the process proceeds to step S216, and it is determined that the upper limit number has not been reached ( No) moves to step S242.
When the process proceeds to step S216, the matching unit 15 reads the acquired image data and the frame-divided image data corresponding to the acquired image data from the storage device 70, and the process proceeds to step S218.
In step S218, the matching unit 15 executes a matching process between the acquired image data read in step S216 and the frame division image data, and the process proceeds to step S220.

マッチング処理では、マッチング部15は、まず、取得画像データをエッジ画像データに変換し、このエッジ画像データからコマ割された各コマと推定される画像部分の外縁部分を残して、その他の描画部分を除去した内容の取得コマ割画像データを抽出する。次に、サイズの異なる複数のコマ割画像データから、取得コマ割画像データのサイズに適したサイズのコマ割画像データを選択する。そして、選択したコマ割画像データの各画素の画素値と、取得コマ割画像データの同じ画素位置の各画素の画素値との差分値の絶対値を順次算出する。そして、これら絶対値の総和を算出し、算出した総和を、マッチング結果として順次判定部16に出力する。   In the matching process, the matching unit 15 first converts the acquired image data into edge image data, leaves the outer edge portion of the image portion estimated from each frame divided from the edge image data, and other drawing portions. The acquired frame-sliced image data with the content removed is extracted. Next, frame division image data having a size suitable for the size of the acquired frame division image data is selected from a plurality of frame division image data having different sizes. Then, the absolute value of the difference value between the pixel value of each pixel of the selected frame-cut image data and the pixel value of each pixel at the same pixel position of the acquired frame-cut image data is sequentially calculated. Then, the sum of these absolute values is calculated, and the calculated sum is sequentially output to the determination unit 16 as a matching result.

ステップS220では、判定部16において、マッチング部15から取得した総和と、予め設定されたマッチング閾値とを比較し、この比較結果に基づき、取得画像データがコミック画像データと一致又は類似している画像データであるか否かを判定する。そして、この判定結果に基づき判定結果情報を生成し、生成した判定結果情報を検出部17に出力して、ステップS222に移行する。なお、本実施形態では、判定結果情報に、取得画像データ内に含まれる一致又は類似すると判定された画像データ(以下、類似画像データと称す)の数の情報も付加する。   In step S220, the determination unit 16 compares the total acquired from the matching unit 15 with a preset matching threshold, and based on the comparison result, the acquired image data matches or is similar to the comic image data. It is determined whether it is data. Then, determination result information is generated based on the determination result, the generated determination result information is output to the detection unit 17, and the process proceeds to step S222. In the present embodiment, information on the number of image data (hereinafter referred to as similar image data) determined to be coincident or similar included in the acquired image data is also added to the determination result information.

ステップS222では、検出部17において、判定部16から取得した判定結果情報に基づき、マッチングした取得画像データが類似画像データを含むか否かを判定する。その結果、類似画像データを含むと判定した場合(Yes)は、ステップS224に移行し、類似画像データを含まないと判定した場合(No)は、ステップS226に移行する。
ステップS224に移行した場合は、検出部17において、対応するWebサイトについて、取得画像データ中に含まれる類似画像データ(ページ)の数を計数して、ステップS226に移行する。
In step S222, based on the determination result information acquired from the determination unit 16, the detection unit 17 determines whether the matched acquired image data includes similar image data. As a result, when it is determined that similar image data is included (Yes), the process proceeds to step S224, and when it is determined that similar image data is not included (No), the process proceeds to step S226.
When the process proceeds to step S224, the detection unit 17 counts the number of similar image data (pages) included in the acquired image data for the corresponding Web site, and the process proceeds to step S226.

ステップS226では、マッチング部15において、取得した全ての画像データについて、マッチング処理が完了したか否かを判定する。その結果、マッチング処理が完了したと判定した場合(Yes)は、ステップS228に移行し、マッチング処理が完了していないと判定した場合(No)は、ステップS218に移行する。
ステップS228に移行した場合は、画像データ取得部14において、未取得の画像データがあるか否かを判定し、未取得の画像データがあると判定した場合(Yes)は、ステップS210に移行し、未取得の画像データがないと判定した場合(No)は、ステップS230に移行する。
In step S226, the matching unit 15 determines whether the matching process has been completed for all acquired image data. As a result, when it is determined that the matching process is completed (Yes), the process proceeds to step S228, and when it is determined that the matching process is not completed (No), the process proceeds to step S218.
When the process proceeds to step S228, the image data acquisition unit 14 determines whether there is unacquired image data. When it is determined that there is unacquired image data (Yes), the process proceeds to step S210. If it is determined that there is no unacquired image data (No), the process proceeds to step S230.

ステップS230に移行した場合は、検出部17において、Webサイト毎に、類似画像データの計数値と、予め設定された計数閾値とを比較して、ステップS232に移行する。
ステップS232では、検出部17において、ステップS230の比較結果に基づき、絞込条件に合致するWebサイトがあったか否かを判定する。その結果、絞込条件に合致するWebサイトがあったと判定した場合(Yes)は、ステップS234に移行する。
When the process proceeds to step S230, the detection unit 17 compares the count value of similar image data with a preset count threshold value for each Web site, and the process proceeds to step S232.
In step S232, the detection unit 17 determines whether or not there is a website that matches the narrowing-down conditions based on the comparison result in step S230. As a result, when it is determined that there is a website that matches the narrowing-down conditions (Yes), the process proceeds to step S234.

一方、絞込条件に合致するWebサイトがなかったと判定した場合(No)は、ステップS236に移行する。
本実施形態では、類似画像データの計数値が計数閾値以上である場合に、絞込条件に合致していると判定し、類似画像データの計数値が計数閾値未満である場合に、絞込条件に合致していないと判定する。
ステップS234に移行した場合は、検出部17において、絞込条件に合致すると判定された取得画像データの一部と、当該画像データを公開している違法候補サイトの情報と、コミック情報とを含む違法用の検出結果情報を生成して、ステップS238に移行する。
On the other hand, if it is determined that there is no Web site that matches the filtering conditions (No), the process proceeds to step S236.
In the present embodiment, when the count value of the similar image data is equal to or greater than the count threshold, it is determined that the narrowing condition is met, and when the count value of the similar image data is less than the count threshold, It is determined that it does not match.
When the process proceeds to step S234, the detection unit 17 includes a part of the acquired image data determined to meet the filtering condition, information on illegal candidate sites that disclose the image data, and comic information. The detection result information for illegal use is generated, and the process proceeds to step S238.

一方、ステップS236に移行した場合は、検出部17において、違法候補サイトではないことを示す情報と、そのWebサイトの情報と、コミック情報とを含む非違法用の検出結果情報を生成して、ステップS238に移行する。
ステップS238では、検出部17において、ステップS234又はS236で生成した検出結果情報を記憶装置70に記憶して、ステップS239に移行する。
On the other hand, when the process proceeds to step S236, the detection unit 17 generates illegal detection result information including information indicating that the site is not an illegal candidate site, information on the website, and comic information. The process proceeds to step S238.
In step S238, the detection unit 17 stores the detection result information generated in step S234 or S236 in the storage device 70, and the process proceeds to step S239.

ステップS239では、検出部17において、検出結果情報が未生成のWebサイトがあるか否かを判定する。その結果、検出結果情報が未生成のWebサイトがあると判定した場合(Yes)は、ステップS230に移行する。一方、検出結果情報が未生成のWebサイトが無いと判定した場合(No)は、検出結果情報の記憶(又は更新)処理が完了したことを、検出結果表示部18に通知して、ステップS240に移行する。
ステップS240では、検出結果表示部18において、記憶装置70から検出結果情報を読み出し、読み出した検出結果情報に基づき、検出結果を表示装置72に表示して、ステップS240に移行する。
In step S239, the detection unit 17 determines whether there is a Web site for which detection result information has not been generated. As a result, when it is determined that there is a Web site for which detection result information has not been generated (Yes), the process proceeds to step S230. On the other hand, if it is determined that there is no Web site for which detection result information has not been generated (No), the detection result display unit 18 is notified that the processing of storing (or updating) detection result information has been completed, and step S240 is performed. Migrate to
In step S240, the detection result display unit 18 reads the detection result information from the storage device 70, displays the detection result on the display device 72 based on the read detection result information, and proceeds to step S240.

一方、ステップS214において、予め設定した上限数に到達していないと判定してステップS238に移行した場合は、画像データ取得部14において、画像データの取得が完了したか否かを判定する。その結果、画像データの取得が完了したと判定した場合(Yes)は、完了したことをマッチング部15に通知して、ステップS216に移行する。一方、画像データの取得が完了していないと判定した場合(No)は、ステップS210に移行する。   On the other hand, when it is determined in step S214 that the preset upper limit number has not been reached and the process proceeds to step S238, the image data acquisition unit 14 determines whether or not acquisition of image data is completed. As a result, when it is determined that the acquisition of the image data is completed (Yes), the completion is notified to the matching unit 15, and the process proceeds to step S216. On the other hand, if it is determined that the image data acquisition has not been completed (No), the process proceeds to step S210.

また、ステップS206において、検索ワードに対応するWebサイトが検索されずにステップS240に移行した場合は、Webサイト検索部13において、他のコミックの検索ワードがあるか否かを判定する。その結果、他のコミックの検索ワードがあると判定した場合(Yes)は、ステップS204に移行し、他のコミックの検索ワードがないと判定した場合(No)は、ステップS200に移行する。   In step S206, if the website corresponding to the search word is not searched and the process proceeds to step S240, the website search unit 13 determines whether there is a search word for another comic. As a result, when it is determined that there is a search word for another comic (Yes), the process proceeds to step S204, and when it is determined that there is no search word for another comic (No), the process proceeds to step S200.

(動作)
次に、図7〜図8に基づき、本実施形態のコミック画像データ検出装置100の動作を説明する。
ここで、図7(a)〜(e)は、コマ割画像データのコマ割内容の一例を示す図である。また、図8は、複数サイズのコマ割画像データの一例を示す図である。
まず、コミック画像データ検出装置100におけるコマ割情報抽出処理の動作について説明する。
(Operation)
Next, based on FIGS. 7-8, operation | movement of the comic image data detection apparatus 100 of this embodiment is demonstrated.
Here, FIGS. 7A to 7E are diagrams illustrating an example of the frame division contents of the frame division image data. Further, FIG. 8 is a diagram illustrating an example of a plurality of frames of divided image data.
First, the operation of the frame division information extraction process in the comic image data detection apparatus 100 will be described.

いま、コミック画像データ検出装置100において、オペレータが入力装置74を操作してデータ取得指示を入力したとする。これにより、コミック画像データ取得部10は、データ取得指示の入力に応じて(ステップS100のYes)、I/F66を介して、イメージスキャナ76に対して読取指示を出力する。その際、オペレータは、イメージスキャナ76の原稿読取部又は給紙トレイに、検出対象のコミックから予め選定して切り離したページをセットしておく。このページの選定は、検出対象のコミックにおいて特徴的なコマ割となっているページや、各コマがコマ割線で囲まれた閉領域となっているページなど、マッチング処理時のマッチング精度や、コマ割情報抽出時の抽出精度等を考慮して行うことが望ましい。また、オペレータは、予め検出対象のコミックのタイトル、作者名、巻数等のコミック情報を入力しておく。   Now, in the comic image data detection apparatus 100, it is assumed that the operator operates the input device 74 and inputs a data acquisition instruction. Thereby, the comic image data acquisition unit 10 outputs a reading instruction to the image scanner 76 via the I / F 66 in response to the input of the data acquisition instruction (Yes in step S100). At that time, the operator sets a page selected and separated in advance from the comic to be detected in the document reading section or the paper feed tray of the image scanner 76. This page is selected based on the matching accuracy at the time of matching processing, such as pages that are characteristic frame divisions in comics to be detected and pages that are closed areas surrounded by frame dividing lines. It is desirable to consider the extraction accuracy at the time of split information extraction. In addition, the operator inputs comic information such as the title, author name, and volume of the comic to be detected in advance.

イメージスキャナ76は、原稿読取部にセットされたコミックのページを光学的に読み取って、コミック画像データを生成し、生成したコミック画像データをI/F66を介してコミック画像データ検出装置100に送信する。
そして、コミック画像データ取得部10は、イメージスキャナ76から送信されたコミック画像データを取得し(ステップS102)、取得したコミック画像データを、コミック情報と対応付けてRAM62に記憶する(ステップS104)。その後、コミック画像データ取得部10は、コミック画像データの取得通知をコマ割情報抽出部11に送信する(ステップS106)。
The image scanner 76 optically reads a comic page set in the document reading unit, generates comic image data, and transmits the generated comic image data to the comic image data detection device 100 via the I / F 66. .
Then, the comic image data acquisition unit 10 acquires comic image data transmitted from the image scanner 76 (step S102), and stores the acquired comic image data in the RAM 62 in association with comic information (step S104). Thereafter, the comic image data acquisition unit 10 transmits a comic image data acquisition notification to the frame division information extraction unit 11 (step S106).

コマ割情報抽出部11は、コミック画像データ取得部10からの取得通知を受信すると、RAM62から、コミック画像データを読み出し(ステップS108)、読み出したコミック画像データからコマ割情報を抽出するコマ割情報抽出処理を実行する(ステップS110)。   When receiving the acquisition notification from the comic image data acquisition unit 10, the frame allocation information extraction unit 11 reads out comic image data from the RAM 62 (step S108), and extracts frame allocation information from the read comic image data. An extraction process is executed (step S110).

コマ割情報抽出部11は、まず、読み出したコミック画像データに対して、例えば、公知のSobelオペレータによるエッジ強調処理を実行する。次に、エッジ強調後のデータを、予め設定した二値化閾値によって二値化して、二値化されたエッジ画像データを生成する。更に、コマ割情報抽出部11は、エッジ画像データに対して、例えば、公知のブレゼンハムの線分描画アルゴリズムを用いてエッジ部分を線形化する処理を施す。その後、エッジ部分が線形化されたエッジ画像データから、予め設定された抽出規則に従って、コマ割線部分を残し、漫画部分を除去した内容のコマ割画像データを抽出する。例えば、抽出規則としては、エッジ画像データ中の線分によって閉領域が形成されている部分について、閉領域の外縁部分を残し、閉領域内の描画部分を除去する規則が設定されている。
このようにして、図7(a)〜(e)に例示したようなコマ割画像データがコマ割情報として抽出されたとする。
First, the frame allocation information extraction unit 11 performs edge enhancement processing by, for example, a known Sobel operator on the read comic image data. Next, the edge-enhanced data is binarized by a preset binarization threshold value to generate binarized edge image data. Further, the frame division information extraction unit 11 performs a process of linearizing the edge portion on the edge image data using, for example, a known Bresenham line segment drawing algorithm. After that, from the edge image data in which the edge portion is linearized, the frame dividing image data having the content in which the frame dividing line portion is left and the cartoon portion is removed is extracted according to a preset extraction rule. For example, as an extraction rule, a rule is set such that, for a portion where a closed region is formed by line segments in edge image data, an outer edge portion of the closed region is left and a drawing portion in the closed region is removed.
In this manner, it is assumed that the frame division image data illustrated in FIGS. 7A to 7E is extracted as the frame division information.

ここで、図7(a)は、図4(b)と同様のものであり、図7(b)は、図7(a)と同様の各コマの形状が矩形となっている場合の例である。図7(c)は、各コマの形状が台形となっている場合の例であり、図7(d)は、各コマの形状として台形と矩形とが混在している場合の例である。図7(e)は、ページの端部を外縁部の一部としているコマ割りがされている場合の例である。図7(e)の例では、ページ端部がコマ割線となっているため各コマの判断が難しい。   Here, FIG. 7A is the same as FIG. 4B, and FIG. 7B is an example in which each frame has a rectangular shape similar to FIG. 7A. It is. FIG. 7C illustrates an example in which the shape of each frame is a trapezoid, and FIG. 7D illustrates an example in which a trapezoid and a rectangle are mixed as the shape of each frame. FIG. 7E shows an example in which frame division is performed with the end portion of the page as a part of the outer edge portion. In the example of FIG. 7E, it is difficult to determine each frame because the page edge is a frame dividing line.

コマ割情報抽出部11は、更に、抽出した各コマ割画像データの画像サイズを基準(100[%])として、10[%]〜200[%]の範囲で10[%]刻みで各画像を縮小及び拡大した複数サイズのコマ割画像データを生成する。図7(a)のコマ割画像データを例に挙げると、図8に示すように、基準のコマ割画像データに対して、画像サイズの縮小によって、10[%]〜90[%]まで10[%]刻みで9種類のサイズのコマ割画像データを生成する。更に、画像サイズの拡大によって、110[%]〜200[%]まで10[%]刻みで10種類のサイズのコマ割画像データを生成する。これにより、20段階のサイズのコマ割画像データが得られる。
コマ割情報抽出部11は、各20段階のサイズのコマ割画像データを、例えば、ランレングス圧縮等の可逆性を有する圧縮方法で圧縮し、この圧縮されたコマ割画像データを、コミック情報と対応付けて記憶装置70に記憶する(ステップS112)。なお、このようなコマ割情報の生成は、検出対象のコミック全てに対して行う。
The frame layout information extracting unit 11 further sets each image in increments of 10 [%] in the range of 10 [%] to 200 [%] with the image size of each extracted frame layout image data as a reference (100 [%]). Is generated by reducing and enlarging a plurality of frames. Taking the frame division image data of FIG. 7A as an example, as shown in FIG. 8, 10% from 10% to 90% by reducing the image size with respect to the reference frame division image data. Nine different frame size image data is generated in increments of [%]. Furthermore, by dividing the image size, frame divided image data of 10 different sizes is generated in increments of 10 [%] from 110 [%] to 200 [%]. As a result, frame divided image data having a size of 20 levels is obtained.
The frame division information extraction unit 11 compresses the frame division image data having a size of 20 levels by a compression method having reversibility such as run-length compression, and the compressed frame division image data is converted into comic information. The data are stored in the storage device 70 in association with each other (step S112). Note that such frame allocation information is generated for all comics to be detected.

次に、コミック画像データ検出装置100におけるコマ割情報抽出処理の動作について説明する。
いま、コミック画像データ検出装置100において、オペレータが入力装置74を操作してパトロール開始指示を入力したとする。これにより、Webサイト検索部13は、パトロール開始指示の入力に応じて(ステップS200のYes)、記憶装置70にコミック画像データと対応付けて記憶されているコミック情報に含まれる検索ワードを読み出す(ステップS202)。なお、オペレータによるパトロール開始指示の入力に限らず、専用のソフトウェアによって、パトロールの開始時刻を予めスケジューリングしておき、スケジューリングされた開始時刻になったことに応じて自動でWebサイトの検索処理を実行するように構成してもよい。
Next, the operation of the frame division information extraction process in the comic image data detection apparatus 100 will be described.
Now, in the comic image data detection apparatus 100, it is assumed that the operator operates the input device 74 and inputs a patrol start instruction. Thereby, the website search unit 13 reads the search word included in the comic information stored in association with the comic image data in the storage device 70 in response to the input of the patrol start instruction (Yes in step S200) ( Step S202). In addition to patrol start instruction input by the operator, patrol start time is scheduled in advance by dedicated software, and Web site search processing is automatically executed when the scheduled start time is reached. You may comprise.

次に、Webサイト検索部13は、読み出した検索ワードを用いてWebサイトの検索を行う(ステップS204)。ここでは、Webサイトの検索は、検索対象のコミックのタイトルと、作者名と、コミックの巻数とを用いて、例えば、OR条件で検索を行う。つまり、Webサイト内に、これらの検索ワードのいずれか1つでも含むページを有していれば、そのWebサイトが検索される(ヒットする)ことになる。また、検索エンジンとしては、例えば、信用のおける公知の検索エンジンを用いる。   Next, the website search unit 13 searches the website using the read search word (step S204). Here, the search of the Web site is performed by using, for example, an OR condition, using the title of the comic to be searched, the author name, and the number of comic volumes. That is, if a website includes a page including any one of these search words, the website is searched (hit). Moreover, as a search engine, for example, a well-known and reliable search engine is used.

この検索処理によって、検索ワードに対応するWebサイトが検索されると(ステップS206のYes)、Webサイト検索部13は、検索されたWebサイトの情報(URL)を、検索対象のコミックのコミック情報と対応付けて記憶装置70に記憶する(ステップS208)。そして、Webサイトの情報を記憶したことを、画像データ取得部14に通知する。   When a Web site corresponding to the search word is searched by this search processing (Yes in Step S206), the Web site search unit 13 uses the searched Web site information (URL) as comic information of the comic to be searched. And stored in the storage device 70 (step S208). Then, the image data acquisition unit 14 is notified that the Web site information has been stored.

画像データ取得部14は、Webサイト検索部13からの通知を受けたと判定すると、記憶装置70に記憶されたWebサイトの情報(URL)に基づき、ここではヒット順(検索時の表示順)に、各Webサイトにアクセスを行い、アクセス先のWebサイトにおいて公開されている画像データを取得する(ステップS210)。そして、画像データ取得部14は、取得した画像データを、コミック情報と対応付けて記憶装置70に記憶する(ステップS212)。なお、上記したように、検索ワードを用いたWebサイトの検索を行わずに、Webサイトから、予め設定した取得条件に合致する画像データを全て取得する構成としてもよい。但し、この場合は、画像データと共に、取得条件に合致した画像データを公開しているWebサイトの情報(例えば、URL)を、取得した画像データに対応付けて記憶するようにする。   If the image data acquisition unit 14 determines that the notification from the Web site search unit 13 has been received, the image data acquisition unit 14 here performs the hit order (display order at the time of search) based on the Web site information (URL) stored in the storage device 70. Then, each website is accessed, and image data published on the accessed website is acquired (step S210). Then, the image data acquisition unit 14 stores the acquired image data in the storage device 70 in association with the comic information (step S212). Note that, as described above, a configuration may be adopted in which all image data that matches a preset acquisition condition is acquired from a Web site without searching the Web site using a search word. In this case, however, information (for example, URL) of the website that publishes image data that meets the acquisition conditions is stored in association with the acquired image data together with the image data.

画像データ取得部14は、画像データの取得数が予め設定した上限数に到達したか否かを判定する(ステップS214)。ここでは、到達していないと判定し(ステップS214のNo)、かつ画像データの取得が完了したと判定したとする(ステップS238)。これにより、画像データ取得部14は、画像データの取得が完了したことを、マッチング部15に通知する。
マッチング部15は、画像データ取得部14からの通知を受けたと判定すると、記憶装置70から、取得した画像データ(取得画像データ)と該取得画像データに対応付けられたコミック情報に対応するコマ割画像データとを読み出す(ステップS216)。
The image data acquisition unit 14 determines whether or not the acquisition number of the image data has reached a preset upper limit number (step S214). Here, it is determined that it has not been reached (No in step S214), and it is determined that the acquisition of image data has been completed (step S238). Thereby, the image data acquisition unit 14 notifies the matching unit 15 that the acquisition of the image data is completed.
When the matching unit 15 determines that the notification from the image data acquisition unit 14 has been received, the frame allocation corresponding to the acquired image data (acquired image data) and the comic information associated with the acquired image data from the storage device 70. Image data is read out (step S216).

そして、マッチング部15は、読み出した取得画像データとコマ割画像データとのマッチング処理を実行する(ステップS218)
具体的に、マッチング部15は、まず、読み出した取得画像データをエッジ画像データへと変換する。このとき、コマ割情報抽出部11でコマ割情報の抽出処理時に用いた処理方法と同様の処理方法でエッジ画像データへと変換する。
Then, the matching unit 15 executes a matching process between the acquired acquired image data and the frame-cut image data (step S218).
Specifically, the matching unit 15 first converts the read acquired image data into edge image data. At this time, the frame division information extraction unit 11 converts the image data into edge image data by a processing method similar to the processing method used during the frame division information extraction processing.

次に、マッチング部15は、コマ割情報抽出部11で用いた抽出規則と同様の規則に従って、このエッジ画像データからコマ割線部分と推定される部分を残して、その他の描画部分を除去した内容のコマ割画像データ(取得コマ割画像データ)を抽出する。なお、上記したように、エッジ画像データへの変換を行わずに、取得画像データをそのまま用いてマッチングを行う構成とすることも可能である。   Next, in accordance with the same rule as the extraction rule used in the frame division information extraction unit 11, the matching unit 15 leaves the portion estimated as the frame division line portion from this edge image data, and removes other drawing portions. Frame image data (acquired frame image data) is extracted. As described above, it is also possible to employ a configuration in which matching is performed using acquired image data as it is without performing conversion to edge image data.

マッチング部15は、抽出した取得コマ割画像データに対して、記憶装置70から読み出した各コマ割画像データをテンプレートデータとして、テンプレートマッチングを実行する。このとき、20段階の各サイズのコマ割画像データの全てとマッチングを行ってもよいが、ここでは、コミックの1ページ分と見開き又はバラバラの2ページ分とを検出対象として、取得コマ割画像データのサイズに応じて、同サイズ又は最も近いサイズのコマ割画像データと、その半分のサイズのコマ割画像データとを選択する。そして、選択したコマ割画像データを用いてマッチングを行う。なお、2ページ分に対しては、検出対象のコミックに対応するコマ割画像データの全ての組合せでマッチングを行う。   The matching unit 15 performs template matching on the extracted acquired frame divided image data using each frame divided image data read from the storage device 70 as template data. At this time, matching may be performed with all of the 20-stage frame-divided image data, but here, the acquired frame-divided image is detected for one page of comic and two pages of spread or disjoint. Depending on the size of the data, the same or the closest frame divided image data and half the frame divided image data are selected. Then, matching is performed using the selected frame division image data. Note that for two pages, matching is performed with all combinations of frame-cut image data corresponding to comics to be detected.

また、マッチングは、取得コマ割画像データとコマ割画像データとを重ね合わせて、両者の重なった位置にある各2つの画素の画素値を用いて行う。ここでは、両画像のサイズ(解像度)を合わせて、ぴったりと重なるようにする。半分のサイズのコマ割画像データについては、取得コマ割画像データを半分にした一方又は他方とぴったりと重なるようにサイズを調整する。そして、画像の左上又は右上の画素を基準にして両者を重ね合わせた場合の、重なる位置にある各画素同士について、両者の画素値の差分の絶対値を算出し、更に、この絶対値の総和を算出する。マッチング部15は、各選択したコマ割画像データに対する総和をマッチング結果として、判定部16に出力する。   The matching is performed by superimposing the acquired frame-cut image data and the frame-cut image data, and using the pixel values of each of the two pixels at the overlapping position. Here, the size (resolution) of both images is matched so that they overlap exactly. For the half-sized frame divided image data, the size is adjusted so that it overlaps exactly with one or the other half of the acquired frame divided image data. Then, for each pixel in the overlapping position when the two are overlapped with reference to the upper left or upper right pixel of the image, the absolute value of the difference between the pixel values is calculated, and the sum of the absolute values is further calculated. Is calculated. The matching unit 15 outputs the sum of the selected frame-cut image data as a matching result to the determination unit 16.

判定部16は、マッチング部15からマッチング結果を取得すると、取得したマッチング結果と、予め設定されたマッチング閾値とを比較する。そして、総和がマッチング閾値以下である場合に、取得コマ割画像データが、マッチングに用いたコマ割画像データと一致又は類似していると判定する。一方、総和がマッチング閾値よりも大きい場合は、取得コマ割画像データが、マッチングに用いたコマ割画像データと類似していないと判定する(ステップS220)。ここで、上記のマッチング方法では、総和が小さい程、取得コマ割画像データとコマ割画像データとの類似度が高いことになる(総和が「0」で完全一致)。なお、マッチング閾値は、全てに共通の1つの固定値を用いてもよいし、コマ割画像データ毎に閾値を設定してもよいし、各コマ割画像データのサイズ毎に閾値を設定してもよい。特に、コマ割線部分が多ければ多いほど、一致度は下がっていくことが予測されるので、このようなコマ割画像データに対して、あまり小さい閾値を設定してしまうと、検出率の低下を招く恐れがある。一方、閾値を大きくし過ぎると不要な画像まで一致していると判定されてしまうので、事前に行った試験の結果や実測データ等に基づいて最適な閾値を設定することが望ましい。   When the determination unit 16 acquires the matching result from the matching unit 15, the determination unit 16 compares the acquired matching result with a preset matching threshold value. Then, when the sum is equal to or less than the matching threshold, it is determined that the acquired frame-cut image data matches or is similar to the frame-cut image data used for matching. On the other hand, when the sum is larger than the matching threshold, it is determined that the acquired frame-cut image data is not similar to the frame-cut image data used for matching (step S220). Here, in the above matching method, the smaller the sum is, the higher the similarity between the acquired frame-cut image data and the frame-cut image data is (the sum is “0”, which is a perfect match). The matching threshold value may be a single fixed value that is common to all, a threshold value may be set for each framed image data, or a threshold value may be set for each size of each framed image data. Also good. In particular, as the number of frame dividing lines increases, the degree of coincidence is predicted to decrease. Therefore, if a very small threshold is set for such frame dividing image data, the detection rate decreases. There is a risk of inviting. On the other hand, if the threshold is increased too much, it is determined that even unnecessary images are matched. Therefore, it is desirable to set an optimum threshold based on the results of tests performed in advance, measured data, and the like.

判定部16は、このようにして判定した判定結果の情報と、Webサイトの情報とを含む判定結果情報を生成し、生成した判定結果情報を検出部17に出力する。
検出部17は、判定部16からの判定結果情報に基づき、マッチングした取得画像データが、類似画像データを含んでいるか否かを判定する(ステップS222)。ここで、類似画像データを含んでいると判定した場合(ステップS222のYes)は、検出部17は、対応するWebサイトの類似画像データ数に、ここでは1〜2を加算する(ステップS224)。具体的に、1つの取得画像データにおいて、1ページ分の内容が含まれている場合は1を加算し、2ページ分の内容が含まれている場合は2を加算する。
上記一連のマッチング処理(ステップS216〜S224)を、全ての取得画像データについて処理が完了するまで繰り返し実行する。
The determination unit 16 generates determination result information including the determination result information thus determined and the Web site information, and outputs the generated determination result information to the detection unit 17.
Based on the determination result information from the determination unit 16, the detection unit 17 determines whether the matched acquired image data includes similar image data (step S222). If it is determined that similar image data is included (Yes in step S222), the detection unit 17 adds 1 to 2 here to the number of similar image data of the corresponding website (step S224). . Specifically, 1 is added when the content of one page is included in one acquired image data, and 2 is added when the content of two pages is included.
The series of matching processes (steps S216 to S224) are repeatedly executed until the process is completed for all acquired image data.

そして、マッチング部15においてマッチング処理が完了したと判定され(ステップS226のYes)、画像データ取得部14において、未取得の画像データが無いと判定されたとする(ステップS228のNo)。これにより、検出部17は、Webサイト毎に、これまでに計数した類似画像データ数と予め設定された計数閾値とを比較する。そして、この比較結果に基づき、絞込条件に合致するものがあるか否かを判定する(ステップS232)。ここでは、検出対象のコミックのページが「3」ページ以上含まれている場合に違法候補サイトと判断することとして、計数閾値は「3」に設定されていることとする。従って、検出部17は、類似画像データ数が「3」以上であると判定した場合は、絞込条件に合致すると判定し(ステップS232のYes)、類似画像データ数が「3」未満であると判定した場合は、絞込条件に合致しないと判定する(ステップS232のNo)。   Then, it is determined that the matching process is completed in the matching unit 15 (Yes in Step S226), and it is determined in the image data acquisition unit 14 that there is no unacquired image data (No in Step S228). Thereby, the detection unit 17 compares the number of similar image data counted so far with a preset threshold value for each Web site. Then, based on the comparison result, it is determined whether or not there is a match with the narrow-down condition (step S232). Here, it is assumed that the count threshold is set to “3” to determine that it is an illegal candidate site when “3” or more pages of comics to be detected are included. Accordingly, when the detection unit 17 determines that the number of similar image data is “3” or more, the detection unit 17 determines that the filtering condition is met (Yes in step S232), and the number of similar image data is less than “3”. Is determined as not satisfying the narrow-down condition (No in step S232).

検出部17は、絞込条件に合致すると判定した場合に、該当するWebサイト(違法候補サイト)の情報(URL)と、類似していると判定されかつ違法と判定された取得画像データの少なくとも一部と、コミック情報とを対応付けた検出結果情報を生成する(ステップS234)。一方、絞込条件に合致していないと判定した場合に、該当するWebサイトの情報と、コミック情報とを対応付けた検出結果情報を生成する(ステップS236)。   If the detection unit 17 determines that the filtering condition is met, the information (URL) of the corresponding Web site (illegal candidate site) and at least acquired image data that is determined to be similar and illegal are detected. Detection result information in which a part is associated with comic information is generated (step S234). On the other hand, when it is determined that the filtering condition is not met, detection result information in which the information of the corresponding website is associated with the comic information is generated (step S236).

そして、検出部17は、生成した検出結果情報を、記憶装置70に記憶し、検出結果情報を記憶(又は更新)したことを検出結果表示部18に通知する(ステップS238)。また、検出部17は、違法ではないと判定されたWebサイトに対応する取得画像データを含む不要な取得画像データを記憶装置70から削除する。
検出結果表示部18は、検出部17からの通知に応じて、記憶装置70から検出結果情報を読み出し、読み出した検出結果情報に基づき検出結果を表示する(ステップS240)。なお、検出結果を表示する際に、類似度の高い順にソートして表示するようにしてもよい。
Then, the detection unit 17 stores the generated detection result information in the storage device 70 and notifies the detection result display unit 18 that the detection result information has been stored (or updated) (step S238). In addition, the detection unit 17 deletes unnecessary acquired image data including acquired image data corresponding to a Web site that is determined not to be illegal from the storage device 70.
The detection result display unit 18 reads the detection result information from the storage device 70 in response to the notification from the detection unit 17, and displays the detection result based on the read detection result information (step S240). When displaying the detection results, the detection results may be sorted and displayed in descending order of similarity.

以上説明したように、本実施形態におけるコミック画像データ検出装置100であれば、検出対象のコミックのコミック画像データから、コマ割情報として、コマ割線の描画部分を残して、漫画部分を除去した内容のコマ割画像データを抽出することができる。更に、抽出したコマ割画像データを基準として、当該コマ割画像データを10[%]〜200[%]の範囲で縮小及び拡大した、サイズの異なる複数のコマ割画像データを生成することができる。更に、これらコマ割画像データをランレングス圧縮等の可逆性を有する圧縮方法で圧縮したデータをコマ割情報として記憶装置70に記憶することができる。
各コマを形成するコマ割線部分の画像は単色(黒色)であり、かつ、コマ割線は、基本的に直線の情報となるので描画部分は、漫画部分と比較して少ない。従って、コマ割情報は、可逆性を有する圧縮方法で圧縮をしてもデータ量を大幅に削減することができる。
As described above, in the comic image data detection apparatus 100 according to the present embodiment, the content of the comic image portion removed from the comic image data of the comic to be detected while leaving the frame dividing line drawing portion as the frame dividing information. Can be extracted. Furthermore, with the extracted frame-cut image data as a reference, a plurality of frame-cut image data of different sizes can be generated by reducing and enlarging the frame-cut image data in a range of 10 [%] to 200 [%]. . Furthermore, data obtained by compressing these frame-segmented image data by a compression method having reversibility such as run-length compression can be stored in the storage device 70 as frame-segmentation information.
The image of the frame dividing line portion forming each frame is a single color (black), and the frame dividing line is basically straight line information, so the drawing portion is less than the comic portion. Therefore, even if the frame division information is compressed by a reversible compression method, the data amount can be greatly reduced.

また、コマ割画像データは、各コマの形状、位置、サイズ等の情報を含むデータであり、マッチングに用いるテンプレートデータとしての機能を有している。加えて、コマ割情報は、コミックに特有の情報であることから、原画像や全てのエッジ成分を含むエッジ画像を用いたマッチングと比較して、検出精度を低下させることなくデータ量を大幅に軽減することができる。
また、本実施形態におけるコミック画像データ検出装置100は、コマ割画像データとして二値化した画像データを生成するようにしたので、例えば、コマ割画像データの画素値「0」の画素との差分を省略することなどが可能となり、原画像(特に多階調画像)を用いたマッチングと比較して、マッチング処理にかかる時間を短縮することができる。
The frame division image data is data including information such as the shape, position, and size of each frame, and has a function as template data used for matching. In addition, since the frame allocation information is information unique to comics, the amount of data is greatly increased without reducing the detection accuracy compared to matching using an original image or an edge image including all edge components. Can be reduced.
In addition, since the comic image data detection apparatus 100 according to the present embodiment generates binarized image data as frame divided image data, for example, a difference from a pixel having a pixel value “0” of the frame divided image data. Can be omitted, and the time required for the matching process can be shortened as compared with matching using an original image (particularly, a multi-tone image).

また、本実施形態におけるコミック画像データ検出装置100は、絞込条件によって、コミック画像データを違法に公開している可能性のあるWebサイトを絞り込んで検出することができるので、最終的に違法なサイトを人手によって検出する際の手間を軽減することができる。
ここで、上記実施形態において、コミック画像データ取得部10が、コミック画像データ取得手段を構成し、コマ割情報抽出部11が、コマ割情報抽出手段を構成し、コマ割情報抽出部11及び記憶装置70が、コマ割情報記憶手段を構成する。
Further, the comic image data detection apparatus 100 according to the present embodiment can narrow down and detect Web sites that may illegally publish comic image data depending on the narrowing conditions. It is possible to reduce the trouble of manually detecting the site.
Here, in the above embodiment, the comic image data acquisition unit 10 constitutes a comic image data acquisition unit, and the frame division information extraction unit 11 constitutes a frame division information extraction unit, and the frame division information extraction unit 11 and the storage The device 70 constitutes frame allocation information storage means.

また、上記実施形態において、Webサイト検索部13及び画像データ取得部14が、画像データ取得手段を構成し、マッチング部15が、マッチング手段を構成する。
また、上記実施形態において、判定部16及び検出部17が検出手段を構成し、検出部17及び記憶装置70が、サイト情報記憶手段を構成する。
また、上記実施形態において、ステップS108〜S110が、コマ割情報抽出ステップに対応し、ステップS112が、コマ割情報記憶ステップに対応する。
また、上記実施形態において、ステップS204〜S210が、画像データ取得ステップに対応し、ステップS218が、マッチングステップに対応し、ステップS220〜S236が、検出ステップに対応する。
In the above embodiment, the website search unit 13 and the image data acquisition unit 14 constitute an image data acquisition unit, and the matching unit 15 constitutes a matching unit.
Moreover, in the said embodiment, the determination part 16 and the detection part 17 comprise a detection means, and the detection part 17 and the memory | storage device 70 comprise a site information storage means.
Further, in the above embodiment, steps S108 to S110 correspond to the frame allocation information extraction step, and step S112 corresponds to the frame allocation information storage step.
In the above embodiment, steps S204 to S210 correspond to the image data acquisition step, step S218 corresponds to the matching step, and steps S220 to S236 correspond to the detection step.

(変形例)
上記実施形態において、コマ割情報として、コマ割線部分を残し、それ以外の漫画部分を除去したコマ割画像データを抽出する構成としたが、この構成に限らない。
例えば、コミックにおいてコマ割以外の特徴的な情報として、各コマ内の人物等のセリフを記載する吹き出し部分がある。この吹き出し部分の描画内容についても残すようにすることで、より検出精度の高いコマ割情報を生成することが可能となる。吹き出し部分の描画内容としては、吹き出しを構成する枠線部分と、吹き出し内に記載された文字部分とがある。これらのいずれか一方を抽出してもよいし、両方を抽出してもよい。また、文字部分については、画像中に残すようにしてもよいが、文字コード化して、吹き出しの位置情報と対応付けて別途記憶する構成としてもよい。
(Modification)
In the above-described embodiment, the frame dividing information is extracted as the frame dividing information by leaving the frame dividing line portion and removing the other cartoon portions. However, the present invention is not limited to this configuration.
For example, in the comic, there is a balloon part that describes words such as a person in each frame as characteristic information other than the frame division. By leaving the drawing contents of the balloon part as well, it is possible to generate frame allocation information with higher detection accuracy. The drawing contents of the speech balloon part include a frame line part constituting the speech balloon and a character part described in the speech balloon. Either one of these may be extracted, or both may be extracted. The character portion may be left in the image. However, the character portion may be converted into a character code and stored separately in association with the position information of the balloon.

また、吹き出し部分に限らず、登場人物の顔が描画されているコマについては、その情報をコマ割情報として記憶する構成としてもよい。但し、テンプレートデータの量が増えるとマッチング処理にかかる時間も長くなるので、処理時間とのトレードオフで含めるようにする。または、最初のマッチング処理では、コマ割線部分の描画情報のみを残したコマ割画像データによるマッチングを行い、このマッチングで違法に公開されている可能性があると判定されたWebサイトの画像データのみに対して、吹き出し部分や顔の位置情報を含むコマ割画像データを用いたマッチング処理を行う。吹き出し部分の情報は、データの記憶容量を考慮して、差分データとして持つようにする。   Further, not only the balloon part but also a frame in which the face of the character is drawn may be stored as frame division information. However, as the amount of template data increases, the time required for the matching process becomes longer, so it is included in a trade-off with the processing time. Alternatively, in the first matching process, matching is performed using frame-cut image data in which only the drawing information of the frame dividing line portion is left, and only the image data of the website that is determined to be possibly disclosed illegally by this matching On the other hand, the matching process using the frame-cut image data including the position information of the balloon part and the face is performed. The information of the balloon part is held as difference data in consideration of the data storage capacity.

また、上記実施形態において、コマ割情報として、コマ割画像データを抽出する構成としたが、この構成に限らない。各コマの形状、サイズ、位置が解る情報であれば、例えば、コマの形状が多角形状であれば、各コマの頂点の座標情報と、形状を示す情報、コミック画像データのサイズ(ページサイズ)とを抽出する構成としてもよい。この場合は、例えば、マッチング処理時に、これらと同じ情報を取得画像データから抽出してマッチングを行う構成と、これらの情報に基づき、画像データを再構成して、再構成した画像データとのマッチングを行う構成とがある。   In the above embodiment, the frame division image data is extracted as the frame division information. However, the present invention is not limited to this configuration. For example, if the shape, size, and position of each frame are understood, for example, if the shape of the frame is a polygonal shape, the coordinate information of the vertices of each frame, the information indicating the shape, and the size of the comic image data (page size) It is good also as a structure which extracts. In this case, for example, at the time of the matching process, the same information is extracted from the acquired image data and matching is performed, and the image data is reconstructed based on the information and matching with the reconstructed image data is performed. There is a configuration to perform.

また、上記実施形態において、コミック画像データを、イメージスキャナから取得する構成としたが、この構成に限らない。例えば、USBメモリ等のコンパクトメモリ、CDドライブ、DVDドライブ、ブルーレイドライブ等を経由して取得する構成としてもよいし、ネットワーク経由で他のPC等から取得する構成としてもよい。
また、上記実施形態は、本発明の好適な具体例であり、技術的に好ましい種々の限定が付されているが、本発明の範囲は、上記の説明において特に本発明を限定する旨の記載がない限り、これらの形態に限られるものではない。また、上記の説明で用いる図面は、図示の便宜上、部材ないし部分の縦横の縮尺は実際のものとは異なる模式図である。
また、本発明は上記実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。
In the above embodiment, the comic image data is acquired from the image scanner. However, the present invention is not limited to this configuration. For example, it may be configured to acquire via a compact memory such as a USB memory, a CD drive, a DVD drive, or a Blu-ray drive, or may be acquired from another PC via a network.
The above embodiments are preferable specific examples of the present invention, and various technically preferable limitations are given. However, the scope of the present invention is described in particular in the above description to limit the present invention. As long as there is no, it is not restricted to these forms. In the drawings used in the above description, for convenience of illustration, the vertical and horizontal scales of members or parts are schematic views different from actual ones.
Further, the present invention is not limited to the above-described embodiment, and modifications, improvements, and the like within the scope that can achieve the object of the present invention are included in the present invention.

1…コミック画像データ検出システム、100…コミック画像データ検出装置、200_1〜200_N…Webサーバ、10…コミック画像データ取得部、11…コマ割情報抽出部、12…データ通信部、13…Webサイト検索部、14…画像データ取得部、15…マッチング部、16…判定部、17…検出部、18…検出結果表示部、60…CPU、62…RAM、64…ROM、66…I/F、68…バス、70…記憶装置、72…表示装置、74…入力装置、76…イメージスキャナ、78…NIC   DESCRIPTION OF SYMBOLS 1 ... Comic image data detection system, 100 ... Comic image data detection apparatus, 200_1-200_N ... Web server, 10 ... Comic image data acquisition part, 11 ... Frame allocation information extraction part, 12 ... Data communication part, 13 ... Web site search , 14 ... Image data acquisition part, 15 ... Matching part, 16 ... Determination part, 17 ... Detection part, 18 ... Detection result display part, 60 ... CPU, 62 ... RAM, 64 ... ROM, 66 ... I / F, 68 ... Bus, 70 ... Storage device, 72 ... Display device, 74 ... Input device, 76 ... Image scanner, 78 ... NIC

Claims (7)

Webサイト上に存在する画像データから、検出対象のコミックにおける予め設定されたページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出するコミック画像データ検出装置であって、
前記検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割に係る情報であるコマ割情報を抽出するコマ割情報抽出手段と、
前記コマ割情報抽出手段で抽出したコマ割情報を記憶するコマ割情報記憶手段と、
前記Webサイトから画像データを取得する画像データ取得手段と、
前記画像データ取得手段で取得した画像データと前記コマ割情報記憶手段に記憶されているコマ割情報とに基づき、前記取得した画像データと前記コマ割情報とのマッチングを行うマッチング手段と、
前記マッチング手段のマッチング結果に基づく前記取得した画像データと前記コミック画像データとの類似度に基づき、前記取得した画像データから前記コミック画像データと一致又は類似する画像データを検出する検出手段と、を備えることを特徴とするコミック画像データ検出装置。
A comic image data detection device that detects image data that matches or is similar to comic image data, which is data obtained by converting a preset page in a comic to be detected into image data from image data existing on a website,
A frame division that extracts frame division information that is information related to a frame division including at least the shape of each divided frame and the position of each frame in the comic image data from the comic image data of the comic to be detected Information extraction means;
Frame allocation information storage means for storing frame allocation information extracted by the frame allocation information extraction means;
Image data acquisition means for acquiring image data from the website;
Based on the image data acquired by the image data acquisition unit and the frame allocation information stored in the frame allocation information storage unit, a matching unit that performs matching between the acquired image data and the frame allocation information;
Detection means for detecting image data that matches or is similar to the comic image data from the acquired image data based on the similarity between the acquired image data and the comic image data based on the matching result of the matching means; A comic image data detection device comprising:
前記コマ割情報抽出手段は、前記コミック画像データを、該コミック画像データの画像に含まれるエッジ成分の分布を示す画像データであるエッジ画像データに変換し、該エッジ画像データから、前記コマ割情報として、コマ割された各コマの外縁部分に対応するエッジ成分のみが描画された画像データであるコマ割画像データを抽出することを特徴とする請求項1に記載のコミック画像データ検出装置。   The frame division information extracting means converts the comic image data into edge image data which is image data indicating a distribution of edge components included in the image of the comic image data, and the frame division information is converted from the edge image data. 2. The comic image data detection apparatus according to claim 1, wherein frame-composed image data, which is image data in which only edge components corresponding to the outer edge portion of each frame-decomposed frame are drawn, is extracted. 前記コマ割情報抽出手段は、前記コミック画像データに対応する前記抽出したコマ割画像データについて、前記コマ割情報として、アスペクト比を保持したままで画像サイズを変更して構成される、画像サイズの異なる複数のコマ割画像データを生成することを特徴とする請求項2に記載のコミック画像データ検出装置。   The frame allocation information extraction unit is configured to change the image size of the extracted frame allocation image data corresponding to the comic image data while changing the image size while maintaining the aspect ratio as the frame allocation information. The comic image data detection apparatus according to claim 2, wherein a plurality of different frame division image data are generated. 前記検出手段は、Webサイト毎に、前記一致又は類似する画像データとして検出された画像データに基づき、検出された画像データが予め設定された絞込条件に合致しているか否かを判定し、合致している判定すると、当該画像データを違法に公開された可能性のあるコミック画像データとして検出するようになっており、
前記検出手段で検出された、違法に公開された可能性のあるコミック画像データと、該画像データを公開しているWebサイトの情報とを対応付けて記憶するサイト情報記憶手段を備えることを特徴とする請求項1乃至請求項3のいずれか1項に記載のコミック画像データ検出装置。
The detection means determines, for each Web site, whether or not the detected image data matches a preset narrowing condition based on the image data detected as the matching or similar image data, If it matches, the image data is detected as comic image data that may have been illegally disclosed.
It comprises site information storage means for storing comic image data detected by the detection means, which may be illegally disclosed, and information on a website that discloses the image data in association with each other. The comic image data detection apparatus according to any one of claims 1 to 3.
前記検出手段は、前記一致又は類似する画像データとして検出された画像データが、予め設定されたページ数以上のコミック画像データを含むと判定された場合に、前記絞込条件に合致すると判定することを特徴とする請求項4に記載のコミック画像データ検出装置。   The detection means determines that the filtering condition is met when the image data detected as the matching or similar image data includes comic image data of a preset number of pages or more. The comic image data detection device according to claim 4. Webサイト上に存在する画像データから、検出対象のコミックにおける予め設定されたページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出するコミック画像データ検出プログラムであって、
前記検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割に係る情報であるコマ割情報を抽出するコマ割情報抽出手段、
前記Webサイトから画像データを取得する画像データ取得手段、
前記画像データ取得手段で取得した画像データと前記コマ割情報抽出手段で抽出したコマ割情報が記憶されたコマ割情報記憶手段に記憶されているコマ割情報とに基づき、前記取得した画像データと前記コマ割情報とのマッチングを行うマッチング手段、及び、
前記マッチング手段のマッチング結果に基づく前記取得した画像データと前記コミック画像データとの類似度に基づき、前記取得した画像データから前記コミック画像データと一致又は類似する画像データを検出する検出手段として実現される機能をコンピュータに実行させるためのプログラムを含むことを特徴とするコミック画像データ検出プログラム。
A comic image data detection program for detecting image data matching or similar to comic image data, which is data obtained by converting a preset page of a comic to be detected into image data from image data existing on a website,
A frame division that extracts frame division information that is information related to a frame division including at least the shape of each divided frame and the position of each frame in the comic image data from the comic image data of the comic to be detected Information extraction means,
Image data acquisition means for acquiring image data from the website;
Based on the image data acquired by the image data acquisition unit and the frame allocation information stored in the frame allocation information storage unit in which the frame allocation information extracted by the frame allocation information extraction unit is stored, A matching means for matching with the frame allocation information, and
Based on the degree of similarity between the acquired image data and the comic image data based on the matching result of the matching means, it is realized as a detection means for detecting image data that matches or is similar to the comic image data from the acquired image data. A comic image data detection program characterized by including a program for causing a computer to execute a function to be executed.
Webサイト上に存在する画像データから、検出対象のコミックにおける予め設定されたページを画像データ化したデータであるコミック画像データと一致又は類似する画像データを検出するコミック画像データ検出方法であって、
前記検出対象のコミックのコミック画像データから、該コミック画像データにおける、少なくともコマ割された各コマの形状及び各コマの位置の情報を含むコマ割に係る情報であるコマ割情報を抽出するコマ割情報抽出ステップと、
前記コマ割情報抽出ステップで抽出したコマ割情報を記憶するコマ割情報記憶手段と、
前記Webサイトから画像データを取得する画像データ取得ステップと、
前記画像データ取得ステップで取得した画像データと前記コマ割情報記憶ステップで記憶されたコマ割情報とに基づき、前記取得した画像データと前記コマ割情報とのマッチングを行うマッチングステップと、
前記マッチングステップのマッチング結果に基づく前記取得した画像データと前記コミック画像データとの類似度に基づき、前記取得した画像データから前記コミック画像データと一致又は類似する画像データを検出する検出ステップと、を含むことを特徴とするコミック画像データ検出方法。
A comic image data detection method for detecting image data matching or similar to comic image data, which is data obtained by converting a preset page in a comic to be detected into image data from image data existing on a website,
A frame division that extracts frame division information that is information related to a frame division including at least the shape of each divided frame and the position of each frame in the comic image data from the comic image data of the comic to be detected An information extraction step;
Frame allocation information storage means for storing the frame allocation information extracted in the frame allocation information extraction step;
An image data acquisition step of acquiring image data from the website;
Based on the image data acquired in the image data acquisition step and the frame allocation information stored in the frame allocation information storage step, a matching step for matching the acquired image data and the frame allocation information;
A detection step of detecting image data matching or similar to the comic image data from the acquired image data based on a similarity between the acquired image data and the comic image data based on a matching result of the matching step; A comic image data detection method comprising:
JP2012019066A 2012-01-31 2012-01-31 Comic image data detection apparatus and comic image data detection program Expired - Fee Related JP5880089B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012019066A JP5880089B2 (en) 2012-01-31 2012-01-31 Comic image data detection apparatus and comic image data detection program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012019066A JP5880089B2 (en) 2012-01-31 2012-01-31 Comic image data detection apparatus and comic image data detection program

Publications (2)

Publication Number Publication Date
JP2013156946A true JP2013156946A (en) 2013-08-15
JP5880089B2 JP5880089B2 (en) 2016-03-08

Family

ID=49052034

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012019066A Expired - Fee Related JP5880089B2 (en) 2012-01-31 2012-01-31 Comic image data detection apparatus and comic image data detection program

Country Status (1)

Country Link
JP (1) JP5880089B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016012311A (en) * 2014-06-30 2016-01-21 日本信号株式会社 Object detection device
CN113792182A (en) * 2021-09-17 2021-12-14 广州博冠信息科技有限公司 Image progress prompting method and device, storage medium and electronic equipment

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101841192B1 (en) * 2016-11-16 2018-03-22 주식회사 디알엠인사이드 System and method for identifying online comics

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6425081B1 (en) * 1997-08-20 2002-07-23 Canon Kabushiki Kaisha Electronic watermark system electronic information distribution system and image filing apparatus
JP2007114878A (en) * 2005-10-18 2007-05-10 Taito Corp Page recognition method for comics and comics information reproduction system
JP2009199513A (en) * 2008-02-25 2009-09-03 Nec Corp Illegal information detecting device, illegal information detection method and illegal information detection program
JP2011113356A (en) * 2009-11-27 2011-06-09 Nomura Research Institute Ltd Electronic comics management apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6425081B1 (en) * 1997-08-20 2002-07-23 Canon Kabushiki Kaisha Electronic watermark system electronic information distribution system and image filing apparatus
JP2007114878A (en) * 2005-10-18 2007-05-10 Taito Corp Page recognition method for comics and comics information reproduction system
JP2009199513A (en) * 2008-02-25 2009-09-03 Nec Corp Illegal information detecting device, illegal information detection method and illegal information detection program
JP2011113356A (en) * 2009-11-27 2011-06-09 Nomura Research Institute Ltd Electronic comics management apparatus

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JPN6015042159; 原山智重子, 外3名: '"コミックコンテンツ管理を目的としたコマ分割による構造解析"' 情報処理学会研究報告 平成21年度▲3▼ [CD-ROM] p.1-6, 20091015, 社団法人情報処理学会 *
JPN6015042161; 原山智重子, 外3名: '"インターネット上のコミックコンテンツの識別・管理システム"' SSII2011 第17回 画像センシングシンポジウム講演論文集 [CD-ROM] , 20110608, p.(IS2-02-1)-(IS2-02-4), 画像センシング技術研究会 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016012311A (en) * 2014-06-30 2016-01-21 日本信号株式会社 Object detection device
CN113792182A (en) * 2021-09-17 2021-12-14 广州博冠信息科技有限公司 Image progress prompting method and device, storage medium and electronic equipment
CN113792182B (en) * 2021-09-17 2023-08-08 广州博冠信息科技有限公司 Image progress prompting method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
JP5880089B2 (en) 2016-03-08

Similar Documents

Publication Publication Date Title
US7106330B2 (en) Drawing comparison apparatus
JP5665125B2 (en) Image processing method and image processing system
US8838657B1 (en) Document fingerprints using block encoding of text
CN109697414B (en) Text positioning method and device
JP2011233023A (en) Document similarity determining method, unit and program
WO2020060632A1 (en) Converting an image into a structured table
JP2011028459A (en) Image processing method, image processor and program
JP5747733B2 (en) Object detection device, object detection method, classifier creation device, and classifier creation method
US9047533B2 (en) Parsing tables by probabilistic modeling of perceptual cues
JP5880089B2 (en) Comic image data detection apparatus and comic image data detection program
JP2008225692A (en) Image retrieval method, device and program
Wang et al. Comic frame extraction via line segments combination
CN115828874A (en) Industry table digital processing method based on image recognition technology
JP5984880B2 (en) Image processing device
JP2009277155A (en) Image retrieval apparatus, image retrieval method, information processing program and recording medium
JP5633188B2 (en) Method and apparatus for extracting raster images from portable electronic documents
Yang et al. Effective geometric restoration of distorted historical document for large‐scale digitisation
US8488886B2 (en) Font matching
JP4804433B2 (en) Image processing apparatus, image processing method, and image processing program
JP2021140831A (en) Document image processing system, document image processing method, and document image processing program
JP6485072B2 (en) Image search apparatus, image search method, and image search program
JP6485084B2 (en) Image search apparatus, image search method, and image search program
JP2019160000A (en) Search device, search method, and search program
JP2018532198A (en) Method and device for detecting a copy in a stream of visual data
JP2010262578A (en) Apparatus for generating form dictionary, apparatus for identifying form, method of generating form dictionary, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20141216

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151014

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151020

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151203

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: 20160105

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160118

R150 Certificate of patent or registration of utility model

Ref document number: 5880089

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees