JP2010244446A - Data processor, data processing method, and program - Google Patents

Data processor, data processing method, and program Download PDF

Info

Publication number
JP2010244446A
JP2010244446A JP2009094537A JP2009094537A JP2010244446A JP 2010244446 A JP2010244446 A JP 2010244446A JP 2009094537 A JP2009094537 A JP 2009094537A JP 2009094537 A JP2009094537 A JP 2009094537A JP 2010244446 A JP2010244446 A JP 2010244446A
Authority
JP
Japan
Prior art keywords
filter
data
converter
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.)
Granted
Application number
JP2009094537A
Other languages
Japanese (ja)
Other versions
JP5396977B2 (en
Inventor
Hideki Sasaki
秀貴 佐々木
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.)
Nikon Corp
Original Assignee
Nikon 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 Nikon Corp filed Critical Nikon Corp
Priority to JP2009094537A priority Critical patent/JP5396977B2/en
Publication of JP2010244446A publication Critical patent/JP2010244446A/en
Application granted granted Critical
Publication of JP5396977B2 publication Critical patent/JP5396977B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily correct a converter generated by evolutionary calculation. <P>SOLUTION: This data processor includes: a generation part for generating a converter for converting applied data for learning into data which are more closer to target data for learning by combining a plurality of processing components which process input data and output the processing result as output data; a processing part for searching the actual output data of the converter by inputting the actual input data to the converter, and making it execute the processing of each processing part; and a correction part for correcting the converter according to the reception of a correction instruction for correcting the actual output data. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、データ処理装置、データ処理方法およびプログラムに関する。   The present invention relates to a data processing device, a data processing method, and a program.

遺伝的アルゴリズムまたは遺伝的プログラミングといった進化的計算を用いたフィルタ列の生成方法が知られている。この方法は、フィルタ列に対し、交叉、突然変異および選択等の操作を複数回繰返し、新たなフィルタ列を生成する。このような進化的計算を用いたフィルタ列の生成方法によれば、それぞれの事例(実際の応用)に対して最適であり、解析的に得ることが困難な複雑な構造のフィルタ列を、より少ない労力で設計することができる。   A filter string generation method using evolutionary computation such as a genetic algorithm or genetic programming is known. In this method, operations such as crossover, mutation, and selection are repeated a plurality of times for a filter row to generate a new filter row. According to such a filter string generation method using evolutionary computation, a filter string having a complicated structure that is optimal for each case (actual application) and difficult to obtain analytically can be obtained. It can be designed with little effort.

前薗正宜 他2名、「遺伝的アルゴリズムによる画像フィルタ設計の研究」、[online]、コンピュータ利用教育協議会、[2008年3月20日検索]、インターネット<URL:http://www.ciec.or.jp/event/2003/papers/pdf/E00086.pdf>Masayoshi Maebuchi and two others, “Study on Image Filter Design Using Genetic Algorithm” [online], Computer Utilization Education Council, [March 20, 2008 search], Internet <URL: http: //www.ciec. or.jp/event/2003/papers/pdf/E00086.pdf>

ここで、上述のように生成されたフィルタ列を実際の応用(実応用)に対して適用したときに、当該フィルタ列を実応用に合わせて修正することを目的として進化的計算をはじめからやり直すと、演算コストがかかる。   Here, when the filter sequence generated as described above is applied to an actual application (actual application), the evolutionary calculation is restarted from the beginning for the purpose of correcting the filter sequence according to the actual application. And the calculation cost is high.

上記課題を解決するために、本発明の第1の態様においては、入力データを処理して処理結果を出力データとして出力する複数の処理部品を組み合わせて、与えられた学習用入力データを学習用目標データにより近いデータに変換する変換器を生成する生成部と、変換器に対して実入力データを入力して各処理部品の処理を実行させて、変換器の実出力データを求める処理部と、実出力データを修正するための修正指示を受けたことに応じて、変換器を修正する修正部と、を備えるデータ処理装置を提供する。   In order to solve the above-described problem, in the first aspect of the present invention, a plurality of processing components that process input data and output processing results as output data are combined, and given input data for learning is used for learning. A generation unit that generates a converter that converts data closer to the target data, a processing unit that inputs actual input data to the converter and executes processing of each processing component, and obtains actual output data of the converter; A data processing device including a correction unit that corrects a converter in response to receiving a correction instruction for correcting actual output data.

なお、上記の発明の概要は、本発明の必要な特徴の全てを列挙したものではない。また、これらの特徴群のサブコンビネーションもまた、発明となりうる。   It should be noted that the above summary of the invention does not enumerate all the necessary features of the present invention. In addition, a sub-combination of these feature groups can also be an invention.

図1は、本実施形態に係るデータ処理装置100の構成を示す。FIG. 1 shows a configuration of a data processing apparatus 100 according to the present embodiment. 図2は、本実施形態に係るフィルタ部品22を直列に組み合わせた構成のフィルタ列20の一例を示す。FIG. 2 shows an example of the filter array 20 having a configuration in which the filter components 22 according to the present embodiment are combined in series. 図3は、本実施形態に係るフィルタ部品22を木構造に組み合わせた構成のフィルタ列20の一例を示す。FIG. 3 shows an example of the filter row 20 having a configuration in which the filter component 22 according to the present embodiment is combined in a tree structure. 図4は、本実施形態に係るフィルタ部品22を直列に組み合わせた構成のフィルタ列20に対して行われる遺伝子的な操作の一例を示す。FIG. 4 shows an example of a genetic operation performed on the filter row 20 having a configuration in which the filter components 22 according to the present embodiment are combined in series. 図5は、本実施形態に係るフィルタ部品22を木構造に組み合わせた構成のフィルタ列20に対して行われる交叉操作の一例を示す。FIG. 5 shows an example of a crossover operation performed on the filter array 20 having a configuration in which the filter components 22 according to the present embodiment are combined in a tree structure. 図6は、本実施形態に係るフィルタ部品22を木構造に組み合わせた構成のフィルタ列20に対して行われる突然変異操作の一例を示す。FIG. 6 shows an example of a mutation operation performed on the filter row 20 having a configuration in which the filter component 22 according to this embodiment is combined in a tree structure. 図7は、本実施形態に係るフィルタ列20の適合度を表わすパラメータの一例である類似度の算出方法の一例を示す。FIG. 7 shows an example of a similarity calculation method that is an example of a parameter that represents the degree of matching of the filter array 20 according to the present embodiment. 図8は、本実施形態に係るデータ処理装置100の処理フローを示す。FIG. 8 shows a processing flow of the data processing apparatus 100 according to the present embodiment. 図9は、図8のステップS840におけるデータ処理装置100の処理フローの一例を示す。FIG. 9 shows an example of the processing flow of the data processing apparatus 100 in step S840 of FIG. 本発明の実施形態に係るコンピュータ1900のハードウェア構成の一例を示す。2 shows an exemplary hardware configuration of a computer 1900 according to an embodiment of the present invention.

以下、発明の実施の形態を通じて本発明を説明するが、以下の実施形態は特許請求の範囲にかかる発明を限定するものではない。また、実施形態の中で説明されている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。   Hereinafter, the present invention will be described through embodiments of the invention, but the following embodiments do not limit the invention according to the claims. In addition, not all the combinations of features described in the embodiments are essential for the solving means of the invention.

図1は、本実施形態に係るデータ処理装置100の構成を示す。データ処理装置100は、実入力データを実出力データに変換する変換器を、修正指示または実出力データの編集に応じて修正する。   FIG. 1 shows a configuration of a data processing apparatus 100 according to the present embodiment. The data processing apparatus 100 corrects a converter that converts actual input data into actual output data in accordance with a correction instruction or editing of the actual output data.

図1は、本実施形態に係るデータ処理装置100の構成を示す。データ処理装置100は、学習用データ記憶部110と、生成部120と、変換器記憶部130と、処理部140と、修正部150と、編集部160と、追加部170とを備える。   FIG. 1 shows a configuration of a data processing apparatus 100 according to the present embodiment. The data processing apparatus 100 includes a learning data storage unit 110, a generation unit 120, a converter storage unit 130, a processing unit 140, a correction unit 150, an editing unit 160, and an adding unit 170.

学習用データ記憶部110は、学習用データを格納する。学習用データは、学習用入力データと学習用目標データとを含む。学習用目標データは、変換器が学習用入力データを変換して得られるデータの目標となるデータである。本実施形態において、変換器はフィルタ列であってもよく、学習用入力データは学習用入力画像であってもよく、学習用目標データは学習用目標画像であってもよい。例えば、学習用入力画像は、欠陥が含まれる検査対象を撮像した検査対象画像であってもよく、学習用目標画像は、当該検査対象画像から抽出する目標となる当該欠陥の抽出画像であってもよい。   The learning data storage unit 110 stores learning data. The learning data includes learning input data and learning target data. The learning target data is data that is a target of data obtained by the converter converting the learning input data. In the present embodiment, the converter may be a filter array, the learning input data may be a learning input image, and the learning target data may be a learning target image. For example, the learning input image may be an inspection target image obtained by imaging an inspection target including a defect, and the learning target image is an extraction image of the defect that is a target to be extracted from the inspection target image. Also good.

生成部120は、入力データを処理して処理結果を出力データとして出力する複数の処理部品を組み合わせて、与えられた学習用入力データを学習用目標データにより近いデータに変換する変換器を生成する。本実施形態において、入力データは入力画像であってもよく、出力データは出力画像であってもよい。また、本実施形態において、処理部品はフィルタ部品であってもよく、変換器はフィルタ部品を含むフィルタ列であってもよい。その場合、生成部120は、入力画像を出力画像にそれぞれ変換する複数のフィルタ部品を組み合わせて、与えられた学習用入力画像を学習用目標画像により近い画像に変換するフィルタ列を生成する。   The generation unit 120 combines a plurality of processing components that process input data and output processing results as output data, and generates a converter that converts the given learning input data to data closer to the learning target data. . In the present embodiment, the input data may be an input image, and the output data may be an output image. In this embodiment, the processing component may be a filter component, and the converter may be a filter row including the filter component. In that case, the generation unit 120 combines a plurality of filter components that respectively convert the input image into the output image, and generates a filter row that converts the given learning input image into an image closer to the learning target image.

一例では、生成部120は、変換器生成部122と変換器選択部124とを有する。変換器生成部122はフィルタ生成部として、図4〜6を参照して後述される遺伝子的な操作等を行い、フィルタ列を生成するフィルタ生成部として機能する。変換器選択部124は、図7を参照して後述される適合度を算出し、当該適合度に応じてフィルタ列を選択するフィルタ選択部として機能する。   In one example, the generation unit 120 includes a converter generation unit 122 and a converter selection unit 124. The converter generation unit 122 functions as a filter generation unit that performs a genetic operation described later with reference to FIGS. The converter selection unit 124 functions as a filter selection unit that calculates a fitness described later with reference to FIG. 7 and selects a filter row in accordance with the fitness.

変換器記憶部130は、既に生成された互いに異なる複数の変換器を格納する。変換器は、1または複数の入力データを含む入力データセットを1または複数の出力データを含む出力データセットに変換する複数の処理部品を組み合わせた構成であってもよい。変換器は、処理部品を直列に組み合わせた構成であってもよい。また、変換器は、処理部品を木構造等に組み合わせた構成であってもよい。また、変換器は、データセットに対して演算を施すプログラム、および、データセットに対して施すべき演算内容を表わす演算式等であってもよい。   The converter storage unit 130 stores a plurality of different converters that have already been generated. The converter may be configured by combining a plurality of processing components that convert an input data set including one or more input data into an output data set including one or more output data. The converter may have a configuration in which processing components are combined in series. Further, the converter may have a configuration in which processing components are combined in a tree structure or the like. Further, the converter may be a program that performs an operation on the data set, an arithmetic expression that represents the operation content to be performed on the data set, or the like.

また、変換器の変換対象となるデータセットは、1次元データ列、2次元データ群、3次元データ群、又は、更に多次元のデータ群であってもよい。1次元データ列は、例えば、時系列データ又は配列状のデータ列等である。2次元データ群は、複数の画素データ等が2次元空間に配列された画像データ等である。3次元データ群は、色又は濃度等を表わすデータ値が3次元空間の各格子点に配置されたボリュームデータ等である。また、変換器は、入力されたデータセットと異なる次元のデータセットを出力してもよい。   The data set to be converted by the converter may be a one-dimensional data string, a two-dimensional data group, a three-dimensional data group, or a further multidimensional data group. The one-dimensional data string is, for example, time series data or an array data string. The two-dimensional data group is image data in which a plurality of pixel data and the like are arranged in a two-dimensional space. The three-dimensional data group is volume data or the like in which data values representing color or density are arranged at each grid point in the three-dimensional space. The converter may output a data set having a dimension different from that of the input data set.

処理部140は、変換器が実際の応用に用いられる場合において、変換器の処理をする。具体的には、処理部140は、変換器に対して実入力データを入力してその変換器に含まれる複数の処理部品に当該実入力データの処理をそれぞれ実行させて、変換器の実出力データを求める。一例では、処理部140は、フィルタ列に対して実入力画像を入力してそのフィルタ列に含まれる複数のフィルタ部品のそれぞれにより実入力画像を変換させて、フィルタ列の実出力画像を求める。実入力画像は、微小な線状のキズ等の欠陥を有しうる被検査物の表面を撮像した画像であってもよい。実出力画像は、実入力画像内の欠陥部分が強調された画像であってもよい。   The processing unit 140 processes the converter when the converter is used in an actual application. Specifically, the processing unit 140 inputs actual input data to the converter, causes each of a plurality of processing components included in the converter to execute processing of the actual input data, and outputs the actual output of the converter. Ask for data. In one example, the processing unit 140 inputs an actual input image to the filter array, converts the actual input image by each of a plurality of filter components included in the filter array, and obtains an actual output image of the filter array. The actual input image may be an image obtained by imaging the surface of an inspection object that may have a defect such as a minute linear scratch. The actual output image may be an image in which a defective portion in the actual input image is emphasized.

修正部150は、実出力データを修正するための修正指示を受けたことに応じて、変換器を修正する。一例では、修正部150は、修正指示を受けたことに応じて、フィルタ列を修正する。修正部150は、修正指示を受けたことに応じて、フィルタ列に含まれる複数のフィルタ部品のうち指定されたフィルタ部品のフィルタパラメータを修正してもよい。ここで、フィルタ部品のフィルタパラメータは、例えば、ローパスフィルタリング演算およびハイパスフィルタリング演算における周波数閾値、画像フィルタの1つである膨張フィルタ(Dilate filter)で使用される基準輝度等のフィルタ部品の特性またはフィルタ強度等を決める値であってもよい。   The correction unit 150 corrects the converter in response to receiving a correction instruction for correcting the actual output data. In one example, the correction unit 150 corrects the filter row in response to receiving a correction instruction. The correction unit 150 may correct the filter parameter of the specified filter component among the plurality of filter components included in the filter row in response to receiving the correction instruction. Here, the filter parameter of the filter component is, for example, a characteristic of the filter component such as a frequency threshold value in low-pass filtering calculation and high-pass filtering calculation, reference luminance used in an expansion filter (Dirate filter) that is one of image filters, or a filter. It may be a value that determines strength and the like.

また、修正部150は、修正指示を受けたことに応じて、フィルタ列に含まれる複数のフィルタ部品のうち2以上のフィルタ部品の繰返し構造における繰返し回数を修正してもよい。こうすると、変換器が生成された後に、ユーザから修正指示を受けると、進化的計算を始めからやり直すことなく、修正部150は変換器を修正する。   Further, the correction unit 150 may correct the number of repetitions in the repetition structure of two or more filter parts among the plurality of filter parts included in the filter row in response to receiving the correction instruction. In this way, when a correction instruction is received from the user after the converter is generated, the correction unit 150 corrects the converter without starting the evolutionary calculation from the beginning.

編集部160は、ユーザに対して実出力画像の修正手段を適用する。追加部170は、ユーザに実出力画像を修正させるためのグラフィカルユーザインターフェースを有してもよい。こうすると、ユーザは、例えば欠陥部分を視覚的により認識し易くすることを目的として、実出力画像を容易に修正しうる。   The editing unit 160 applies a means for correcting the actual output image to the user. The adding unit 170 may have a graphical user interface for allowing the user to correct the actual output image. In this way, the user can easily correct the actual output image, for example, in order to make it easier to visually recognize the defective portion.

追加部170は、実出力画像が修正されたことに応じて、実入力画像および修正された実出力画像の組を新たな学習用入力画像および新たな学習用目標画像の組として学習用データ記憶部110に追加する。   The adding unit 170 stores learning data as a set of a new learning input image and a new learning target image by combining the set of the actual input image and the corrected actual output image in response to the correction of the actual output image. Add to part 110.

続いて、生成部120は、複数の処理部品を組み合わせて、記憶部に記憶されたそれぞれの学習用入力画像を、対応する学習用目標画像により近い画像に変換するフィルタ列を再生成する。一例では、変換器生成部122は、修正対象となった実出力画像を出力したフィルタ列を有するフィルタ列群に対し、フィルタ列群が有するフィルタ列に含まれる複数のフィルタ部品のうち少なくとも一部のフィルタ部品を少なくとも1つの他のフィルタ部品に置換して生成した新たなフィルタ列を加える。変換器選択部124は、フィルタ列群が有するフィルタ列のうち、元の学習用入力画像および新たな学習用入力画像を元の学習用目標画像および新たな学習用目標画像により近い画像にそれぞれ変換するフィルタ列を選択する。こうすると、フィルタ列が実際に応用されるときに、生成部120は、ユーザにとってより好ましい実出力画像を出力するフィルタ列を生成しうる。   Subsequently, the generation unit 120 combines a plurality of processing components, and regenerates a filter row that converts each learning input image stored in the storage unit into an image closer to the corresponding learning target image. In one example, the converter generation unit 122 has at least a part of a plurality of filter components included in the filter row included in the filter row group with respect to the filter row group including the filter row that outputs the actual output image to be corrected. A new filter row generated by replacing the filter parts with at least one other filter part is added. The converter selection unit 124 converts the original learning input image and the new learning input image into the images closer to the original learning target image and the new learning target image, respectively, among the filter columns of the filter column group. Select the filter column you want. In this way, when the filter sequence is actually applied, the generation unit 120 can generate a filter sequence that outputs an actual output image that is more preferable for the user.

続いて、処理部140は、再生成したフィルタ列に対して新たな実入力画像を入力して再生成したフィルタ列に含まれる複数のフィルタ部品に新たな実入力画像の処理をそれぞれ実行させて、再生成したフィルタ列の実出力画像を求める。   Subsequently, the processing unit 140 inputs a new actual input image to the regenerated filter sequence and causes each of a plurality of filter components included in the regenerated filter sequence to execute the process of the new actual input image. Then, an actual output image of the regenerated filter array is obtained.

図2は、フィルタ部品22を直列に組み合わせた構成のフィルタ列20の一例を示す。図3は、フィルタ部品22を木構造に組み合わせた構成のフィルタ列20の一例を示す。   FIG. 2 shows an example of the filter row 20 having a configuration in which the filter components 22 are combined in series. FIG. 3 shows an example of the filter row 20 having a configuration in which the filter components 22 are combined in a tree structure.

フィルタ列20は、入力画像データを受け取り、受け取った入力画像データに対してフィルタ演算処理を施して、出力画像データを出力する。フィルタ列20は、画像データに対して演算を施すプログラムであってもよい。また、フィルタ列20は、画像データに対して施すべき演算内容を表わす演算式であってもよい。   The filter array 20 receives input image data, performs a filter operation process on the received input image data, and outputs output image data. The filter row 20 may be a program that performs an operation on image data. Further, the filter array 20 may be an arithmetic expression representing the content of calculation to be performed on the image data.

フィルタ列20は、複数のフィルタ部品22を組み合わせた構成を有する。フィルタ列20は、一例では、図2に示されるように、フィルタ部品22を直列に組み合わせた構成を有する。また、フィルタ列20は、図3に示されるように、フィルタ部品22を木構造に組み合わせた構成を有してもよい。   The filter row 20 has a configuration in which a plurality of filter components 22 are combined. For example, as shown in FIG. 2, the filter row 20 has a configuration in which filter components 22 are combined in series. Moreover, the filter row | line | column 20 may have the structure which combined the filter component 22 with the tree structure, as FIG. 3 shows.

なお、フィルタ部品22が木構造に組み合わされた構成のフィルタ列20は、木構造の末端のフィルタ部品22に入力画像データが与えられ、木構造の最上位のフィルタ部品22から出力画像データを出力する。また、このようなフィルタ列20は、複数の末端のフィルタ部品22のそれぞれに、同一の入力画像データが与えられる。これに代えて、このようなフィルタ列20は、複数の末端のフィルタ部品22のそれぞれに互いに異なる入力画像データが与えられてもよい。   In the filter row 20 having the structure in which the filter parts 22 are combined in a tree structure, input image data is given to the filter part 22 at the end of the tree structure, and output image data is output from the uppermost filter part 22 in the tree structure. To do. Further, in such a filter row 20, the same input image data is given to each of the plurality of terminal filter components 22. Alternatively, in such a filter row 20, different input image data may be given to each of the plurality of end filter components 22.

複数のフィルタ部品22のそれぞれは、プログラムモジュールおよび演算式等であってもよい。フィルタ部品22は、前段に配置されたフィルタ部品22から出力された画像データを受け取り、受け取った画像データに演算を施して後段に配置されたフィルタ部品22に与える。   Each of the plurality of filter components 22 may be a program module, an arithmetic expression, or the like. The filter component 22 receives the image data output from the filter component 22 arranged in the preceding stage, performs an operation on the received image data, and gives it to the filter component 22 arranged in the subsequent stage.

複数のフィルタ部品22のそれぞれは、2値化演算、ヒストグラム演算、平滑化演算、エッジ検出演算、モルフォロジ演算及び/又は周波数空間での演算(例えば、ローパスフィルタリング演算およびハイパスフィルタリング演算)等の単項演算を行ってもよい。さらに、複数のフィルタ部品22のそれぞれは、平均演算、差分演算及び/又はファジー演算(例えば論理和演算、論理積演算、代数和、代数積、限界和、限界積、激烈和および激烈積等)等の二項演算を行ってもよい。   Each of the plurality of filter components 22 is a unary operation such as a binarization operation, a histogram operation, a smoothing operation, an edge detection operation, a morphology operation and / or an operation in a frequency space (for example, a low-pass filtering operation and a high-pass filtering operation). May be performed. Further, each of the plurality of filter components 22 includes an average operation, a difference operation, and / or a fuzzy operation (for example, logical sum operation, logical product operation, algebraic sum, algebraic product, limit sum, limit product, intense sum and intense product). Binary operations such as these may be performed.

図4は、フィルタ部品22を直列に組み合わせた構成のフィルタ列20に対して行われる遺伝子的な操作の一例を示す。図5は、フィルタ部品22を木構造に組み合わせた構成のフィルタ列20に対して行われる交叉操作の一例を示す。図6は、フィルタ部品22を木構造に組み合わせた構成のフィルタ列20に対して行われる突然変異操作の一例を示す。   FIG. 4 shows an example of a genetic operation performed on the filter row 20 having a configuration in which the filter components 22 are combined in series. FIG. 5 shows an example of a crossover operation performed on the filter row 20 having a configuration in which the filter parts 22 are combined in a tree structure. FIG. 6 shows an example of a mutation operation performed on the filter row 20 having a configuration in which the filter parts 22 are combined in a tree structure.

変換器生成部122は、2個又はそれ以上のフィルタ列20に対して、遺伝子的な操作の一例として交叉操作を行って新たな2個又はそれ以上のフィルタ列20を生成する。変換器生成部122は、図4および図5に示されるように、既に生成された少なくとも1つの一のフィルタ列20Aの一部のフィルタ部品群24Aを、既に生成された他のフィルタ列20Bの少なくとも一部のフィルタ部品群24Bと置換して、新たなフィルタ列20Eおよび20Fを生成してもよい。なお、フィルタ部品群24は、1又は複数のフィルタ部品22の組み合わせた部材である。   The converter generation unit 122 performs a crossover operation as an example of a genetic operation on two or more filter rows 20 to generate two or more new filter rows 20. As shown in FIGS. 4 and 5, the converter generation unit 122 converts a part of the filter component group 24 </ b> A of at least one filter row 20 </ b> A that has already been generated into another filter row 20 </ b> B that has already been generated. New filter rows 20E and 20F may be generated by replacing at least a part of the filter component group 24B. The filter component group 24 is a member in which one or a plurality of filter components 22 are combined.

また、変換器生成部122は、一のフィルタ列20に対して、遺伝的な操作の一例として突然変異操作を行い、新たな一のフィルタ列20を生成する。変換器生成部122は、図4および図6に示されるように、既に生成された一のフィルタ列20Cの一部のフィルタ部品群24Cを、ランダムに選択された他のフィルタ部品群24Gに置換して、新たなフィルタ列20Gを生成してもよい。   The converter generation unit 122 performs a mutation operation as an example of a genetic operation on one filter row 20 to generate a new filter row 20. As shown in FIGS. 4 and 6, the converter generation unit 122 replaces a part of the filter component group 24 </ b> C of the already generated filter row 20 </ b> C with another filter component group 24 </ b> G selected at random. Then, a new filter row 20G may be generated.

また、変換器生成部122は、現世代のフィルタ列20をそのまま次世代のフィルタ列20として残してもよい。変換器生成部122は、図4に示されるように、フィルタ列20Dのフィルタ部品22の構成をそのまま含む次世代のフィルタ列20Hを生成してもよい。   Further, the converter generation unit 122 may leave the current generation filter row 20 as it is as the next generation filter row 20. As illustrated in FIG. 4, the converter generation unit 122 may generate a next-generation filter row 20H that includes the configuration of the filter component 22 of the filter row 20D as it is.

変換器選択部124は、変換器生成部122により生成された複数のフィルタ列20に対して生物の自然淘汰をモデル化した手法により1または複数のフィルタ列20を選択する。変換器選択部124は、複数のフィルタ列20の中の適合度がより高いフィルタ列20を優先的に選択する。変換器選択部124は、複数のフィルタ列20のそれぞれの適合度に基づき、エリート選択およびルーレット選択といった手法に応じて、フィルタ列20を選択してもよい。そして、変換器選択部124は、選択したフィルタ列20を次世代へ生存させるべく当該フィルタ列20を変換器記憶部130内に保存し、選択されなかったフィルタ列20を死滅させるべく変換器記憶部130内から削除する。   The converter selection unit 124 selects one or a plurality of filter rows 20 by a technique in which a natural selection of living organisms is modeled with respect to the plurality of filter rows 20 generated by the converter generation unit 122. The converter selection unit 124 preferentially selects a filter row 20 having a higher degree of matching among the plurality of filter rows 20. The converter selection unit 124 may select the filter row 20 according to a technique such as elite selection and roulette selection based on the degree of matching of each of the plurality of filter rows 20. Then, the converter selection unit 124 stores the filter row 20 in the converter storage unit 130 so that the selected filter row 20 can survive to the next generation, and stores the filter row 20 that has not been selected in the converter memory. It is deleted from the part 130.

図7は、フィルタ列20の適合度を表わすパラメータの一例である類似度の算出方法の一例を示す。本実施形態において、変換器選択部124は、当該フィルタ列20により学習用入力画像を変換させることにより生成された出力画像と、目標画像とがどれだけ類似しているかを表わす類似度を算出する。この類似度は、値がより大きいほど、当該出力画像を生成したフィルタ列20がより適切であることを示す評価値または指標として用いられる。   FIG. 7 shows an example of a method for calculating similarity, which is an example of a parameter representing the degree of matching of the filter row 20. In the present embodiment, the converter selection unit 124 calculates a similarity indicating how similar the output image generated by converting the learning input image by the filter row 20 and the target image are. . This similarity is used as an evaluation value or index indicating that the larger the value is, the more appropriate the filter array 20 that generated the output image is.

変換器選択部124は、出力画像の各領域の値と目標画像の対応する各領域の値とを比較した比較値を算出し、領域毎の比較値に対して重みデータにより指定される重みを乗じる。そして、変換器選択部124は、重みが乗じられた領域毎の比較値を全領域について平均または合計した値を算出し、算出した値を当該出力画像の類似度として出力する。   The converter selection unit 124 calculates a comparison value by comparing the value of each region of the output image with the value of each region corresponding to the target image, and sets the weight specified by the weight data for the comparison value for each region. Multiply. Then, the converter selection unit 124 calculates a value obtained by averaging or summing the comparison values for each region multiplied by the weight for all regions, and outputs the calculated value as the similarity of the output image.

変換器選択部124は、一例では、出力画像のピクセル毎の輝度値と、目標画像の対応するピクセルの輝度値との差分または比率を算出する。そして、変換器選択部124は、算出したピクセル毎の差分または比率のそれぞれに、重みデータにより指定される対応する重みを乗じ、重みが乗じられたピクセル毎の差分または比率を合計または平均して、類似度を算出してもよい。   In one example, the converter selection unit 124 calculates the difference or ratio between the luminance value for each pixel of the output image and the luminance value of the corresponding pixel of the target image. Then, the converter selection unit 124 multiplies each calculated difference or ratio for each pixel by the corresponding weight specified by the weight data, and sums or averages the difference or ratio for each pixel multiplied by the weight. The similarity may be calculated.

例えば、重みデータが重み画像により表わされている場合、変換器選択部124は、下記式(1)に示される演算をして、類似度を算出してもよい。なお、この場合において、出力画像、目標画像および重み画像のサイズは、同一とされる。   For example, when the weight data is represented by a weight image, the converter selection unit 124 may calculate the similarity by performing an operation represented by the following formula (1). In this case, the sizes of the output image, the target image, and the weight image are the same.

Figure 2010244446
Figure 2010244446

式(1)において、fは、類似度を表わす。Ymaxは、輝度の最大値を表わす。   In the formula (1), f represents the similarity. Ymax represents the maximum luminance value.

また、xは、画像の水平方向のピクセル位置を示す変数である。yは、画像の垂直方向のピクセル位置を示す変数である。xmaxは、画像の水平方向のピクセル数を示す定数である。ymaxは、画像の垂直方向のピクセル数を示す定数である。   X is a variable indicating the pixel position in the horizontal direction of the image. y is a variable indicating the pixel position in the vertical direction of the image. xmax is a constant indicating the number of pixels in the horizontal direction of the image. ymax is a constant indicating the number of pixels in the vertical direction of the image.

Iweight(x,y)は、重み画像における(x,y)位置のピクセルの輝度値を表わす。Itarget(x,y)は、目標画像における(x,y)位置のピクセルの輝度値を表わす。Ifilter(x,y)は、出力画像における(x,y)位置のピクセルの輝度値を表わす。   Iweight (x, y) represents the luminance value of the pixel at the (x, y) position in the weighted image. Itarget (x, y) represents the luminance value of the pixel at the (x, y) position in the target image. Ifilter (x, y) represents the luminance value of the pixel at the (x, y) position in the output image.

すなわち、式(1)の中カッコ内の分子部分に示されるように、変換器選択部124は、目標画像の輝度値から出力画像の輝度値の差の絶対値に対して重み画像の輝度値を乗じた重み付き差分値を、画面内の全てのピクセル毎に算出し、算出した重み付き差分値を全ピクセルについて合計した合計重み付け差分値を算出する。さらに、式(1)の中カッコ内の分母部分に示されるように、変換器選択部124は、重み画像の輝度値を全ピクセルについて合計した合計重みを算出する。さらに、変換器選択部124は、合計重み付け差分値を合計重みで除算した除算値(式(1)の中カッコ内)に、輝度値の最大値の逆数(1/Ymax)を乗じて正規化値(式(1)の2番目の項)を算出する。そして、変換器選択部124は、1から、正規化値を減じた値を、類似度fとして算出する。このようにして、変換器選択部124は、出力画像と目標画像との差分を領域毎に重み付けして類似度を算出することができる。   That is, as shown in the numerator part in the curly braces of Expression (1), the converter selection unit 124 determines the luminance value of the weighted image with respect to the absolute value of the difference between the luminance value of the target image and the luminance value of the output image. Is calculated for every pixel in the screen, and a total weighted difference value is calculated by adding the calculated weighted difference values for all pixels. Further, as shown in the denominator part in the curly braces of Equation (1), the converter selection unit 124 calculates a total weight obtained by adding the luminance values of the weighted image for all pixels. Furthermore, the converter selection unit 124 normalizes the division value obtained by dividing the total weighting difference value by the total weight (in the curly braces of the expression (1)) by the reciprocal (1 / Ymax) of the maximum value of the luminance value. The value (the second term in equation (1)) is calculated. Then, the converter selection unit 124 calculates a value obtained by subtracting the normalized value from 1 as the similarity f. In this way, the converter selection unit 124 can calculate the similarity by weighting the difference between the output image and the target image for each region.

図8は、データ処理装置100の処理フローを示す。データ処理装置100は、ステップS810〜ステップS860の各処理を、複数回(例えば複数世代)繰返して実行する(S810、S860)。なお、データ処理装置100は、与えられた学習用入力データを学習用目標データに変換するフィルタ列20を生成するための初期のフィルタ列20として、ランダムに生成したまたは既に生成したフィルタ列20を、予め変換器記憶部130に格納しておく。   FIG. 8 shows a processing flow of the data processing apparatus 100. The data processing apparatus 100 repeatedly executes the processes in steps S810 to S860 multiple times (for example, multiple generations) (S810, S860). Note that the data processing apparatus 100 uses a filter string 20 that is randomly generated or has already been generated as an initial filter string 20 for generating the filter string 20 that converts the given input data for learning into learning target data. , Stored in the converter storage unit 130 in advance.

各世代において、まず、変換器生成部122は、前世代から残存した複数のフィルタ列20に対して、交叉操作および突然変異操作等の遺伝的な操作を行って、新たな複数のフィルタ列20を生成する(S820)。なお、変換器生成部122は、最初の世代においては、使用者等により予め生成された複数のフィルタ列20に対して遺伝的な操作を行って新たな複数のフィルタ列20を生成してもよい。   In each generation, first, the converter generation unit 122 performs a genetic operation such as a crossover operation and a mutation operation on the plurality of filter arrays 20 remaining from the previous generation, and thereby creates a new plurality of filter arrays 20. Is generated (S820). In the first generation, the converter generation unit 122 may perform a genetic operation on the plurality of filter arrays 20 generated in advance by a user or the like to generate a plurality of new filter arrays 20. Good.

続いて、変換器選択部124は、前世代から残存した複数のフィルタ列20およびステップS820で新たに生成された複数のフィルタ列20のそれぞれにより、学習用入力画像をフィルタ処理して出力画像を生成する(S830)。これにより、変換器選択部124は、複数のフィルタ列20に対応した複数の出力画像を生成する。   Subsequently, the converter selection unit 124 filters the learning input image with each of the plurality of filter arrays 20 remaining from the previous generation and the plurality of filter arrays 20 newly generated in step S820, and outputs an output image. Generate (S830). Thereby, the converter selection unit 124 generates a plurality of output images corresponding to the plurality of filter rows 20.

続いて、変換器選択部124は、複数の出力画像のそれぞれと学習用目標画像との類似度を算出し、類似度がより高い出力画像に対応する複数のフィルタ列20を選択する(S840)。なお、変換器選択部124は、最後の世代においては、類似度の最も高い1個の出力画像に対応する1個のフィルタ列20を選択してもよい。   Subsequently, the converter selection unit 124 calculates the similarity between each of the plurality of output images and the learning target image, and selects the plurality of filter rows 20 corresponding to the output images with higher similarity (S840). . Note that the converter selection unit 124 may select one filter row 20 corresponding to one output image having the highest similarity in the last generation.

続いて、変換器選択部124は、ステップS840において選択された1または複数のフィルタ列20を次世代に残存させ、ステップS840において選択されなかった出力画像を生成したフィルタ列20を削除する(S850)。データ処理装置100は、以上の処理を複数の世代(例えば数十世代または数百世代)繰返して実行し、第N世代(Nは2以上の整数)まで処理を実行した後に、当該フローを抜ける(S860)。このようにして、データ処理装置100は、学習用入力画像を学習用目標画像へ変換するのに適したフィルタ列20を、進化的計算を用いて生成することができる。   Subsequently, the converter selection unit 124 causes the one or more filter arrays 20 selected in step S840 to remain in the next generation, and deletes the filter array 20 that generated the output image not selected in step S840 (S850). ). The data processing apparatus 100 repeatedly executes the above processing for a plurality of generations (for example, several tens or hundreds of generations), executes the processing up to the Nth generation (N is an integer of 2 or more), and then exits the flow. (S860). In this way, the data processing apparatus 100 can generate the filter array 20 suitable for converting the learning input image into the learning target image using the evolutionary calculation.

続いて、処理部140は、ステップS810〜S860によって生成されたフィルタ列20を使用して、実応用におけるデータ変換を行う。処理部140は、例えば検査対象物を撮像した撮像画像等の実入力画像を変換して実出力画像を求める(S870)。編集部160は、ステップS810〜S860によって生成されたフィルタ列20を修正する修正指示をユーザから受け付ける(S880)。   Subsequently, the processing unit 140 performs data conversion in an actual application using the filter array 20 generated in steps S810 to S860. The processing unit 140 obtains an actual output image by converting an actual input image such as a captured image obtained by imaging the inspection object (S870). The editing unit 160 receives a correction instruction for correcting the filter row 20 generated in steps S810 to S860 from the user (S880).

ステップS880において修正指示がない場合は、処理をS870に戻し、実応用におけるデータ変換を継続する。   If there is no correction instruction in step S880, the process returns to S870, and data conversion in the actual application is continued.

ステップS880において修正指示がある場合、修正部150は、当該修正指示に応じて、フィルタ列20に含まれるフィルタ部品22のフィルタパラメータを修正する(S890)。続いて、修正部150は、当該修正指示に応じて、フィルタ列20に含まれるフィルタ部品22の繰返し構造における繰返し回数を修正する(S892)。データ処理装置100は、ユーザからの指定に応じてフィルタパラメータおよび/またはフィルタ部品の繰返し回数を修正してもよい。   When there is a correction instruction in step S880, the correction unit 150 corrects the filter parameter of the filter component 22 included in the filter row 20 according to the correction instruction (S890). Subsequently, the correction unit 150 corrects the number of repetitions in the repetition structure of the filter component 22 included in the filter row 20 in accordance with the correction instruction (S892). The data processing apparatus 100 may modify the filter parameter and / or the number of repetitions of the filter component in accordance with designation from the user.

修正部150は、実出力画像の修正がある場合には、ステップS870において求められた実出力画像を表示して、ユーザにより画像を修正させる(S894,S896)。実出力画像の修正がない場合は、データ処理装置100は、処理をS870に戻し、実応用におけるデータ変換を継続する。   If there is a correction of the actual output image, the correction unit 150 displays the actual output image obtained in step S870 and corrects the image by the user (S894, S896). If the actual output image is not corrected, the data processing apparatus 100 returns the process to S870 and continues the data conversion in the actual application.

続いて、データ処理装置100は、実入力画像および修正された実出力画像を、それぞれ学習用入力画像および学習用目標画像として、ステップS810〜ステップS860の各処理を、再度複数回繰返す。その場合、生成部120は、現在の遺伝子(例、現在のフィルタ列20)を初期遺伝子として使用してもよい。   Subsequently, the data processing apparatus 100 repeats the processes of Steps S810 to S860 a plurality of times again using the actual input image and the corrected actual output image as the learning input image and the learning target image, respectively. In that case, the generation unit 120 may use the current gene (eg, the current filter row 20) as the initial gene.

ここで、フィルタパラメータを修正するステップと、フィルタ部品22の繰返し回数を修正するステップと、ユーザにより画像を修正させるステップと、フィルタ列20に対して再度遺伝子的な処理を繰返すステップとは、全てが実行される必要はなく、選択的に、かつ任意の順序で実行されてもよい。   Here, the step of correcting the filter parameter, the step of correcting the number of repetitions of the filter component 22, the step of correcting the image by the user, and the step of repeating the genetic process on the filter row 20 are all performed. Need not be executed, and may be executed selectively and in any order.

図9は、図8のステップS840におけるデータ処理装置100の処理フローの一例を示す。データ処理装置100は、図8に示されるステップS840において、以下の処理を実行する。   FIG. 9 shows an example of the processing flow of the data processing apparatus 100 in step S840 of FIG. The data processing apparatus 100 executes the following processing in step S840 shown in FIG.

まず、変換器選択部124は、変換器記憶部130に格納された複数のフィルタ列20のそれぞれにより生成された複数の出力画像のそれぞれ毎に、以下のステップS920の処理を実行する(S910、S930)。ステップS920において、変換器選択部124は、当該出力画像と学習用目標画像とを重み画像に応じた重み付けをした比較をし、当該出力画像と学習用目標画像との類似度を算出する。変換器選択部124は、複数の出力画像の全てについて処理を終えると、処理をステップS940に進める(S930)。   First, the converter selection unit 124 executes the processing of the following step S920 for each of the plurality of output images generated by each of the plurality of filter arrays 20 stored in the converter storage unit 130 (S910, S930). In step S920, the converter selection unit 124 compares the output image with the learning target image by weighting according to the weighted image, and calculates the similarity between the output image and the learning target image. When the converter selection unit 124 finishes the processing for all of the plurality of output images, the converter proceeds to step S940 (S930).

続いて、変換器選択部124は、複数の出力画像のそれぞれの類似度に基づき、複数の出力画像の中から学習用目標画像により近い出力画像を選択する(S940)。変換器選択部124は、一例では、複数のフィルタ列20により変換された複数の出力画像のうち、類似度がより高い出力画像を優先的に選択する。変換器選択部124は、類似度が基準類似度より高い出力画像を選択してもよい。また、変換器選択部124は、類似度が上位から予め定められた範囲の出力画像を選択してもよい。また、変換器選択部124は、類似度がより高い出力画像がより高い確率で選択されるように設定がされている条件下で、ランダムに出力画像を選択してもよい。   Subsequently, the converter selection unit 124 selects an output image closer to the learning target image from the plurality of output images based on the respective similarities of the plurality of output images (S940). In one example, the converter selection unit 124 preferentially selects an output image having a higher degree of similarity among a plurality of output images converted by the plurality of filter arrays 20. The converter selection unit 124 may select an output image whose similarity is higher than the reference similarity. Moreover, the converter selection part 124 may select the output image of the range from which the similarity degree was predetermined from the upper rank. Moreover, the converter selection part 124 may select an output image at random on the conditions set so that an output image with higher similarity may be selected with a higher probability.

続いて、変換器選択部124は、変換器選択部124により選択された出力画像を生成するフィルタ列20を、学習用入力画像を学習用目標画像により類似する画像に変換するフィルタ列20として選択する(S950)。このステップS950の処理を終えると、データ処理装置100は、当該フローを終了する。   Subsequently, the converter selection unit 124 selects the filter sequence 20 that generates the output image selected by the converter selection unit 124 as the filter sequence 20 that converts the learning input image into a similar image by the learning target image. (S950). When the process of step S950 is completed, the data processing apparatus 100 ends the flow.

図10は、本発明の実施形態に係るコンピュータ1900のハードウェア構成の一例を示す。本実施形態に係るコンピュータ1900は、ホスト・コントローラ2082により相互に接続されるCPU2000、RAM2020、グラフィック・コントローラ2075、及び表示装置2080を有するCPU周辺部と、入出力コントローラ2084によりホスト・コントローラ2082に接続される通信インターフェイス2030、ハードディスクドライブ2040、及びDVDドライブ2060を有する入出力部と、入出力コントローラ2084に接続されるROM2010、フレキシブルディスク・ドライブ2050、及び入出力チップ2070を有するレガシー入出力部とを備える。   FIG. 10 shows an example of a hardware configuration of a computer 1900 according to the embodiment of the present invention. A computer 1900 according to this embodiment is connected to a CPU peripheral unit having a CPU 2000, a RAM 2020, a graphic controller 2075, and a display device 2080 that are connected to each other by a host controller 2082, and to the host controller 2082 by an input / output controller 2084. An input / output unit having a communication interface 2030, a hard disk drive 2040, and a DVD drive 2060, and a legacy input / output unit having a ROM 2010, a flexible disk drive 2050, and an input / output chip 2070 connected to the input / output controller 2084. Prepare.

ホスト・コントローラ2082は、RAM2020と、高い転送レートでRAM2020をアクセスするCPU2000及びグラフィック・コントローラ2075とを接続する。CPU2000は、ROM2010及びRAM2020に格納されたプログラムに基づいて動作し、各部の制御を行う。グラフィック・コントローラ2075は、CPU2000等がRAM2020内に設けたフレーム・バッファ上に生成する画像データを取得し、表示装置2080上に表示させる。これに代えて、グラフィック・コントローラ2075は、CPU2000等が生成する画像データを格納するフレーム・バッファを、内部に含んでもよい。   The host controller 2082 connects the RAM 2020 to the CPU 2000 and the graphic controller 2075 that access the RAM 2020 at a high transfer rate. The CPU 2000 operates based on programs stored in the ROM 2010 and the RAM 2020 and controls each unit. The graphic controller 2075 acquires image data generated by the CPU 2000 or the like on a frame buffer provided in the RAM 2020 and displays it on the display device 2080. Instead of this, the graphic controller 2075 may include a frame buffer for storing image data generated by the CPU 2000 or the like.

入出力コントローラ2084は、ホスト・コントローラ2082と、比較的高速な入出力装置である通信インターフェイス2030、ハードディスクドライブ2040、DVDドライブ2060を接続する。通信インターフェイス2030は、ネットワークを介して他の装置と通信する。ハードディスクドライブ2040は、コンピュータ1900内のCPU2000が使用するプログラム及びデータを格納する。DVDドライブ2060は、DVD2095からプログラム又はデータを読み取り、RAM2020を介してハードディスクドライブ2040に提供する。   The input / output controller 2084 connects the host controller 2082 to the communication interface 2030, the hard disk drive 2040, and the DVD drive 2060, which are relatively high-speed input / output devices. The communication interface 2030 communicates with other devices via a network. The hard disk drive 2040 stores programs and data used by the CPU 2000 in the computer 1900. The DVD drive 2060 reads a program or data from the DVD 2095 and provides it to the hard disk drive 2040 via the RAM 2020.

また、入出力コントローラ2084には、ROM2010と、フレキシブルディスク・ドライブ2050、及び入出力チップ2070の比較的低速な入出力装置とが接続される。ROM2010は、コンピュータ1900が起動時に実行するブート・プログラム、及び/又は、コンピュータ1900のハードウェアに依存するプログラム等を格納する。フレキシブルディスク・ドライブ2050は、フレキシブルディスク2090からプログラム又はデータを読み取り、RAM2020を介してハードディスクドライブ2040に提供する。入出力チップ2070は、フレキシブルディスク・ドライブ2050を入出力コントローラ2084へと接続すると共に、例えばパラレル・ポート、シリアル・ポート、キーボード・ポート、マウス・ポート等を介して各種の入出力装置を入出力コントローラ2084へと接続する。   The input / output controller 2084 is connected to the ROM 2010, the flexible disk drive 2050, and the relatively low-speed input / output device of the input / output chip 2070. The ROM 2010 stores a boot program that the computer 1900 executes at startup and / or a program that depends on the hardware of the computer 1900. The flexible disk drive 2050 reads a program or data from the flexible disk 2090 and provides it to the hard disk drive 2040 via the RAM 2020. The input / output chip 2070 connects the flexible disk drive 2050 to the input / output controller 2084 and inputs / outputs various input / output devices via, for example, a parallel port, a serial port, a keyboard port, a mouse port, and the like. Connect to controller 2084.

RAM2020を介してハードディスクドライブ2040に提供されるプログラムは、フレキシブルディスク2090、DVD2095、又はICカード等の記録媒体に格納されて利用者によって提供される。プログラムは、記録媒体から読み出され、RAM2020を介してコンピュータ1900内のハードディスクドライブ2040にインストールされ、CPU2000において実行される。   A program provided to the hard disk drive 2040 via the RAM 2020 is stored in a recording medium such as the flexible disk 2090, the DVD 2095, or an IC card and provided by the user. The program is read from the recording medium, installed in the hard disk drive 2040 in the computer 1900 via the RAM 2020, and executed by the CPU 2000.

コンピュータ1900にインストールされ、コンピュータ1900を第1実施形態に係るデータ処理装置100として機能させるプログラムは、学習用データ記憶モジュール、生成モジュール、変換器記憶モジュール、処理モジュール、修正モジュール、編集モジュール、および追加モジュールとを備える。これらのプログラム又はモジュールは、CPU2000等に働きかけて、コンピュータ1900を、学習用データ記憶部110、生成部120、変換器記憶部130、処理部140、修正部150、編集部160、および追加部170としてそれぞれ機能させる。   A program that is installed in the computer 1900 and causes the computer 1900 to function as the data processing apparatus 100 according to the first embodiment includes a learning data storage module, a generation module, a converter storage module, a processing module, a correction module, an editing module, and an addition Module. These programs or modules work on the CPU 2000 or the like to change the computer 1900 into the learning data storage unit 110, the generation unit 120, the converter storage unit 130, the processing unit 140, the correction unit 150, the editing unit 160, and the addition unit 170. As each function.

これらのプログラムに記述された情報処理は、コンピュータ1900に読込まれることにより、ソフトウェアと上述した各種のハードウェア資源とが協働した具体的手段である学習用データ記憶部110、生成部120、変換器記憶部130、処理部140、修正部150、編集部160、および追加部170として機能する。そして、これらの具体的手段によって、第1実施形態におけるコンピュータ1900の使用目的に応じた情報の演算又は加工を実現することにより、使用目的に応じた特有のデータ処理装置100が構築される。   The information processing described in these programs is read by the computer 1900, whereby the learning data storage unit 110, the generation unit 120, which are specific means in which the software and the various hardware resources described above cooperate. It functions as a converter storage unit 130, a processing unit 140, a correction unit 150, an editing unit 160, and an adding unit 170. And the specific data processing apparatus 100 according to the intended use is constructed | assembled by implement | achieving the calculation or processing of the information according to the intended use of the computer 1900 in 1st Embodiment by these specific means.

一例では、コンピュータ1900と外部の装置等との間で通信を行う場合には、CPU2000は、RAM2020上にロードされた通信プログラムを実行し、通信プログラムに記述された処理内容に基づいて、通信インターフェイス2030に対して通信処理を指示する。通信インターフェイス2030は、CPU2000の制御を受けて、RAM2020、ハードディスクドライブ2040、フレキシブルディスク2090、又はDVD2095等の記憶装置上に設けた送信バッファ領域等に記憶された送信データを読み出してネットワークへと送信し、もしくは、ネットワークから受信した受信データを記憶装置上に設けた受信バッファ領域等へと書き込む。このように、通信インターフェイス2030は、DMA(ダイレクト・メモリ・アクセス)方式により記憶装置との間で送受信データを転送してもよく、これに代えて、CPU2000が転送元の記憶装置又は通信インターフェイス2030からデータを読み出し、転送先の通信インターフェイス2030又は記憶装置へとデータを書き込むことにより送受信データを転送してもよい。   In an example, when communication is performed between the computer 1900 and an external device or the like, the CPU 2000 executes a communication program loaded on the RAM 2020, and based on the processing contents described in the communication program, the communication interface A communication process is instructed to 2030. Under the control of the CPU 2000, the communication interface 2030 reads transmission data stored in a transmission buffer area or the like provided on a storage device such as the RAM 2020, the hard disk drive 2040, the flexible disk 2090, or the DVD 2095, and transmits it to the network. Alternatively, the reception data received from the network is written into a reception buffer area or the like provided on the storage device. As described above, the communication interface 2030 may transfer transmission / reception data to / from the storage device by a DMA (direct memory access) method. Instead, the CPU 2000 transfers the storage device or the communication interface 2030 as a transfer source. The transmission / reception data may be transferred by reading the data from the data and writing the data to the communication interface 2030 or the storage device of the transfer destination.

また、CPU2000は、ハードディスクドライブ2040、DVDドライブ2060(DVD2095)、フレキシブルディスク・ドライブ2050(フレキシブルディスク2090)等の外部記憶装置に格納されたファイルまたはデータベース等の中から、全部または必要な部分をDMA転送等によりRAM2020へと読み込ませ、RAM2020上のデータに対して各種の処理を行う。そして、CPU2000は、処理を終えたデータを、DMA転送等により外部記憶装置へと書き戻す。このような処理において、RAM2020は、外部記憶装置の内容を一時的に保持するものとみなせるから、本実施形態においてはRAM2020および外部記憶装置等をメモリ、記憶部、または記憶装置等と総称する。本実施形態における各種のプログラム、データ、テーブル、データベース等の各種の情報は、このような記憶装置上に格納されて、情報処理の対象となる。なお、CPU2000は、RAM2020の一部をキャッシュメモリに保持し、キャッシュメモリ上で読み書きを行うこともできる。このような形態においても、キャッシュメモリはRAM2020の機能の一部を担うから、本実施形態においては、区別して示す場合を除き、キャッシュメモリもRAM2020、メモリ、及び/又は記憶装置に含まれるものとする。   In addition, the CPU 2000 DMAs all or necessary portions from among files or databases stored in an external storage device such as the hard disk drive 2040, the DVD drive 2060 (DVD 2095), and the flexible disk drive 2050 (flexible disk 2090). The data is read into the RAM 2020 by transfer or the like, and various processes are performed on the data on the RAM 2020. Then, CPU 2000 writes the processed data back to the external storage device by DMA transfer or the like. In such processing, since the RAM 2020 can be regarded as temporarily holding the contents of the external storage device, in the present embodiment, the RAM 2020 and the external storage device are collectively referred to as a memory, a storage unit, or a storage device. Various types of information such as various programs, data, tables, and databases in the present embodiment are stored on such a storage device and are subjected to information processing. Note that the CPU 2000 can also store a part of the RAM 2020 in the cache memory and perform reading and writing on the cache memory. Even in such a form, the cache memory bears a part of the function of the RAM 2020. Therefore, in the present embodiment, the cache memory is also included in the RAM 2020, the memory, and / or the storage device unless otherwise indicated. To do.

また、CPU2000は、RAM2020から読み出したデータに対して、プログラムの命令列により指定された、本実施形態中に記載した各種の演算、情報の加工、条件判断、情報の検索・置換等を含む各種の処理を行い、RAM2020へと書き戻す。例えば、CPU2000は、条件判断を行う場合においては、本実施形態において示した各種の変数が、他の変数または定数と比較して、大きい、小さい、以上、以下、等しい等の条件を満たすかどうかを判断し、条件が成立した場合(又は不成立であった場合)に、異なる命令列へと分岐し、またはサブルーチンを呼び出す。   In addition, the CPU 2000 performs various operations, such as various operations, information processing, condition determination, information search / replacement, etc., described in the present embodiment, specified for the data read from the RAM 2020 by the instruction sequence of the program. Is written back to the RAM 2020. For example, when performing the condition determination, the CPU 2000 determines whether the various variables shown in the present embodiment satisfy the conditions such as large, small, above, below, equal, etc., compared to other variables or constants. When the condition is satisfied (or not satisfied), the program branches to a different instruction sequence or calls a subroutine.

また、CPU2000は、記憶装置内のファイルまたはデータベース等に格納された情報を検索することができる。例えば、第1属性の属性値に対し第2属性の属性値がそれぞれ対応付けられた複数のエントリが記憶装置に格納されている場合において、CPU2000は、記憶装置に格納されている複数のエントリの中から第1属性の属性値が指定された条件と一致するエントリを検索し、そのエントリに格納されている第2属性の属性値を読み出すことにより、所定の条件を満たす第1属性に対応付けられた第2属性の属性値を得ることができる。   Further, the CPU 2000 can search for information stored in a file or database in the storage device. For example, in the case where a plurality of entries in which the attribute value of the second attribute is associated with the attribute value of the first attribute are stored in the storage device, the CPU 2000 displays the plurality of entries stored in the storage device. The entry that matches the condition in which the attribute value of the first attribute is specified is retrieved, and the attribute value of the second attribute that is stored in the entry is read, thereby associating with the first attribute that satisfies the predetermined condition The attribute value of the specified second attribute can be obtained.

以上に示したプログラム又はモジュールは、外部の記録媒体に格納されてもよい。記録媒体としては、フレキシブルディスク2090、DVD2095の他に、CD等の光学記録媒体、MO等の光磁気記録媒体、テープ媒体、ICカード等の半導体メモリ等を用いることができる。また、専用通信ネットワーク又はインターネットに接続されたサーバシステムに設けたハードディスク又はRAM等の記憶装置を記録媒体として使用し、ネットワークを介してプログラムをコンピュータ1900に提供してもよい。   The program or module shown above may be stored in an external recording medium. As the recording medium, in addition to the flexible disk 2090 and the DVD 2095, an optical recording medium such as a CD, a magneto-optical recording medium such as an MO, a tape medium, a semiconductor memory such as an IC card, and the like can be used. Further, a storage device such as a hard disk or RAM provided in a server system connected to a dedicated communication network or the Internet may be used as a recording medium, and the program may be provided to the computer 1900 via the network.

以上、本発明を実施の形態を用いて説明したが、本発明の技術的範囲は上記実施の形態に記載の範囲には限定されない。上記実施の形態に、多様な変更または改良を加えることが可能であることが当業者に明らかである。その様な変更または改良を加えた形態も本発明の技術的範囲に含まれ得ることが、特許請求の範囲の記載から明らかである。   As mentioned above, although this invention was demonstrated using embodiment, the technical scope of this invention is not limited to the range as described in the said embodiment. It will be apparent to those skilled in the art that various modifications or improvements can be added to the above-described embodiment. It is apparent from the scope of the claims that the embodiments added with such changes or improvements can be included in the technical scope of the present invention.

特許請求の範囲、明細書、および図面中において示した装置、システム、プログラム、および方法における動作、手順、ステップ、および段階等の各処理の実行順序は、特段「より前に」、「先立って」等と明示しておらず、また、前の処理の出力を後の処理で用いるのでない限り、任意の順序で実現しうることに留意すべきである。特許請求の範囲、明細書、および図面中の動作フローに関して、便宜上「まず、」、「次に、」等を用いて説明したとしても、この順で実施することが必須であることを意味するものではない。   The order of execution of each process such as operations, procedures, steps, and stages in the apparatus, system, program, and method shown in the claims, the description, and the drawings is particularly “before” or “prior to”. It should be noted that the output can be realized in any order unless the output of the previous process is used in the subsequent process. Regarding the operation flow in the claims, the description, and the drawings, even if it is described using “first”, “next”, etc. for convenience, it means that it is essential to carry out in this order. It is not a thing.

20 フィルタ列、22 フィルタ部品、24 フィルタ部品群、100 データ処理装置、110 学習用データ記憶部、120 生成部、122 変換器生成部、124 変換器選択部、130 変換器記憶部、140 処理部、150 修正部、160 編集部、170 追加部、1900 コンピュータ、2000 CPU、2010 ROM、2020 RAM、2030 通信インターフェイス、2040 ハードディスクドライブ、2050 フレキシブルディスク・ドライブ、2060 DVDドライブ、2070 入出力チップ、2075 グラフィック・コントローラ、2080 表示装置、2082 ホスト・コントローラ、2084 入出力コントローラ、2090 フレキシブルディスク、2095 DVD   20 filter rows, 22 filter parts, 24 filter parts group, 100 data processing device, 110 learning data storage unit, 120 generation unit, 122 converter generation unit, 124 converter selection unit, 130 converter storage unit, 140 processing unit , 150 correction unit, 160 editing unit, 170 addition unit, 1900 computer, 2000 CPU, 2010 ROM, 2020 RAM, 2030 communication interface, 2040 hard disk drive, 2050 flexible disk drive, 2060 DVD drive, 2070 input / output chip, 2075 graphics Controller, 2080 display device, 2082 Host controller, 2084 I / O controller, 2090 flexible disk, 2095 DVD

Claims (8)

入力データを処理して処理結果を出力データとして出力する複数の処理部品を組み合わせて、与えられた学習用入力データを学習用目標データにより近いデータに変換する変換器を生成する生成部と、
前記変換器に対して実入力データを入力して前記変換器に含まれる前記複数の処理部品のそれぞれの処理を実行させて、前記変換器の実出力データを求める処理部と、
前記実出力データを修正するための修正指示を受けたことに応じて、前記変換器を修正する修正部と、
を備えるデータ処理装置。
A generator that generates a converter that processes input data and outputs a processing result as output data in combination with a plurality of processing components and converts the given learning input data into data closer to the learning target data;
A processor that inputs actual input data to the converter and causes each of the plurality of processing components included in the converter to execute processing to obtain actual output data of the converter;
A correction unit for correcting the converter in response to receiving a correction instruction for correcting the actual output data;
A data processing apparatus comprising:
前記生成部は、入力画像を出力画像にそれぞれ変換する複数のフィルタ部品を組み合わせて、与えられた学習用入力画像を学習用目標画像により近い画像に変換するフィルタ列を生成し、
前記処理部は、前記フィルタ列に対して実入力画像を入力して前記フィルタ列に含まれる前記複数のフィルタ部品のそれぞれにより変換させて、前記フィルタ列の実出力画像を求め、
前記修正部は、前記修正指示を受けたことに応じて、前記フィルタ列を修正する
請求項1に記載のデータ処理装置。
The generation unit combines a plurality of filter components that respectively convert an input image into an output image, and generates a filter row that converts a given learning input image into an image closer to the learning target image,
The processing unit inputs an actual input image to the filter row, converts each of the plurality of filter components included in the filter row, and obtains an actual output image of the filter row,
The data processing apparatus according to claim 1, wherein the correction unit corrects the filter row in response to receiving the correction instruction.
前記修正部は、前記修正指示を受けたことに応じて、前記フィルタ列に含まれる前記複数のフィルタ部品のうち指定されたフィルタ部品のフィルタパラメータを修正する請求項2に記載のデータ処理装置。   The data processing apparatus according to claim 2, wherein the correction unit corrects a filter parameter of a specified filter component among the plurality of filter components included in the filter row in response to receiving the correction instruction. 前記修正部は、前記修正指示を受けたことに応じて、前記フィルタ列に含まれる前記複数のフィルタ部品のうち2以上のフィルタ部品の繰返し構造における繰返し回数を修正する請求項2または3に記載のデータ処理装置。   4. The correction unit according to claim 2, wherein the correction unit corrects the number of repetitions in a repetition structure of two or more filter parts among the plurality of filter parts included in the filter row in response to receiving the correction instruction. Data processing equipment. 前記学習用入力画像および前記学習用目標画像の組を記憶する記憶部と、
前記実出力画像が修正されたことに応じて、前記実入力画像および修正された前記実出力画像の組を新たな前記学習用入力画像および新たな前記学習用目標画像の組として前記記憶部に追加する追加部を更に備え、
前記生成部は、前記複数の処理部品を組み合わせて、前記記憶部に記憶されたそれぞれの前記学習用入力画像を、対応する前記学習用目標画像により近い画像に変換する前記フィルタ列を再生成し、
前記処理部は、再生成した前記フィルタ列に対して新たな実入力画像を入力して再生成した前記フィルタ列に含まれる前記複数のフィルタ部品のそれぞれの処理を実行させて、再生成した前記フィルタ列の実出力画像を求める
請求項2から4のいずれかに記載のデータ処理装置。
A storage unit for storing a set of the learning input image and the learning target image;
In response to the correction of the actual output image, the set of the actual input image and the corrected actual output image is stored in the storage unit as a set of the new learning input image and the new learning target image. It further includes an additional part to be added,
The generating unit combines the plurality of processing components to regenerate the filter sequence for converting each learning input image stored in the storage unit into an image closer to the corresponding learning target image. ,
The processing unit inputs a new actual input image to the regenerated filter row and causes each of the plurality of filter components included in the regenerated filter row to execute the regenerated The data processing apparatus according to any one of claims 2 to 4, wherein an actual output image of the filter array is obtained.
前記生成部は、
修正対象となった前記実出力画像を出力した前記フィルタ列を有するフィルタ列群に対し、前記フィルタ列群が有する前記フィルタ列に含まれる前記複数のフィルタ部品のうち少なくとも一部のフィルタ部品を少なくとも1つの他のフィルタ部品に置換して生成した新たな前記フィルタ列を加えるフィルタ生成部と、
前記フィルタ列群が有する前記フィルタ列のうち、元の前記学習用入力画像および前記新たな学習用入力画像を元の前記学習用目標画像および前記新たな学習用目標画像により近い画像にそれぞれ変換する前記フィルタ列を選択するフィルタ選択部と、
を有する請求項5に記載のデータ処理装置。
The generator is
At least a part of the plurality of filter components included in the filter row included in the filter row group with respect to the filter row group including the filter row that has output the actual output image to be corrected. A filter generation unit for adding a new filter row generated by replacing with one other filter component;
The original learning input image and the new learning input image are converted into images closer to the original learning target image and the new learning target image, respectively, among the filter rows of the filter row group. A filter selection unit for selecting the filter row;
The data processing apparatus according to claim 5, comprising:
生成部によって、入力データを処理して処理結果を出力データとして出力する複数の処理部品を組み合わせて、与えられた学習用入力データを学習用目標データにより近いデータに変換する変換器を生成する段階と、
処理部によって、前記変換器に対して実入力データを入力して前記変換器に含まれる前記複数の処理部品のそれぞれの処理を実行させて、前記変換器の実出力データを求める段階と、
修正部によって、前記実出力データを修正するための修正指示を受けたことに応じて、前記変換器を修正する段階と、
を備えるデータ処理方法。
A step of generating a converter that combines a plurality of processing components that process input data and output processing results as output data, and converts the given learning input data to data closer to the learning target data by the generation unit When,
A step of inputting actual input data to the converter by the processing unit, causing each of the plurality of processing components included in the converter to be executed, and obtaining actual output data of the converter;
Correcting the converter in response to receiving a correction instruction for correcting the actual output data by a correction unit;
A data processing method comprising:
データ処理装置として、コンピュータを機能させるためのプログラムであって、
前記コンピュータを、
入力データを処理して処理結果を出力データとして出力する複数の処理部品を組み合わせて、与えられた学習用入力データを学習用目標データにより近いデータに変換する変換器を生成する生成部と、
前記変換器に対して実入力データを入力して前記変換器に含まれる前記複数の処理部品のそれぞれの処理を実行させて、前記変換器の実出力データを求める処理部と、
前記実出力データを修正するための修正指示を受けたことに応じて、前記変換器を修正する修正部と、
して機能させるプログラム。
A program for causing a computer to function as a data processing device,
The computer,
A generator that generates a converter that processes input data and outputs a processing result as output data in combination with a plurality of processing components and converts the given learning input data into data closer to the learning target data;
A processor that inputs actual input data to the converter and causes each of the plurality of processing components included in the converter to execute processing to obtain actual output data of the converter;
A correction unit for correcting the converter in response to receiving a correction instruction for correcting the actual output data;
Program to make it work.
JP2009094537A 2009-04-09 2009-04-09 Data processing apparatus, data processing method and program Expired - Fee Related JP5396977B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009094537A JP5396977B2 (en) 2009-04-09 2009-04-09 Data processing apparatus, data processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009094537A JP5396977B2 (en) 2009-04-09 2009-04-09 Data processing apparatus, data processing method and program

Publications (2)

Publication Number Publication Date
JP2010244446A true JP2010244446A (en) 2010-10-28
JP5396977B2 JP5396977B2 (en) 2014-01-22

Family

ID=43097369

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009094537A Expired - Fee Related JP5396977B2 (en) 2009-04-09 2009-04-09 Data processing apparatus, data processing method and program

Country Status (1)

Country Link
JP (1) JP5396977B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160078955A (en) * 2013-10-28 2016-07-05 몰레큘라 디바이스 엘엘씨 Method and system for classifying and identifying individual cells in a microscopy image
JP7191283B1 (en) * 2022-05-24 2022-12-16 三菱電機株式会社 Information processing device, information processing system, information processing method, and program
WO2024079792A1 (en) * 2022-10-11 2024-04-18 株式会社エクサウィザーズ Information processing device, method, and program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11184701A (en) * 1997-12-22 1999-07-09 Omron Corp Device for adjusting knowledge of inference system and method therefor and recording medium
JP2003076989A (en) * 2001-09-03 2003-03-14 Hitachi Plant Eng & Constr Co Ltd Method for retrieving template image for evaluation
JP2006178857A (en) * 2004-12-24 2006-07-06 Yokohama National Univ Image processor
JP2007017264A (en) * 2005-07-07 2007-01-25 Sharp Corp Method and device for evaluating image processing algorithm, method and device for generating image processing algorithm, program, and program recording medium
JP2007279967A (en) * 2006-04-05 2007-10-25 Fuji Heavy Ind Ltd Image processor
JP2008089574A (en) * 2006-09-05 2008-04-17 Dainippon Screen Mfg Co Ltd Image processor, data processor, parameter adjustment method, and program
JP2008111671A (en) * 2006-10-27 2008-05-15 Bridgestone Corp Separation filter determining device and tire inspection device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11184701A (en) * 1997-12-22 1999-07-09 Omron Corp Device for adjusting knowledge of inference system and method therefor and recording medium
JP2003076989A (en) * 2001-09-03 2003-03-14 Hitachi Plant Eng & Constr Co Ltd Method for retrieving template image for evaluation
JP2006178857A (en) * 2004-12-24 2006-07-06 Yokohama National Univ Image processor
JP2007017264A (en) * 2005-07-07 2007-01-25 Sharp Corp Method and device for evaluating image processing algorithm, method and device for generating image processing algorithm, program, and program recording medium
JP2007279967A (en) * 2006-04-05 2007-10-25 Fuji Heavy Ind Ltd Image processor
JP2008089574A (en) * 2006-09-05 2008-04-17 Dainippon Screen Mfg Co Ltd Image processor, data processor, parameter adjustment method, and program
JP2008111671A (en) * 2006-10-27 2008-05-15 Bridgestone Corp Separation filter determining device and tire inspection device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JPN6013031070; 青木 紳也、長尾 智晴: '木構造状画像変換の自動構築法ACTIT' 映像情報メディア学会誌 Vol.53、No.6, 19990620, pp.888-894, 一般社団法人映像情報メディア学会 *
JPN6013046656; 長尾 智晴: 進化的画像処理 , 20020515, pp.79-98, 株式会社 昭晃堂 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20160078955A (en) * 2013-10-28 2016-07-05 몰레큘라 디바이스 엘엘씨 Method and system for classifying and identifying individual cells in a microscopy image
KR102273115B1 (en) * 2013-10-28 2021-07-06 몰레큘라 디바이스 엘엘씨 Method and system for classifying and identifying individual cells in a microscopy image
JP7191283B1 (en) * 2022-05-24 2022-12-16 三菱電機株式会社 Information processing device, information processing system, information processing method, and program
WO2023228282A1 (en) * 2022-05-24 2023-11-30 三菱電機株式会社 Information processing device, information processing system, information processing method, and program
WO2024079792A1 (en) * 2022-10-11 2024-04-18 株式会社エクサウィザーズ Information processing device, method, and program

Also Published As

Publication number Publication date
JP5396977B2 (en) 2014-01-22

Similar Documents

Publication Publication Date Title
US8761496B2 (en) Image processing apparatus for calculating a degree of similarity between images, method of image processing, processing apparatus for calculating a degree of approximation between data sets, method of processing, computer program product, and computer readable medium
US11461684B2 (en) Operation processing circuit and recognition system
JP5388835B2 (en) Information processing apparatus and information processing method
US10489710B2 (en) Program generation apparatus and program generation method
WO2019053835A1 (en) Calculation circuit, calculation method, and program
JP5396977B2 (en) Data processing apparatus, data processing method and program
JP5304401B2 (en) Genetic processing apparatus, genetic processing method and program
JP5181825B2 (en) Image processing apparatus, image processing method, and program
JP2011014051A (en) Generating device, generating method, and generation program
JP5417967B2 (en) Genetic processing apparatus, genetic processing method and program
JP5417972B2 (en) Genetic processing apparatus, genetic processing method, and genetic processing program
JP5326881B2 (en) Image processing apparatus, image processing method, and image processing program
JP2015064625A (en) Image processing apparatus, image processing method, and program
JP5444822B2 (en) Genetic processing apparatus, genetic processing method and program
JP5418052B2 (en) Genetic processing apparatus, genetic processing method and program
JP5359622B2 (en) Genetic processing apparatus, genetic processing method, and genetic processing program
JP5326776B2 (en) Image processing apparatus, image processing method, and image processing program
JP5365328B2 (en) Genetic processing apparatus, genetic processing method, and genetic processing program
JP5359531B2 (en) Genetic processing apparatus, genetic processing method and program
JP5453937B2 (en) Genetic processing apparatus, genetic processing method, and genetic processing program
JP6633267B2 (en) Dimension reduction device, method and program
JP5181821B2 (en) Image processing apparatus, image processing method, and program
JP5088228B2 (en) Image processing apparatus, image processing method, and program
JP2010244340A (en) Hereditary processor, hereditary processing method, and program
JP5471105B2 (en) Image processing apparatus, image processing method, and image processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120406

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130307

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130319

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130508

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130625

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130820

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131007

R150 Certificate of patent or registration of utility model

Ref document number: 5396977

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees