[go: up one dir, main page]

JP4296801B2 - Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter - Google Patents

Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter Download PDF

Info

Publication number
JP4296801B2
JP4296801B2 JP2003061661A JP2003061661A JP4296801B2 JP 4296801 B2 JP4296801 B2 JP 4296801B2 JP 2003061661 A JP2003061661 A JP 2003061661A JP 2003061661 A JP2003061661 A JP 2003061661A JP 4296801 B2 JP4296801 B2 JP 4296801B2
Authority
JP
Japan
Prior art keywords
spatial filter
filter
area
component
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2003061661A
Other languages
Japanese (ja)
Other versions
JP2004272546A (en
Inventor
広一 小島
正明 野田
裕也 市川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2003061661A priority Critical patent/JP4296801B2/en
Publication of JP2004272546A publication Critical patent/JP2004272546A/en
Application granted granted Critical
Publication of JP4296801B2 publication Critical patent/JP4296801B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、画像処理に用いられる空間フィルタに関し、特に線成分やエッジ成分等を角度に応じて強調検出するための空間フィルタ作成方法、並びに空間フィルタを作成するための自動計算プログラム、並びにその空間フィルタを用いた被検査対象画像内の線やエッジ成分の検出方法及び検査装置に関する。
【0002】
【従来の技術】
例えば、表示装置の製造後の画面検査において表示装置の表示画面に存在する線状の欠陥の検出、または部品の外観検査において部品と空間との境界線検出等、各種の検査において線成分やエッジ(輪郭)成分の検出(以下、単に線検出という。また、線には線分も含むものとする)を行う際に画像処理を用いた方法が利用されている。この方法は、CCDカメラ等の撮像手段で被検査対象を撮像し、得られた画像データを、空間フィルタ(以下、単にフィルタという)を用いた画像処理を行って、画像データ中の線成分やエッジ成分を強調することにより検出を行うものである。フィルタを用いた画像処理とは、画像上の任意の画素において、近傍の画素を含む領域の階調値に対して、ある局所演算を行うことによって新しい階調値を決定し、これを画像上の全ての画素に行うことによって、強調処理、雑音除去処理等を行うものである。フィルタは、具体的には、対象画素を中心とした近傍の画素を含む領域の各画素の階調値毎に、畳み込み演算を行って検出対象を強調するように設定した係数を成分とする2次元行列で表される。線検出に用いられるフィルタとして、例えばSobelフィルタ、Robinsonフィルタ、Prewittフィルタ、Kirschフィルタ等が知られている(非特許文献1参照)。これらのフィルタは3×3又は5×5の整数値で構成されるフィルタである。
【0003】
【非特許文献1】
「画像解析ハンドブック」,高木幹雄,下田陽久,東京大学出版会,(1991).
【0004】
【発明が解決しようとする課題】
上述した従来のフィルタをそのまま利用して被検査対象の画像データから線検出を行う場合、画像中から線成分を検出するというだけの目的では、これらのフィルタを用いて処理すればよい。しかし、被検査対象の画像データからある角度を成す線成分のみを強調したい場合や、線成分の角度によって処理を変更したい場合、または線成分の角度によって検出判断を行うための閾値を変えたい場合等、正確に角度成分を考慮した処理を行う場合には問題が生じる。例えば、3×3のフィルタを用いると、8方向の成分にしか分類することができない。つまり、45゜の精度での検出となり、フィルタによって強調される被検査対象の画像データ内の様々な角度の線成分は、ある角度を基準にして0゜、45゜、90゜、135゜、180゜、225゜、270゜及び315゜をなす線成分を強調した、いずれかの結果に含まれ分類することができるが、それ以上の精度でその他の角度を有する線成分に分類することは出来ず、有効な処理が行えない。
【0005】
これを改良する目的で5×5のフィルタ又はそれ以上のサイズのフィルタが提案されているが、フィルタの各成分が整数値で構成されているため、正確な角度成分が考慮されているとはいい難く、またフィルタの各成分のポイントは離散的な数値をとるため角度により検出感度が変わってくるなどの問題点も発生する。また、上述したフィルタの他にも線成分を検出する目的でラプラシアンフィルタ等の2次微分フィルタ(2次差分)フィルタが用いられるが、このようなフィルタでは、画像の強度変化が強い箇所を検出するだけで、角度成分については考慮されない。
【0006】
そこで、本発明は、このような問題点を解決するためになされたものであり、角度成分までを含めた成分の検出をより正確に行うことができるフィルタ作成方法等を得ることを目的とする。また、その方法等を応用して、変換を施した上で、新たな画像を作成するための方法を得ることを目的とする。
【0007】
【課題を解決するための手段】
本発明に係る画像処理に用いるフィルタ作成方法は、基準となる空間フィルタを構成する各成分について領域を設定する工程と、基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定する工程と、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値とする工程と、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算し、新たなフィルタを構成する各成分の値とする工程とを有するものである。
本発明においては、例えば、被検査対象の画像データ内に検出対象の形状が様々な角度で存在する場合に、ある角度を成しているときに最も強調されるようなフィルタを作成するため、基準となる角度にある検出対象を強調する基準のフィルタ(角度の基準も規定することになる)を検出したい角度分回転して新たなフィルタの座標系に投影し、回転後の基準のフィルタを構成する各成分の領域が、新たなフィルタを構成する各成分の領域により、どのように分割されるかを面積の割合で算出し、その割合に基づいて回転後の基準のフィルタを構成する各成分の数値を分割し、新たなフィルタを構成する各成分の領域毎にその領域内に存在する分割して得られた値を加算して、新たなフィルタを構成する各成分の値とする。したがって、基準となる角度の形状を検出する基準のフィルタを基にして、ある角度を成している形状が強調されるようなフィルタを計算処理により作成することができ、且つ計算処理には基準フィルタで用いられている数値のみを使用しているため角度による検出感度の差を小さくすることができる。しかも、新たなフィルタを構成する各成分の値が、整数値ではなく、実数値で構成するようにしたので、角度による検出感度の差をさらに小さくすることができる。
【0008】
また、本発明に係るフィルタ作成方法は、基準となるフィルタを構成する各成分の値を実数とするものである。
本発明においては、既存の整数を用いたフィルタを基準フィルタとして使用することはもとより、より最適な検出が行えるように、基準となるフィルタを構成する各成分の値が、実数で構成されたフィルタを用いても良い。
【0009】
また、本発明に係るフィルタ作成方法は、新たな空間フィルタを構成する各成分の値を実数とするものである。
本発明においては、より最適な検出が行えるように、新たなフィルタを構成する各成分の値を実数で構成する。これにより、作成した新たなフィルタについて角度による検出感度の差をさらに小さくすることができる。
【0010】
また、本発明に係るフィルタ作成方法は、フィルタを構成する各成分について設定する領域を同一面積の正方形で設定するものである。
本発明においては、後の計算の効率を向上させるように、各成分について設定する領域を同一面積の正方形で設定する。このように設定することで、0°〜90°まで適用した場合の面積割合を記憶させておき、90°以上の角度に適用する場合においても、90で割った余りの値のデータを読み出すことで、適用することが出来る。
【0011】
また、本発明に係るフィルタ作成方法では、基準となるフィルタは、線成分又はエッジ成分を強調するためのフィルタである。
本発明においては、基準となるフィルタには線成分を強調するフィルタを用いるため、角度依存性のある線成分に対して、本発明によるフィルタ作成方法で作成したフィルタを用いることにより、有効な検出を行うことができる。
【0012】
また、本発明に係る画像処理に用いるフィルタは、基準となるフィルタを構成する各成分について領域を設定し、基準となるフィルタから作成される新たなフィルタを構成する各成分について領域を設定した上で、基準となるフィルタの中心を軸にして、ある角度で基準となるフィルタを回転し、回転後の基準となるフィルタの領域を新たなフィルタの領域により分割し、回転後の基準となるフィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となるフィルタの各成分の値を分割して分割領域の値を算出し、新たなフィルタを構成する各成分の領域毎に、その領域に含まれる基準となるフィルタの回転後の分割領域の値を加算して、新たなフィルタを構成する成分とする。
本発明においては、基準となるフィルタ(角度の基準も規定することになる)に対し、通常は点(ポイント)における値であるフィルタを構成する各成分に対して、その成分の数値が有効と見なせる領域を仮に設定する。それと共に、新たに作成するフィルタを構成する各成分に対しても、その成分の数値が有効とみなせる領域を仮に設定する。そして、基準となるフィルタをある角度で回転して、新たなフィルタを構成する領域に投影して、新たなフィルタを構成する各成分の領域により分割された領域の面積の割合を算出し、その割合に基づいて基準となるフィルタの各成分の値を分割して分割領域の値を算出し、新たなフィルタを構成する各成分の領域毎に、その領域に含まれる分割領域の値を加算した値を成分とする。したがって、ある角度を成している形状が強調されるようなフィルタを作成することができる。しかも、新たなフィルタを構成する各成分の値を、整数値ではなく、実数値で表すようにすることで、角度による検出感度の差をさらに小さくすることができる。
【0013】
また、本発明に係る画像処理に用いるフィルタを作成するプログラムは、 基準となるフィルタを構成する各成分について領域を設定させる機能と、基準となるフィルタから作成される新たなフィルタを構成する各成分について領域を設定する機能と、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値とする機能と、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算し、新たなフィルタを構成する各成分の値とする機能とを処理手段に行わせるものである。
本発明においては、例えば、所望の形状がある角度を成しているときに最も強調されるようなフィルタを処理手段に作成させるため、基準のフィルタ(角度の基準も規定することになる)をある角度回転して回転前の座標系に投影した場合に、回転後のフィルタを構成する各成分の領域がどのように分割されて回転前のフィルタを構成する各成分の領域に含まれるかを面積の割合で算出させ、その割合に基づいて回転後のフィルタを構成する各成分の数値を分割させ、分割して得られた分割領域の値を新たなフィルタを構成する各成分の領域毎に加算させて、新たなフィルタを構成する各成分の値とさせる。したがって、ある角度を成している形状が強調されるようなフィルタを作成することができる。しかも、新たなフィルタを構成する各成分の値を、整数値ではなく、実数値で表すようにすることで、角度による検出感度の差をさらに小さくすることができる。
【0014】
また、本発明に係る画像処理装置は、基準となる空間フィルタを構成する各成分について領域を設定し、基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定した上で、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値を算出し、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算して、新たなフィルタを構成する各成分の値とする、画像処理に用いる空間フィルタと、空間フィルタに基づいて画像処理を行う処理手段とを少なくとも備えたものである。
本発明においては、画像処理装置は作成したフィルタを用いて画像処理を行い、角度成分に応じた検出を行う。したがって、ある角度を成している形状を強調する処理を行える画像処理装置を得ることができる。
【0015】
また、本発明に係る検査装置は、基準となる空間フィルタを構成する各成分について領域を設定し、基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定した上で、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値を算出し、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算して、新たなフィルタを構成する各成分の値とする、画像処理に用いる空間フィルタと、空間フィルタに基づいて画像データから線成分又はエッジ成分の検出を行う検出手段と、被検査対象を撮像し、前記線検出手段に画像データを含む信号を送信する撮像手段とを少なくとも備えたものである。
本発明においては、撮像手段が撮像した被検査対象の画像データに基づいて、検出手段が、上記のフィルタを用いて画像データが表す画像から線成分又はエッジ成分の検出を行う。したがって、ある角度を成している線を強調し、被検査対象の形状の検出や、表示画面中の線欠陥等の検出を行い、検査することができる。
【0016】
また、例えば、画像の拡大・縮小処理等を行うために、ある画像を変換処理した新た画像を作成する場合に、基準となる元の画像を構成する各画素について領域を設定し、変換を行った後、新たな画像を構成する各画素に設定された領域に投影して、その領域によって分割される変換後の領域の割合に基づいて各画素の数値を分割し、得られた値を新たな画像を構成する各画素の領域毎に加算して、新たな画像を構成する各画素に基づく値とする。したがって、その変換処理(拡大・縮小等)に応じた画像を作成することができる。
【0017】
【発明の実施の形態】
実施形態1.
図1は本発明の第1の実施の形態に係る検査システムの構成を示すブロック図である。図1において、画像処理検査装置1は、画像中に含まれる線が成す角度に応じた線を強調して検出するためのフィルタを作成し、その線検出フィルタを使用して被検査対象の画像データの線検出処理を行い、検査を行う。画像処理検査装置1は、さらにフィルタ作成処理手段1A、フィルタ演算処理手段1B及び表示処理手段1Cで構成されているものとする。フィルタ作成処理手段1Aは、あらかじめ用意された基準のフィルタ(以下、基準フィルタという)に基づいて、角度成分に対応する新たなフィルタを作成する処理を行う。フィルタ演算処理手段1Bは、フィルタ作成処理手段1Aが作成したフィルタを使用して演算(画像処理)を行う。表示処理手段1Cは、フィルタ演算処理手段1Bが演算した結果を、例えば画像として表示させるための表示信号を送信する。
【0018】
表示装置2は表示処理手段1Cからの表示信号に基づき、フィルタ処理の演算結果や検査結果の表示を行う。指示入力装置3は、例えばキーボードやマウスのようなポインティングデバイス等に代表されるような入力装置であり、画像処理検査装置1に操作者が入力した指示、データ等を入力信号として送信する。記憶装置4は画像処理検査装置1が処理したデータを一時的又は長期的に記憶する。撮像装置5は、被検査対象の画像を撮像する装置であり、例えばCCD等の複数の受光素子を有するCCDカメラ等で構成されており、各受光素子は受光量を例えば電気信号に変換し、映像信号として送信する。また、100は被検査対象である表示パネルである。
【0019】
本実施の形態は、所望の角度を成す線成分を適切に検出するフィルタの作成及びそのフィルタを用いた画像処理により被検査対象から所望の角度を成す線成分を検出し、検査を行うものである。そのため、まず、基準の角度に対応した線検出フィルタから所望の角度を適切に検出するフィルタを新たに作成する。ここで、本実施の形態では、従来、整数値で行われていた各フィルタの成分について、少なくとも新たに作成したフィルタの成分を実数で構成する(結果的に整数値になる場合を含む)。また、本実施の形態では、基準のフィルタ(以下、基準フィルタという)及び新たに作成したフィルタについて、各成分の数値の効力が及ぶエリア(範囲)を設定する。その上で、基準フィルタを所望の角度回転させ、新たなフィルタの座標系のエリアに投影し、回転した基準フィルタの各エリアが新たなフィルタの座標系の各エリアによってどれだけの面積の割合で分割されるかを算出する。その割合で基準フィルタの各成分の数値を分割した上で、新たなフィルタの座標系の各エリア内に存在する基準フィルタの分割エリアの各数値を加算した値を、新たなフィルタのエリア(又はそのエリア内のあるポイント)の値とし、これらを新たなフィルタを構成する成分の値とする。このように算出したフィルタに基づいて画像処理を行えば、基準の角度から所望の角度を成す線成分が強調して検出できるようになる。なお、以下の説明で行うフィルタの回転、投影等は実際の動作において行われるわけではなく、画像処理検査器装置1のプログラム上で概念的に行われるものである。
【0020】
ここで、画像処理検査装置1を構成する各手段をそれぞれ別個の手段(ハードウェア)として構成してもよいが、本実施の形態では、画像処理検査装置1を例えばCPU(Central Processing Unit )を中心とするコンピュータ等のような演算処理手段で構成するものとする。そして、各手段の処理手順をあらかじめプログラム化したものを演算処理手段が実行し、そのプログラムに基づく処理を行うことで、上述した各手段の機能を実現するものとする。
【0021】
図2は任意の角度の線の一例を表す図である。本実施の形態では、縦(垂直)方向の線成分を強調するフィルタを0゜の角度の線を強調するフィルタと定義する。そして、この線を右回りさせる方向をプラス方向と設定する。本実施の形態ではこのように設定するが、同一の処理系で固定しておけば、例えば横(水平)方向を0゜としても、他の任意の角度を0゜としても特に問題はない。また、回転の方向のプラスマイナスについても限定するものではなく、左回りをプラス方向に設定してもよい。
【0022】
次に本実施の形態に係るフィルタの作成方法について説明する。図3は本実施の形態で用いる基準のフィルタを表す図である。ここで本実施の形態ではフィルタを構成する各成分の値は実数(浮動小数点数)を用いるものとする。基準フィルタである図3のフィルタは、横(水平)方向3〜4画素幅の0゜方向の線を主に検出できるように、フィルタを構成する各成分の値を設定したものである。この基準フィルタの作成に際して、例えば遺伝的アルゴリズムを用いたフィルタ作成プログラム等により、0°方向の線を検出するよう各成分の最適な値を実数値で演算して設定する。ここで、0°方向の線成分を検出する基準フィルタの行方向の成分(図3(a))は、上記のような線成分を強調するのに最適な数値を構成しており、列方向の成分は検出しようとする線の長さ分、行方向の成分がコピーされて並べられている。このように構成されたフィルタは、その列方向の長さ以上の線を主に強調することができる。従って、フィルタの列方向の成分数が多くなるほど、所望する角度の線(この場合0゜)に対して選択的に反応し、強調される線が有する角度の範囲が狭まる。そして、フィルタの列方向の成分数が少なくなれば、線成分でなくても、画像内にそのフィルタで強調されるような特徴を有していれば、例えばむらのようなものでも、蛇行した線でも強調することができるので、強調される線が有する角度が拡がるという特徴を有する。従って、角度成分に対して選択的に強調するフィルタでは、ある程度の列方向の長さが必要となる。ここで、図3(b)は9列で構成されており、9画素以上の長さの縦線の検出を主に行うことができる。
【0023】
図4は基準フィルタを検出しようとする角度に回転した場合を表す概念図である。図4に基づいてフィルタ作成の演算手順について説明する。ここで、一般的にコンピュータ等の処理装置で行う画像処理は、離散的なデータを扱っている。例えば画像処理で用いる画像データを構成する数値は撮像素子の各ポイント(点)に対応する値であり、通常、エリア(領域)的な情報は含まれない。これはフィルタも同様である。これを本実施の形態では、フィルタの各成分が有効となるエリアを有するものと概念的にみなす。本実施の形態で用いる基準フィルタでは、9×9の正方形のエリアで構成されているものとし、各エリア内で、各成分の値を持っているものとみなす。各エリアについては2次元の座標値で表す(水平方向をX方向、垂直方向をY方向とする)。
【0024】
まず、新たに作成するフィルタで検出しようとする線成分の角度を決定する。ここでは約5゜の線成分を検出するものとしている。そして、図4のように基準フィルタをその角度で回転させる。図4においては、回転後の基準フィルタ(以下、回転フィルタという)は点線で表している。実線は、新たなフィルタを構成するエリア情報で、本実施の形態では回転前の基準フィルタの座標系と同じものを使用している。ここで、新たなフィルタのサイズは、回転前の基準フィルタのサイズより大きいものとなっているが、これはフィルタを回転させることにより、新しく作成されるフィルタは、基準フィルタに比べ、最大約1.4倍の大きさになる(本実施の形態のように9×9のサイズの基準フィルタでは最大13×13のサイズのフィルタになる)ためで、新たなフィルタを構成するサイズについては、その分を考慮して用意しておく。実際には、メモリ等、ハードウェア資源の節約等の関係から、用意する新たなフィルタの座標系(座標)は有限となるが、なるべく余裕をもって設けておく方がよい。
【0025】
図5は図4の一部を拡大した図である。図5では、図4において丸で囲った部分(回転した基準フィルタのエリア(座標)(8,3)付近の位置)について拡大している。図5(a)に示すように、基準フィルタの(8,3)成分の数値は−7.68である。次に、回転した基準フィルタのエリアを新たなフィルタの座標系(以下、新たな座標系という)へ概念的に投影すると、回転した基準フィルタの各成分は、新たな座標系に構成されたそれぞれのエリアによって分割される。その分割されたエリアの面積の割合(以下、面積割合という)を計算する(図5(b))。回転した基準フィルタの(8,3)成分は、それぞれ新たなフィルタのエリアにより60%、20%、15%及び5%の面積割合で4分割される。フィルタ作成手段1Aは、さらに、計算した面積割合で基準フィルタの成分の値を分割する(図5(c))。ここでは、基準フィルタの成分の値は−7.68であるため、面積割合を掛けると分割エリアの面積の大きい順から−4.61、−1.54、−1.15及び−0.38となる。
【0026】
図6は新たなフィルタの成分の数値算出方法を表す概念図である。上記のような基準フィルタの各成分の分割を基準フィルタの全てのエリアに対して行い、新たな座標系で構成されるそれぞれのエリアにおいて、そのエリア内に含まれる分割エリアの算出された数値をそれぞれ加算する(図6(a))。このようにして算出された数値が、検出対象となる所望の角度を成す線成分を適切に検出する新たなフィルタの成分の値となる(図6(b))。
【0027】
図7は15°の線成分を検出するフィルタを作成するよう、基準フィルタを15゜回転して作成したフィルタを表す図である。ここで、図7のフィルタの各成分の値は、一般的なアルゴリズムであるモンテカルロ法を利用して算出しており、回転した基準フィルタと新たな座標系に作られたそれぞれのエリアによってできる分割エリアの面積割合を乱数を用いて算出した上で、各成分の値を計算したものである。本実施の形態ではモンテカルロ法を利用しているが、分割エリアの面積割合の算出方法はこれに限定するものではなく、例えば全てのエリアについて座表計算に基づいて面積を計算して求めても良い。図7に表わすフィルタは、実際には13×13のサイズのフィルタとなるが、ほとんどフィルタ処理演算結果に影響を及ぼさないと考えられる小数点3桁以下を四捨五入すると、最外周の値はすべて0となるため、ここでは11×11のサイズのフィルタとなる。
【0028】
フィルタ演算処理手段1Bは、フィルタ作成処理手段1Aが上記のように作成した新たなフィルタを用いて、被検査対象の画像データに対してフィルタ処理を行ない、所望の角度の線成分を強調し検出する。
【0029】
図8、図9及び図10は、フィルタ作成処理手段1Aにより検出角度の違う3種類のフィルタを作成し、フィルタ演算処理手段1Bにより、その作成したフィルタを用いて、被検査対象となる同一の画像データに対して、フィルタ演算処理を行い線成分を検出した結果を表す図である。図8は基準フィルタを90゜回転させて作成したフィルタ、図9は基準フィルタを105゜回転させて作成したフィルタ、図10は基準フィルタを120゜回転させて作成したフィルタを用いて、フィルタ処理を行った結果を表す。表示処理手段1Cは、例えば、フィルタ演算処理手段1Bが、フィルタ作成処理手段1Aにより作成したフィルタを用いて、被検査対象の画像データに対してフィルタ演算処理を行って得た画像データを図8、図9及び図10のように表示する。図8、図9、図10に示すように、図9の表示画面の右上の方に、図8及び図10ではほとんど検出されていない、105゜又はその近辺の角度成分を有する線が検出されていることがわかる。
【0030】
以上のように第1の実施の形態によれば、基準フィルタと作成される新たなフィルタの各成分について、概念的に領域を設定した上で、基準フィルタを所望の角度回転させて新たな座標系に投影し、新たな座標系のエリアにより、回転後の基準フィルタの各エリアがどのような面積割合で分割され、新たな座標系のエリアに含まれるかを判断して、その面積割合に応じて基準フィルタの成分の値を分割し、新たな座標系の各エリア内に含まれる分割エリアの値を加算することで新たなフィルタの成分の値としたフィルタを作成するようにしたので、所望の角度を成している形状が強調されるようなフィルタを作成することができ、且つどの角度を検出するフィルタについても、同じ基準フィルタを基にして、その構成数値のみを使用して作成しているため、角度による検出感度の差を小さくすることができる。しかも、新たなフィルタを構成する各成分の値が、実数値であるので、角度による処理感度(検出感度)の差をさらに小さくすることができる。そして、このようなフィルタを用いて検出を行った検査装置については、角度に応じて線成分を選択的に強調することができるので、角度成分に応じて閾値の設定等を変更しなければならない処理に対応することができる。
【0031】
実施形態2.
上述の第1の実施の形態では、図2に示すように、基準フィルタを構成する成分の値が浮動小数点数であった。本発明はこれに限定されるものではなく、例えば基準フィルタを構成する成分が整数値である既存のフィルタを用いてもよい。もちろん、基準フィルタの成分が整数値であったとしても、作成した新たなフィルタの成分の数値が整数とは限らず、新たなフィルタの成分の数値は実数である。
【0032】
実施形態3.
図11は画像を拡大縮小した場合を表す概念図である。上述の実施の形態では、基準フィルタの各成分のエリアを全て同一面積の正方形で設定したが、本発明はこれに限定されるものではなく、作成しようとするフィルタによって形状等を任意に設定することができる。上述の実施の形態では特に触れなかったが、もちろん、角度に応じた成分の数値を算出しているという点以外は、通常のフィルタとかわるところがない。
【0033】
また、上述の実施の形態では、基準フィルタを回転することによって新たなフィルタを作成したが、これを画像の拡大縮小を行う画像処理にも適用することができる。例えば元の画像を所望の大きさに拡大又は縮小した場合に、新たな画像のエリアに含まれる面積割合を算出等して新たな画像を構成する画素に基づく値(例えば輝度値)を決めることにより、拡大縮小を含めた画像の変換にも応用することができる。
【0034】
実施形態4.
上述の実施の形態では、新たなフィルタ作成処理を行うフィルタ作成手段1Aと実際の画像処理を行うフィルタ演算処理手段1B及び表示処理手段1Cとで画像処理検査装置1を構成しているが、例えばフィルタ作成手段1Aだけを独立した装置で構成するようにしてもよい。別の装置で作成した新たなフィルタのデータを例えば記憶装置4に記憶させておき、画像処理を行うことができる。
【0035】
実施形態5.
上述の実施形態1では、フィルタ作成手段1Aは、基準フィルタ及び所望する角度に基づいて新しいフィルタを作成する一連の処理を行っているが、例えば、ある基準フィルタに対し、あらかじめ角度に応じた面積割合を算出して記憶しておくようにしてもよい。実際に作成される新たなフィルタは、基準フィルタの成分の数値によって成分の数値は異なるが、回転フィルタと元の座標系に作られた枡目との関係において分割される面積割合は変わらない。そのため、他のフィルタを作成する場合に適用できる。これは、記憶した基準フィルタ以下の大きさの基準フィルタに適用できる。特にエリアを正方形で規定した場合には、90゜までの面積割合を算出しておけば、それ以上の角度については、90゜までの面積割合を対応させることができる。また、長方形で規定した場合にも180゜までの面積割合を算出しておけばよいことになる。
【0036】
実施形態6.
上述の実施の形態では、表示装置の表示画面の検査に線検出処理を用いているが、本発明はこれに限定されるものではなく、他の検査、その他の用途のための線検出に、本発明のフィルタ作成方法、フィルタ及びフィルタを用いた画像処理を適用することができる。
【0037】
また、上述の実施の形態ではフィルタ作成方法を線検出のフィルタに適用しているが、これに限定するものではなく、線以外の例えば楕円形等角度依存性のある形状の検出について、その角度を考慮した検出を行う場合にも適用することができる。
【図面の簡単な説明】
【図1】 検査システムの構成を示すブロック図である。
【図2】 任意の角度の線の一例を表す図である。
【図3】 本実施の形態で用いる基準のフィルタを表す図である。
【図4】 検出しようとする角度に回転した場合を表す概念図である。
【図5】 図4の一部を拡大した図である。
【図6】 新たな成分の数値算出を表す図である。
【図7】 15゜回転して作成したフィルタを表す図である。
【図8】 90゜回転で作成したフィルタによる処理結果を表す図である。
【図9】 105゜回転で作成したフィルタによる処理結果を表す図である。
【図10】 120゜回転で作成したフィルタによる処理結果を表す図である。
【図11】 画像を拡大縮小した場合を表す概念図である。
【符号の説明】
1 画像処理検査装置、1A フィルタ作成処理手段、1B フィルタ演算処理手段、1C 表示処理手段、2 表示装置、3 指示入力装置、4 記憶装置、5 撮像装置
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a spatial filter used for image processing, and in particular, a spatial filter creation method for emphasizing and detecting line components and edge components according to angles, an automatic calculation program for creating a spatial filter, and the space The present invention relates to a line and edge component detection method and an inspection apparatus in an image to be inspected using a filter.
[0002]
[Prior art]
For example, line components and edges in various inspections such as detection of linear defects existing on the display screen of the display device in screen inspection after manufacturing the display device, or detection of boundary lines between parts and spaces in the appearance inspection of components A method using image processing is used when detecting a (contour) component (hereinafter simply referred to as line detection, and a line includes a line segment). In this method, an object to be inspected is imaged by an imaging means such as a CCD camera, and the obtained image data is subjected to image processing using a spatial filter (hereinafter simply referred to as a filter), and line components in the image data or Detection is performed by enhancing the edge component. Image processing using a filter is to determine a new gradation value by performing a certain local operation on the gradation value of an area including neighboring pixels at any pixel on the image, By performing this processing on all the pixels, enhancement processing, noise removal processing, and the like are performed. Specifically, the filter has a component that is a coefficient set so as to emphasize a detection target by performing a convolution operation for each gradation value of each pixel in a region including a neighboring pixel centered on the target pixel. Represented by a dimensional matrix. As a filter used for line detection, for example, a Sobel filter, a Robinson filter, a Prewitt filter, a Kirsch filter, and the like are known (see Non-Patent Document 1). These filters are filters composed of integer values of 3 × 3 or 5 × 5.
[0003]
[Non-Patent Document 1]
"Image Analysis Handbook", Mikio Takagi, Yoshihisa Shimoda, The University of Tokyo Press, (1991).
[0004]
[Problems to be solved by the invention]
When line detection is performed from image data to be inspected using the above-described conventional filters as they are, processing may be performed using these filters only for the purpose of detecting line components from the image. However, if you want to emphasize only the line component that forms an angle from the image data of the object to be inspected, or if you want to change the processing depending on the angle of the line component, or if you want to change the threshold for making detection judgment based on the angle of the line component For example, a problem occurs when processing that accurately considers the angle component is performed. For example, when a 3 × 3 filter is used, it can be classified only into components in eight directions. That is, detection is performed with an accuracy of 45 °, and the line components at various angles in the image data to be inspected emphasized by the filter are 0 °, 45 °, 90 °, 135 °, It can be classified and included in any result with emphasis on the line components forming 180 °, 225 °, 270 ° and 315 °, but it can be classified into line components having other angles with higher accuracy. It cannot be done and effective processing cannot be performed.
[0005]
In order to improve this, a 5 × 5 filter or a filter of a size larger than that has been proposed. However, since each component of the filter is composed of integer values, an accurate angular component is considered. In addition, the points of each component of the filter take discrete numerical values, and problems such as detection sensitivity changing depending on the angle also occur. In addition to the above-described filters, a second-order differential filter (second-order difference) filter such as a Laplacian filter is used for the purpose of detecting line components. With such a filter, a portion where the intensity change of the image is strong is detected. The angle component is not considered.
[0006]
Therefore, the present invention has been made to solve such problems, and an object thereof is to obtain a filter creation method and the like that can more accurately detect components including up to angular components. . It is another object of the present invention to obtain a method for creating a new image after performing conversion by applying the method.
[0007]
[Means for Solving the Problems]
The filter creation method used for image processing according to the present invention includes a step of setting a region for each component constituting a reference spatial filter, and each component constituting a new spatial filter created from the reference spatial filter. The process of setting the area and the center of the reference spatial filter as the axis, the reference spatial filter is rotated at an angle, and the reference spatial filter area after rotation is divided by the new spatial filter area Then, for each component constituting the reference spatial filter after rotation, the ratio of the area of the divided area is calculated, and based on the ratio, the value of each component of the reference spatial filter is divided into divided areas. And for each region of each component constituting the new spatial filter, add the value of the divided region after rotation of the reference spatial filter included in the region, And a step of the value of each component constituting the Tana filter.
In the present invention, for example, in order to create a filter that is most emphasized when forming a certain angle when the shape of the detection target exists at various angles in the image data of the inspection target, The reference filter that emphasizes the detection target at the reference angle (which will also define the angle reference) is rotated by the desired angle, projected onto the new filter coordinate system, and the rotated reference filter Calculate how each component area is divided by each component area constituting a new filter as a percentage of area, and configure each reference filter after rotation based on that ratio The numerical values of the components are divided, and for each region of each component constituting the new filter, the values obtained by the division existing in that region are added to obtain the value of each component constituting the new filter. Therefore, based on the reference filter that detects the shape of the reference angle, a filter that emphasizes the shape forming an angle can be created by calculation processing. Since only the numerical values used in the filter are used, the difference in detection sensitivity depending on the angle can be reduced. In addition, since the value of each component constituting the new filter is constituted by a real value instead of an integer value, the difference in detection sensitivity due to the angle can be further reduced.
[0008]
In addition, the filter creation method according to the present invention uses the values of the components constituting the reference filter as real numbers.
In the present invention, in addition to using an existing integer filter as a reference filter, the value of each component constituting the reference filter is a real number so that more optimal detection can be performed. May be used.
[0009]
In addition, the filter creation method according to the present invention uses the value of each component constituting a new spatial filter as a real number.
In the present invention, the value of each component constituting the new filter is configured by a real number so that more optimal detection can be performed. Thereby, the difference of the detection sensitivity by an angle about the created new filter can be made still smaller.
[0010]
In the filter creation method according to the present invention, the area set for each component constituting the filter is set as a square having the same area.
In the present invention, the area set for each component is set as a square having the same area so as to improve the efficiency of subsequent calculations. By setting in this way, the area ratio when applied from 0 ° to 90 ° is stored, and even when applied to an angle of 90 ° or more, the data of the remainder value divided by 90 is read. It can be applied.
[0011]
In the filter creation method according to the present invention, the reference filter is a filter for enhancing a line component or an edge component.
In the present invention, since a filter that emphasizes a line component is used as a reference filter, effective detection can be performed by using a filter created by the filter creation method according to the present invention for an angle-dependent line component. It can be performed.
[0012]
The filter used for image processing according to the present invention sets a region for each component constituting a reference filter, and sets a region for each component that constitutes a new filter created from the reference filter. With the center of the reference filter as the axis, the reference filter is rotated at a certain angle, the reference filter area after rotation is divided into new filter areas, and the reference filter after rotation is divided. The ratio of the area of the divided region is calculated for each component that constitutes the component, and the value of the divided region is calculated by dividing the value of each component of the reference filter based on the proportion, and a new filter is configured. For each component region to be added, the value of the divided region after rotation of the reference filter included in the region is added to obtain a component constituting a new filter.
In the present invention, the numerical value of the component is effective for each component constituting the filter, which is usually a value at a point (point), with respect to the reference filter (which also defines the angle reference). Temporarily set an area that can be considered. At the same time, for each component constituting the newly created filter, an area in which the numerical value of the component can be regarded as valid is temporarily set. Then, the reference filter is rotated at a certain angle, projected onto the area constituting the new filter, and the ratio of the area of the area divided by the area of each component constituting the new filter is calculated. Based on the ratio, the value of each component of the reference filter is divided to calculate the value of the divided region, and the value of the divided region included in that region is added for each region of each component constituting the new filter. The value is a component. Therefore, it is possible to create a filter that emphasizes a shape forming an angle. In addition, the difference in detection sensitivity due to the angle can be further reduced by expressing the values of the components constituting the new filter by real values instead of integer values.
[0013]
The program for creating a filter used for image processing according to the present invention includes a function for setting a region for each component constituting a reference filter and each component constituting a new filter created from the reference filter. The function to set the area for the center and the center of the reference spatial filter as an axis, the reference spatial filter is rotated at a certain angle, and the reference spatial filter area after rotation is changed by the new spatial filter area. Divide and calculate the ratio of the area of the divided area for each component constituting the reference spatial filter after rotation, and divide the value of each component of the reference spatial filter based on that ratio For each component area that constitutes a new spatial filter, the value of the divided area after rotation of the reference spatial filter included in that area The processing means performs the function of adding and making the value of each component constituting the new filter.
In the present invention, for example, in order to cause the processing means to create a filter that is most emphasized when a desired shape forms an angle, a reference filter (which also defines an angle reference) is provided. When the image is rotated by a certain angle and projected onto the coordinate system before the rotation, how each component area constituting the rotated filter is divided and included in each component area constituting the pre-rotation filter Calculate the ratio of the area, divide the numerical value of each component constituting the rotated filter based on that ratio, and divide the value of the divided area obtained by the division for each area of each component constituting the new filter The values are added to the value of each component constituting the new filter. Therefore, it is possible to create a filter that emphasizes a shape forming an angle. In addition, the difference in detection sensitivity due to the angle can be further reduced by expressing the values of the components constituting the new filter by real values instead of integer values.
[0014]
An image processing apparatus according to the present invention Set the area for each component that makes up the reference spatial filter, set the area for each component that makes up the new spatial filter created from the reference spatial filter, and then set the center of the reference spatial filter For each component constituting the reference spatial filter after rotation by rotating the reference spatial filter at a certain angle about the axis, dividing the reference spatial filter area after rotation by the new spatial filter area Then, the ratio of the area of the divided area is calculated, and based on the ratio, the value of each component of the reference spatial filter is divided to calculate the value of the divided area, and each component constituting the new spatial filter For each area, the value of the divided area after rotation of the reference spatial filter included in the area is added to obtain the value of each component constituting the new filter. And a filter, And at least processing means for performing image processing based on the spatial filter.
In the present invention, the image processing apparatus performs image processing using the created filter, and performs detection according to the angle component. Therefore, it is possible to obtain an image processing apparatus capable of performing processing for enhancing a shape forming an angle.
[0015]
Moreover, the inspection apparatus according to the present invention includes: Set the area for each component that makes up the reference spatial filter, set the area for each component that makes up the new spatial filter created from the reference spatial filter, and then set the center of the reference spatial filter For each component constituting the reference spatial filter after rotation by rotating the reference spatial filter at a certain angle about the axis, dividing the reference spatial filter area after rotation by the new spatial filter area Then, the ratio of the area of the divided area is calculated, and based on the ratio, the value of each component of the reference spatial filter is divided to calculate the value of the divided area, and each component constituting the new spatial filter For each area, the value of the divided area after rotation of the reference spatial filter included in the area is added to obtain the value of each component constituting the new filter. And a filter, At least a detection unit that detects a line component or an edge component from image data based on a spatial filter, and an imaging unit that captures an image of an inspection target and transmits a signal including image data to the line detection unit. is there.
In the present invention, based on the image data of the inspection object imaged by the imaging unit, the detection unit detects a line component or an edge component from the image represented by the image data using the filter. Therefore, it is possible to inspect by inspecting a line forming an angle and detecting the shape of the inspection target or detecting a line defect or the like in the display screen.
[0016]
In addition, for example, when creating a new image obtained by converting a certain image in order to perform image enlargement / reduction processing, an area is set for each pixel constituting the reference original image and conversion is performed. After that, the image is projected onto the area set for each pixel constituting the new image, the numerical value of each pixel is divided based on the ratio of the converted area divided by the area, and the obtained value is newly set. It adds for every area | region of each pixel which comprises a new image, and it is set as the value based on each pixel which comprises a new image. Therefore, an image corresponding to the conversion process (enlargement / reduction, etc.) can be created.
[0017]
DETAILED DESCRIPTION OF THE INVENTION
Embodiment 1. FIG.
FIG. 1 is a block diagram showing a configuration of an inspection system according to the first embodiment of the present invention. In FIG. 1, an image processing inspection apparatus 1 creates a filter for emphasizing and detecting a line according to an angle formed by a line included in an image, and uses the line detection filter to image an object to be inspected. Data line detection processing is performed and inspection is performed. The image processing inspection apparatus 1 further includes a filter creation processing unit 1A, a filter calculation processing unit 1B, and a display processing unit 1C. The filter creation processing unit 1A performs a process of creating a new filter corresponding to the angle component based on a reference filter prepared in advance (hereinafter referred to as a reference filter). The filter calculation processing means 1B performs calculation (image processing) using the filter created by the filter creation processing means 1A. The display processing unit 1C transmits a display signal for displaying the result calculated by the filter calculation processing unit 1B, for example, as an image.
[0018]
The display device 2 displays the calculation result of the filter processing and the inspection result based on the display signal from the display processing means 1C. The instruction input device 3 is an input device represented by a pointing device such as a keyboard or a mouse, for example, and transmits instructions, data, and the like input by the operator to the image processing inspection apparatus 1 as input signals. The storage device 4 temporarily or long-term stores data processed by the image processing inspection apparatus 1. The imaging device 5 is a device that captures an image of an object to be inspected, and includes, for example, a CCD camera having a plurality of light receiving elements such as a CCD. Each light receiving element converts a received light amount into, for example, an electrical signal, Transmit as a video signal. Reference numeral 100 denotes a display panel to be inspected.
[0019]
In this embodiment, a filter that appropriately detects a line component that forms a desired angle is created, and a line component that forms a desired angle is detected from an object to be inspected by image processing using the filter, and inspection is performed. is there. Therefore, first, a new filter that appropriately detects a desired angle is created from the line detection filter corresponding to the reference angle. Here, in the present embodiment, for each filter component that has been conventionally performed with an integer value, at least a newly created filter component is configured with a real number (including a case where the result is an integer value). In the present embodiment, an area (range) in which the numerical value of each component extends is set for a reference filter (hereinafter referred to as a reference filter) and a newly created filter. Then, the reference filter is rotated by a desired angle, projected onto the area of the new filter coordinate system, and the area ratio of each area of the rotated reference filter depends on each area of the new filter coordinate system. Calculate whether to divide. After dividing the numerical value of each component of the reference filter at that ratio, the value obtained by adding the numerical values of the divided areas of the reference filter existing in each area of the new filter coordinate system is used as the new filter area (or The value of a certain point in the area) and the values of components constituting a new filter. If image processing is performed based on the filter thus calculated, a line component that forms a desired angle from the reference angle can be emphasized and detected. Note that the rotation, projection, and the like of the filter described below are not performed in the actual operation, but are conceptually performed on the program of the image processing inspector apparatus 1.
[0020]
Here, each means constituting the image processing inspection apparatus 1 may be configured as separate means (hardware), but in the present embodiment, the image processing inspection apparatus 1 is replaced with, for example, a CPU (Central Processing Unit). Assume that the computer is composed of arithmetic processing means such as a central computer. Then, the processing procedure of each unit is programmed in advance, the arithmetic processing unit executes the processing based on the program, thereby realizing the function of each unit described above.
[0021]
FIG. 2 is a diagram illustrating an example of a line having an arbitrary angle. In the present embodiment, a filter that emphasizes a line component in the vertical (vertical) direction is defined as a filter that emphasizes a line having an angle of 0 °. The direction in which this line is turned clockwise is set as the plus direction. In this embodiment, the setting is made as described above. However, if the same processing system is used, there is no particular problem even if, for example, the horizontal (horizontal) direction is 0 ° or any other angle is 0 °. Further, the plus / minus of the direction of rotation is not limited, and the counterclockwise direction may be set in the plus direction.
[0022]
Next, a method for creating a filter according to the present embodiment will be described. FIG. 3 is a diagram illustrating a reference filter used in the present embodiment. Here, in the present embodiment, it is assumed that a real number (floating point number) is used as the value of each component constituting the filter. The filter of FIG. 3 which is a reference filter is one in which the value of each component constituting the filter is set so that a line in the 0 ° direction having a width of 3 to 4 pixels in the horizontal (horizontal) direction can be mainly detected. When creating the reference filter, for example, an optimum value of each component is calculated and set with a real value so as to detect a line in the direction of 0 ° by a filter creation program using a genetic algorithm. Here, the component in the row direction of the reference filter that detects the line component in the 0 ° direction (FIG. 3A) constitutes an optimal numerical value for emphasizing the above-described line component, and the column direction The components in the row direction are copied and arranged for the length of the line to be detected. The filter configured as described above can mainly emphasize lines longer than the length in the column direction. Therefore, as the number of components in the column direction of the filter increases, the range of the angle of the emphasized line is narrowed by selectively reacting to the desired angle line (in this case, 0 °). And if the number of components in the column direction of the filter decreases, even if it is not a line component, it has meandered even if it has a feature that is emphasized by the filter in the image, for example, unevenness Since the line can also be emphasized, the angle of the emphasized line is increased. Therefore, the filter that selectively emphasizes the angle component requires a certain length in the column direction. Here, FIG. 3B includes nine columns, and can mainly detect vertical lines with a length of 9 pixels or more.
[0023]
FIG. 4 is a conceptual diagram showing a case where the reference filter is rotated to an angle to be detected. A calculation procedure for creating a filter will be described with reference to FIG. Here, image processing generally performed by a processing device such as a computer handles discrete data. For example, numerical values constituting image data used in image processing are values corresponding to each point of the image sensor, and usually do not include area (region) information. The same applies to the filter. In the present embodiment, this is conceptually regarded as having an area where each component of the filter is effective. The reference filter used in the present embodiment is assumed to be composed of a 9 × 9 square area, and is assumed to have a value for each component in each area. Each area is represented by a two-dimensional coordinate value (the horizontal direction is the X direction and the vertical direction is the Y direction).
[0024]
First, the angle of the line component to be detected by the newly created filter is determined. Here, a line component of about 5 ° is detected. Then, the reference filter is rotated at that angle as shown in FIG. In FIG. 4, a reference filter after rotation (hereinafter referred to as a rotation filter) is represented by a dotted line. A solid line is area information constituting a new filter. In the present embodiment, the same information as the coordinate system of the reference filter before rotation is used. Here, the size of the new filter is larger than the size of the reference filter before the rotation. This is because the filter newly created by rotating the filter has a maximum of about 1 compared to the reference filter. Because the size is 4 times larger (in the case of the 9 × 9 standard filter, the maximum filter size is 13 × 13 as in this embodiment), the size of the new filter is Prepare for the minutes. Actually, the coordinate system (coordinates) of a new filter to be prepared is limited due to the saving of hardware resources such as memory, but it is better to provide a margin as much as possible.
[0025]
FIG. 5 is an enlarged view of a part of FIG. In FIG. 5, the portion surrounded by a circle in FIG. 4 (position near the area (coordinates) (8, 3) of the rotated reference filter) is enlarged. As shown in FIG. 5A, the numerical value of the (8, 3) component of the reference filter is −7.68. Next, conceptually projecting the rotated reference filter area onto a new filter coordinate system (hereinafter referred to as a new coordinate system), each component of the rotated reference filter is configured in the new coordinate system. Divided by areas. A ratio of the area of the divided area (hereinafter referred to as an area ratio) is calculated (FIG. 5B). The (8,3) component of the rotated reference filter is divided into four parts by area ratios of 60%, 20%, 15%, and 5%, respectively, according to the new filter area. The filter creation means 1A further divides the reference filter component values by the calculated area ratio (FIG. 5C). Here, since the value of the component of the reference filter is −7.68, when the area ratio is multiplied, −4.61, −1.54, −1.15, and −0.38 from the descending order of the area of the divided areas. It becomes.
[0026]
FIG. 6 is a conceptual diagram illustrating a numerical value calculation method for new filter components. Division of each component of the reference filter as described above is performed for all areas of the reference filter, and in each area configured with a new coordinate system, the calculated numerical values of the divided areas included in the area are calculated. Each is added (FIG. 6A). The numerical value calculated in this way becomes a value of a new filter component that appropriately detects a line component that forms a desired angle to be detected (FIG. 6B).
[0027]
FIG. 7 is a diagram showing a filter created by rotating the reference filter by 15 ° so as to create a filter for detecting a 15 ° line component. Here, the value of each component of the filter of FIG. 7 is calculated using the Monte Carlo method which is a general algorithm, and can be divided by the rotated reference filter and each area created in the new coordinate system. After calculating the area ratio of the area using a random number, the value of each component is calculated. Although the Monte Carlo method is used in the present embodiment, the method for calculating the area ratio of the divided areas is not limited to this, and for example, the area may be calculated by calculating the area based on the seating calculation for all areas. good. The filter shown in FIG. 7 is actually a 13 × 13 size filter, but when rounding off three decimal places that are considered to have little effect on the filter processing calculation results, the outermost values are all 0. Therefore, here, the filter has a size of 11 × 11.
[0028]
The filter calculation processing means 1B performs filter processing on the image data to be inspected using the new filter created by the filter creation processing means 1A as described above, and emphasizes and detects line components at a desired angle. To do.
[0029]
8, 9 and 10, three types of filters having different detection angles are created by the filter creation processing unit 1 </ b> A, and the same filter to be inspected is used by the filter computation processing unit 1 </ b> B using the created filter. It is a figure showing the result of having performed the filter calculation process with respect to image data, and having detected the line component. 8 is a filter prepared by rotating the reference filter by 90 °, FIG. 9 is a filter prepared by rotating the reference filter by 105 °, and FIG. 10 is a filter processing using a filter prepared by rotating the reference filter by 120 °. The result of having performed. For example, the display processing unit 1C uses the filter created by the filter creation processing unit 1A by the filter computation processing unit 1B to obtain image data obtained by performing filter computation processing on the image data to be inspected, as shown in FIG. 9 and 10 are displayed. As shown in FIGS. 8, 9, and 10, a line having an angle component of 105 ° or the vicinity thereof, which is hardly detected in FIGS. 8 and 10, is detected toward the upper right of the display screen of FIG. You can see that
[0030]
As described above, according to the first embodiment, a region is conceptually set for each component of the reference filter and the new filter to be created, and then the reference filter is rotated by a desired angle to obtain new coordinates. Projected onto the system, the area of the reference filter after rotation is divided by the area of the new coordinate system, and the area ratio is determined by determining what area ratio is included in the area of the new coordinate system. Accordingly, the value of the component of the reference filter is divided, and the value of the divided area included in each area of the new coordinate system is added to create a filter with the value of the new filter component. A filter that emphasizes the shape that forms the desired angle can be created, and a filter that detects any angle is created based on the same reference filter and using only its constituent values. And for that, it is possible to reduce the difference in detection sensitivity depending on the angle. In addition, since the value of each component constituting the new filter is a real value, the difference in processing sensitivity (detection sensitivity) depending on the angle can be further reduced. And about the inspection apparatus which detected using such a filter, since a line component can be selectively emphasized according to an angle, the setting of a threshold value etc. must be changed according to an angle component. It can correspond to processing.
[0031]
Embodiment 2. FIG.
In the first embodiment described above, as shown in FIG. 2, the values of the components constituting the reference filter are floating point numbers. This invention is not limited to this, For example, you may use the existing filter whose component which comprises a reference | standard filter is an integer value. Of course, even if the reference filter component is an integer value, the numerical value of the created new filter component is not necessarily an integer, and the numerical value of the new filter component is a real number.
[0032]
Embodiment 3. FIG.
FIG. 11 is a conceptual diagram showing a case where an image is enlarged or reduced. In the above-described embodiment, the area of each component of the reference filter is set as a square having the same area. However, the present invention is not limited to this, and the shape and the like are arbitrarily set depending on the filter to be created. be able to. Although not particularly mentioned in the above-described embodiment, of course, there is no difference from a normal filter except that the numerical value of the component corresponding to the angle is calculated.
[0033]
In the above-described embodiment, a new filter is created by rotating the reference filter, but this can also be applied to image processing for enlarging or reducing an image. For example, when the original image is enlarged or reduced to a desired size, a value (for example, luminance value) based on the pixels constituting the new image is determined by calculating the area ratio included in the area of the new image. Therefore, it can be applied to image conversion including enlargement / reduction.
[0034]
Embodiment 4 FIG.
In the above-described embodiment, the image processing inspection apparatus 1 is configured by the filter creation means 1A that performs new filter creation processing, the filter calculation processing means 1B that performs actual image processing, and the display processing means 1C. Only the filter creation means 1A may be configured by an independent device. Data of a new filter created by another device can be stored in the storage device 4, for example, and image processing can be performed.
[0035]
Embodiment 5. FIG.
In the first embodiment described above, the filter creation unit 1A performs a series of processes for creating a new filter based on the reference filter and the desired angle. For example, an area corresponding to the angle is previously provided to a certain reference filter. The ratio may be calculated and stored. The new filter actually created has different component values depending on the component values of the reference filter, but the divided area ratio does not change in relation to the rotation filter and the grid created in the original coordinate system. Therefore, it can be applied when creating other filters. This can be applied to a reference filter having a size smaller than the stored reference filter. In particular, when the area is defined by a square, if the area ratio up to 90 ° is calculated, the area ratio up to 90 ° can be made to correspond to the angle beyond that. In addition, even when it is defined by a rectangle, the area ratio up to 180 ° may be calculated.
[0036]
Embodiment 6. FIG.
In the above-described embodiment, line detection processing is used for the inspection of the display screen of the display device, but the present invention is not limited to this, and for line detection for other inspections and other uses, The filter creation method, the filter, and the image processing using the filter of the present invention can be applied.
[0037]
In the above-described embodiment, the filter creation method is applied to the line detection filter. However, the present invention is not limited to this. For detection of a shape other than a line, such as an ellipse, that has an angle dependency, the angle The present invention can also be applied to detection in consideration of the above.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of an inspection system.
FIG. 2 is a diagram illustrating an example of a line having an arbitrary angle.
FIG. 3 is a diagram illustrating a reference filter used in the present embodiment.
FIG. 4 is a conceptual diagram showing a case where rotation is performed at an angle to be detected.
5 is an enlarged view of a part of FIG.
FIG. 6 is a diagram illustrating numerical calculation of new components.
FIG. 7 is a diagram showing a filter created by rotating 15 °.
FIG. 8 is a diagram illustrating a processing result by a filter created by 90 ° rotation.
FIG. 9 is a diagram illustrating a processing result by a filter created by a 105 ° rotation.
FIG. 10 is a diagram illustrating a processing result by a filter created by rotation by 120 °.
FIG. 11 is a conceptual diagram illustrating a case where an image is enlarged or reduced.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Image processing test | inspection apparatus, 1A filter preparation process means, 1B filter calculation process means, 1C display process means, 2 display apparatus, 3 instruction input device, 4 memory | storage device, 5 imaging device

Claims (10)

画像処理に用いる空間フィルタを作成する方法において、基準となる空間フィルタを構成する各成分について領域を設定する工程と、
基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定する工程と、
基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値とする工程と、
新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算し、新たなフィルタを構成する各成分の値とする工程と
を有することを特徴とする空間フィルタ作成方法。
In the method of creating a spatial filter used for image processing, a step of setting a region for each component constituting a reference spatial filter;
Setting a region for each component constituting a new spatial filter created from a reference spatial filter;
Rotate the reference spatial filter at a certain angle around the center of the reference spatial filter, divide the rotated reference spatial filter area by the new spatial filter area, Calculating the ratio of the area of the divided region for each component constituting the spatial filter, and dividing the value of each component of the reference spatial filter based on the ratio to obtain the value of the divided region;
For each component area constituting the new spatial filter, adding the value of the divided area after rotation of the reference spatial filter included in the area to obtain the value of each component constituting the new filter; A spatial filter creating method characterized by comprising:
前記基準となる空間フィルタを構成する各成分の値を実数とすることを特徴とする請求項1記載の空間フィルタ作成方法。  2. The spatial filter creation method according to claim 1, wherein the value of each component constituting the reference spatial filter is a real number. 前記新たな空間フィルタを構成する各成分の値を実数とすることを特徴とする請求項1又は2に記載の空間フィルタ作成方法。  The spatial filter creation method according to claim 1 or 2, wherein a value of each component constituting the new spatial filter is a real number. 前記空間フィルタを構成する各成分について設定する領域を同一面積の正方形で設定することを特徴とする請求項1〜3のいずれかに記載の空間フィルタ作成方法。  4. The spatial filter creation method according to claim 1, wherein a region set for each component constituting the spatial filter is set as a square having the same area. 前記基準となる空間フィルタは、線成分又はエッジ成分を強調するための空間フィルタであることを特徴とする請求項1〜4のいずれかに記載の空間フィルタ作成方法。  The spatial filter creation method according to claim 1, wherein the reference spatial filter is a spatial filter for enhancing a line component or an edge component. 前記基準となる空間フィルタをある角度で回転させていった場合の角度毎の前記新たな空間フィルタの領域で分割された基準となる空間フィルタの分割領域の面積の割合を記憶手段に記憶しておくことを特徴とする請求項1記載の空間フィルタ作成方法。  The ratio of the area of the divided area of the reference spatial filter divided by the new area of the spatial filter for each angle when the reference spatial filter is rotated at a certain angle is stored in the storage means. The spatial filter creation method according to claim 1, wherein: 画像処理に用いる空間フィルタにおいて、基準となる空間フィルタを構成する各成分について領域を設定し、基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定した上で、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値を算出し、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算して、新たなフィルタを構成する各成分の値とすることを特徴とする空間フィルタ。  In the spatial filter used for image processing, after setting a region for each component constituting the reference spatial filter, and after setting a region for each component constituting a new spatial filter created from the reference spatial filter, Rotate the reference spatial filter at a certain angle around the center of the reference spatial filter, divide the rotated reference spatial filter area by the new spatial filter area, For each component constituting the spatial filter, the ratio of the area of the divided area is calculated, and based on the ratio, the value of each component of the reference spatial filter is divided to calculate the value of the divided area. For each component area that makes up a spatial filter, the value of the divided area after rotation of the reference spatial filter included in that area is added to form a new filter. Spatial filter, characterized in that the value of each component. 画像処理に用いる空間フィルタを作成するプログラムにおいて、
基準となる空間フィルタを構成する各成分について領域を設定させる機能と、
基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定する機能と、
基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値とする機能と、
新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算し、新たなフィルタを構成する各成分の値とする機能と
を処理手段に行わせることを特徴とする空間フィルタ作成方法のプログラム。
In a program that creates a spatial filter for image processing,
A function for setting a region for each component constituting the reference spatial filter;
A function to set a region for each component constituting a new spatial filter created from a reference spatial filter;
Rotate the reference spatial filter at a certain angle around the center of the reference spatial filter, divide the rotated reference spatial filter area by the new spatial filter area, A function of calculating the area ratio of the divided area for each component constituting the spatial filter, and dividing the value of each component of the spatial filter serving as a reference based on the ratio to obtain the value of the divided area;
For each component region that constitutes a new spatial filter, the value of the divided region after the rotation of the reference spatial filter included in that region is added, and the value of each component that constitutes the new filter is obtained. A program for a spatial filter creation method characterized by causing a processing means to perform.
基準となる空間フィルタを構成する各成分について領域を設定し、基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定した上で、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値を算出し、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算して、新たなフィルタを構成する各成分の値とする、画像処理に用いる空間フィルタと、
該空間フィルタに基づいて画像処理を行う処理手段と
を少なくとも備えたことを特徴とする画像処理装置。
Set the area for each component that makes up the reference spatial filter, set the area for each component that makes up the new spatial filter created from the reference spatial filter, and then set the center of the reference spatial filter For each component constituting the reference spatial filter after rotation by rotating the reference spatial filter at a certain angle about the axis, dividing the reference spatial filter area after rotation by the new spatial filter area Then, the ratio of the area of the divided area is calculated, and based on the ratio, the value of each component of the reference spatial filter is divided to calculate the value of the divided area, and each component constituting the new spatial filter For each area, the value of the divided area after rotation of the reference spatial filter included in the area is added to obtain the value of each component constituting the new filter. And a filter,
An image processing apparatus comprising at least processing means for performing image processing based on the spatial filter.
基準となる空間フィルタを構成する各成分について領域を設定し、基準となる空間フィルタから作成される新たな空間フィルタを構成する各成分について領域を設定した上で、基準となる空間フィルタの中心を軸にして、ある角度で基準となる空間フィルタを回転し、回転後の基準となる空間フィルタの領域を新たな空間フィルタの領域により分割し、回転後の基準となる空間フィルタを構成する成分毎に、分割された領域の面積の割合を算出し、その割合に基づいて基準となる空間フィルタの各成分の値を分割して分割領域の値を算出し、新たな空間フィルタを構成する各成分の領域毎に、その領域に含まれる基準となる空間フィルタの回転後の分割領域の値を加算して、新たなフィルタを構成する各成分の値とする、画像処理に用いる空間フィルタと、
該空間フィルタに基づいて画像データから線成分又はエッジ成分の検出を行う検出手段と、
被検査対象を撮像し、前記線検出手段に画像データを含む信号を送信する撮像手段と
を少なくとも備えたことを特徴とする検査装置。
Set the area for each component that makes up the reference spatial filter, set the area for each component that makes up the new spatial filter created from the reference spatial filter, and then set the center of the reference spatial filter For each component constituting the reference spatial filter after rotation by rotating the reference spatial filter at a certain angle about the axis, dividing the reference spatial filter area after rotation by the new spatial filter area Then, the ratio of the area of the divided area is calculated, and based on the ratio, the value of each component of the reference spatial filter is divided to calculate the value of the divided area, and each component constituting the new spatial filter For each area, the value of the divided area after rotation of the reference spatial filter included in the area is added to obtain the value of each component constituting the new filter. And a filter,
Detection means for detecting line components or edge components from the image data based on the spatial filter;
An inspection apparatus comprising at least imaging means for imaging an object to be inspected and transmitting a signal including image data to the line detection means.
JP2003061661A 2003-03-07 2003-03-07 Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter Expired - Fee Related JP4296801B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003061661A JP4296801B2 (en) 2003-03-07 2003-03-07 Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003061661A JP4296801B2 (en) 2003-03-07 2003-03-07 Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter

Publications (2)

Publication Number Publication Date
JP2004272546A JP2004272546A (en) 2004-09-30
JP4296801B2 true JP4296801B2 (en) 2009-07-15

Family

ID=33123823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003061661A Expired - Fee Related JP4296801B2 (en) 2003-03-07 2003-03-07 Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter

Country Status (1)

Country Link
JP (1) JP4296801B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103716512A (en) * 2014-01-22 2014-04-09 天津天地伟业数码科技有限公司 Robinson operator-based image sharpening system and method
CN113379639B (en) * 2021-06-25 2022-08-05 武汉大学 A kind of infrared target anti-jamming detection and tracking method in complex environment

Also Published As

Publication number Publication date
JP2004272546A (en) 2004-09-30

Similar Documents

Publication Publication Date Title
US7881520B2 (en) Defect inspection system
US8044971B2 (en) Methods of and apparatus for processing computer graphics
JP4908440B2 (en) Image processing apparatus and method
US11836961B2 (en) Information processing apparatus, information processing method, and storage medium for determining whether a captured image of a subject is suitable for recognition processing
CN110335273B (en) Detection method, detection device, electronic apparatus, and medium
JP5241410B2 (en) Image processing apparatus, image processing method, and computer program
JP4112812B2 (en) Pattern evaluation method, pattern evaluation apparatus, and computer-readable recording medium
JP2008500529A (en) Method for characterizing a digital imaging system
JP2009522561A (en) Method and system for optical inspection of periodic structures
CN111553870B (en) Image processing method based on distributed system
JP2005122361A (en) Image processor, its processing method, computer program, and recording medium
JP7547069B2 (en) Information processing device, information processing method and program for information processing device
JP5705711B2 (en) Crack detection method
JPWO2019003796A1 (en) Image combining method, image combining apparatus, and recording medium
CN106062824A (en) Edge detection device, edge detection method, and program
JP2012168013A (en) Defect detecting device, defect detecting method, and computer program
WO2020137121A1 (en) Image processing device, image processing method, and image processing program
JP4353479B2 (en) Unevenness inspection apparatus, unevenness inspection method, and program for causing computer to inspect shading unevenness
JP2003167529A (en) Screen defect detection method and apparatus, and program for screen defect detection
JP4296801B2 (en) Spatial filter, spatial filter creation method, spatial filter creation method program, and image processing apparatus and inspection apparatus using the spatial filter
JP2008014842A (en) Spot defect detection method and apparatus
JP6801366B2 (en) Line width measurement method, line width measurement program, storage medium and information processing device
JP6410459B2 (en) Image inspection method and image inspection apparatus
JP6114559B2 (en) Automatic unevenness detector for flat panel display
JP4279833B2 (en) Appearance inspection method and appearance inspection apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060303

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090106

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090223

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090406

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20120424

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120424

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130424

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130424

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20140424

Year of fee payment: 5

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees