JP5103436B2 - Image processing apparatus, image processing method, and image processing program - Google Patents

Image processing apparatus, image processing method, and image processing program Download PDF

Info

Publication number
JP5103436B2
JP5103436B2 JP2009112693A JP2009112693A JP5103436B2 JP 5103436 B2 JP5103436 B2 JP 5103436B2 JP 2009112693 A JP2009112693 A JP 2009112693A JP 2009112693 A JP2009112693 A JP 2009112693A JP 5103436 B2 JP5103436 B2 JP 5103436B2
Authority
JP
Japan
Prior art keywords
image
determination
input
images
image processing
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
JP2009112693A
Other languages
Japanese (ja)
Other versions
JP2010262470A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2009112693A priority Critical patent/JP5103436B2/en
Publication of JP2010262470A publication Critical patent/JP2010262470A/en
Application granted granted Critical
Publication of JP5103436B2 publication Critical patent/JP5103436B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Facsimile Image Signal Circuits (AREA)
  • Image Processing (AREA)

Description

本発明は、入力された画像に画像処理を施す画像処理装置、画像処理方法及びプログラムに関する。   The present invention relates to an image processing apparatus, an image processing method, and a program for performing image processing on an input image.

センサやカメラによって撮像された画像には、センサやカメラの性能、撮像を行う環境等によって様々なノイズが含まれる。これらのノイズを除去し、撮像された画像に含まれる物体と背景とを明確に区別するための画像処理の方法が報告されている。以降、撮像された画像に含まれる物体のことを対象物体という。   The image captured by the sensor or camera includes various noises depending on the performance of the sensor or camera, the environment in which the image is captured, and the like. An image processing method for removing these noises and clearly distinguishing an object included in a captured image from a background has been reported. Hereinafter, an object included in a captured image is referred to as a target object.

撮像された画像に含まれる背景と対象物体とを明確に区別するための画像処理の方法の一つが例えば、非特許文献1に開示されている。非特許文献1に開示されている方法では、画像に対してmorphology(モルフォロジ)の関数であるerosion(収縮)処理と、dilation(膨張)処理とを施すことにより、画像に含まれるノイズを除去する。なお、収縮処理とは、画像を水平及び垂直の各方向に1画素単位でずらした画素群と、もとの画素とを重ね合わせてこれらの画素間における濃度値の論理積(2値表示の場合は論理積、階調表示(濃淡表示)の場合は最小値)を演算する処理である。また、膨張処理とは、画像を水平及び垂直の各方向に1画素単位でずらした画素群と、もとの画素とを重ね合わせてこれらの画素間における濃度値の論理和(2値表示の場合は論理和、階調表示(濃淡表示)の場合は最大値)を演算する処理である。   One of image processing methods for clearly distinguishing between a background and a target object included in a captured image is disclosed in Non-Patent Document 1, for example. In the method disclosed in Non-Patent Document 1, noise included in an image is removed by performing an erosion process and a dilation process, which are functions of morphology, on the image. . Shrinkage processing refers to a pixel product obtained by shifting the image in the horizontal and vertical directions in units of one pixel and the original pixel, and the logical product of density values between these pixels (in binary display). In this case, the logical product is calculated, and in the case of gradation display (shading display), the minimum value is calculated. In addition, the expansion processing is a logical sum of density values between these pixels by superimposing the original pixel and a pixel group obtained by shifting the image in the horizontal and vertical directions in units of one pixel (in binary display). In the case of logical sum, the maximum value in the case of gradation display (light and shade display)).

この非特許文献1に開示されている方法において、画像処理を施す画像をXとし、構造要素をBとし、(X+B)をBによるXの膨張と定義し、(X−B)をBによるXの収縮と定義する。この場合、ノイズを除去する処理であるopening処理(X○Bと表記する)とclosing処理(X・Bと表記する)とはそれぞれ、以下に示す式(1)と式(2)とでそれぞれ定義される。なお、opening処理は、収縮処理を行った後に膨張処理を行う処理であり、画像の背景に含まれるノイズを除去する。また、closing処理は、膨張処理を行った後に収縮処理を行う処理であり、画像の対象物体に含まれるノイズ(穴や細かい窪み)を除去する。   In the method disclosed in Non-Patent Document 1, an image to be subjected to image processing is defined as X, a structural element is defined as B, (X + B) is defined as expansion of X by B, and (X−B) is defined as X by B. It is defined as contraction. In this case, the opening process (denoted as X ○ B) and the closing process (denoted as X · B), which are processes for removing noise, are respectively represented by the following expressions (1) and (2). Defined. The opening process is a process of performing an expansion process after performing a contraction process, and removes noise included in the background of the image. The closing process is a process of performing a contraction process after performing an expansion process, and removes noise (holes and fine depressions) included in the target object of the image.

X○B=(X−B)+B (1)
X・B=(X+B)−B (2)
また、対象物体の形状に特化した方法として例えば、指紋認証における登録画像の作成アルゴリズムであるMehtre法が非特許文献2に開示されている。この方法では、指紋の隆線方向を求め、その方向に沿ってcontextualフィルタを畳み込み、隆線を強調する。
X * B = (X-B) + B (1)
X · B = (X + B) −B (2)
Further, as a method specialized in the shape of the target object, for example, the Mehtre method, which is a registration image creation algorithm in fingerprint authentication, is disclosed in Non-Patent Document 2. In this method, a ridge direction of a fingerprint is obtained, and a Contextual filter is convolved along the direction to emphasize the ridge.

上述した2つの方法では、様々な画質レベルの入力画像に対して単一の画像処理を施す。そのため、入力画像の画質レベルが著しく低い場合等には、画像処理が施された結果の画像である出力画像にノイズが残留してしまう。つまり、出力画像の画質レベルが十分に高いものにならないという問題点がある。   In the two methods described above, single image processing is performed on input images of various image quality levels. For this reason, when the image quality level of the input image is remarkably low, noise remains in the output image that is a result of the image processing. That is, there is a problem that the image quality level of the output image is not sufficiently high.

そこで、出力画像の画質レベルが十分に高いものでない場合に、画像を入力し直すことのできる方法が例えば、特許文献1に開示されている。特許文献1に開示されている方法では、指紋の照合を行う際、センサに読み込ませたユーザの指紋の画像に画像処理(2値化や細線化等)が施される。そして、画像処理が施された画像の画質レベルが評価され、画質レベルが低いと判断されると、その旨がユーザに通知される。ユーザは、その通知に従って再度、指紋をセンサに読み込ませる。   Thus, for example, Patent Document 1 discloses a method that can re-input an image when the image quality level of the output image is not sufficiently high. In the method disclosed in Japanese Patent Application Laid-Open No. 2004-228561, when fingerprint verification is performed, image processing (binarization, thinning, etc.) is performed on the user's fingerprint image read by the sensor. Then, the image quality level of the image subjected to the image processing is evaluated, and if it is determined that the image quality level is low, the user is notified of this. The user causes the sensor to read the fingerprint again according to the notification.

また、特許文献2に開示されている技術では、入力画像がモニタに表示され、表示された入力画像の画質レベルをユーザが目視で判断する。そして、ユーザは、入力画像の画質レベルが低いと判断すると、画質レベルの劣化を補正する画像処理を施す。その結果、画質レベルの劣化が補正された画像が出力される。   In the technique disclosed in Patent Document 2, an input image is displayed on a monitor, and the user visually determines the image quality level of the displayed input image. When the user determines that the image quality level of the input image is low, the user performs image processing for correcting the deterioration of the image quality level. As a result, an image in which the deterioration of the image quality level is corrected is output.

特開平8−129644号公報JP-A-8-129644 特開2000−324339号公報JP 2000-324339 A

J. Serra, “Image Analysis and Mathematical Morphology,” Academic Press, London, 1982J. Serra, “Image Analysis and Mathematical Morphology,” Academic Press, London, 1982 B.M.Mehtre, “Fingerprint Image Analysis for Automatic Identification,” Machine Vision and Applications, vol.6,no.2-3,pp.124.139, 1993.B.M.Mehtre, “Fingerprint Image Analysis for Automatic Identification,” Machine Vision and Applications, vol.6, no.2-3, pp.124.139, 1993.

上述した特許文献1や特許文献2に開示されている技術を利用すれば、入力画像の画質レベルが著しく低い場合でも、画像の入力や補正を繰り返すことにより、より多くのノイズを除去することができ、出力画像の画質レベルを高くすることができる。   If the techniques disclosed in Patent Document 1 and Patent Document 2 described above are used, more noise can be removed by repeating image input and correction even when the image quality level of the input image is extremely low. The image quality level of the output image can be increased.

しかしながら、特許文献1に開示されている技術では、ユーザによる画像の再入力が必要であり、ユーザに負担がかかるとともに、画像を再入力するための時間を要するという問題点がある。   However, the technique disclosed in Patent Document 1 has a problem that it is necessary to re-input an image by the user, which places a burden on the user and requires time for re-inputting the image.

また、特許文献2に開示されている技術では、ユーザによる画質レベルの補正が必要であり、ユーザに対する訓練が必要であるとともに、画質レベルの劣化を補正するための時間を要するという問題点がある。   In addition, the technique disclosed in Patent Document 2 requires correction of the image quality level by the user, requires training for the user, and requires time for correcting deterioration of the image quality level. .

本発明は、ユーザへ負担をかけることなく、画質レベルの高い出力画像を効率的に得ることを可能にする画像処理装置、画像処理方法及びプログラムを提供することを目的とする。   An object of the present invention is to provide an image processing apparatus, an image processing method, and a program that can efficiently obtain an output image with a high image quality level without imposing a burden on the user.

上記目的を達成するために本発明の画像処理装置は、画像の入力を受け付け、該受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成し、該生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する画像処理装置であって、
画像の入力を受け付け、該受け付けた画像を入力画像として出力する画像入力部と、
前記画像入力部から出力された入力画像を受け付け、該受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成し、該生成された複数の処理済画像を出力する画像処理部と、
前記画像入力部から出力された入力画像を受け付け、前記相互に異なる種類の複数の画像処理のそれぞれと対応付けられ、当該画像処理よりも処理量が少ない複数の判定用画像処理を前記受け付けた入力画像に施すことにより、前記複数の処理済画像のそれぞれと対応付けられた複数の判定用画像を生成し、該生成された複数の判定用画像を出力する判定用画像処理部と、
前記判定用画像処理部から出力された複数の判定用画像を、画質レベルが評価される評価対象画像として受け付け、該受け付けた複数の判定用画像のそれぞれの画質レベルを評価し、当該複数の判定用画像のうち画質レベルが所定の条件を満たす判定用画像を示す評価結果を出力する画像判定部と、
前記画像処理部から出力された複数の処理済画像と、前記画像判定部から出力された評価結果とを受け付け、前記受け付けた複数の処理済画像のうち、前記受け付けた評価結果が示す判定用画像と対応する処理済画像を選択する画像選択部と、
前記画像入力部から出力された入力画像を受け付け、該受け付けた入力画像に対し、前記複数の判定用画像の間の画質レベルの差を明確にするための前処理を施した前処理済画像を生成し、該生成された前処理済画像を出力する前処理部と、を有し、
前記判定用画像処理部は、前記画像入力部から出力された入力画像と、前記前処理部から出力された前処理済画像とを受け付け、前記複数の判定用画像処理のうち所定の1つの判定用画像処理を前記受け付けた入力画像に施し、前記複数の判定用画像処理のうち前記所定の1つの判定用画像処理以外の判定用画像処理を前記受け付けた前処理済画像に施すことにより、前記複数の判定用画像を生成する
In order to achieve the above object, an image processing apparatus of the present invention receives an input of an image, generates a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image, An image processing apparatus that selects a processed image whose image quality level satisfies a predetermined condition from among the plurality of generated images,
An image input unit that receives an input of an image and outputs the received image as an input image;
Receiving an input image output from the image input unit, generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image, and generating the plurality of processed images An image processing unit for outputting an image;
An input image output from the image input unit is received, and the received input includes a plurality of determination image processes associated with each of the plurality of different types of image processing and having a smaller processing amount than the image processing. A determination image processing unit configured to generate a plurality of determination images associated with each of the plurality of processed images and to output the generated plurality of determination images;
The plurality of determination images output from the determination image processing unit are received as evaluation target images whose image quality levels are evaluated, the image quality levels of the received plurality of determination images are evaluated, and the plurality of determinations An image determination unit that outputs an evaluation result indicating a determination image whose image quality level satisfies a predetermined condition among the images for use;
A plurality of processed images output from the image processing unit and an evaluation result output from the image determination unit are received, and a determination image indicated by the received evaluation result among the plurality of received processed images An image selection unit for selecting a processed image corresponding to
A preprocessed image obtained by receiving an input image output from the image input unit and performing a preprocess for clarifying a difference in image quality level between the plurality of determination images with respect to the received input image. A pre-processing unit that generates and outputs the generated pre-processed image,
The determination image processing unit receives an input image output from the image input unit and a preprocessed image output from the preprocessing unit, and determines a predetermined one of the plurality of determination image processes. Performing image processing on the received input image, and performing image processing for determination other than the predetermined one image processing for determination among the plurality of image processing for determination on the received preprocessed image, A plurality of determination images are generated .

また、本発明の画像処理方法は、
画像の入力を受け付ける処理と、
前記受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成する処理と、
前記生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する選択処理と、を実行する画像処理装置における画像処理方法であって、
前記選択処理は、
前記相互に異なる種類の複数の画像処理のそれぞれと対応付けられ、当該画像処理よりも処理量が少ない複数の判定用画像処理を前記入力画像に施すことにより、前記複数の処理済画像のそれぞれと対応付けられ、画質レベルが評価される評価対象画像である複数の判定用画像を生成する判定用画像生成処理と、
前記生成された複数の判定用画像の画質レベルを評価する処理と、
前記複数の判定用画像のうち画質レベルが所定の条件を満たす判定用画像に対応する前記処理済画像を選択する処理と、
を含み、
前記判定用画像生成処理は、
前記入力画像に対し、前記複数の判定用画像の間の画質レベルの差を明確にするための前処理を施した前処理済画像を生成する処理と、
前記複数の判定用画像処理のうち所定の1つの判定用画像処理を前記入力画像に施し、前記複数の判定用画像処理のうち前記所定の1つの判定用画像処理以外の判定用画像処理を前記前処理済画像に施すことにより、前記複数の判定用画像を生成する処理と、
を含む
Further, the image processing method of the present invention includes:
Processing to accept image input ;
A process of generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image;
An image processing method in an image processing apparatus that executes a selection process for selecting a processed image whose image quality level satisfies a predetermined condition from among the plurality of generated images generated ,
The selection process includes
Each of the plurality of processed images is associated with each of the plurality of different types of image processing, and is subjected to a plurality of determination image processings having a smaller processing amount than the image processing. A determination image generation process for generating a plurality of determination images, which are evaluation target images that are associated and whose image quality level is evaluated;
A process of evaluating image quality levels of the plurality of generated determination images;
A process of selecting the processed image corresponding to a determination image whose image quality level satisfies a predetermined condition among the plurality of determination images;
Including
The determination image generation process includes:
Processing for generating a preprocessed image on which the preprocessing for clarifying the difference in image quality level between the plurality of determination images is performed on the input image;
A predetermined one of the plurality of determination image processes is applied to the input image, and a determination image process other than the predetermined one of the plurality of determination image processes is performed on the input image. Processing to generate the plurality of determination images by applying to a preprocessed image;
Including

また、本発明のプログラムは、画像処理装置に、
画像の入力を受け付ける手順と、
前記受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成する手順と、
前記生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する選択手順と、
実行させるための画像処理プログラムであって、
前記選択手順は、
前記相互に異なる種類の複数の画像処理のそれぞれと対応付けられ、当該画像処理よりも処理量が少ない複数の判定用画像処理を前記入力画像に施すことにより、前記複数の処理済画像のそれぞれと対応付けられ、画質レベルが評価される評価対象画像である複数の判定用画像を生成する判定用画像生成手順と、
前記生成された複数の判定用画像の画質レベルを評価する手順と、
前記複数の判定用画像のうち画質レベルが所定の条件を満たす判定用画像に対応する前記処理済画像を選択する手順と、
を含み、
前記判定用画像生成手順は、
前記入力画像に対し、前記複数の判定用画像の間の画質レベルの差を明確にするための前処理を施した前処理済画像を生成する手順と、
前記複数の判定用画像処理のうち所定の1つの判定用画像処理を前記入力画像に施し、前記複数の判定用画像処理のうち前記所定の1つの判定用画像処理以外の判定用画像処理を前記前処理済画像に施すことにより、前記複数の判定用画像を生成する手順と、
を含む
The program of the present invention is stored in an image processing apparatus.
A procedure to accept image input ,
A procedure for generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image;
A selection procedure for selecting a processed image whose image quality level satisfies a predetermined condition among the plurality of generated images generated;
An image processing program for causing execution,
The selection procedure is:
Each of the plurality of processed images is associated with each of the plurality of different types of image processing, and is subjected to a plurality of determination image processings having a smaller processing amount than the image processing. A determination image generation procedure for generating a plurality of determination images, which are evaluation target images that are associated and whose image quality level is evaluated;
A procedure for evaluating image quality levels of the plurality of generated determination images;
A procedure for selecting the processed image corresponding to a determination image whose image quality level satisfies a predetermined condition among the plurality of determination images;
Including
The determination image generation procedure includes:
A procedure for generating a preprocessed image that has been subjected to preprocessing for clarifying the difference in image quality level between the plurality of determination images for the input image;
A predetermined one of the plurality of determination image processes is applied to the input image, and a determination image process other than the predetermined one of the plurality of determination image processes is performed on the input image. A procedure for generating the plurality of determination images by applying to a preprocessed image;
Including

本発明によれば画像処理装置は、画像の入力を受け付け、受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成する。そして、生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する。   According to the present invention, the image processing apparatus receives an input of an image, and generates a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image. Then, a processed image whose image quality level satisfies a predetermined condition is selected from the generated processed images.

そのため、ユーザへ負担をかけることなく、画質レベルの高い出力画像を効率的に得ることができる。   Therefore, an output image with a high image quality level can be efficiently obtained without imposing a burden on the user.

本発明の画像処理装置の第1の実施形態の構成を示すブロック図である。1 is a block diagram showing a configuration of a first embodiment of an image processing apparatus of the present invention. 図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像及び第1〜第3の判定用画像の一例を示す図である。It is a figure which shows an example of the input image which the image processing apparatus shown in FIG. 1 received, the 1st-3rd processed image, and the 1st-3rd image for a determination. 図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像、第1〜第3の判定用画像の他の例を示す図である。It is a figure which shows the other example of the input image which the image processing apparatus shown in FIG. 1 received, the 1st-3rd processed image, and the 1st-3rd image for a determination. 図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像、第1〜第3の判定用画像の他の例を示す図である。It is a figure which shows the other example of the input image which the image processing apparatus shown in FIG. 1 received, the 1st-3rd processed image, and the 1st-3rd image for a determination. 図1に示した画像判定部が画像の画質レベルを評価する方法の一例を説明するための図であり、(a)は評価対象画像を示す図、(b)、(c)は画質レベルの評価に利用されるテンプレート画像を示す図である。FIG. 2 is a diagram for explaining an example of a method by which the image determination unit shown in FIG. 1 evaluates the image quality level of an image, where (a) shows an image to be evaluated, and (b) and (c) show the image quality level. It is a figure which shows the template image utilized for evaluation. 図1に示した画像処理装置の動作を説明するためのフローチャートである。3 is a flowchart for explaining the operation of the image processing apparatus shown in FIG. 1. 図1に示した画像処理装置から第1〜第3の判定用画像処理部が省略された構成の一例を示すブロック図である。It is a block diagram which shows an example of the structure by which the 1st-3rd image processing part for a determination was abbreviate | omitted from the image processing apparatus shown in FIG. 図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像及び第1〜第3の判定用画像の他の例を示す図である。It is a figure which shows the other example of the input image which the image processing apparatus shown in FIG. 1 received, the 1st-3rd processed image, and the 1st-3rd image for a determination. 図1に示した画像処理装置において画像選択部が評価結果を受け付けてから、画像処理部に画像処理を実行させる場合の構成の一例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a configuration in a case where an image processing unit performs image processing after an image selection unit receives an evaluation result in the image processing apparatus illustrated in FIG. 1. 本発明の画像処理装置の第2の実施形態の構成を示すブロック図である。It is a block diagram which shows the structure of 2nd Embodiment of the image processing apparatus of this invention. 図10に示した画像処理装置が受け付けた入力画像、第1の前処理済画像及び第2の前処理済画像、第1〜第3の処理済画像、第1〜第3の判定用画像の一例を示す図である。The input image, the first preprocessed image and the second preprocessed image, the first to third processed images, and the first to third determination images received by the image processing apparatus shown in FIG. It is a figure which shows an example. 図10に示した画像処理装置の動作を説明するためのフローチャートである。11 is a flowchart for explaining the operation of the image processing apparatus shown in FIG. 10. 図10に示した画像処理装置において画像選択部が評価結果を受け付けてから、画像処理部に画像処理を実行させる場合の構成の一例を示すブロック図である。FIG. 11 is a block diagram illustrating an example of a configuration in a case where an image processing unit performs image processing after an image selection unit receives an evaluation result in the image processing apparatus illustrated in FIG. 10. 本発明の画像処理装置の第3の実施形態の構成を示すブロック図である。It is a block diagram which shows the structure of 3rd Embodiment of the image processing apparatus of this invention. 本発明の画像処理装置の第4の実施形態の構成を示すブロック図である。It is a block diagram which shows the structure of 4th Embodiment of the image processing apparatus of this invention. 図15に示した画像処理装置に閾値記憶部を設けた構成の一例を示すブロック図である。FIG. 16 is a block diagram illustrating an example of a configuration in which a threshold storage unit is provided in the image processing apparatus illustrated in FIG. 15. 図15に示した画像処理装置に画像数記憶部を設けた構成の一例を示すブロック図である。FIG. 16 is a block diagram illustrating an example of a configuration in which an image number storage unit is provided in the image processing apparatus illustrated in FIG. 15. 図15に示した画像処理装置に画像記憶部を設けた構成の一例を示すブロック図である。FIG. 16 is a block diagram illustrating an example of a configuration in which an image storage unit is provided in the image processing apparatus illustrated in FIG. 15. 図15に示した画像処理装置に画像記憶部を設けた構成の他の例を示すブロック図である。FIG. 16 is a block diagram illustrating another example of a configuration in which an image storage unit is provided in the image processing apparatus illustrated in FIG. 15.

以下に、本発明の実施の形態について図面を参照して説明する。   Embodiments of the present invention will be described below with reference to the drawings.

(第1の実施の形態)
図1は、本発明の画像処理装置の第1の実施形態の構成を示すブロック図である。
(First embodiment)
FIG. 1 is a block diagram showing the configuration of the first embodiment of the image processing apparatus of the present invention.

本実施形態の画像処理装置は図1に示すように、画像入力部10と、第1の画像処理部20−1と、第2の画像処理部20−2と、第3の画像処理部20−3と、第1の判定用画像処理部30−1と、第2の判定用画像処理部30−2と、第3の判定用画像処理部30−3と、画像選択部40と、画像判定部50とを備えている。   As shown in FIG. 1, the image processing apparatus of the present embodiment includes an image input unit 10, a first image processing unit 20-1, a second image processing unit 20-2, and a third image processing unit 20. -3, first determination image processing unit 30-1, second determination image processing unit 30-2, third determination image processing unit 30-3, image selection unit 40, and image And a determination unit 50.

画像入力部10は、画像処理を行う対象となる画像の入力を受け付ける。そして、受け付けた画像を入力画像として、第1〜第3の画像処理部20−1〜20−3と、第1〜第3の判定用画像処理部30−1〜30−3とへ出力する。   The image input unit 10 receives input of an image to be subjected to image processing. The received images are output as input images to the first to third image processing units 20-1 to 20-3 and the first to third determination image processing units 30-1 to 30-3. .

第1〜第3の画像処理部20−1〜20−3のそれぞれは、画像入力部10から出力された入力画像を受け付け、受け付けた入力画像に対して相互に異なる種類の画像処理である第1〜第3の画像処理を施した第1〜第3の処理済画像を生成する。そして、生成された第1〜第3の処理済画像を画像選択部40へ出力する。なお、第1〜第3の画像処理の詳細については後述する。   Each of the first to third image processing units 20-1 to 20-3 receives an input image output from the image input unit 10, and is a different type of image processing for the received input image. First to third processed images having undergone first to third image processing are generated. Then, the generated first to third processed images are output to the image selection unit 40. Details of the first to third image processing will be described later.

第1〜第3の判定用画像処理部30−1〜30−3のそれぞれは、画像入力部10から出力された入力画像を受け付け、受け付けた入力画像に対して相互に異なる種類の画像処理である第1〜第3の判定用画像処理を施した第1〜第3の判定用画像を生成する。そして、生成された第1〜第3の判定用画像を画像判定部50へ出力する。なお、第1〜第3の判定用画像処理の詳細については後述する。   Each of the first to third determination image processing units 30-1 to 30-3 receives an input image output from the image input unit 10, and performs different types of image processing on the received input image. First to third determination images subjected to certain first to third determination image processes are generated. Then, the generated first to third determination images are output to the image determination unit 50. Details of the first to third determination image processes will be described later.

ここで、第1〜第3の画像処理及び第1〜第3の判定用画像処理について説明する。   Here, the first to third image processing and the first to third determination image processing will be described.

ここでは、まず、入力画像が、背景に濃度値の高い(色の濃い)ノイズをランダムに含み、対象物体に濃度値の低い(色の薄い)ノイズをランダムに含む場合について説明する。   Here, first, a case will be described in which an input image randomly includes noise with a high density value (dark color) in the background and randomly includes noise with a low density value (light color) in the target object.

図2は、図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像及び第1〜第3の判定用画像の一例を示す図である。   FIG. 2 is a diagram illustrating an example of an input image, first to third processed images, and first to third determination images received by the image processing apparatus illustrated in FIG. 1.

第1の画像処理部20−1は例えば、入力画像11aに対してモルフォロジの平滑化(smoothing)処理を第1の画像処理として施す。モルフォロジの平滑化処理は、入力画像に対して収縮処理と膨張処理とを組み合わせて施す処理である。モルフォロジの平滑化処理では、収縮処理、膨張処理、膨張処理、収縮処理の順番で処理が行われる。   For example, the first image processing unit 20-1 performs a morphological smoothing process on the input image 11a as the first image process. The morphological smoothing process is a process applied to the input image in combination with the contraction process and the expansion process. In the morphological smoothing process, the process is performed in the order of shrinkage process, expansion process, expansion process, and shrinkage process.

第1の画像処理が施された結果、背景に含まれる濃度値の高いノイズ1と、対象物体内に含まれる濃度値の低いノイズ2とが除去された第1の処理済画像21a−1が生成される。   As a result of the first image processing, the first processed image 21a-1 from which the noise 1 having a high density value included in the background and the noise 2 having a low density value included in the target object are removed is obtained. Generated.

第2の画像処理部20−2は例えば、入力画像11aに対して上述した平滑化処理と収縮処理とを組み合わせた第2の画像処理を施す。第2の画像処理が施された結果、濃度値の高いノイズ1がより強く除去された第2の処理済画像21a−2が生成される。   For example, the second image processing unit 20-2 performs the second image processing that combines the smoothing processing and the contraction processing described above on the input image 11a. As a result of the second image processing, the second processed image 21a-2 from which the noise 1 having a high density value is more strongly removed is generated.

第3の画像処理部20−3は例えば、入力画像11aに対して上述した平滑化処理と膨張処理とを組み合わせた第3の画像処理を施す。第3の画像処理が施された結果、濃度値の低いノイズ2がより強く除去された第3の処理済画像21a−3が生成される。   For example, the third image processing unit 20-3 performs third image processing that combines the above-described smoothing processing and expansion processing on the input image 11a. As a result of the third image processing, a third processed image 21a-3 from which noise 2 having a low density value is more strongly removed is generated.

第1〜第3の処理済画像21a−1〜21a−3は、画像選択部40へ出力される。   The first to third processed images 21a-1 to 21a-3 are output to the image selection unit 40.

なお、第1〜第3の判定用画像処理のそれぞれと、第1〜第3の画像処理のそれぞれとは対応付けられている。つまり、第1〜第3の判定用画像31a−1〜31a−3のそれぞれと第1〜第3の処理済画像21a−1〜21a−3のそれぞれとは対応付けられている。さらに、ここでは、第1〜第3の判定用画像処理のそれぞれと第1〜第3の画像処理のそれぞれとは同じ処理であるものとする。つまり、図2に示すように、第1の判定用画像31a−1と第1の処理済画像21a−1とが同じ画像となり、第2の判定用画像31a−2と第2の処理済画像21a−2とが同じ画像となり、第3の判定用画像31a−3と第3の処理済画像21a−3とが同じ画像となる。   Each of the first to third determination image processes is associated with each of the first to third image processes. That is, each of the first to third determination images 31a-1 to 31a-3 is associated with each of the first to third processed images 21a-1 to 21a-3. Furthermore, it is assumed here that each of the first to third determination image processes and each of the first to third image processes are the same process. That is, as shown in FIG. 2, the first determination image 31a-1 and the first processed image 21a-1 become the same image, and the second determination image 31a-2 and the second processed image 21a-2 becomes the same image, and the third determination image 31a-3 and the third processed image 21a-3 become the same image.

第1〜第3の判定用画像31a−1〜31a−3は、画像判定部50へ出力される。   The first to third determination images 31 a-1 to 31 a-3 are output to the image determination unit 50.

次に、入力画像が、背景に多数の濃度値の高いノイズをランダムに含んでいる場合について説明する。   Next, a case will be described in which the input image randomly includes a large number of high density noises in the background.

図3は、図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像、第1〜第3の判定用画像の他の例を示す図である。   FIG. 3 is a diagram illustrating another example of the input image, the first to third processed images, and the first to third determination images received by the image processing apparatus illustrated in FIG. 1.

第1〜第3の画像処理部20−1〜20−3は、入力画像11bに対して上述したのと同じ画像処理を施す。すなわち、第1の画像処理部20−1は、入力画像11bに対して第1の画像処理として平滑化処理を施す。第2の画像処理部20−2は、入力画像11bに対して平滑化処理と収縮処理とを組み合わせた第2の画像処理を施す。第3の画像処理部20−3は、入力画像に対して平滑化処理と膨張処理とを組み合わせた第3の画像処理を施す。   The first to third image processing units 20-1 to 20-3 perform the same image processing as described above on the input image 11b. That is, the first image processing unit 20-1 performs a smoothing process as the first image process on the input image 11b. The second image processing unit 20-2 performs second image processing that combines smoothing processing and contraction processing on the input image 11b. The third image processing unit 20-3 performs third image processing that combines smoothing processing and expansion processing on the input image.

その結果、図3に示すような第1〜第3の処理済画像21b−1〜21b−3が生成され、生成された第1〜第3の処理済画像21b−1〜21b−3は、画像選択部40へ出力される。   As a result, first to third processed images 21b-1 to 21b-3 as shown in FIG. 3 are generated, and the generated first to third processed images 21b-1 to 21b-3 are The image is output to the image selection unit 40.

また、第1〜第3の判定用画像処理部30−1〜30−3が、入力画像11bに対して第1〜第3の判定用画像処理を施すことにより、図3に示す第1〜第3の判定用画像31b−1〜31b−3が生成される。そして、生成された第1〜第3の判定用画像31b−1〜31b−3は画像判定部50へ出力される。なお、上述したように、第1〜第3の画像処理のそれぞれと第1〜第3の判定用画像処理のそれぞれとは同じ処理である。   Also, the first to third determination image processing units 30-1 to 30-3 perform the first to third determination image processing on the input image 11b, thereby causing the first to first illustrated in FIG. Third determination images 31b-1 to 31b-3 are generated. Then, the generated first to third determination images 31 b-1 to 31 b-3 are output to the image determination unit 50. As described above, each of the first to third image processes and each of the first to third determination image processes are the same process.

次に、入力画像が、対象物体に多数の濃度値の低いノイズをランダムに含んでいる場合について説明する。   Next, a case where the input image randomly includes many low-density noises in the target object will be described.

図4は、図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像、第1〜第3の判定用画像の他の例を示す図である。   FIG. 4 is a diagram illustrating another example of the input image, the first to third processed images, and the first to third determination images received by the image processing apparatus illustrated in FIG. 1.

第1〜第3の画像処理部20−1〜20−3は、入力画像11cに対して上述したのと同じ画像処理を施す。すなわち、第1の画像処理部20−1は、入力画像11cに対して第1の画像処理として平滑化処理を施す。第2の画像処理部20−2は、入力画像11cに対して平滑化処理と収縮処理とを組み合わせた第2の画像処理を施す。第3の画像処理部20−3は、入力画像11cに対して平滑化処理と膨張処理とを組み合わせた第3の画像処理を施す。   The first to third image processing units 20-1 to 20-3 perform the same image processing as described above on the input image 11c. That is, the first image processing unit 20-1 performs a smoothing process as a first image process on the input image 11c. The second image processing unit 20-2 performs second image processing that combines smoothing processing and contraction processing on the input image 11c. The third image processing unit 20-3 performs third image processing that combines smoothing processing and expansion processing on the input image 11c.

その結果、図4に示すような第1〜第3の処理済画像21c−1〜21c−3が生成され、生成された第1〜第3の処理済画像21c−1〜21c−3は、画像選択部40へ出力される。   As a result, first to third processed images 21c-1 to 21c-3 as shown in FIG. 4 are generated, and the generated first to third processed images 21c-1 to 21c-3 are The image is output to the image selection unit 40.

また、第1〜第3の判定用画像処理部30−1〜30−3が、入力画像11cに対して第1〜第3の判定用画像処理を施すことにより、図4に示す第1〜第3の判定用画像31c−1〜31c−3が生成される。そして、生成された第1〜第3の判定用画像31c−1〜31c−3は画像判定部50へ出力される。なお、上述したように、第1〜第3の画像処理のそれぞれと第1〜第3の判定用画像処理のそれぞれとは同じ処理である。   Further, the first to third determination image processing units 30-1 to 30-3 perform the first to third determination image processing on the input image 11c, so that the first to first illustrated in FIG. Third determination images 31c-1 to 31c-3 are generated. Then, the generated first to third determination images 31 c-1 to 31 c-3 are output to the image determination unit 50. As described above, each of the first to third image processes and each of the first to third determination image processes are the same process.

再度、図1を参照すると、画像判定部50は、第1〜第3の判定用画像処理部30−1〜30−3のそれぞれから出力された第1〜第3の判定用画像を、画質のレベルを評価する評価対象画像として受け付ける。そして、受け付けた第1〜第3の判定用画像のそれぞれの画質レベルを評価することにより、第1〜第3の判定用画像のいずれか1つを選択する。そして、選択された第1〜第3の判定用画像のいずれかを示す評価結果を画像選択部40へ出力する。   Referring to FIG. 1 again, the image determination unit 50 uses the first to third determination images output from the first to third determination image processing units 30-1 to 30-3 as image quality. It accepts as an evaluation object image which evaluates the level. Then, any one of the first to third determination images is selected by evaluating the image quality levels of the received first to third determination images. Then, an evaluation result indicating any of the selected first to third determination images is output to the image selection unit 40.

ここで、画像判定部50が第1〜第3の判定用画像のそれぞれの画質レベルを評価する方法の一例について説明する。   Here, an example of a method in which the image determination unit 50 evaluates the image quality levels of the first to third determination images will be described.

図5は、図1に示した画像判定部50が画像の画質レベルを評価する方法の一例を説明するための図であり、(a)は評価対象画像を示す図、(b)、(c)は画質レベルの評価に利用されるテンプレート画像を示す図である。   FIG. 5 is a diagram for explaining an example of a method in which the image determination unit 50 shown in FIG. 1 evaluates the image quality level of an image, where (a) is a diagram showing an evaluation target image, and (b), (c) ) Is a diagram showing a template image used for evaluation of the image quality level.

画像判定部50は、画像の画質を評価する際、図5(a)に示すような評価対象画像に含まれるノイズを、例えば図5(b)、(c)に示すようなテンプレート画像を用いてテンプレートマッチングを行うことによって検出する。そして、検出されたノイズの数の総数の逆数を画質スコアとし、画質スコアが高い順番に画質が高いと評価する。   When evaluating the image quality of the image, the image determination unit 50 uses, for example, a template image as shown in FIGS. 5B and 5C for the noise included in the evaluation target image as shown in FIG. To detect by template matching. Then, the reciprocal of the total number of detected noises is used as an image quality score, and it is evaluated that the image quality is higher in descending order of image quality score.

例えば図2に示した例では、第1の判定用画像31a−1、第2の判定用画像31a−2、第3の判定用画像31a−3の順番に画質スコアが高くなる。従って、画像判定部50は、第1の判定用画像31a−1を示す評価結果を画像選択部40へ出力する。また、同様に、図3に示した例では、第2の判定用画像31b−2、第1の判定用画像31b−1、第3の判定用画像31b−3の順番に画質スコアが高くなる。従って、画像判定部50は、第2の判定用画像31b−2を示す評価結果を画像選択部40へ出力する。また、同様に、図4に示した例では、第3の判定用画像31c−3の画質スコアが最も高くなる。従って、画像判定部50は、第3の判定用画像31c−3を示す評価結果を画像選択部40へ出力する。   For example, in the example shown in FIG. 2, the image quality score increases in the order of the first determination image 31a-1, the second determination image 31a-2, and the third determination image 31a-3. Therefore, the image determination unit 50 outputs an evaluation result indicating the first determination image 31a-1 to the image selection unit 40. Similarly, in the example illustrated in FIG. 3, the image quality score increases in the order of the second determination image 31b-2, the first determination image 31b-1, and the third determination image 31b-3. . Therefore, the image determination unit 50 outputs an evaluation result indicating the second determination image 31b-2 to the image selection unit 40. Similarly, in the example illustrated in FIG. 4, the image quality score of the third determination image 31c-3 is the highest. Accordingly, the image determination unit 50 outputs an evaluation result indicating the third determination image 31c-3 to the image selection unit 40.

再度、図1を参照すると、画像選択部40は、第1〜第3の画像処理部20−1〜20−3のそれぞれから出力された第1〜第3の処理済画像と、画像判定部50から出力された評価結果とを受け付ける。そして、第1〜第3の処理済画像のうち、受け付けた評価結果が示す判定用画像に対応する処理済画像を選択する。そして、画像選択部40は、選択された処理済画像を出力画像として出力する。従って、図2に示した例では、第1の判定用画像31a−1に対応する第1の処理済画像21a−1が出力画像となる。また、同様に、図3に示した例では、第2の判定用画像31b−2に対応する第2の処理済画像21b−2が出力画像となる。また、図4に示した例では、第3の判定用画像31c−3に対応する第3の処理済画像21c−3が出力画像となる。   Referring to FIG. 1 again, the image selection unit 40 includes first to third processed images output from the first to third image processing units 20-1 to 20-3, and an image determination unit. The evaluation result output from 50 is received. Then, a processed image corresponding to the determination image indicated by the received evaluation result is selected from the first to third processed images. Then, the image selection unit 40 outputs the selected processed image as an output image. Therefore, in the example illustrated in FIG. 2, the first processed image 21a-1 corresponding to the first determination image 31a-1 is an output image. Similarly, in the example illustrated in FIG. 3, the second processed image 21b-2 corresponding to the second determination image 31b-2 is an output image. In the example shown in FIG. 4, the third processed image 21c-3 corresponding to the third determination image 31c-3 is an output image.

以下に、上記のように構成された画像処理装置の動作について説明する。ここでは、図2に示した例に基づいて説明する。   Hereinafter, the operation of the image processing apparatus configured as described above will be described. Here, description will be made based on the example shown in FIG.

図6は、図1に示した画像処理装置の動作を説明するためのフローチャートである。   FIG. 6 is a flowchart for explaining the operation of the image processing apparatus shown in FIG.

まず、画像入力部10は、画像の入力を受け付ける(ステップS1)。   First, the image input unit 10 receives an input of an image (step S1).

画像の入力を受け付けた画像入力部10は、受け付けた画像を入力画像11aとして、第1〜第3の画像処理部20−1〜20−3と、第1〜第3の判定用画像処理部30−1〜30−3とへ出力する。   The image input unit 10 that has received the input of the image uses the received image as the input image 11a, and the first to third image processing units 20-1 to 20-3 and the first to third determination image processing units. 30-1 to 30-3.

画像入力部10から出力された入力画像11aを受け付けた第1〜第3の画像処理部20−1〜20−3のそれぞれは、受け付けた入力画像11aに対して相互に異なる種類の第1〜第3の画像処理を施した第1〜第3の処理済画像21a−1〜21a−3を生成する(ステップS2)。ここでは、第1の画像処理部20−1は、受け付けた入力画像11aに対して第1の画像処理として平滑化処理を施す。また、第2の画像処理部20−2は、受け付けた入力画像11aに対して平滑化処理と収縮処理とを組み合わせた第2の画像処理を施す。また、第3の画像処理部20−3は、受け付けた入力画像11aに対して平滑化処理と膨張処理とを組み合わせた第3の画像処理を施す。   Each of the first to third image processing units 20-1 to 20-3 that has received the input image 11a output from the image input unit 10 is different from the first to third types of the received input image 11a. First to third processed images 21a-1 to 21a-3 subjected to the third image processing are generated (step S2). Here, the first image processing unit 20-1 performs smoothing processing as the first image processing on the received input image 11a. In addition, the second image processing unit 20-2 performs second image processing that combines smoothing processing and contraction processing on the received input image 11a. Further, the third image processing unit 20-3 performs third image processing that combines smoothing processing and expansion processing on the received input image 11a.

そして、第1〜第3の画像処理部20−1〜20−3のそれぞれは、生成された第1〜第3の処理済画像21a−1〜21a−3を画像選択部40へ出力する。   Then, each of the first to third image processing units 20-1 to 20-3 outputs the generated first to third processed images 21 a-1 to 21 a-3 to the image selection unit 40.

また、画像入力部10から出力された入力画像を受け付けた第1〜第3の判定用画像処理部30−1〜30−3のそれぞれは、受け付けた入力画像11aに対して相互に異なる種類の第1〜第3の判定用画像処理を施した第1〜第3の判定用画像31a−1〜31a−3を生成する(ステップS3)。なお、上述したように、第1〜第3の判定用画像処理のそれぞれは、第1〜第3の画像処理のそれぞれと同じ処理である。   In addition, each of the first to third determination image processing units 30-1 to 30-3 that has received the input image output from the image input unit 10 is of a different type from the received input image 11a. First to third determination images 31a-1 to 31a-3 subjected to the first to third determination image processing are generated (step S3). As described above, each of the first to third determination image processes is the same as each of the first to third image processes.

次に、第1〜第3の判定用画像処理部30−1〜30−3のそれぞれは、生成された第1〜第3の判定用画像31a−1〜31a−3を画像判定部50へ出力する。   Next, each of the first to third determination image processing units 30-1 to 30-3 generates the generated first to third determination images 31 a-1 to 31 a-3 to the image determination unit 50. Output.

第1〜第3の判定用画像処理部30−1〜30−3のそれぞれから出力された第1〜第3の判定用画像31a−1〜31a−3を受け付けた画像判定部50は、受け付けた第1〜第3の判定用画像31a−1〜31a−3のそれぞれの画質レベルを画質スコアによって評価する(ステップS4)。そして、画質スコアが最も高い判定用画像を選択し、選択された判定用画像を示す評価結果を画像選択部40へ出力する。ここでは、第1の判定用画像31a−1、第2の判定用画像31a−2、第3の判定用画像31a−3の順番に画質スコアが高くなる。従って、画像判定部50は、最も画質スコアの高い第1の判定用画像31a−1を示す評価結果を出力する。   The image determination unit 50 that has received the first to third determination images 31a-1 to 31a-3 output from the first to third determination image processing units 30-1 to 30-3, respectively, The image quality levels of the first to third determination images 31a-1 to 31a-3 are evaluated based on the image quality score (step S4). Then, the determination image with the highest image quality score is selected, and the evaluation result indicating the selected determination image is output to the image selection unit 40. Here, the image quality score increases in the order of the first determination image 31a-1, the second determination image 31a-2, and the third determination image 31a-3. Therefore, the image determination unit 50 outputs an evaluation result indicating the first determination image 31a-1 having the highest image quality score.

画像選択部40は、第1〜第3の画像処理部20−1〜20−3から出力された第1〜第3の処理済画像21a−1〜21a−3と、画像判定部50から出力された評価結果とを受け付ける(ステップS5)。   The image selection unit 40 outputs the first to third processed images 21a-1 to 21a-3 output from the first to third image processing units 20-1 to 20-3 and the image determination unit 50. The evaluated result is received (step S5).

そして、画像選択部40は、受け付けた評価結果が示す判定用画像に対応する処理済画像を選択し(ステップS6)、選択された処理済画像を出力画像として出力する。ここでは、評価結果が示すのは第1の判定用画像31a−1であるため、第1の判定用画像31a−1に対応する第1の処理済画像21a−1が出力画像として出力される。   Then, the image selection unit 40 selects a processed image corresponding to the determination image indicated by the received evaluation result (step S6), and outputs the selected processed image as an output image. Here, since the evaluation result indicates the first determination image 31a-1, the first processed image 21a-1 corresponding to the first determination image 31a-1 is output as an output image. .

なお、本実施形態において、第1〜第3の判定用画像処理部30−1〜30−3のそれぞれと第1〜第3の画像処理部20−1〜20−3のそれぞれとが行う処理は同じであった。これにより、第1の画像処理部20−1と第1の判定用画像処理部30−1、第2の画像処理部20−2と第2の判定用画像処理部30−2、及び第3の画像処理部20−3と第3の判定用画像処理部30−3とはそれぞれプロセッサを共有することができ、画像処理装置の小型化や低電力化を実現することができる。   In the present embodiment, the processing performed by each of the first to third determination image processing units 30-1 to 30-3 and each of the first to third image processing units 20-1 to 20-3. Was the same. Thus, the first image processing unit 20-1, the first determination image processing unit 30-1, the second image processing unit 20-2, the second determination image processing unit 30-2, and the third The image processing unit 20-3 and the third determination image processing unit 30-3 can share a processor, and the image processing apparatus can be reduced in size and power consumption.

また、この場合、第1〜第3の判定用画像処理部30−1〜30−3を省略することも可能である。第1〜第3の判定用画像処理部30−1〜30−3が省略された場合、画像判定部50は、第1〜第3の画像処理部20−1〜20−3から出力された第1〜第3の処理済画像を第1〜第3の判定用画像として受け付ける。そして、受け付けた第1〜第3の判定用画像の画質レベルを評価する。   In this case, the first to third determination image processing units 30-1 to 30-3 may be omitted. When the first to third determination image processing units 30-1 to 30-3 are omitted, the image determination unit 50 is output from the first to third image processing units 20-1 to 20-3. The first to third processed images are received as first to third determination images. Then, the image quality level of the received first to third determination images is evaluated.

図7は、図1に示した画像処理装置から第1〜第3の判定用画像処理部30−1〜30−3が省略された構成の一例を示すブロック図である。   FIG. 7 is a block diagram illustrating an example of a configuration in which the first to third determination image processing units 30-1 to 30-3 are omitted from the image processing apparatus illustrated in FIG.

図7に示す画像処理装置の第1〜第3の画像処理部20−1〜20−3は、画像選択部40だけではなく、画像判定部50へも第1〜第3の処理済画像を出力する。   The first to third image processing units 20-1 to 20-3 of the image processing apparatus illustrated in FIG. 7 send the first to third processed images not only to the image selection unit 40 but also to the image determination unit 50. Output.

このように本実施形態において画像処理装置は、受け付けた入力画像に対してノイズを除去する方法が相互に異なる第1〜第3の画像処理を行った第1〜第3の処理済画像を生成する。そして、生成された第1〜第3の処理済画像のうち、ノイズの数が最も少ない処理済画像を選択する。   As described above, in the present embodiment, the image processing apparatus generates first to third processed images obtained by performing first to third image processing with different methods for removing noise on the received input image. To do. Then, a processed image with the least number of noises is selected from the generated first to third processed images.

そのため、ユーザへ負担をかけることなく、画質レベルの高い出力画像を効率的に得ることができる。   Therefore, an output image with a high image quality level can be efficiently obtained without imposing a burden on the user.

なお、本実施形態において画像判定部50は、第1〜第3の判定用画像のうち画質スコアが最も高い判定用画像だけを選択した。しかし、例えば、画質スコアが2番目(あるいはそれ以降の順番)に高い判定用画像を選択するようにしてもよい。また、複数の判定用画像を選択するようにしてもよい。これは、指紋認証の登録画像を作成する際など、画質レベルの高い画像と低い画像との複数の画像を用意したい場合に利用できる。例えば、画質スコアの順番が奇数または偶数である複数の判定用画像を選択したり、画質スコアの順番が高いものから所定の数の判定用画像を選択したり、画質スコアの順番が真ん中付近の判定用画像を所定の数だけ選択したりしてもよい。   In the present embodiment, the image determination unit 50 selects only the determination image having the highest image quality score from the first to third determination images. However, for example, the determination image having the second highest image quality score (or the subsequent order) may be selected. A plurality of determination images may be selected. This can be used when preparing a plurality of images of a high image quality level and a low image when creating a registered image for fingerprint authentication. For example, select a plurality of determination images with an odd or even number of image quality scores, select a predetermined number of determination images with the highest image quality score order, or select an image quality score in the middle of the image quality score order. A predetermined number of images for determination may be selected.

また、画質スコアの閾値を予め決めておき、第1〜第3の判定用画像の画質スコアと閾値とを比較することにより、判定用画像を選択するようにしてもよい。例えば、予め決められた閾値以上(あるいは閾値以下)の画質スコアの判定用画像の全てを選択するようにしてもよい。また、予め決められた2つの閾値(例えば、T1、T2とする(T1<T2))を用いて、画質スコアがT1以上T2未満(あるいはT1未満かつT2以上)の判定用画像の全てを選択するようにしてもよい。   Alternatively, a threshold value for the image quality score may be determined in advance, and the determination image may be selected by comparing the image quality score of the first to third determination images with the threshold value. For example, all the determination images having an image quality score equal to or higher than a predetermined threshold (or lower than the threshold) may be selected. Further, using all two predetermined threshold values (for example, T1 and T2 (T1 <T2)), all the determination images having an image quality score of T1 or more and less than T2 (or less than T1 and T2 or more) are selected. You may make it do.

また、第1〜第3の判定用画像処理を第1〜第3の画像処理よりも簡略化した処理とすることもできる。   In addition, the first to third determination image processes can be simplified from the first to third image processes.

図8は、図1に示した画像処理装置が受け付けた入力画像、第1〜第3の処理済画像及び第1〜第3の判定用画像の他の例を示す図である。   FIG. 8 is a diagram illustrating another example of the input image, the first to third processed images, and the first to third determination images received by the image processing apparatus illustrated in FIG. 1.

ここでは、第1の判定用画像処理部30−1は、入力画像11dに対し、平滑化処理よりも処理量の少ない孤立点除去処理を施す。孤立点除去処理とは、例えば、画像中の着目した画素の濃度値が着目した画素に隣接する4画素の濃度値と異なる場合、着目した画素の濃度値を隣接する4画素の濃度値に変更する画像処理である。この孤立点除去処理が施された第1の判定用画像31d−1は、入力画像11dに比べ、背景に含まれる濃度値の高いノイズ1と、対象物体内の濃度値の低いノイズ2とのそれぞれが減少した画像となる。   Here, the first determination image processing unit 30-1 performs an isolated point removal process with a smaller processing amount than the smoothing process on the input image 11d. The isolated point removal processing is, for example, when the density value of the focused pixel in the image is different from the density value of the 4 pixels adjacent to the focused pixel, the density value of the focused pixel is changed to the density value of the 4 adjacent pixels. Image processing. The first determination image 31d-1 that has been subjected to the isolated point removal process includes a noise 1 having a higher density value included in the background and a noise 2 having a lower density value in the target object than the input image 11d. Each is a reduced image.

第2の判定用画像処理部30−2は、例えば上述した孤立点除去処理に収縮処理を組み合わせた第2の判定用画像処理を施す。第2の判定用画像処理が施された第2の判定用画像31d−2は、濃度値の高いノイズ1がより強く除去された画像になる。   The second determination image processing unit 30-2 performs, for example, second determination image processing in which the above-described isolated point removal processing is combined with contraction processing. The second determination image 31d-2 subjected to the second determination image processing is an image from which the noise 1 having a high density value is more strongly removed.

第3の判定用画像処理部30−3は、例えば上述した孤立点除去処理に膨張処理を組み合わせた第3の判定用画像処理を施す。第3の判定用画像処理が施された第3の判定用画像31d−3は、濃度値の低いノイズ2がより強く除去された画像となる。   For example, the third determination image processing unit 30-3 performs third determination image processing in which the above-described isolated point removal processing is combined with expansion processing. The third determination image 31d-3 subjected to the third determination image processing is an image from which the noise 2 having a low density value is more strongly removed.

画像判定部50は、第1〜第3の判定用画像31d−1〜31d−3を受け付け、受け付けた第1〜第3の判定用画像31d−1〜31d−3の画質レベルを判定する。画質を評価する際には例えば、上述したテンプレートマッチングを利用すればよい。ここでは、第1の判定用画像31d−1、第2の判定用画像31d−2、第3の判定用画像31d−3の順番に画質スコアが高くなり、画像判定部50は、画質スコアが最も高い第1の判定用画像31d−1を示す評価結果を画像選択部40へ出力する。   The image determination unit 50 receives the first to third determination images 31d-1 to 31d-3 and determines the image quality levels of the received first to third determination images 31d-1 to 31d-3. When evaluating the image quality, for example, the template matching described above may be used. Here, the image quality score increases in the order of the first determination image 31d-1, the second determination image 31d-2, and the third determination image 31d-3, and the image determination unit 50 has the image quality score. An evaluation result indicating the highest first determination image 31 d-1 is output to the image selection unit 40.

画像選択部40は、画像判定部50から出力された評価結果が示す第1の判定用画像31d−1に対応する第1の処理済画像21d−1を出力画像として出力する。   The image selection unit 40 outputs the first processed image 21d-1 corresponding to the first determination image 31d-1 indicated by the evaluation result output from the image determination unit 50 as an output image.

図8に示した画像処理装置において、第1〜第3の判定用画像処理は、第1〜第3の画像処理よりも精度は低いが処理量の少ない処理である。従って、第1〜第3の画像処理部20−1〜20−3における第1〜第3の画像処理が終了するのを待つことなく、評価結果を画像選択部40へ出力することができる。そのため、処理時間を短縮できるとともに低電力化を実現することができる。   In the image processing apparatus shown in FIG. 8, the first to third determination image processes are processes that are less accurate but have a smaller processing amount than the first to third image processes. Therefore, the evaluation result can be output to the image selection unit 40 without waiting for the first to third image processing in the first to third image processing units 20-1 to 20-3 to end. Therefore, the processing time can be shortened and the power can be reduced.

また、画像選択部が画像判定部から出力された評価結果を受け付けてから、受け付けた評価結果が示す判定用画像に対応する処理済画像を生成する画像処理部のみに、画像処理を実行させるようにしてもよい。   Further, after the image selection unit receives the evaluation result output from the image determination unit, only the image processing unit that generates the processed image corresponding to the determination image indicated by the received evaluation result is caused to execute the image processing. It may be.

図9は、図1に示した画像処理装置において画像選択部が評価結果を受け付けてから、画像処理部に画像処理を実行させる場合の構成の一例を示すブロック図である。   FIG. 9 is a block diagram illustrating an example of a configuration in the case where the image processing unit performs image processing after the image selection unit receives an evaluation result in the image processing apparatus illustrated in FIG. 1.

図9に示す画像選択部40aは、画像判定部50から出力された評価結果を受け付けてから、第1〜第3の画像処理部20a−1〜20a−3のいずれかにのみ画像処理の実行命令201を出力する。これにより、低電力化を実現することができる。また、図9に示す画像処理装置では、第1〜第3の画像処理部20a−1〜20a−3の全てを同時に動作させる必要がない。そのため、第1〜第3画像処理部20a−1〜20a−3と第1〜第3の判定用画像処理部30−1〜30−3とでプロセッサを共有することができ、画像処理装置の小型化及び低価格化を実現することができる。   The image selection unit 40a illustrated in FIG. 9 executes the image processing only in any one of the first to third image processing units 20a-1 to 20a-3 after receiving the evaluation result output from the image determination unit 50. Command 201 is output. Thereby, low power can be realized. In the image processing apparatus shown in FIG. 9, it is not necessary to operate all of the first to third image processing units 20a-1 to 20a-3 at the same time. Therefore, the first to third image processing units 20a-1 to 20a-3 and the first to third determination image processing units 30-1 to 30-3 can share a processor, and the image processing apparatus Miniaturization and price reduction can be realized.

(第2の実施の形態)
図10は、本発明の画像処理装置の第2の実施形態の構成を示すブロック図である。
(Second Embodiment)
FIG. 10 is a block diagram showing the configuration of the second embodiment of the image processing apparatus of the present invention.

本実施形態の画像処理装置は、上述した第1の実施形態において図1に示した画像処理装置と比較すると、第1の前処理部60−1及び第2の前処理部60−2を備えている点が異なる。なお、図10において前処理部の数は2つとしているが、前処理部の数は2つに限定されない。   The image processing apparatus according to the present embodiment includes a first preprocessing unit 60-1 and a second preprocessing unit 60-2 as compared with the image processing apparatus illustrated in FIG. 1 in the first embodiment. Is different. In FIG. 10, the number of preprocessing units is two, but the number of preprocessing units is not limited to two.

第1の前処理部60−1は、画像入力部10から出力された入力画像を受け付け、第1の前処理を施した第1の前処理済画像を生成する。そして、生成された第1の前処理済画像を第2の判定用画像処理部30−2へ出力する。   The first preprocessing unit 60-1 receives the input image output from the image input unit 10, and generates a first preprocessed image subjected to the first preprocessing. Then, the generated first preprocessed image is output to the second determination image processing unit 30-2.

第2の前処理部60−2は、画像入力部10から出力された入力画像を受け付け、上述した第1の前処理とは種類の異なる第2の前処理を施した第2の前処理済画像を生成する。そして、生成された第2の前処理済画像を第3の判定用画像処理部30−3へ出力する。   The second preprocessing unit 60-2 receives the input image output from the image input unit 10, and has undergone a second preprocess that has been subjected to a second preprocess that is different from the first preprocess described above. Generate an image. Then, the generated second preprocessed image is output to the third determination image processing unit 30-3.

ここで、第1の前処理及び第2の前処理、第1〜第3の画像処理、及び第1〜第3の判定用画像処理について説明する。なお、ここでは、入力画像が、背景に多数の濃度値の高いノイズをランダムに含む場合について説明する。   Here, the first preprocessing, the second preprocessing, the first to third image processing, and the first to third determination image processing will be described. Here, a case will be described in which the input image randomly includes a large number of high density noises in the background.

図11は、図10に示した画像処理装置が受け付けた入力画像、第1の前処理済画像及び第2の前処理済画像、第1〜第3の処理済画像、第1〜第3の判定用画像の一例を示す図である。   11 shows the input image, the first preprocessed image and the second preprocessed image, the first to third processed images, the first to third processed images received by the image processing apparatus shown in FIG. It is a figure which shows an example of the image for determination.

第1の前処理部60−1は、画像入力部10から出力された入力画像11eを受け付ける。そして、受け付けた入力画像11eに第1の前処理を施した第1の前処理済画像61−1を生成する。ここでは、第1の前処理は一例として、入力画像11eの全面に濃度値の低いノイズ2をランダムに付加する処理としている。生成された第1の前処理済画像61−1は、対象物体内に濃度値の低いノイズ2が幾つか含まれ、入力画像11eの背景に含まれていた濃度値の高いノイズ1の幾つかが除去された画像となる。この第1の前処理済画像61−1は、第2の判定用画像処理部30−2へ出力される。   The first preprocessing unit 60-1 receives the input image 11e output from the image input unit 10. And the 1st pre-processed image 61-1 which performed the 1st pre-process on the received input image 11e is produced | generated. Here, as an example, the first pre-processing is processing for randomly adding noise 2 having a low density value to the entire surface of the input image 11e. The generated first preprocessed image 61-1 includes some noises 2 with low density values in the target object, and some of noises 1 with high density values that were included in the background of the input image 11e. Becomes an image from which is removed. The first preprocessed image 61-1 is output to the second determination image processing unit 30-2.

第2の前処理部60−2は、画像入力部10から出力された入力画像11eを受け付ける。そして、受け付けた入力画像11eに第2の前処理を施した第2の前処理済画像61−2を生成する。ここでは、第2の前処理は一例として、入力画像11eの全面に濃度値の高いノイズ1をランダムに付加する処理としている。生成された第2の前処理済画像61−2は、背景に含まれる濃度値の高いノイズ1の数が入力画像11eよりも多い画像となる。この第2の前処理済画像61−2は、第3の判定用画像処理部30−3へ出力される。   The second preprocessing unit 60-2 receives the input image 11e output from the image input unit 10. And the 2nd pre-processed image 61-2 which performed 2nd pre-processing on the received input image 11e is produced | generated. Here, as an example, the second pre-processing is processing for randomly adding noise 1 having a high density value to the entire surface of the input image 11e. The generated second preprocessed image 61-2 is an image in which the number of noises 1 having a high density value included in the background is greater than that of the input image 11e. The second preprocessed image 61-2 is output to the third determination image processing unit 30-3.

第1〜第3の判定用画像処理部30−1〜30−3は、第1の実施形態における第1〜第3の判定用画像処理部30−1〜30−3と同様の判定用画像処理を行う。その結果、図11に示す第1〜第3の判定用画像31e−1〜31e−3が生成され、生成された第1〜第3の判定用画像31e−1〜31e−3は、画像判定部50へ出力される。ここでは、入力画像11eに濃度値の高いノイズ1が多く含まれていた。そのため、第2の前処理によって濃度値の高いノイズ1が付加された第3の判定用画像31e−3の画質レベルは、第1の判定用画像31e−1及び第2の判定用画像31e−2の画質レベルと比較して著しく低くなっている。   The first to third determination image processing units 30-1 to 30-3 are the same determination images as the first to third determination image processing units 30-1 to 30-3 in the first embodiment. Process. As a result, first to third determination images 31e-1 to 31e-3 shown in FIG. 11 are generated, and the generated first to third determination images 31e-1 to 31e-3 are image determinations. Is output to the unit 50. Here, the input image 11e includes a lot of noise 1 having a high density value. Therefore, the image quality level of the third determination image 31e-3 to which the noise 1 having a high density value is added by the second preprocessing is the first determination image 31e-1 and the second determination image 31e-. 2 is significantly lower than the image quality level of 2.

なお、前処理は、上述した処理に限定されず、例えばモルフォロジの収縮処理や膨張処理、あるいは平滑化処理等を一つあるいは複数組み合わせた処理としてもよい。   Note that the pre-processing is not limited to the above-described processing, and may be processing in which one or a plurality of morphological contraction processing, expansion processing, smoothing processing, and the like are combined.

以下に、上記のように構成された画像処理装置の動作について説明する。ここでは、図11に示した例に基づいて説明する。   Hereinafter, the operation of the image processing apparatus configured as described above will be described. Here, description will be given based on the example shown in FIG.

図12は、図10に示した画像処理装置の動作を説明するためのフローチャートである。   FIG. 12 is a flowchart for explaining the operation of the image processing apparatus shown in FIG.

まず、画像入力部10は、画像の入力を受け付ける(ステップS21)。   First, the image input unit 10 receives an input of an image (step S21).

画像の入力を受け付けた画像入力部10は、受け付けた画像を入力画像11eとして、第1の前処理部60−1と、第2の前処理部60−2と、第1の判定用画像処理部30−1と、第1〜第3の画像処理部20−1〜20−3とへ出力する。   The image input unit 10 that has received the input of the image uses the received image as the input image 11e, and the first preprocessing unit 60-1, the second preprocessing unit 60-2, and the first determination image processing. Output to the unit 30-1 and the first to third image processing units 20-1 to 20-3.

画像入力部10から出力された入力画像11eを受け付けた第1〜第3の画像処理部20−1〜20−3のそれぞれは、受け付けた入力画像11eに第1〜第3の画像処理を施した第1〜第3の処理済画像21e−1〜21e−3を生成する(ステップS22)。ここでは、第1の画像処理部20−1は、受け付けた入力画像11eに対して第1の画像処理として平滑化処理を施す。また、第2の画像処理部20−2は、受け付けた入力画像11eに対して平滑化処理と収縮処理とを組み合わせた第2の画像処理を施す。また、第3の画像処理部20−3は、受け付けた入力画像11eに対して平滑化処理と膨張処理とを組み合わせた第3の画像処理を施す。   Each of the first to third image processing units 20-1 to 20-3 that has received the input image 11e output from the image input unit 10 performs the first to third image processing on the received input image 11e. The first to third processed images 21e-1 to 21e-3 are generated (step S22). Here, the first image processing unit 20-1 performs a smoothing process as a first image process on the received input image 11e. In addition, the second image processing unit 20-2 performs second image processing that combines smoothing processing and contraction processing on the received input image 11e. Further, the third image processing unit 20-3 performs third image processing that combines smoothing processing and expansion processing on the received input image 11e.

そして、第1〜第3の画像処理部20−1〜20−3のそれぞれは、生成された第1〜第3の処理済画像21e−1〜21e−3を画像選択部40へ出力する。   Then, each of the first to third image processing units 20-1 to 20-3 outputs the generated first to third processed images 21e-1 to 21e-3 to the image selection unit 40.

画像入力部10から出力された入力画像11eを受け付けた第1の前処理部60−1は、受け付けた入力画像11eに対し、第1の前処理を施した第1の前処理済画像61−1を生成する。同様に、画像入力部10から出力された入力画像11eを受け付けた第2の前処理部60−2は、受け付けた入力画像11eに対し、第2の前処理を施した第2の前処理済画像61−2を生成する(ステップS23)。ここでは、第1の前処理部60−1は、濃度値の低いノイズ2を入力画像11eの全面にランダムに付加する第1の前処理を施す。また、第2の前処理部60−2は、濃度値の高いノイズ1を入力画像11eの全面にランダムに付加する第2の前処理を施す。   The first preprocessing unit 60-1 that has received the input image 11e output from the image input unit 10 performs the first preprocessed image 61- on which the first preprocessing is performed on the received input image 11e. 1 is generated. Similarly, the second preprocessing unit 60-2 that has received the input image 11e output from the image input unit 10 performs the second preprocessed processing on which the second preprocessing has been performed on the received input image 11e. An image 61-2 is generated (step S23). Here, the first preprocessing unit 60-1 performs first preprocessing for randomly adding noise 2 having a low density value to the entire surface of the input image 11e. In addition, the second preprocessing unit 60-2 performs a second preprocessing for randomly adding noise 1 having a high density value to the entire surface of the input image 11e.

そして、第1の前処理部60−1は、生成された第1の前処理済画像61−1を第2の判定用画像処理部30−2へ出力し、第2の前処理部60−2は、生成された第2の前処理済画像61−2を第3の判定用画像処理部30−3へ出力する。   Then, the first preprocessing unit 60-1 outputs the generated first preprocessed image 61-1 to the second determination image processing unit 30-2, and the second preprocessing unit 60- 2 outputs the generated second preprocessed image 61-2 to the third determination image processing unit 30-3.

画像入力部10から出力された入力画像11eを受け付けた第1の判定用画像処理部30−1と、第1の前処理部60−1から出力された第1の前処理済画像61−1を受け付けた第2の判定用画像処理部30−2と、第2の前処理部60−2から出力された第2の前処理済画像61−2を受け付けた第3の判定用画像処理部30−3とのそれぞれは、第1〜第3の判定用画像処理を施し、第1〜第3の判定用画像31e−1〜31e−3を生成する(ステップS24)。なお、第1〜第3の判定用画像処理のそれぞれは、第1〜第3の画像処理と同じ処理でもよいし、上述したような第1〜第3の画像処理よりも処理量の少ない処理でもよい。   The first determination image processing unit 30-1 that has received the input image 11e output from the image input unit 10, and the first preprocessed image 61-1 output from the first preprocessing unit 60-1. The second image processing unit 30-2 for determination and the third image processing unit for determination 3 that received the second preprocessed image 61-2 output from the second preprocessing unit 60-2 Each of 30-3 performs first to third determination image processing and generates first to third determination images 31e-1 to 31e-3 (step S24). Each of the first to third determination image processes may be the same process as the first to third image processes, or a process having a smaller processing amount than the first to third image processes as described above. But you can.

次に、第1〜第3の判定用画像処理部30−1〜30−3のそれぞれは、生成された第1〜第3の判定用画像31e−1〜31e−3を画像判定部50へ出力する。   Next, each of the first to third determination image processing units 30-1 to 30-3 supplies the generated first to third determination images 31e-1 to 31e-3 to the image determination unit 50. Output.

以降の動作であるステップS25〜S27は、上述した第1の実施形態において図6に示した動作フローのステップS4〜S6と同じなので、ここでは説明を省略する。但し、ここでは、第2の判定用画像31e−2の画質スコアが最も高くなるため、第2の判定用画像31e−2に対応する第2の処理済画像21e−2が出力画像として出力される。   Steps S25 to S27, which are subsequent operations, are the same as steps S4 to S6 in the operation flow shown in FIG. 6 in the first embodiment described above, and thus description thereof is omitted here. However, since the image quality score of the second determination image 31e-2 is the highest here, the second processed image 21e-2 corresponding to the second determination image 31e-2 is output as an output image. The

このように本実施形態において画像処理装置は、第1〜第3の判定用画像処理を行う前に、第1〜第3の判定用画像のそれぞれの画質レベルの差を明確にするための前処理を入力画像に対して施す。そのため、処理量が少なく精度の低い評価手法でも判定用画像の画質レベルを適切に評価することができ、画質レベルを評価するための処理時間を短縮することができるとともに画像処理装置を小型化することができる。   As described above, in the present embodiment, the image processing apparatus is configured to clarify the difference in image quality level between the first to third determination images before performing the first to third determination image processing. Processing is performed on the input image. Therefore, it is possible to appropriately evaluate the image quality level of the image for determination even with an evaluation method with a small amount of processing and low accuracy, and it is possible to shorten the processing time for evaluating the image quality level and downsize the image processing apparatus. be able to.

なお、本実施形態においても上述した第1の実施形態と同様に、画像選択部が画像判定部から出力された評価結果を受け付けてから、受け付けた評価結果が示す判定用画像に対応する処理済画像を生成する画像処理部のみに、画像処理を実行させるようにしてもよい。   In this embodiment as well, in the same way as in the first embodiment described above, after the image selection unit receives the evaluation result output from the image determination unit, the processing corresponding to the determination image indicated by the received evaluation result is completed. Only the image processing unit that generates the image may be caused to execute the image processing.

図13は、図10に示した画像処理装置において画像選択部が評価結果を受け付けてから、画像処理部に画像処理を実行させる場合の構成の一例を示すブロック図である。   FIG. 13 is a block diagram illustrating an example of a configuration in the case where the image processing unit performs image processing after the image selection unit receives an evaluation result in the image processing apparatus illustrated in FIG. 10.

図13に示す画像選択部40aは、画像判定部50から出力された評価結果を受け付けてから、第1〜第3の画像処理部20a−1〜20a−3のいずれかにのみ画像処理の実行命令201を出力する。これにより、低電力化を実現することができる。また、図13に示す画像処理装置では、第1〜第3の画像処理部20a−1〜20a−3の全てを同時に動作させる必要がない。そのため、第1〜第3画像処理部20a−1〜20a−3と第1〜第3の判定用画像処理部30−1〜30−3とでプロセッサを共有することができ、画像処理装置の小型化及び低価格化を実現することができる。   The image selection unit 40a illustrated in FIG. 13 executes the image processing only in any one of the first to third image processing units 20a-1 to 20a-3 after receiving the evaluation result output from the image determination unit 50. Command 201 is output. Thereby, low power can be realized. In the image processing apparatus shown in FIG. 13, it is not necessary to operate all of the first to third image processing units 20a-1 to 20a-3 at the same time. Therefore, the first to third image processing units 20a-1 to 20a-3 and the first to third determination image processing units 30-1 to 30-3 can share a processor, and the image processing apparatus Miniaturization and price reduction can be realized.

また、上述した第1の実施形態及び第2の実施形態において、画像判定部及び画像選択部が画像入力部10から出力された入力画像を受け付け、受け付けた入力画像を評価対象画像に加えてもよい。この場合、画像選択部は、画像入力部10から出力された入力画像の画質が十分に高いと判断すれば、画像処理部から出力される第1〜第3の処理済画像を受け付ける前に、入力画像を出力画像として出力することもできる。この場合、画像処理を行うための処理時間を短縮することができ、低電力化を実現することができる。また、画像判定部50は、受け付けた入力画像の画質が十分に高いと判断すれば、第1〜第3の処理済画像のいずれを出力画像としてもよいことを示す評価結果を画像選択部に出力するようにしてもよい。これにより、画像選択部は、第1〜第3の画像処理のうち最も処理時間の短い画像処理の処理済画像を出力画像として出力することができ、画像処理を行うための処理時間を短縮でき、低電力化を実現することができる。   In the first embodiment and the second embodiment described above, the image determination unit and the image selection unit may receive the input image output from the image input unit 10 and add the received input image to the evaluation target image. Good. In this case, if the image selection unit determines that the image quality of the input image output from the image input unit 10 is sufficiently high, before receiving the first to third processed images output from the image processing unit, An input image can also be output as an output image. In this case, the processing time for performing image processing can be shortened, and low power can be realized. If the image determination unit 50 determines that the image quality of the received input image is sufficiently high, an evaluation result indicating that any of the first to third processed images may be used as the output image is displayed in the image selection unit. You may make it output. Thereby, the image selection unit can output the processed image having the shortest processing time among the first to third image processings as an output image, and can shorten the processing time for performing the image processing. , Low power can be realized.

(第3の実施形態)
図14は、本発明の画像処理装置の第3の実施形態の構成を示すブロック図である。
(Third embodiment)
FIG. 14 is a block diagram showing the configuration of the third embodiment of the image processing apparatus of the present invention.

本実施形態の画像処理装置は、上述した第1の実施形態において図1に示した画像処理装置と比較すると、第1〜第3の判定用画像処理部30−1〜30−3が省略されている点が異なる。そのため、画像判定部150は、画像入力部10から出力された入力画像を直接受け付け、受け付けた入力画像の画質レベルを評価する。   Compared with the image processing apparatus shown in FIG. 1 in the first embodiment described above, the image processing apparatus according to this embodiment omits the first to third determination image processing units 30-1 to 30-3. Is different. Therefore, the image determination unit 150 directly receives the input image output from the image input unit 10 and evaluates the image quality level of the received input image.

画像判定部150は、画像入力部10から出力された入力画像を受け付け、受け付けた入力画像に含まれるノイズを上述したテンプレートマッチングによって検出する。そして、検出されたノイズの数に基づき、入力画像の画質の評価を行う。具体的には例えば、画像判定部150は、図5(b)に示したテンプレートによって検出される濃度値の高いノイズの個数(Nbとする)と、図5(c)に示したテンプレートによって検出される濃度値の低いノイズの個数(Nwとする)とを別々に検出する。そして、NbがNwよりも十分に多い場合(Nb−Nw>C;Cは任意の値)、濃度値の高いノイズがより強く除去される第2の画像処理が施された第2の処理済画像の画質レベルが最も高いと判断する。一方、NbがNwよりも十分に少ない場合(Nw−Nb>C;Cは任意の値)、濃度値の低いノイズがより強く除去される第3の画像処理が施された第3の処理済画像の画質レベルが最も高いと判断する。また、それ以外の場合には(|Nw−Nb|<C)、第1の画像処理が施された第1の処理済画像の画質レベルが最も高いと判断する。そして、画像判定部150は、判断された処理済画像を示す評価結果を画像選択部40へ出力する。   The image determination unit 150 receives the input image output from the image input unit 10 and detects noise included in the received input image by the template matching described above. Then, the image quality of the input image is evaluated based on the number of detected noises. Specifically, for example, the image determination unit 150 detects the number of high density noises (Nb) detected by the template shown in FIG. 5B and the template shown in FIG. The number of noises having a low density value (Nw) is detected separately. When Nb is sufficiently larger than Nw (Nb−Nw> C; C is an arbitrary value), the second processed image subjected to the second image processing in which noise with a high density value is more strongly removed It is determined that the image quality level is the highest. On the other hand, when Nb is sufficiently smaller than Nw (Nw−Nb> C; C is an arbitrary value), the third processed image subjected to the third image processing in which noise having a low density value is more strongly removed is applied. It is determined that the image quality level is the highest. In other cases (| Nw−Nb | <C), it is determined that the image quality level of the first processed image subjected to the first image processing is the highest. Then, the image determination unit 150 outputs an evaluation result indicating the determined processed image to the image selection unit 40.

画像選択部40は、画像判定部150から出力された評価結果を受け付ける。そして、第1〜第3の処理済画像のうち、受け付けた評価結果が示す処理済画像を出力画像として出力する。   The image selection unit 40 receives the evaluation result output from the image determination unit 150. And the processed image which the received evaluation result shows among the 1st-3rd processed images is output as an output image.

このように本実施形態においては、画像判定部150が画質レベルを評価する画像の数は1つだけである。そのため、上述した第1の実施形態及び第2の実施形態よりも処理時間が短縮されるとともに画像処理装置の低電力化及び小型化を実現することができる。   As described above, in the present embodiment, the image determination unit 150 has only one image for evaluating the image quality level. Therefore, the processing time can be shortened compared to the first embodiment and the second embodiment described above, and the power consumption and size of the image processing apparatus can be reduced.

なお、本実施形態においても上述した第1の実施形態及び第2の実施形態と同様に、画像選択部が画像判定部から出力された評価結果を受け付けてから、受け付けた評価結果が示す処理済画像を生成する画像処理部のみに画像処理を実行させるようにしてもよい。これにより、低電力化を実現することができる。   In this embodiment as well, as in the first and second embodiments described above, the image selection unit receives the evaluation result output from the image determination unit, and then the processed result indicated by the received evaluation result is displayed. Only the image processing unit that generates the image may be caused to execute the image processing. Thereby, low power can be realized.

(第4の実施の形態)
図15は、本発明の画像処理装置の第4の実施形態の構成を示すブロック図である。
(Fourth embodiment)
FIG. 15 is a block diagram showing the configuration of the fourth embodiment of the image processing apparatus of the present invention.

本実施形態の画像処理装置は、上述した第1の実施形態において図1に示した画像処理装置と比較すると、画像判定部250が画像入力部210に対して再入力命令101を出力する点が異なる。再入力命令101は、画像判定部250が行う画質レベルの評価の結果に応じ、画像入力部210に画像の受け付けを再度行わせるための命令である。   The image processing apparatus according to this embodiment is different from the image processing apparatus illustrated in FIG. 1 in the first embodiment described above in that the image determination unit 250 outputs the re-input command 101 to the image input unit 210. Different. The re-input command 101 is a command for causing the image input unit 210 to accept an image again according to the result of the image quality level evaluation performed by the image determination unit 250.

画像判定部250は、第1〜第3の判定用画像処理部30−1〜30−3のそれぞれから出力された第1〜第3の判定用画像を受け付け、受け付けた第1〜第3の判定用画像の画質スコアにより、それぞれの判定用画像の画質レベルを評価する。ここで、第1〜第3の判定用画像の画質スコアをそれぞれIq1〜Iq3とし、Iq3、Iq2、Iq1の順番に画質スコアが高いものとする。このとき、画質スコア間の差が小さい場合(Iq3−Iq1<C、Cは任意の定数)、画像判定部250は、再入力命令101を画像入力部210へ出力する。一方、画質スコア間の差が大きい場合(Iq3−Iq1>C)、画像判定部250は、画質スコアが最も高い第3の判定用画像を示す評価結果を画像選択部40へ出力する。   The image determination unit 250 receives the first to third determination images output from each of the first to third determination image processing units 30-1 to 30-3 and receives the received first to third images. The image quality level of each determination image is evaluated based on the image quality score of the determination image. Here, the image quality scores of the first to third determination images are Iq1 to Iq3, respectively, and the image quality scores are higher in the order of Iq3, Iq2, and Iq1. At this time, when the difference between the image quality scores is small (Iq3-Iq1 <C, C is an arbitrary constant), the image determination unit 250 outputs the re-input command 101 to the image input unit 210. On the other hand, when the difference between the image quality scores is large (Iq3-Iq1> C), the image determination unit 250 outputs an evaluation result indicating the third determination image having the highest image quality score to the image selection unit 40.

画像判定部250から出力された再入力命令101を受け付けた画像入力部210は、画像の入力を再度受け付け、受け付けた画像を入力画像として出力する。   The image input unit 210 that has received the re-input command 101 output from the image determination unit 250 receives the input of the image again, and outputs the received image as an input image.

これは、入力画像の画質レベルが著しく低い場合、第1〜第3の処理済画像及び第1〜第3の判定用画像のいずれも画質レベルが低くなり、その結果、画質スコア間の差が小さくなること(Iq3−Iq1<C)を利用している。   This is because when the image quality level of the input image is extremely low, the image quality levels of both the first to third processed images and the first to third determination images are low, and as a result, the difference between the image quality scores is reduced. It is utilized that it becomes smaller (Iq3-Iq1 <C).

なお、画像判定部250が画像入力部10への再入力命令101を出力するか、画像選択部40へ評価結果を出力するかどうかを決定する条件は、上述したような条件以外も任意に設定することができる。例えば、入力画像の画質レベルが常にある一定のレベル以上であると仮定した場合に、第1〜第3の判定用画像の画質スコア間の差が大きければ(Iq3−Iq1>C)画像入力部210へ再入力命令101を出力するようにしてもよい。また、その場合、第1〜第3の判定用画像の画質スコア間の差が小さい場合には(Iq3−Iq1<C)、評価結果を画像選択部40へ出力するようにしてもよい。   The condition for determining whether the image determination unit 250 outputs the re-input command 101 to the image input unit 10 or the evaluation result to the image selection unit 40 is arbitrarily set other than the above-described conditions. can do. For example, assuming that the image quality level of the input image is always greater than or equal to a certain level, if the difference between the image quality scores of the first to third determination images is large (Iq3-Iq1> C), the image input unit The re-input command 101 may be output to 210. In this case, if the difference between the image quality scores of the first to third determination images is small (Iq3-Iq1 <C), the evaluation result may be output to the image selection unit 40.

このように本実施形態においては、画像判定部250が受け付けた第1〜第3の判定用画像の画質レベルの差が小さい場合、つまり、第1〜第3の判定用画像のいずれの画質レベルも低い場合、画像入力部210が画像の入力を再度受け付ける。そのため、第1〜第3の実施形態における出力画像よりも画質レベルの高い画像を出力画像として得ることができる。   As described above, in the present embodiment, when the difference between the image quality levels of the first to third determination images received by the image determination unit 250 is small, that is, any image quality level of the first to third determination images. Is lower, the image input unit 210 receives the input of the image again. Therefore, an image having a higher image quality level than the output image in the first to third embodiments can be obtained as the output image.

なお、一般的に、指紋認証装置では、指の表面の汗の状態等により、センシングする度に画質レベルの異なる画像が入力される。同様に、物体を撮影する場合でも、周囲の明るさ等が変化することにより、入力画像の画質レベルが変化する。また、周囲の明るさや、対象物体の向き、カメラやセンサのパラメータを意図的に変えて画像を入力し直してもよい。   Generally, in a fingerprint authentication device, an image with a different image quality level is input every time sensing is performed depending on the state of sweat on the surface of the finger. Similarly, even when shooting an object, the image quality level of the input image changes due to changes in ambient brightness and the like. In addition, the image may be re-input by intentionally changing the ambient brightness, the direction of the target object, or the parameters of the camera or sensor.

また、画像判定部250が画像入力部210から出力された入力画像も受け付け、受け付けた入力画像も第1〜第3の判定用画像とともに評価対象画像としてもよい。この場合、今回受け付けた入力画像の画質スコア(IqNとする)と、前回受け付けた入力画像の画質スコア(Iq0とする)とを比較し、IqNがIq0よりも高い場合(IqN>Iq0)、画像選択部40に評価結果を出力し、IqNがIq0以下の場合には(IqN≦Iq0)、再入力命令101を画像入力部210に出力するようにしてもよい。   The image determination unit 250 may also receive an input image output from the image input unit 210, and the received input image may be an evaluation target image together with the first to third determination images. In this case, the image quality score (input IqN) of the input image received this time is compared with the image quality score (input Iq0) of the input image received last time, and if IqN is higher than Iq0 (IqN> Iq0), the image The evaluation result may be output to the selection unit 40. If IqN is equal to or less than Iq0 (IqN ≦ Iq0), the re-input command 101 may be output to the image input unit 210.

また、本実施形態において画像処理装置は、画質スコアの閾値を記憶する閾値記憶部を備えていてもよい。   In the present embodiment, the image processing apparatus may include a threshold value storage unit that stores a threshold value of the image quality score.

図16は、図15に示した画像処理装置に閾値記憶部70を設けた構成の一例を示すブロック図である。なお、ここでは、画像判定部250a及び画像選択部40は、画像入力部210から出力された入力画像を受け付ける。   FIG. 16 is a block diagram illustrating an example of a configuration in which the threshold storage unit 70 is provided in the image processing apparatus illustrated in FIG. Here, the image determination unit 250a and the image selection unit 40 receive the input image output from the image input unit 210.

閾値記憶部70は、予め決められた画質スコアの閾値(Thとする)を記憶する。   The threshold storage unit 70 stores a predetermined image quality score threshold (referred to as Th).

画像判定部250aは、入力画像及び第1〜第3の判定用画像を受け付けると、閾値記憶部70に記憶された閾値を取得する。そして、取得された閾値と、受け付けた入力画像の画質スコア(IqN)及び第1〜第3の判定用画像の画質スコア(Iq1、Iq2、Iq3とする(Iq1<Iq2<Iq3))とを比較する。そして、受け付けた入力画像及び第1〜第3の判定用画像の全ての画質スコアが取得した閾値よりも低い場合(IqN<ThかつIq3<Th)、再入力命令101を画像入力部210へ出力する。一方、取得した閾値よりも高い画質スコアの画像がある場合には(IqN>ThまたはIq3>Th)、入力画像または第3の判定用画像のうち画質スコアの高い画像を示す評価結果を画像選択部40へ出力する。   When receiving the input image and the first to third determination images, the image determination unit 250a acquires the threshold value stored in the threshold value storage unit 70. Then, the acquired threshold value is compared with the image quality score (IqN) of the received input image and the image quality scores (Iq1, Iq2, and Iq3 (Iq1 <Iq2 <Iq3)) of the first to third determination images. To do. When all the image quality scores of the received input image and the first to third determination images are lower than the acquired threshold value (IqN <Th and Iq3 <Th), the re-input command 101 is output to the image input unit 210. To do. On the other hand, if there is an image with an image quality score higher than the acquired threshold value (IqN> Th or Iq3> Th), an evaluation result indicating an image with a high image quality score is selected from the input image or the third determination image. To the unit 40.

このように、画像判定部250aは、予め決められた閾値よりも高い画質スコアの画像を受け付けるまで入力画像及び第1〜第3の判定用画像の受け付けを継続する。そのため、任意のレベル以上の画質レベルの画像を出力画像として得ることができる。   As described above, the image determination unit 250a continues to receive the input image and the first to third determination images until an image having an image quality score higher than a predetermined threshold is received. Therefore, an image having an image quality level higher than an arbitrary level can be obtained as an output image.

なお、閾値と、入力画像及び第1〜第3の判定用画像の画質スコアとを比較するための方法は上述した方法に限定されない。例えば、画像判定部50は、入力画像及び第1〜第3の判定用画像のうち、任意の数の画像の画質スコアが閾値よりも低い場合に画像の再入力命令101を出力するようにしてもよい。また、入力画像及び第1〜第3の判定用画像のうち、任意の数の画像の画質スコアが閾値よりも高い場合に再入力命令101を出力するようにしてもよい。   Note that the method for comparing the threshold value with the image quality scores of the input image and the first to third determination images is not limited to the method described above. For example, the image determination unit 50 outputs the image re-input command 101 when the image quality score of an arbitrary number of images among the input image and the first to third determination images is lower than a threshold value. Also good. Further, the re-input command 101 may be output when the image quality score of an arbitrary number of images among the input image and the first to third determination images is higher than a threshold value.

また、閾値の数は1つに限定されない。例えば、2つの閾値(Th1、Th2とする(Th1<Th2))を用い、入力画像及び第1〜第3の判定用画像のうち、任意の数の入力画像及び第1〜第3の判定用画像の画質スコアがTh1以上Th2未満である場合に(あるいはT1未満かつT2以上の場合に)、再入力命令101を出力するようにしてもよい。   Further, the number of thresholds is not limited to one. For example, using two threshold values (Th1 and Th2 (Th1 <Th2)), an arbitrary number of input images and first to third determination images out of the input image and the first to third determination images. If the image quality score of the image is greater than or equal to Th1 and less than Th2, (or less than T1 and greater than or equal to T2), the re-input command 101 may be output.

また、本実施形態において画像処理装置は、受け付ける入力画像の数の最大値を記憶する画像数記憶部を備えていてもよい。   In the present embodiment, the image processing apparatus may include an image number storage unit that stores the maximum number of input images to be received.

図17は、図15に示した画像処理装置に画像数記憶部80を設けた構成の一例を示すブロック図である。なお、ここでも、画像判定部250b及び画像選択部40は、画像入力部210から出力された入力画像を受け付ける。   FIG. 17 is a block diagram illustrating an example of a configuration in which the image number storage unit 80 is provided in the image processing apparatus illustrated in FIG. Also in this case, the image determination unit 250b and the image selection unit 40 accept the input image output from the image input unit 210.

画像数記憶部80は、画像判定部250bが受け付ける入力画像の数の最大値である最大入力画像数(N1)を記憶する。   The number-of-images storage unit 80 stores the maximum number of input images (N1) that is the maximum number of input images accepted by the image determination unit 250b.

画像判定部250bは、受け付けた入力画像数(N2とする)を記憶する。画像判定部250bは、再入力命令101を出力すると決定した場合、画像数記憶部80から最大入力画像数(N1)を取得する。そして、受け付けた入力画像数(N2)が取得した最大入力画像数(N1)よりも少ない場合(N1>N2)、再入力命令101を画像入力部210へ出力する。一方、受け付けた入力画像数(N2)が取得した最大入力画像数(N1)以上である場合(N1≦N2)には、再入力命令101を出力せずに、評価結果を画像選択部40へ出力する。   The image determination unit 250b stores the received number of input images (N2). When the image determination unit 250b determines to output the re-input command 101, the image determination unit 250b acquires the maximum number of input images (N1) from the image number storage unit 80. When the received number of input images (N2) is smaller than the acquired maximum number of input images (N1) (N1> N2), the re-input command 101 is output to the image input unit 210. On the other hand, if the received number of input images (N2) is equal to or greater than the acquired maximum number of input images (N1) (N1 ≦ N2), the evaluation result is sent to the image selection unit 40 without outputting the re-input command 101. Output.

このように、入力画像を受け付ける回数の上限を設けることができ、画像選択部40は、任意の時間内に出力画像を出力することができる。   As described above, an upper limit of the number of times of accepting the input image can be set, and the image selection unit 40 can output the output image within an arbitrary time.

なお、入力画像数(N2)と最大入力画像数(N1)とを用い、再入力命令101を出力するか、評価結果を出力するかを決定する条件は上述した条件に限定されない。再入力命令101を出力すると決定した場合、例えば入力画像数(N2)が最大入力画像数(N1)よりも多い場合に(N1<N2)、再入力命令101を出力するようにしてもよい。また、再入力命令101を出力すると決定した場合、例えば入力画像数(N2)が最大入力画像数(N1)と等しい場合に(N1=N2)、再入力命令101を出力するようにしてもよい。また、評価結果を出力すると決定した場合でも、例えば入力画像数(N2)が最大入力画像数(N1)よりも小さな場合には(N1>N2)(あるいは大きな場合(N1<N2))、再入力命令101を出力するようにしてもよい。また、評価結果を出力すると決定した場合でも、例えば入力画像数(N2)が最大入力画像数(N1)と等しい場合には(N1=N2)、再入力命令101を出力するようにしてもよい。   The condition for determining whether to output the re-input command 101 or output the evaluation result using the number of input images (N2) and the maximum number of input images (N1) is not limited to the above-described conditions. When it is determined to output the re-input command 101, for example, when the number of input images (N2) is larger than the maximum number of input images (N1) (N1 <N2), the re-input command 101 may be output. When it is determined that the re-input command 101 is output, for example, when the number of input images (N2) is equal to the maximum number of input images (N1) (N1 = N2), the re-input command 101 may be output. . Even when it is determined to output the evaluation result, for example, when the number of input images (N2) is smaller than the maximum number of input images (N1) (N1> N2) (or larger (N1 <N2)), The input command 101 may be output. Even when it is determined to output the evaluation result, for example, when the number of input images (N2) is equal to the maximum number of input images (N1) (N1 = N2), the re-input command 101 may be output. .

また、本実施形態において画像処理装置は、画像を記憶する記憶部である画像記憶部を備えていてもよい。   In the present embodiment, the image processing apparatus may include an image storage unit that is a storage unit that stores images.

図18は、図15に示した画像処理装置に画像記憶部90を設けた構成の一例を示すブロック図である。なお、ここでも、画像判定部250c及び画像選択部40は、画像入力部210から出力された入力画像を受け付ける。   FIG. 18 is a block diagram illustrating an example of a configuration in which an image storage unit 90 is provided in the image processing apparatus illustrated in FIG. Also in this case, the image determination unit 250c and the image selection unit 40 accept the input image output from the image input unit 210.

画像記憶部90は、入力画像及び第1〜第3の判定用画像の画質レベルを評価する際の基準となる基準画像と、その基準画像の画質スコアとを記憶する。   The image storage unit 90 stores a reference image serving as a reference when evaluating the image quality levels of the input image and the first to third determination images, and the image quality score of the reference image.

画像判定部250cは、最初に再入力命令101を出力する際、受け付けた入力画像及び第1〜第3の判定用画像の中で画質スコアが最も高い画像を基準画像とし、その基準画像及びその基準画像の画質スコア(Iq4とする)を画像記憶部90に記憶させる。そして、画像判定部250cは、2回目以降に再入力命令101を出力する際には、まず、画像記憶部90に記憶された基準画像と、その基準画像の画質スコア(Iq4)とを取得する。そして、取得された基準画像の画質スコア(Iq4)と、入力画像及び第1〜第3の判定用画像の画質スコア(IqN、Iq1、Iq2、Iq3、(Iq1<Iq2<Iq3))とを比較する。そして、取得された基準画像の画質スコア(Iq4)よりも入力画像の画質スコア(IqN)または第3の判定用画像の画質スコア(Iq3)が高い場合(Iq4<IqNまたはIq4<Iq3)、画質スコアが最も高い画像及びその画質スコア(IqNまたはIq3)を基準画像及びその基準画像の画質スコアとして画像記憶部90に記憶させる。一方、入力画像の画質スコア(IqN)または第3の判定用画像の画質スコア(Iq3)が取得された基準画像の画質スコア(Iq4)以下である場合には(Iq4≧IqNまたはIq4≧Iq3)、取得された基準画像とその画像の画質スコア(Iq4)とをそのまま画像記憶部90に記憶させる。   When the image determination unit 250c outputs the re-input command 101 for the first time, the image having the highest image quality score among the received input image and the first to third determination images is set as a reference image, and the reference image and its The image quality score (Iq4) of the reference image is stored in the image storage unit 90. Then, when outputting the re-input command 101 for the second and subsequent times, the image determination unit 250c first acquires the reference image stored in the image storage unit 90 and the image quality score (Iq4) of the reference image. . Then, the image quality score (Iq4) of the acquired reference image is compared with the image quality scores (IqN, Iq1, Iq2, Iq3, (Iq1 <Iq2 <Iq3)) of the input image and the first to third determination images. To do. When the image quality score (IqN) of the input image or the image quality score (Iq3) of the third determination image is higher than the image quality score (Iq4) of the acquired reference image (Iq4 <IqN or Iq4 <Iq3) The image having the highest score and the image quality score (IqN or Iq3) are stored in the image storage unit 90 as the reference image and the image quality score of the reference image. On the other hand, when the image quality score (IqN) of the input image or the image quality score (Iq3) of the third determination image is equal to or less than the image quality score (Iq4) of the acquired reference image (Iq4 ≧ IqN or Iq4 ≧ Iq3) The acquired reference image and the image quality score (Iq4) of the image are stored in the image storage unit 90 as they are.

また、画像判定部250cは、評価結果を出力すると決定した場合、画像記憶部90から基準画像とその基準画像の画質(Iq4)を取得する。そして、入力画像及び第1〜第3の判定用画像のうち、画質スコアが最も高い画像の画質スコアよりも取得された基準画像の画質スコア(Iq4)が高い場合(Iq4>IqNまたはIq4>Iq3)、取得された基準画像を画像選択部40へ出力する。このとき、画像選択部40は、画像判定部50から出力された基準画像を出力画像とする。一方、取得された基準画像の画質スコアが入力画像または第1〜第3の判定用画像の画質スコア以下であるの場合には(Iq4≦IqNまたはIq4≦Iq3)、入力画像及び第1〜第3の判定用画像のうち、画質スコアが最も高い画像を示す評価結果を画像選択部40へ出力する。   When the image determination unit 250c determines to output the evaluation result, the image determination unit 250c acquires the reference image and the image quality (Iq4) of the reference image from the image storage unit 90. When the image quality score (Iq4) of the acquired reference image is higher than the image quality score of the image having the highest image quality score among the input image and the first to third determination images (Iq4> IqN or Iq4> Iq3). ), And outputs the acquired reference image to the image selection unit 40. At this time, the image selection unit 40 sets the reference image output from the image determination unit 50 as an output image. On the other hand, when the image quality score of the acquired reference image is equal to or less than the image quality score of the input image or the first to third determination images (Iq4 ≦ IqN or Iq4 ≦ Iq3), the input image and the first to first images The evaluation result indicating the image having the highest image quality score among the three determination images is output to the image selection unit 40.

なお、画像判定部250cは、最初に画像記憶部90に基準画像を記憶させる際、入力画像及び第1〜第3の判定用画像のうち、画質スコアが最も高い画像以外の画像を画像記憶部90に記憶させてもよい。また、予め任意の基準画像を画像記憶部90に記憶させておいてもよい。   When the image determination unit 250c first stores the reference image in the image storage unit 90, the image storage unit displays an image other than the image with the highest image quality score among the input image and the first to third determination images. 90 may be stored. An arbitrary reference image may be stored in the image storage unit 90 in advance.

また、画像判定部250cが2回目以降に再入力命令101を出力する際には、取得された基準画像の画質スコアよりも画質スコアが高い(または低い)入力画像及び第1〜第3の判定用画像が所定の数だけあった場合、その入力画像及び第1〜第3の判定用画像のいずれかを画像記憶部90に記憶させるようにしてもよい。   Further, when the image determination unit 250c outputs the re-input command 101 for the second time or later, the input image having the image quality score higher (or lower) than the image quality score of the acquired reference image and the first to third determinations When there are a predetermined number of images, any one of the input images and the first to third determination images may be stored in the image storage unit 90.

また、画像記憶部90に記憶させる基準画像の数は任意の数でよく、例えば、入力画像及び第1〜第3の判定用画像のうち、画質スコアが高い上位2つの画像を記憶させるようにしてもよい。   The number of reference images stored in the image storage unit 90 may be any number. For example, among the input image and the first to third determination images, the top two images with the highest image quality scores are stored. May be.

また、画像判定部250cは、評価結果を出力すると決定した場合、画像記憶部90から取得した基準画像の画質スコア(Iq4)が入力画像及び第1〜第3の判定用画像のうち最も画質スコアが高い画像の画質スコアよりも低い場合に、基準画像を画像選択部40へ出力するようにしてもよい。   If the image determination unit 250c determines to output the evaluation result, the image quality score (Iq4) of the reference image acquired from the image storage unit 90 is the highest image quality score among the input image and the first to third determination images. The reference image may be output to the image selection unit 40 when the image quality score is lower than the image quality score of the high image.

ここで、処理時間は増加するが、画質レベルがより高い出力画像を得るための方法として、画像記憶部90に記憶させる基準画像を、第1〜第3の判定用画像ではなく、それぞれに対応する第1〜第3の処理済画像としてもよい。   Here, although the processing time increases, as a method for obtaining an output image with a higher image quality level, the reference images stored in the image storage unit 90 are not corresponding to the first to third determination images but to the respective images. The first to third processed images may be used.

図19は、図15に示した画像処理装置に画像記憶部90を設けた構成の他の例を示すブロック図である。図19に示すように、画像判定部250dは、第1〜第3の判定用画像処理部30−1〜30−3からの出力だけではなく、第1〜第3の画像処理部20−1〜20−3からの出力も受け付ける。   FIG. 19 is a block diagram illustrating another example of a configuration in which an image storage unit 90 is provided in the image processing apparatus illustrated in FIG. As illustrated in FIG. 19, the image determination unit 250d includes not only outputs from the first to third determination image processing units 30-1 to 30-3 but also the first to third image processing units 20-1. Also accepts output from ~ 20-3.

図19に示す画像処理装置において画像判定部250dは、例えば第1の判定用画像の画質スコアが最も高いと評価した場合、第1の判定用画像に対応する第1の処理済画像を基準画像として画像記憶部90に記憶させる。なお、この場合、画像判定部250dは、第1の判定用画像の画質スコアではなく、第1の処理済画像の画質スコアを第1の処理済画像とともに画像記憶部90に記憶させてもよい。   In the image processing apparatus shown in FIG. 19, for example, when the image determination unit 250d evaluates that the image quality score of the first determination image is the highest, the first processed image corresponding to the first determination image is used as the reference image. Is stored in the image storage unit 90. In this case, the image determination unit 250d may store the image quality score of the first processed image in the image storage unit 90 together with the first processed image instead of the image quality score of the first determination image. .

これにより、画像入力部210が画像の入力の受け付けを複数回行った場合に、画像判定部250dは、入力画像、第1〜第3の判定用画像及び第1〜第3の処理済画像の中から画質スコアが最も高い画像を選択することができ、さらに画質レベルの高い出力画像を得ることができる。   Thereby, when the image input unit 210 receives the input of the image a plurality of times, the image determination unit 250d displays the input image, the first to third determination images, and the first to third processed images. An image with the highest image quality score can be selected from among them, and an output image with a higher image quality level can be obtained.

なお、本実施形態における画像処理装置の基本となる構成は一例として、第1の実施形態において図1に示した画像処理装置の構成とした。しかし、本実施形態における画像処理装置は、上述した第2の実施形態及び第3の実施形態の画像処理装置の構成を基本とした場合でも適用できる。   As an example, the basic configuration of the image processing apparatus in the present embodiment is the configuration of the image processing apparatus shown in FIG. 1 in the first embodiment. However, the image processing apparatus according to the present embodiment can be applied even when the configuration of the image processing apparatuses according to the second and third embodiments described above is used as a basis.

また、上述した第1〜第4の実施形態では、画像処理部及び判定用画像処理部が3つある場合を一例として説明したが、画像処理部または判定用画像処理部の数は3つに限定されない。   In the first to fourth embodiments described above, the case where there are three image processing units and determination image processing units has been described as an example, but the number of image processing units or determination image processing units is three. It is not limited.

また、上述した第1〜第4の実施形態において第1〜第3の画像処理は、上述した平滑処理や収縮処理、膨張処理に限定されず、他の様々な手法の画像処理とすることもできるし、それらを幾つか組み合わせた処理とすることもできる。   In the first to fourth embodiments described above, the first to third image processes are not limited to the smoothing process, the contraction process, and the expansion process described above, and may be image processes of various other methods. Yes, or a combination of some of them.

また、上述した第1〜第4の実施形態において画像判定部が行う画質レベルの評価方法としては、上述したテンプレートマッチングに限定されず、他の様々な評価方法でもよいし、それらを幾つか組み合わせた評価方法でもよい。   In addition, the image quality level evaluation method performed by the image determination unit in the first to fourth embodiments described above is not limited to the template matching described above, and other various evaluation methods may be used, or some of them may be combined. Evaluation method may be used.

また、本発明においては、画像処理装置内の処理は上述の専用のハードウェアにより実現されるもの以外に、その機能を実現するためのプログラムを画像処理装置にて読取可能な記録媒体に記録し、この記録媒体に記録されたプログラムを画像処理装置に読み込ませ、実行するものであってもよい。画像処理装置にて読取可能な記録媒体とは、フレキシブルディスク、光磁気ディスク、DVD、CDなどの移設可能な記録媒体の他、画像処理装置に内蔵されたHDDなどを指す。また、上記のプログラムは、通信回線を介して提供することも可能である。   In the present invention, the processing in the image processing apparatus is recorded on a recording medium readable by the image processing apparatus in addition to the above-described dedicated hardware. The program recorded on the recording medium may be read by the image processing apparatus and executed. The recording medium that can be read by the image processing apparatus refers to a transfer medium such as a flexible disk, a magneto-optical disk, a DVD, and a CD, as well as an HDD built in the image processing apparatus. The above program can also be provided through a communication line.

1 濃度値の高いノイズ
2 濃度値の低いノイズ
10,210 画像入力部
11a〜11e 入力画像
20−1〜20−3,20a−1〜20a−3 第1〜第3の画像処理部
21a−1〜21a−3,21b−1〜21b−3,21c−1〜21c−3,21d−1〜21d−3,21e−1〜21e−3 第1〜第3の処理済画像
30−1〜30−3 第1〜第3の判定用画像処理部
31a−1〜31a−3,31b−1〜31b−3,31c−1〜31c−3,31d−1〜31d−3,31e−1〜31e−3 第1〜第3の判定用画像
40,40a 画像選択部
50,150,250,250a,250b,250c,250d 画像判定部
60−1 第1の前処理部
60−2 第2の前処理部
61−1 第1の前処理済画像
61−2 第2の前処理済画像
70 閾値記憶部
80 画像数記憶部
90 画像記憶部
101 再入力命令
201 実行命令
DESCRIPTION OF SYMBOLS 1 Noise with high density value 2 Noise with low density value 10,210 Image input part 11a-11e Input image 20-1-20-3, 20a-1-20a-3 1st-3rd image process part 21a-1 21a-3, 21b-1 to 21b-3, 21c-1 to 21c-3, 21d-1 to 21d-3, 21e-1 to 21e-3 First to third processed images 30-1 to 30 -3 First to third determination image processing units 31a-1 to 31a-3, 31b-1 to 31b-3, 31c-1 to 31c-3, 31d-1 to 31d-3, 31e-1 to 31e -3 First to third determination images 40, 40a Image selection unit 50, 150, 250, 250a, 250b, 250c, 250d Image determination unit 60-1 First preprocessing unit 60-2 Second preprocessing Part 61-1 First preprocessed image 61-2 Second Preprocessed image 70 threshold value storage unit 80 the image number storage unit 90 the image storage unit 101 re-enter instruction 201 executed instruction

Claims (9)

画像の入力を受け付け、該受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成し、該生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する画像処理装置であって、
画像の入力を受け付け、該受け付けた画像を入力画像として出力する画像入力部と、
前記画像入力部から出力された入力画像を受け付け、該受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成し、該生成された複数の処理済画像を出力する画像処理部と、
前記画像入力部から出力された入力画像を受け付け、前記相互に異なる種類の複数の画像処理のそれぞれと対応付けられ、当該画像処理よりも処理量が少ない複数の判定用画像処理を前記受け付けた入力画像に施すことにより、前記複数の処理済画像のそれぞれと対応付けられた複数の判定用画像を生成し、該生成された複数の判定用画像を出力する判定用画像処理部と、
前記判定用画像処理部から出力された複数の判定用画像を、画質レベルが評価される評価対象画像として受け付け、該受け付けた複数の判定用画像のそれぞれの画質レベルを評価し、当該複数の判定用画像のうち画質レベルが所定の条件を満たす判定用画像を示す評価結果を出力する画像判定部と、
前記画像処理部から出力された複数の処理済画像と、前記画像判定部から出力された評価結果とを受け付け、前記受け付けた複数の処理済画像のうち、前記受け付けた評価結果が示す判定用画像と対応する処理済画像を選択する画像選択部と、
前記画像入力部から出力された入力画像を受け付け、該受け付けた入力画像に対し、前記複数の判定用画像の間の画質レベルの差を明確にするための前処理を施した前処理済画像を生成し、該生成された前処理済画像を出力する前処理部と、を有し、
前記判定用画像処理部は、前記画像入力部から出力された入力画像と、前記前処理部から出力された前処理済画像とを受け付け、前記複数の判定用画像処理のうち所定の1つの判定用画像処理を前記受け付けた入力画像に施し、前記複数の判定用画像処理のうち前記所定の1つの判定用画像処理以外の判定用画像処理を前記受け付けた前処理済画像に施すことにより、前記複数の判定用画像を生成する画像処理装置。
Receiving an input of an image, generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image, and the image quality level of the generated plurality of processed images is An image processing apparatus that selects a processed image that satisfies a predetermined condition ,
An image input unit that receives an input of an image and outputs the received image as an input image;
Receiving an input image output from the image input unit, generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image, and generating the plurality of processed images An image processing unit for outputting an image;
An input image output from the image input unit is received, and the received input includes a plurality of determination image processes associated with each of the plurality of different types of image processing and having a smaller processing amount than the image processing. A determination image processing unit configured to generate a plurality of determination images associated with each of the plurality of processed images and to output the generated plurality of determination images;
The plurality of determination images output from the determination image processing unit are received as evaluation target images whose image quality levels are evaluated, the image quality levels of the received plurality of determination images are evaluated, and the plurality of determinations An image determination unit that outputs an evaluation result indicating a determination image whose image quality level satisfies a predetermined condition among the images for use;
A plurality of processed images output from the image processing unit and an evaluation result output from the image determination unit are received, and a determination image indicated by the received evaluation result among the plurality of received processed images An image selection unit for selecting a processed image corresponding to
A preprocessed image obtained by receiving an input image output from the image input unit and performing a preprocess for clarifying a difference in image quality level between the plurality of determination images with respect to the received input image. A pre-processing unit that generates and outputs the generated pre-processed image,
The determination image processing unit receives an input image output from the image input unit and a preprocessed image output from the preprocessing unit, and determines a predetermined one of the plurality of determination image processes. Performing image processing on the received input image, and performing image processing for determination other than the predetermined one image processing for determination among the plurality of image processing for determination on the received preprocessed image, An image processing apparatus that generates a plurality of determination images.
請求項に記載の画像処理装置において、
前記前処理部は、前記受け付けた入力画像にランダムにノイズを付加することによって前記前処理済画像を生成する画像処理装置。
The image processing apparatus according to claim 1 .
The image processing apparatus, wherein the preprocessing unit generates the preprocessed image by randomly adding noise to the received input image.
請求項1または2に記載の画像処理装置において、
前記画像判定部は、前記評価対象画像の画質レベルに応じ、画像の入力を再度受け付けさせるための再入力命令を出力し、
前記画像入力部は、前記画像判定部から出力された再入力命令を受け付けると、画像の入力を再度受け付け、該受け付けた画像を前記入力画像として出力する画像処理装置。
The image processing apparatus according to claim 1 or 2 ,
The image determination unit outputs a re-input command for accepting image input again according to the image quality level of the evaluation target image,
When the image input unit receives a re-input command output from the image determination unit, the image input unit receives the input of the image again and outputs the received image as the input image.
請求項に記載の画像処理装置において、
記憶部を有し、
前記画像判定部は、前記評価対象画像のうち、画質レベルが所定の条件を満たす評価対象画像を、画質レベルを評価する際の基準となる基準画像として前記記憶部に記憶させ、その後、さらに前記評価対象画像を受け付けると、前記記憶部に記憶された基準画像を取得し、該取得された基準画像の画質レベルと前記受け付けた前記評価対象画像の画質レベルとを比較することにより、前記評価結果あるいは前記基準画像のいずれかを選択して出力し、
前記画像選択部は、前記画像判定部から出力された前記基準画像を受け付けた場合、該受け付けた前記基準画像を選択する画像処理装置。
The image processing apparatus according to claim 3 .
Having a storage unit,
The image determination unit stores an evaluation target image satisfying a predetermined image quality level among the evaluation target images in the storage unit as a reference image serving as a reference when evaluating the image quality level, and then further When the evaluation target image is received, the reference image stored in the storage unit is acquired, and the evaluation result is obtained by comparing the image quality level of the acquired reference image with the received image quality level of the evaluation target image. Or select and output one of the reference images,
An image processing apparatus that selects the received reference image when the image selection unit receives the reference image output from the image determination unit.
請求項乃至のいずれか1項に記載の画像処理装置において、
前記画像判定部は、前記画像入力部から出力された入力画像を受け付け、該受け付けた入力画像を前記評価対象画像として加え、
前記画像選択部は、前記画像入力部から出力された入力画像を受け付け、該受け付けた入力画像及び前記受け付けた複数の処理済画像のうち、前記評価結果が示す画像に対応する入力画像及び処理済画像を選択する画像処理装置。
The image processing apparatus according to any one of claims 1 to 4 ,
The image determination unit receives an input image output from the image input unit, adds the received input image as the evaluation target image,
The image selection unit receives the input image output from the image input unit, and among the received input image and the plurality of received processed images, the input image corresponding to the image indicated by the evaluation result and the processed image An image processing apparatus for selecting an image.
請求項1乃至のいずれか1項に記載の画像処理装置において、
前記相互に異なる種類の複数の画像処理は、画像中に含まれるノイズを除去する方法が相互に異なる画像処理であり、
前記画質レベルは、画像中に含まれるノイズの数に応じて評価される画像処理装置。
The image processing apparatus according to any one of claims 1 to 5 ,
The plurality of different types of image processing is image processing in which a method for removing noise included in an image is different from each other,
The image processing apparatus, wherein the image quality level is evaluated according to the number of noises included in the image.
画像の入力を受け付ける処理と、
前記受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成する処理と、
前記生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する選択処理と、
実行する画像処理装置における画像処理方法であって、
前記選択処理は、
前記相互に異なる種類の複数の画像処理のそれぞれと対応付けられ、当該画像処理よりも処理量が少ない複数の判定用画像処理を前記入力画像に施すことにより、前記複数の処理済画像のそれぞれと対応付けられ、画質レベルが評価される評価対象画像である複数の判定用画像を生成する判定用画像生成処理と、
前記生成された複数の判定用画像の画質レベルを評価する処理と、
前記複数の判定用画像のうち画質レベルが所定の条件を満たす判定用画像に対応する前記処理済画像を選択する処理と、
を含み、
前記判定用画像生成処理は、
前記入力画像に対し、前記複数の判定用画像の間の画質レベルの差を明確にするための前処理を施した前処理済画像を生成する処理と、
前記複数の判定用画像処理のうち所定の1つの判定用画像処理を前記入力画像に施し、前記複数の判定用画像処理のうち前記所定の1つの判定用画像処理以外の判定用画像処理を前記前処理済画像に施すことにより、前記複数の判定用画像を生成する処理と、
を含む、画像処理方法。
Processing to accept image input ;
A process of generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image;
A selection process for selecting a processed image whose image quality level satisfies a predetermined condition among the plurality of generated images generated;
An image processing method in an image processing apparatus for execution,
The selection process includes
Each of the plurality of processed images is associated with each of the plurality of different types of image processing, and is subjected to a plurality of determination image processings having a smaller processing amount than the image processing. A determination image generation process for generating a plurality of determination images, which are evaluation target images that are associated and whose image quality level is evaluated;
A process of evaluating image quality levels of the plurality of generated determination images;
A process of selecting the processed image corresponding to a determination image whose image quality level satisfies a predetermined condition among the plurality of determination images;
Including
The determination image generation process includes:
Processing for generating a preprocessed image on which the preprocessing for clarifying the difference in image quality level between the plurality of determination images is performed on the input image;
A predetermined one of the plurality of determination image processes is applied to the input image, and a determination image process other than the predetermined one of the plurality of determination image processes is performed on the input image. Processing to generate the plurality of determination images by applying to a preprocessed image;
Including an image processing method.
請求項に記載の画像処理方法において、
前記評価対象画像の画質レベルに応じ、画像の入力を再度受け付ける処理をさらに有する画像処理方法。
The image processing method according to claim 7 .
An image processing method further comprising a process of receiving an input of an image again according to an image quality level of the evaluation target image.
画像処理装置に、
画像の入力を受け付ける手順と、
前記受け付けた入力画像に対して相互に異なる種類の複数の画像処理を施した複数の処理済画像を生成する手順と、
前記生成された複数の処理済画像のうち、画質レベルが所定の条件を満たす処理済画像を選択する選択手順と、
実行させるための画像処理プログラムであって、
前記選択手順は、
前記相互に異なる種類の複数の画像処理のそれぞれと対応付けられ、当該画像処理よりも処理量が少ない複数の判定用画像処理を前記入力画像に施すことにより、前記複数の処理済画像のそれぞれと対応付けられ、画質レベルが評価される評価対象画像である複数の判定用画像を生成する判定用画像生成手順と、
前記生成された複数の判定用画像の画質レベルを評価する手順と、
前記複数の判定用画像のうち画質レベルが所定の条件を満たす判定用画像に対応する前記処理済画像を選択する手順と、
を含み、
前記判定用画像生成手順は、
前記入力画像に対し、前記複数の判定用画像の間の画質レベルの差を明確にするための前処理を施した前処理済画像を生成する手順と、
前記複数の判定用画像処理のうち所定の1つの判定用画像処理を前記入力画像に施し、前記複数の判定用画像処理のうち前記所定の1つの判定用画像処理以外の判定用画像処理を前記前処理済画像に施すことにより、前記複数の判定用画像を生成する手順と、
を含む、画像処理プログラム。
In the image processing device,
A procedure to accept image input ,
A procedure for generating a plurality of processed images obtained by performing a plurality of different types of image processing on the received input image;
A selection procedure for selecting a processed image whose image quality level satisfies a predetermined condition among the plurality of generated images generated;
An image processing program for causing execution,
The selection procedure is:
Each of the plurality of processed images is associated with each of the plurality of different types of image processing, and is subjected to a plurality of determination image processings having a smaller processing amount than the image processing. A determination image generation procedure for generating a plurality of determination images, which are evaluation target images that are associated and whose image quality level is evaluated;
A procedure for evaluating image quality levels of the plurality of generated determination images;
A procedure for selecting the processed image corresponding to a determination image whose image quality level satisfies a predetermined condition among the plurality of determination images;
Including
The determination image generation procedure includes:
A procedure for generating a preprocessed image that has been subjected to preprocessing for clarifying the difference in image quality level between the plurality of determination images for the input image;
A predetermined one of the plurality of determination image processes is applied to the input image, and a determination image process other than the predetermined one of the plurality of determination image processes is performed on the input image. A procedure for generating the plurality of determination images by applying to a preprocessed image;
Including an image processing program.
JP2009112693A 2009-05-07 2009-05-07 Image processing apparatus, image processing method, and image processing program Expired - Fee Related JP5103436B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009112693A JP5103436B2 (en) 2009-05-07 2009-05-07 Image processing apparatus, image processing method, and image processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009112693A JP5103436B2 (en) 2009-05-07 2009-05-07 Image processing apparatus, image processing method, and image processing program

Publications (2)

Publication Number Publication Date
JP2010262470A JP2010262470A (en) 2010-11-18
JP5103436B2 true JP5103436B2 (en) 2012-12-19

Family

ID=43360479

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009112693A Expired - Fee Related JP5103436B2 (en) 2009-05-07 2009-05-07 Image processing apparatus, image processing method, and image processing program

Country Status (1)

Country Link
JP (1) JP5103436B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7246194B2 (en) * 2019-01-28 2023-03-27 キヤノンメディカルシステムズ株式会社 MEDICAL IMAGE PROCESSING APPARATUS, MEDICAL IMAGE PROCESSING METHOD, AND PROGRAM

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05159055A (en) * 1991-12-05 1993-06-25 Omron Corp Edge image generating device
JPH08129644A (en) * 1993-05-07 1996-05-21 Sharp Corp Method for judging picture quality of fingerprint image
JP2000030039A (en) * 1998-07-13 2000-01-28 Canon Inc Picture processor and picture processing method
JP4386275B2 (en) * 2004-09-17 2009-12-16 株式会社リコー Image processing apparatus, image processing method, image processing program, and computer-readable recording medium on which image processing program is recorded

Also Published As

Publication number Publication date
JP2010262470A (en) 2010-11-18

Similar Documents

Publication Publication Date Title
CN108229526B (en) Network training method, network training device, image processing method, image processing device, storage medium and electronic equipment
JP6123975B2 (en) Feature amount extraction apparatus and feature amount extraction method
JP2020129276A (en) Image processing device, image processing method, and program
US8368764B2 (en) Digital photographing apparatus and method for controlling the same
JP4936083B2 (en) Thumbnail image generation method and apparatus
JP5973804B2 (en) Image processing apparatus and control method thereof
JP5103436B2 (en) Image processing apparatus, image processing method, and image processing program
JP2010146395A (en) Image processing device, image processing method, image processing program, and electronic equipment
JP5513960B2 (en) Image processing device
JP5286215B2 (en) Outline extracting apparatus, outline extracting method, and outline extracting program
JP4027398B1 (en) Motion vector detection device
JP6118295B2 (en) Marker embedding device, marker detection device, method, and program
JP2009059047A (en) Device, method and program for detecting object
WO2008023466A1 (en) Moving vector detecting bdevice
JP4213739B2 (en) Motion vector detection device
JP2007043285A (en) Shake vector detecting apparatus, camera system, shake vector detection method, and shake vector detection program
US9135687B2 (en) Threshold setting apparatus, threshold setting method and recording medium in which program for threshold setting method is stored
JP6314281B1 (en) Image processing method and foreground region acquisition method
JP6326841B2 (en) Image processing apparatus, imaging apparatus, and image processing program
JP4083782B1 (en) Motion vector detection device
JP4008715B2 (en) Form reading device and form reading processing program
JP4866891B2 (en) Face detection device, face detection method, and face detection program
JP6318661B2 (en) Subject detection device, imaging device, and image processing program
JP6493559B2 (en) Character recognition device and character recognition method
JP2017118341A (en) Image processing device, imaging device, electronic apparatus, and image processing program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20110616

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110909

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120608

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120710

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120906

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

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

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

Free format text: PAYMENT UNTIL: 20151005

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5103436

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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