JP2010191835A - Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program - Google Patents

Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program Download PDF

Info

Publication number
JP2010191835A
JP2010191835A JP2009037394A JP2009037394A JP2010191835A JP 2010191835 A JP2010191835 A JP 2010191835A JP 2009037394 A JP2009037394 A JP 2009037394A JP 2009037394 A JP2009037394 A JP 2009037394A JP 2010191835 A JP2010191835 A JP 2010191835A
Authority
JP
Japan
Prior art keywords
image processing
parameter
processing circuit
module
image
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.)
Withdrawn
Application number
JP2009037394A
Other languages
Japanese (ja)
Inventor
Makoto Ouchi
真 大内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2009037394A priority Critical patent/JP2010191835A/en
Publication of JP2010191835A publication Critical patent/JP2010191835A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a device for simulating an image processing circuit, which can find a combination of parameter values of an optimal image processing module in a short period of time. <P>SOLUTION: The device for simulating the image processing circuit includes: a plurality of image processing modules which can be executed on a computer and have a function corresponding to each partial image processing circuit; a means 61 for selecting a parameter for changing values among parameters of the plurality of image processing modules; a means 62 for setting a condition for changing the value of the selected parameter; a means 63 for executing changing of the value of the parameter and setting the changed value; a means 64 for repeating sequential execution of the image processing modules about the whole combinations of respective parameter values that are set, and performing image processing of input image data; and a means 7 for outputting result data after image processing of the image data by an executed image processing module. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、画像処理回路のシミュレーション装置、画像処理回路のシミュレーション方法、画像処理回路の設計方法、及び画像処理回路シミュレーションプログラムに関する。   The present invention relates to an image processing circuit simulation apparatus, an image processing circuit simulation method, an image processing circuit design method, and an image processing circuit simulation program.

従来、複数の機能を実行できるソフトウェアシステムの機能評価、デバッグのために、種々の機能を実行させた結果をシミュレーションするプログラムが知られている。
例えば、特許文献1に記載のテストシーケンサーでは、管理モジュール及び実行モジュールを含んで構成され、テスト対象となるテストエグゼクティブに新たな機能を追加したり、機能の修正を行ったりしたときに、他の機能と干渉するかしないかを簡単にチェックできるものが提案されている。
2. Description of the Related Art Conventionally, programs for simulating results of executing various functions are known for function evaluation and debugging of software systems that can execute a plurality of functions.
For example, the test sequencer described in Patent Document 1 is configured to include a management module and an execution module. When a new function is added to a test executive to be tested or a function is corrected, Proposals have been made to easily check whether or not the function interferes.

また、特許文献2に記載のソフトウェアテスト装置では、検証対象となるソフトウェアへの入力及び出力にインターフェースして、動作手順、設定内容等に応じた出力群を受け取って評価するものが提案されている。
さらに、特許文献3に記載のソフトウェアコンポーネントシステムでは、ソフトウェアコンポーネントの実行において、他のソフトウェアコンポーネントを実行する前の状態を表す事前条件定義情報、後の状態を表す事後条件定義情報をデータベース上に格納しておき、ソフトウェアコンポーネントのテストを正確に行うものが提案されている。
Further, in the software test apparatus described in Patent Document 2, an apparatus that interfaces with input and output to software to be verified and receives and evaluates an output group according to an operation procedure, setting contents, and the like has been proposed. .
Further, in the software component system described in Patent Document 3, pre-condition definition information indicating a state before executing another software component and post-condition definition information indicating a subsequent state are stored in the database in executing the software component. Aside, it has been proposed to accurately test software components.

ところで、プロジェクター、FPD(Flat Panel Display)等の画像表示装置においては、入力画像データに対して画像処理を行って適切な表示画像の形成を行っているが、近年画像処理回路に要求される機能が拡大している。
そこで、色変換、解像度変換、ガンマ変換等の種々の画像処理を、画像処理単位でチップ化した部分画像処理回路を組み合わせ、多機能の画像処理を行うことのできる画像処理回路を形成することが行われている。
そして、従来は、このような画像処理回路を設計するに際しては、部分画像処理回路を試作し、実際に組み合わせて画像処理回路を形成してこれを評価するという手法を採用していた。
By the way, in an image display device such as a projector or an FPD (Flat Panel Display), image processing is performed on input image data to form an appropriate display image. Is expanding.
Therefore, it is possible to form an image processing circuit capable of performing multi-functional image processing by combining various image processing such as color conversion, resolution conversion, gamma conversion and the like into a partial image processing circuit that is chipped in units of image processing. Has been done.
Conventionally, when designing such an image processing circuit, a technique has been adopted in which partial image processing circuits are prototyped, combined with each other to form an image processing circuit and evaluated.

特開2006−53924号公報JP 2006-53924 A 特開2006−48310号公報JP 2006-48310 A 特開2006−91944号公報JP 2006-91944 A

しかしながら、このような部分画像処理回路の試作は、エラー検証に時間がかかるばかりでなく、試作コストが嵩むという問題がある。
また、実際に画像処理回路に組み込んで検証を行っても、機能増大に伴い画像処理回路に組み込まれる部分画像処理回路も多数あり、どこのパラメーターを調整すれば効果があるかを特定することが非常に困難であるという問題がある。
さらに、個々の機能は効果が判り難くとも、機能を組合せた時に初めて効果が露見するパラメーターの組み合わせもあり、これを検証することは非常に困難である。
また、一般に画像表示装置によって形成される表示画像は多数の画素から構成されているが、部分画像処理回路によって処理された結果を各画素について評価するのは難しく、前述した特許文献1乃至特許文献3を画像表示装置の世界に単純に適用することはできない。
However, the trial production of such a partial image processing circuit has a problem that not only error verification takes time but also the trial production cost increases.
In addition, there are a number of partial image processing circuits that are incorporated into the image processing circuit as the functions increase even if they are actually incorporated into the image processing circuit, and it is possible to specify which parameter is effective when adjusted. There is a problem that it is very difficult.
Furthermore, although the effects of individual functions are difficult to understand, there are also combinations of parameters that reveal the effects only when the functions are combined, and it is very difficult to verify this.
In general, a display image formed by an image display device is composed of a large number of pixels. However, it is difficult to evaluate the result of processing by the partial image processing circuit for each pixel. 3 cannot simply be applied to the world of image display devices.

本発明は、上記課題の少なくとも一つを解決するように、下記適用例又は形態として実現され得る。   The present invention can be realized as the following application examples or forms so as to solve at least one of the above-described problems.

〔適用例1〕本適用例に係る画像処理回路のシミュレーション装置は、複数の部分画像処理回路を組み合わせて構成される画像処理回路の動作をシミュレーションする画像処理回路のシミュレーション装置であって、コンピューター上で実行可能であり、各前記部分画像処理回路に対応する機能を具備した複数の画像処理モジュールと、前記複数の画像処理モジュールのパラメーターのうち、値を変更する画像処理モジュールのパラメーターを選択するパラメーター選択手段と、前記パラメーター選択手段で選択されたパラメーターの値の変更条件を設定するパラメーター値変更手段と、前記パラメーター値変更手段で設定されたパラメーター値の変更条件の組み合わせについて、前記複数の画像処理モジュールを順次実行し、入力される画像データの画像処理を行うモジュール実行手段と、前記モジュール実行手段で実行された画像処理モジュールによる前記画像データの画像処理後の結果データを出力する結果データ出力手段とを備えていることを特徴とする。   Application Example 1 An image processing circuit simulation apparatus according to this application example is an image processing circuit simulation apparatus that simulates the operation of an image processing circuit configured by combining a plurality of partial image processing circuits. A plurality of image processing modules having a function corresponding to each of the partial image processing circuits, and a parameter for selecting a parameter of the image processing module whose value is to be changed among parameters of the plurality of image processing modules. A plurality of image processing for a combination of a selection means, a parameter value changing means for setting a parameter value changing condition selected by the parameter selecting means, and a parameter value changing condition set by the parameter value changing means The modules are executed sequentially and the input image Module execution means for performing image processing of data; and result data output means for outputting result data after image processing of the image data by the image processing module executed by the module execution means. .

本適用例によれば、画像処理回路に実装する部分画像処理回路のパラメーターの組合せを、パラメーター選択手段、パラメーター値変更手段、及びモジュール実行手段により、部分画像処理回路に対応する画像処理モジュールのパラメーターとしてソフトウェア上で組み合わせることが可能となり、結果データ出力手段により画像処理の結果を確認することができるため、部分画像処理回路の試作等を行う必要がなく、短時間でかつ試作コストを要せずに画像処理回路の画像処理のシミュレーションを行うことができる。
また、このような組合せのシミュレーションをソフトウェア上で行うことにより、短時間ですべての組合せについてのシミュレーションを行うことができ、最適な部分画像処理回路のパラメーターの組合せを見出すことができる。
According to this application example, the parameter combination of the partial image processing circuit to be mounted on the image processing circuit is converted into the parameter of the image processing module corresponding to the partial image processing circuit by the parameter selection unit, the parameter value changing unit, and the module execution unit. Can be combined on software, and the result data output means can check the results of image processing, so there is no need to prototype a partial image processing circuit, etc. In addition, simulation of image processing of the image processing circuit can be performed.
Further, by performing such combination simulation on software, it is possible to perform simulation for all combinations in a short time, and to find the optimum combination of parameters of the partial image processing circuit.

〔適用例2〕上記適用例の画像処理回路のシミュレーション装置は、前記パラメーター選択手段で選択された画像処理モジュールのパラメーター、及び、前記パラメーター値変更手段で設定されたパラメーター値の変更条件を、記録媒体に書き込むパラメーター値変更条件書込手段を備えているのが好ましい。   Application Example 2 The image processing circuit simulation apparatus according to the application example records the parameters of the image processing module selected by the parameter selection unit and the parameter value changing conditions set by the parameter value changing unit. It is preferable to provide parameter value changing condition writing means for writing to the medium.

本適用例によれば、パラメーター値変更条件書込手段を備えていることにより、過去に行ったシミュレーションの組合せと実行結果を記録媒体から読み出していつでも確認することができるため、同種の画像処理回路を設計するにあたり、これを参照してより効率的な部分画像処理回路のパラメーターの組合せ、実行手順を設定することができる。   According to this application example, since the parameter value change condition writing means is provided, it is possible to check the combination of the simulation performed in the past and the execution result at any time by reading from the recording medium. In designing the above, it is possible to set a more efficient combination of parameters of the partial image processing circuit and execution procedure with reference to this.

〔適用例3〕上記適用例の画像処理回路のシミュレーション装置において、前記パラメーター値の変更条件は、パラメーター値を変更するパラメーターの番号、変更の段階数を示すレベル数、及びレベル毎に加算又は減算する値を示す増減値を備えていることが好ましい。   Application Example 3 In the image processing circuit simulation apparatus according to the application example described above, the parameter value changing condition includes the parameter number for changing the parameter value, the number of levels indicating the number of change stages, and addition or subtraction for each level. It is preferable that an increase / decrease value indicating a value to be performed is provided.

〔適用例4〕上記適用例の画像処理回路のシミュレーション装置において、前記結果データ出力手段は、出力する結果データに基づいて、画像表示装置上に画像処理後の結果画像を表示する結果画像表示部を備えていることが好ましい。
ここで、結果画像表示部は、各画像処理モジュールでの画像処理結果を結果画像として表示してもよく、複数の画像処理モジュールの画像処理結果を結果画像として表示してもよい。
Application Example 4 In the simulation apparatus for an image processing circuit according to the application example, the result data output unit displays a result image after image processing on the image display device based on the output result data. It is preferable to provide.
Here, the result image display unit may display the image processing result in each image processing module as a result image, or may display the image processing results of a plurality of image processing modules as a result image.

上記適用例によれば、各画像処理モジュールによる結果画像、複数の画像処理モジュールのパラメーターの組合せによる複数の画像処理の結果を観察者が目視して確認することができるため、どの段階で、又はどのパラメーターの組み合わせを実行すると、画質向上または劣化が生じるのかを容易に確認することができる。   According to the above application example, the observer can visually confirm the result image by each image processing module and the result of the plurality of image processing by the combination of the parameters of the plurality of image processing modules. It is possible to easily confirm which parameter combination is executed to improve or deteriorate the image quality.

〔適用例5〕上記適用例の画像処理回路のシミュレーション装置において、前記結果データ出力手段は、出力する結果データを、記録媒体上に書き込む結果データ書込部を備えていることが好ましい。
本適用例によれば、結果データを記録媒体に書き込むことにより、入力画像データと結果データとの対比をデータ上で比較することが可能となるため、例えば、公知の画質変化検査用のソフトウェアを用いて両者の画質向上または劣化の程度を自動的に数値化して評価することができる。
Application Example 5 In the image processing circuit simulation apparatus according to the application example described above, it is preferable that the result data output unit includes a result data writing unit that writes the output result data onto a recording medium.
According to this application example, by writing the result data to the recording medium, it becomes possible to compare the input image data and the result data on the data. It is possible to automatically quantify and evaluate the degree of image quality improvement or deterioration of both.

〔適用例6〕上記適用例の画像処理回路のシミュレーション装置において、前記複数の画像処理モジュールは、少なくとも、解像度変換モジュール、色変換モジュール、及びガンマ特性変換モジュールを含むのが好ましい。   Application Example 6 In the image processing circuit simulation apparatus according to the application example, it is preferable that the plurality of image processing modules include at least a resolution conversion module, a color conversion module, and a gamma characteristic conversion module.

本適用例によれば、種々ある画像処理のうち、解像度変換、色変換、ガンマ特性変換は、色変換処理、シャープネス処理、コントラスト処理を、各画像処理を実行するモジュール中に含むため、これらの画像処理の順番によって画像処理後の結果画像の画質に差がでることがある。従って、複数の画像処理モジュールが少なくともこれらの画像処理モジュールを含むことにより、最適な結果画像を得ることのできる画像処理モジュールのパラメーターの組合せを見出すことができる。   According to this application example, among various types of image processing, resolution conversion, color conversion, and gamma characteristic conversion include color conversion processing, sharpness processing, and contrast processing in the modules that execute each image processing. Depending on the order of image processing, the image quality of the resulting image after image processing may vary. Therefore, by including at least these image processing modules in the plurality of image processing modules, it is possible to find a combination of parameters of the image processing modules that can obtain an optimum result image.

本発明は、前述した画像処理回路のシミュレーション装置のみならず、下記適用例に記載の画像処理回路のシミュレーション方法としても成立し、前述した作用及び効果と同様の作用及び効果を享受することができる。   The present invention is established not only as the above-described image processing circuit simulation apparatus but also as the image processing circuit simulation method described in the following application examples, and can enjoy the same operations and effects as those described above. .

〔適用例7〕本適用例に係る画像処理回路のシミュレーション方法は、複数の部分画像処理回路を組み合わせて構成される画像処理回路の動作をシミュレーションする画像処理回路のシミュレーション方法であって、コンピューター上で実行可能であり、各前記部分画像処理回路に対応する機能を具備した複数の画像処理モジュールのパラメーターのうち、コンピューター上で値を変更する画像処理モジュールのパラメーターを選択するステップと、選択された画像処理モジュールのパラメーターの値の変更条件を設定するステップと、設定されたパラメーター値の全ての組み合わせについて、前記画像処理モジュールを順次実行し、入力される画像データの画像処理を行うステップと、実行された画像処理モジュールによる前記画像データの画像処理結果後の結果データを出力するステップとをコンピューター上で実施することを特徴とする。   Application Example 7 An image processing circuit simulation method according to this application example is an image processing circuit simulation method for simulating the operation of an image processing circuit configured by combining a plurality of partial image processing circuits. Selecting a parameter of an image processing module whose value is changed on a computer from among a plurality of parameters of the image processing module having a function corresponding to each of the partial image processing circuits. A step of setting a parameter value change condition of the image processing module, a step of sequentially executing the image processing module and performing image processing of input image data for all combinations of the set parameter values; The image data by the processed image processing module Which comprises carrying out the step of outputting the result data after the image processing results on a computer.

〔適用例8〕また、本適用例に係る画像処理回路の設計方法は、複数の部分画像処理回路を組み合わせて構成される画像処理回路の設計方法であって、前述した適用例に記載の画像処理回路のシミュレーション方法を実施して、最適な画像処理モジュールのパラメーター値の組合せを求めた後、前記画像処理回路における部分画像処理回路のパラメーター値の組合せを決定することを特徴とする。   Application Example 8 The image processing circuit design method according to this application example is an image processing circuit design method configured by combining a plurality of partial image processing circuits, and the image described in the application example described above. A simulation method of the processing circuit is performed to obtain an optimal combination of parameter values of the image processing module, and then a combination of parameter values of the partial image processing circuit in the image processing circuit is determined.

上記適用例によれば、前述したように、本適用例の画像処理回路のシミュレーション方法により、ソフトウェア上で最適な画像処理モジュールのパラメーター値の組合せを求めることができるため、最適な部分画像処理回路の組合せを短時間かつ低コストで決定することができ、画像処理回路の設計、ひいては製造コストの大幅な低減を図ることができる。   According to the application example, as described above, the optimum combination of the parameter values of the image processing module can be obtained on the software by the image processing circuit simulation method of the application example. Can be determined in a short time and at low cost, and the design of the image processing circuit, and thus the manufacturing cost can be greatly reduced.

〔適用例9〕さらに、本適用例に係る画像処理回路シミュレーションプログラムは、前述した画像処理回路のシミュレーション方法を、コンピューターに実行させることを特徴とする。   Application Example 9 Further, an image processing circuit simulation program according to this application example causes a computer to execute the above-described image processing circuit simulation method.

本適用例によれば、前述の適用例と同様の作用及び効果を享受できる。   According to this application example, the same operations and effects as those of the application example described above can be enjoyed.

本発明の実施形態に係る画像処理回路のシミュレーション装置を表すブロック図。1 is a block diagram illustrating a simulation apparatus for an image processing circuit according to an embodiment of the present invention. 実施形態における画像処理回路のシミュレーション装置の実行画面を表す模式図。The schematic diagram showing the execution screen of the simulation device of the image processing circuit in an embodiment. 実施形態における画像処理回路のシミュレーション装置のパラメーター設定画面を表す模式図。The schematic diagram showing the parameter setting screen of the simulation apparatus of the image processing circuit in the embodiment. 実施形態における画像処理モジュールの実行手順及びパラメーターを表すテーブル。The table showing the execution procedure and parameter of the image processing module in an embodiment. 実施形態におけるパラメーターを表すテーブル。The table showing the parameter in embodiment. 実施形態における画像処理回路のシミュレーション装置の作用を表すフローチャート。The flowchart showing the effect | action of the simulation apparatus of the image processing circuit in embodiment. 実施形態におけるパラメーター値変更実行手段を表すフローチャート。The flowchart showing the parameter value change execution means in embodiment. 実施形態における画像処理回路のシミュレーション装置の作用を説明するためのデータ構成図。The data block diagram for demonstrating the effect | action of the simulation apparatus of the image processing circuit in embodiment. 実施形態における画像処理モジュールの画像処理結果の状態の例を表すグラフ。The graph showing the example of the state of the image processing result of the image processing module in embodiment.

以下、本発明の実施の形態を図面に基づいて説明する。
図1には、本発明の実施の一形態に係るシミュレーション装置1が示されている。このシミュレーション装置1は、演算処理装置2及びメモリー3を備えたコンピューターとして構成される。このシミュレーション装置1は、複数の部分画像処理回路を組み合わせて構成される画像処理回路の動作をシミュレーションすることができる。
メモリー3内には、本実施形態に係る画像処理回路シミュレーションを実行するためのプログラム、及び、種々の画像処理モジュールが格納されている。各画像処理モジュールは、コンピューター上で実行可能なソフトウェアであり、各部分画像処理回路に対応する機能を具備している。
シミュレーション装置1の入力側には、図示を略したが、スキャナー、デジタルカメラ、ハードディスク装置等の画像データ出力装置が接続され、各機器から画像処理結果後の画像を評価するための評価用の入力画像データVIDEOが入力されるようになっている。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 shows a simulation apparatus 1 according to an embodiment of the present invention. The simulation device 1 is configured as a computer including an arithmetic processing device 2 and a memory 3. The simulation apparatus 1 can simulate the operation of an image processing circuit configured by combining a plurality of partial image processing circuits.
In the memory 3, a program for executing the image processing circuit simulation according to the present embodiment and various image processing modules are stored. Each image processing module is software executable on a computer and has a function corresponding to each partial image processing circuit.
Although not shown in the figure, the input side of the simulation apparatus 1 is connected to an image data output device such as a scanner, digital camera, hard disk device or the like, and an input for evaluation for evaluating the image after the image processing result from each device. Image data VIDEO is input.

一方、シミュレーション装置1の出力側には、記憶媒体としてのハードディスク装置(HDD)4及び画像表示装置としてのディスプレー5が接続されている。
ハードディスク装置4には、詳しくは後述するが、シミュレーション装置1で選択した画像処理モジュールや、その実行手順、及び各画像処理モジュールで画像処理を行った結果データが記憶される。
また、ディスプレー5には、画像処理モジュールの画像処理を行った結果データに基づいて、表示画像が形成される。
On the other hand, a hard disk device (HDD) 4 as a storage medium and a display 5 as an image display device are connected to the output side of the simulation apparatus 1.
As will be described in detail later, the hard disk device 4 stores an image processing module selected by the simulation device 1, its execution procedure, and result data obtained by performing image processing by each image processing module.
A display image is formed on the display 5 based on the result data obtained by performing the image processing of the image processing module.

演算処理装置2は、パラメーター管理手段6、結果データ出力手段7、及びパラメーター値変更条件書込手段8を備えて構成され、これらの各機能的手段(パラメーター管理手段6、結果データ出力手段7、及びパラメーター値変更条件書込手段8)は、演算処理装置2のOS(Operating System)上で実行されるプログラム群として構成されている。これらの機能的手段は、メモリー3に格納されていて、シミュレーション装置1の起動中、ディスプレー5上に表示された所定のアイコンを選択すると起動するようになっていて、ディスプレー5上に図2に示されるような画面G1を表示することにより、操作者に入力を促し、この操作者の入力に基づく選択結果により、画像処理モジュールのパラメーター選択及びパラメーター値の変更条件の設定を行う。   The arithmetic processing unit 2 includes a parameter management unit 6, a result data output unit 7, and a parameter value change condition writing unit 8. Each of these functional units (parameter management unit 6, result data output unit 7, The parameter value changing condition writing means 8) is configured as a program group executed on the OS (Operating System) of the arithmetic processing unit 2. These functional means are stored in the memory 3 and are activated when a predetermined icon displayed on the display 5 is selected while the simulation apparatus 1 is activated. By displaying the screen G1 as shown, the operator is prompted to input, and the parameter selection of the image processing module and the parameter value changing condition are set according to the selection result based on the input of the operator.

画面G1においてデフォルトで表示されるモジュール名は、メモリー3に予め格納された画像処理モジュールを読み出して表示している。新たな画像処理モジュールを読み出すには、画面G1上の右下のパラメーター値読出ボタンG4をクリックし、選択画面上で読み出すべき画像処理モジュールを選択することにより、新たな画像処理モジュールのパラメーターを読み出すことができるようになっている。
尚、画像処理モジュールは、画像処理の対象となる画像表示装置で行う画像処理すべてを網羅する必要があるが、特に、RGB色空間からYuv色空間への変換処理、及び色空間変換処理の逆変換処理や、ガンマ特性変換、高解像度から低解像度の変換処理等が例示できる。
これらの画像処理は、モジュール内処理でシャープネス処理、コントラスト処理、色変換処理を行う点で共通しており、画像処理の順番によっては、画像処理の結果画像において、お互いの処理が干渉しあい、部分的な欠点や画像全体の色ムラが強調されるといった現象が生じることがあるからである。
The module name displayed by default on the screen G1 reads and displays the image processing module stored in the memory 3 in advance. In order to read out a new image processing module, the parameter value reading button G4 in the lower right on the screen G1 is clicked, and the parameters of the new image processing module are read out by selecting the image processing module to be read out on the selection screen. Be able to.
Note that the image processing module needs to cover all image processing performed by the image display device to be subjected to image processing. In particular, the conversion processing from the RGB color space to the Yuv color space, and the inverse of the color space conversion processing. Examples include conversion processing, gamma characteristic conversion, and conversion processing from high resolution to low resolution.
These image processes are common in that sharpness processing, contrast processing, and color conversion processing are performed in the in-module processing. Depending on the order of image processing, the processing may interfere with each other in the image processing result image. This is because a phenomenon such as a general defect or color unevenness of the entire image may be emphasized.

パラメーター管理手段6は、画像処理モジュールのパラメーターの選択と、選択された画像処理モジュールのパラメーターの値の変更条件の設定、及び画像処理モジュールの実行を行う部分であり、パラメーター選択手段61、パラメーター値変更設定手段62、パラメーター値変更実行手段63、及びモジュール実行手段64を備えて構成される。
パラメーター選択手段61は、画像処理モジュールのパラメーターファイルの選択を行う部分であり、図2に示されるように、ディスプレー5上に操作者の選択を促す画面G1を表示し、操作者が画面G1上で選択した画像処理モジュールのパラメーターファイルを、実行する画像処理モジュールのパラメーターファイルとして選択する。
The parameter management means 6 is a part for selecting a parameter of the image processing module, setting a parameter value change condition for the selected image processing module, and executing the image processing module. A change setting unit 62, a parameter value change execution unit 63, and a module execution unit 64 are provided.
The parameter selection means 61 is a part for selecting the parameter file of the image processing module, and as shown in FIG. 2, a screen G1 prompting the operator to select is displayed on the display 5, and the operator selects the screen G1. The parameter file of the image processing module selected in is selected as the parameter file of the image processing module to be executed.

操作者による画面G1での画像処理モジュールのパラメーター選択は、画面G1の画像処理モジュールとそのパラメーターのリスト項目領域G2を選択し、パラメーター値読出ボタンG4のクリック、キーボードからのEnterキー、またはマウスの左ボタンのダブルクリックによって行う。   The parameter selection of the image processing module on the screen G1 by the operator selects the image processing module on the screen G1 and its parameter list item area G2, clicks the parameter value read button G4, the Enter key from the keyboard, or the mouse Do this by double clicking the left button.

パラメーター値変更設定手段62は、パラメーター選択手段61で選択されたパラメーターの変更手段を設定する部分である。このパラメーター値変更設定手段62は、図2に示される画面G1上で画像処理モジュールをリスト項目領域G2のように操作者に選択させ、続けて、画面G1の下部にあるパラメーター変更条件変更ボタンG5をマウスでクリックさせることにより、ディスプレー5上に図3に示されるような画面P1を表示し、パラメーター値の変更条件の設定を行う。   The parameter value change setting means 62 is a part for setting the change means for the parameter selected by the parameter selection means 61. The parameter value change setting means 62 allows the operator to select an image processing module as in the list item area G2 on the screen G1 shown in FIG. 2, and subsequently, a parameter change condition change button G5 at the bottom of the screen G1. Is clicked with the mouse, a screen P1 as shown in FIG. 3 is displayed on the display 5, and a parameter value changing condition is set.

画面P1においては、画面G1で選択された画像処理モジュールのパラメーターの変更条件を設定する。ラジオボタンP2をクリックすると、全てのパラメーターで共通に設定することを指定し、パラメーター範囲P4は無効となる。また、ラジオボタンP3をクリックすると、パラメーター毎に変更条件を設定でき、パラメーター範囲P4で指定したパラメーターについて指定できる。   On the screen P1, a parameter changing condition for the image processing module selected on the screen G1 is set. When the radio button P2 is clicked, it is specified that all parameters are set in common, and the parameter range P4 becomes invalid. When the radio button P3 is clicked, a change condition can be set for each parameter, and the parameters specified in the parameter range P4 can be specified.

パラメーター範囲P4は、変更するパラメーターの範囲を示す項目番号の最小値及び最大値である。レベル数P5は、パラメーター値を増減して変更するレベルの数であり、正の奇数を指定する。増減値P6は、1レベル毎に加減算する絶対値である。例えば、図3に示す設定では、パラメーター7の値について、−10、0、+10をそれぞれ加算して変更する。パラメーター範囲P4で指定された範囲に含まれないパラメーターについては変更条件の設定はなく、モジュール実行時に変更されない。
OKボタンP7をクリックすると、複数回入力されたパラメーター範囲P4に重複がある場合、エラーメッセージを表示される。これらの重複がない場合は、画面P1で入力した設定は有効となり、画面P1は閉じる。またCancelボタンP8をクリックすると全て無効となり、いずれも画面P1は閉じる。
The parameter range P4 is a minimum value and a maximum value of item numbers indicating the range of parameters to be changed. The number of levels P5 is the number of levels to be changed by increasing or decreasing the parameter value, and specifies a positive odd number. The increase / decrease value P6 is an absolute value to be added / subtracted for each level. For example, in the setting shown in FIG. 3, the value of parameter 7 is changed by adding −10, 0, and +10, respectively. Parameters that are not included in the range specified by the parameter range P4 are not changed and are not changed when the module is executed.
When the OK button P7 is clicked, an error message is displayed when there is an overlap in the parameter range P4 input multiple times. If there is no overlap, the settings entered on the screen P1 are valid and the screen P1 is closed. If the Cancel button P8 is clicked, all are invalidated and the screen P1 is closed in both cases.

そして、このようにして設定された画像処理モジュールのパラメーター選択及びパラメーター値の変更条件は、メモリー3上に書き込まれる。メモリー3上への書き込みは、例えば、図4及び図5に示されるように、モジュールテーブルT1及びパラメーターテーブルT2として書き込まれる。このモジュールテーブルT1は、実行される画像処理モジュール名、及び各画像処理モジュールで用いるパラメーターファイル名が記録される。また、パラメーターテーブルT2のパラメーター数及びパラメーターデータ部分(No1〜11の項目)は、既に記録済みの規定値であり、それ以降の部分(No12〜21の項目)がパラメーター値の変更条件のデータである。   The parameter selection and parameter value changing conditions of the image processing module set in this way are written in the memory 3. The writing on the memory 3 is written as a module table T1 and a parameter table T2, for example, as shown in FIGS. In the module table T1, the name of the image processing module to be executed and the parameter file name used in each image processing module are recorded. The parameter number and parameter data part (items No. 1 to 11) of the parameter table T2 are already recorded specified values, and the subsequent parts (items No. 12 to 21) are parameter value change condition data. is there.

モジュール実行手段64は、パラメーター選択手段61により選択された画像処理モジュールのパラメーターを、パラメーター値変更設定手段62により設定されたパラメーター値変更条件に基づいて、画像処理モジュールを順次実行を繰り返していく部分であり、入力される評価用の入力画像データVIDEOに対して、選択された画像処理モジュールによる画像処理を順次実行を繰り返す。   The module execution means 64 is a portion that repeatedly executes the image processing modules sequentially based on the parameter value change conditions set by the parameter value change setting means 62 for the parameters of the image processing modules selected by the parameter selection means 61. The image processing by the selected image processing module is sequentially executed for the input image data VIDEO for evaluation to be input.

具体的には、モジュール実行手段64は、前述した図4に示されるモジュールテーブルT1の上位から画像処理モジュールを実行していき、その際、モジュールテーブルT1中のパラメーターファイル名を参照しながら、メモリー3中に格納された画像処理モジュールによる画像処理を行う。本実施形態では、画像処理モジュールの実行は、図2における実行ボタンG3をクリックすることにより行われ、操作者が実行ボタンG3を1回クリックする毎に、パラメーター変更の全ての組合せが終了するまで画像処理モジュールの実行が繰り返される。
このモジュール実行手段64による画像処理の結果データは、結果データ出力手段7に出力される。
Specifically, the module execution means 64 executes the image processing module from the upper level of the module table T1 shown in FIG. 4 described above, while referring to the parameter file name in the module table T1, The image processing by the image processing module stored in 3 is performed. In the present embodiment, the execution of the image processing module is performed by clicking the execution button G3 in FIG. 2, and every time the operator clicks the execution button G3, all combinations of parameter changes are completed. The execution of the image processing module is repeated.
The result data of the image processing by the module execution unit 64 is output to the result data output unit 7.

結果データ出力手段7は、モジュール実行手段64における画像処理モジュールによる入力画像データVIDEOの画像処理の結果を出力する部分であり、結果画像表示部71及び結果データ書込部72を備える。
結果画像表示部71は、画像処理モジュールによる入力画像データVIDEOの画像処理結果を、ディスプレー5上に表示する部分である。
結果データ書込部72は、画像処理モジュールによる入力画像データVIDEOの画像処理結果を、結果データとしてハードディスク装置4に書き込む部分である。
The result data output means 7 is a part that outputs the result of the image processing of the input image data VIDEO by the image processing module in the module execution means 64, and includes a result image display part 71 and a result data writing part 72.
The result image display unit 71 is a part for displaying the image processing result of the input image data VIDEO by the image processing module on the display 5.
The result data writing unit 72 is a part that writes the image processing result of the input image data VIDEO by the image processing module into the hard disk device 4 as result data.

パラメーター値変更条件書込手段8は、画像処理モジュールパラメーター管理手段6で設定された画像処理モジュールのパラメーター値の変更条件をハードディスク装置4に書き込む部分であり、図3に示される画面P1上で設定した画像処理モジュールのパラメーター値の変更条件を、画面P1の左下のOKボタンP7をマウス等でクリックすることにより、生成されたパラメーターテーブルT2をハードディスク装置4に書き込む。   The parameter value change condition writing means 8 is a part for writing the change condition of the parameter value of the image processing module set by the image processing module parameter management means 6 to the hard disk device 4, and is set on the screen P1 shown in FIG. The generated parameter table T2 is written in the hard disk device 4 by clicking the OK button P7 in the lower left of the screen P1 with the mouse or the like as the parameter value changing condition of the image processing module.

次に、本実施形態の作用を、図6に示されるフローチャートに基づいて説明する。
パラメーター管理手段6は、起動すると、図2に示される画面G1をディスプレー5上に表示し、操作者に画像処理モジュールのパラメーターの選択を促す。
操作者がマウス等でリスト項目領域G2をクリックして実行する画像処理モジュールを選択すると、パラメーター選択手段61は、モジュールテーブルT1の選択された画像処理モジュールのパラメーターの選択を行う(手順S1)。
Next, the operation of the present embodiment will be described based on the flowchart shown in FIG.
When activated, the parameter management means 6 displays a screen G1 shown in FIG. 2 on the display 5 and prompts the operator to select parameters of the image processing module.
When the operator selects an image processing module to be executed by clicking the list item area G2 with a mouse or the like, the parameter selection means 61 selects a parameter of the selected image processing module in the module table T1 (step S1).

次に、パラメーター値変更設定手段62は、操作者が選択したリスト項目領域G2についてパラメーター変更条件変更ボタンG5を押して変更したパラメーター値の変更条件に従って、パラメーターテーブルT2内のパラメーター値変更条件の部分(No12〜21の項目)を追加変更し、選択した画像処理モジュールのパラメーター値変更条件を設定する(手順S2)。   Next, the parameter value change setting means 62 determines the parameter value change condition part in the parameter table T2 according to the parameter value change condition changed by pressing the parameter change condition change button G5 for the list item area G2 selected by the operator ( No. 12 to 21) are added and changed, and parameter value changing conditions for the selected image processing module are set (step S2).

次に、モジュール実行手段64は、モジュールテーブルT1で設定された順番に従って選択された画像処理モジュールを実行する。
まず、モジュール実行手段64は、モジュールテーブルT1の第1行目の記載に基づいて、入力画像データVIDEOの読み込みを行う(手順S3)。
次に、モジュール実行手段64は、モジュールテーブルT1の第2行目に記載されたパラメーターファイル名に基づいて、パラメーターファイルをパラメーターテーブルT2に読み出す(手順S4)。
次に、パラメーター値変更実行手段63は、パラメーターテーブルT2に記載されたパラメーター値変更条件に基づいてパラメーター値を変更する(手順S5)。
Next, the module execution unit 64 executes the image processing module selected according to the order set in the module table T1.
First, the module execution means 64 reads the input image data VIDEO based on the description in the first row of the module table T1 (step S3).
Next, the module execution means 64 reads the parameter file into the parameter table T2 based on the parameter file name described in the second row of the module table T1 (step S4).
Next, the parameter value change execution unit 63 changes the parameter value based on the parameter value change condition described in the parameter table T2 (step S5).

パラメーター値変更実行手段63によるパラメーター値変更を、図7に示される本手段のフローチャートに基づいて説明する。パラメーター値変更実行手段63は、インデックスI、及びそれぞれの変更したレベル番号配列L[]を記憶しておく。これらは初回に(手順R1)、いずれも0で初期化する(手順R2)。同じく初回に、パラメーターテーブルT2に記載された変更する各パラメーター群の番号を、パラメーター番号配列N[]に記憶する(手順R2)。
毎回、レベル番号L[I]をインクリメント(L[I]←L[I]+1)する(手順R3)。パラメーターテーブルT2に記載された番号N[I]のパラメーターのレベル数をレベル番号L[I]が越えた場合(手順R4)、ラベル番号L[I]を初期化(L[I]←0)、インデックスIをインクリメント(I←I+1)する(手順R5)。
インデックスIがパラメーターテーブルT2に記載された変更するパラメーターの総数(=パラメーター番号配列N[]総数)未満ならば(手順R6)、各パラメーターのラベル番号L[]とパラメーターテーブルT2に記載されたパラメーターN[I]の基準値K、レベル数E、及び増減値Zより、以下の式(1)でパラメーター値Vを算出する(手順R8)。
V←K+Z*(L[I]−(E+1)/2)…(1)
また、手順R6において、インデックスIがパラメーターテーブルT2に記載された変更するパラメーターの総数(=パラメーター番号配列N[]総数)以上ならば、全組合せ終了を記憶する(手順R7)。
The parameter value change by the parameter value change execution means 63 will be described based on the flowchart of this means shown in FIG. The parameter value change execution means 63 stores the index I and each changed level number array L []. These are initialized for the first time (procedure R1) and are initialized to 0 (procedure R2). Similarly, for the first time, the number of each parameter group to be changed described in the parameter table T2 is stored in the parameter number array N [] (procedure R2).
Each time, the level number L [I] is incremented (L [I] ← L [I] +1) (procedure R3). When the level number L [I] exceeds the number of parameter levels of the number N [I] described in the parameter table T2 (procedure R4), the label number L [I] is initialized (L [I] ← 0) The index I is incremented (I ← I + 1) (procedure R5).
If the index I is less than the total number of parameters to be changed described in the parameter table T2 (= parameter number array N [] total) (step R6), the label number L [] of each parameter and the parameters described in the parameter table T2 The parameter value V is calculated by the following formula (1) from the reference value K, the number of levels E, and the increase / decrease value Z of N [I] (procedure R8).
V ← K + Z * (L [I] − (E + 1) / 2) (1)
In step R6, if index I is equal to or greater than the total number of parameters to be changed (= parameter number array N [] total) described in parameter table T2, the end of all combinations is stored (procedure R7).

図6に戻り説明する。パラメーター値変更実行手段63で、全ての組合せ終了が記憶されている場合、シミュレーションを終了する(手順S6)。   Returning to FIG. If the parameter value change execution means 63 stores all the combinations completed, the simulation is terminated (step S6).

手順6において、すべての組み合わせが記憶されていなければ、モジュール実行手段64は、モジュールテーブルT1の第2行目の画像処理モジュール名に基づいて、メモリー3内を検索して該当する画像処理モジュールを取得し、検索した画像処理モジュールを手順S5で算出されたパラメーターの組合せを参照して実行し、入力画像データVIDEOに画像処理を施す(手順S7)。   If all the combinations are not stored in step 6, the module execution means 64 searches the memory 3 based on the image processing module name in the second row of the module table T1 and selects the corresponding image processing module. The acquired and searched image processing module is executed with reference to the parameter combination calculated in step S5, and image processing is performed on the input image data VIDEO (step S7).

画像処理モジュールによる画像処理が終了したら、結果データ出力手段7の結果画像表示部71は、ディスプレー5上に画像処理の結果画像を表示する(手順S8)。
また、結果データ出力手段7の結果データ書込部72は、同様に、結果データをハードディスク装置4に書き込み、記憶保存する(手順S9)。結果データ書込部72が保存するファイル名は、パラメーター値変更実行手段63で記憶しているレベル番号配列L[]より生成する。たとえば、図5のパラメーターテーブルT2の場合には、レベル番号配列L[0]及びL[1]には、いずれも1〜3が格納されるので、ファイル名はO2_10bit_1_1.ppm、O2_10bit_2_1.ppm、…、O2_10bit_3_3.ppmとなる。
以後、モジュール実行手段64は、次に実行すべき画像処理モジュールのパラメーターの組合せを求めて画像処理モジュールを実行するために、手順S5から繰り返す。
When the image processing by the image processing module is completed, the result image display unit 71 of the result data output unit 7 displays the result image of the image processing on the display 5 (step S8).
Similarly, the result data writing unit 72 of the result data output means 7 writes the result data to the hard disk device 4 and stores and saves it (step S9). The file name stored in the result data writing unit 72 is generated from the level number array L [] stored in the parameter value change execution unit 63. For example, in the case of the parameter table T2 in FIG. 5, the level number arrays L [0] and L [1] all store 1 to 3, so that the file names are O2_10bit_1_1.ppm, O2_10bit_2_1.ppm, ..., O2_10bit_3_3.ppm.
Thereafter, the module execution means 64 repeats from step S5 in order to obtain the combination of parameters of the image processing module to be executed next and execute the image processing module.

このようにして、画像処理モジュールの組合せを種々シミュレーションして、最適な画像処理結果となるような画像処理モジュールの選択、及び実行手順を求め、部分画像処理回路を実装する画像処理回路の設計を行う。
具体的には、画像処理モジュールの実行手順と同じような画像処理手順となるように、画像処理回路基板における部分画像処理回路の実装レイアウトを設計すればよい。
In this way, various combinations of image processing modules are simulated to select an image processing module and an execution procedure so as to obtain an optimal image processing result, and to design an image processing circuit for mounting a partial image processing circuit. Do.
Specifically, the mounting layout of the partial image processing circuit on the image processing circuit board may be designed so that the image processing procedure is similar to the execution procedure of the image processing module.

このようなシミュレーション装置1では、例えば、図8の曲線γ補正処理用モジュール用パラメーター組合せT3に示されるように、パラメーター管理手段6によってx列、及びy、y2−、y2+、y3−、y3+各列の一連のパラメーターの組合せについてそれぞれ曲線γ補正処理モジュールを実行させることが可能となり、各曲線γ補正処理モジュールで結果出力画像をディスプレー5上に表示させることにより、どのパラメーターの組合せで曲線γ補正処理モジュールの処理の画質の向上または劣化が生じたかどうかを簡単に確認できる。尚、図8の曲線γ補正処理用モジュール用パラメーター組合せT3において、x列、及びy列〜y3+列のいずれか1組が、曲線γ補正モジュールのパラメーターを表し、x列は入力代表値群、y〜y3+列はx列の各入力代表値に対する出力値を示す。曲線γ補正処理は、これらパラメーターが与えられた場合に、任意の入力値に対する出力値を滑らかに補間して出力する。図9(A)〜(C)は、パラメーターとして入力代表値x列及び出力値y、y3−、y3+各列を与えた場合の、曲線γ補正処理の入出力グラフである。   In such a simulation apparatus 1, for example, as shown in the curve γ correction module parameter combination T3 in FIG. 8, the parameter management unit 6 performs x columns, and y, y2-, y2 +, y3-, y3 + It is possible to execute a curve γ correction processing module for each of a series of parameter combinations in a row, and display the result output image on the display 5 by each curve γ correction processing module, thereby correcting the curve γ with any parameter combination. It is possible to easily check whether the image quality of the processing module processing has improved or deteriorated. In addition, in the parameter combination T3 for the curve γ correction module in FIG. 8, any one of the x column and the y column to the y3 + column represents a parameter of the curve γ correction module, and the x column represents an input representative value group, The y to y3 + columns indicate output values for the respective input representative values in the x column. The curve γ correction processing, when given these parameters, smoothly outputs an output value for an arbitrary input value and outputs it. FIGS. 9A to 9C are input / output graphs of the curve γ correction process when the input representative value x columns and the output values y, y3−, y3 + columns are given as parameters.

そして、例えば、図4において、曲線γ補正処理結果を評価するに際し、各パラメーターの組合せでディスプレー5に順次表示される結果画像を、簡単に目視で比較して確認することが可能となる。
尚、画像処理による画質の劣化は、局所的に生じるものばかりではなく、画面全体に色ムラを生じたり、高解像度から低解像度への変換では、ジャギーやブロックノイズ、画面全体のぼやけとしても現れたりすることがあり、これらの画質劣化は、目視の比較により評価することができる。
Then, for example, in FIG. 4, when evaluating the curve γ correction processing result, it is possible to easily visually compare and confirm the result images sequentially displayed on the display 5 with combinations of parameters.
In addition, image quality degradation due to image processing is not only locally caused, but also color unevenness on the entire screen, and when converting from high resolution to low resolution, it also appears as jaggy, block noise, and blur on the entire screen. These image quality degradations can be evaluated by visual comparison.

また、画像処理モジュールのパラメーターの組合せを、画面G1上で操作者が自由に設定できるため、多数ある画像処理モジュールの選択と、画像処理の順番を簡単に変更してシミュレーションを行うことができるため、最適な画像処理モジュールのパラメーターの組合せを容易にかつ短時間で見出しやすくなる。
さらに、結果データ書込部72がハードディスク装置4に結果データを書き込むため、入力画像データVIDEOとの比較評価を、コンピューター上で公知の評価ソフトウェアを実行することにより、行うことも可能である。比較評価の方法としては、例えば、各画素の輝度、色ムラ等を数値化して対比し、統計的処理を行って一定の閾値を超えるような変化をしていれば、画質劣化とみなし、それを超えなければ画質劣化はないと判定するような方法を採用することができる。
また、結果データ書込部72が生成したファイル名には、各パラメーター値のレベル番号が組み込まれているため、結果データと、それが出力されたパラメーター組合せとの対応が分かる。
In addition, since the operator can freely set the combination of the parameters of the image processing module on the screen G1, it is possible to perform simulation by easily selecting a number of image processing modules and changing the order of image processing. Therefore, it becomes easy to find the optimum combination of parameters of the image processing module in a short time.
Furthermore, since the result data writing unit 72 writes the result data to the hard disk device 4, it is also possible to perform comparative evaluation with the input image data VIDEO by executing known evaluation software on the computer. As a comparative evaluation method, for example, if the luminance, color unevenness, etc. of each pixel are converted into numerical values and compared, and statistical processing is performed and the change exceeds a certain threshold, it is regarded as image quality deterioration. A method that determines that there is no deterioration in image quality can be employed unless the value exceeds.
Further, since the file name generated by the result data writing unit 72 incorporates the level number of each parameter value, the correspondence between the result data and the parameter combination from which the result data is output can be understood.

1…シミュレーション装置、2…演算処理装置、3…メモリー、4…ハードディスク装置、5…ディスプレー、6…パラメーター管理手段、7…結果データ出力手段、8…パラメーター値変更条件書込手段、61…パラメーター選択手段、62…パラメーター値変更設定手段、63…パラメーター値変更実行手段、64…モジュール実行手段、71…結果画像表示部、72…結果データ書込部、G1…画面、G2…リスト項目領域、G3…実行ボタン、G4…パラメーター値読出ボタン、G5…パラメーター変更条件変更ボタン、T1…モジュールテーブル、T2…パラメーターテーブル、T3…曲線γ補正処理用モジュール用パラメーター組合せ、VIDEO…入力画像データ。   DESCRIPTION OF SYMBOLS 1 ... Simulation apparatus, 2 ... Arithmetic processing apparatus, 3 ... Memory, 4 ... Hard disk drive, 5 ... Display, 6 ... Parameter management means, 7 ... Result data output means, 8 ... Parameter value change condition writing means, 61 ... Parameter Selection means 62 ... Parameter value change setting means 63 ... Parameter value change execution means 64 ... Module execution means 71 ... Result image display part 72 ... Result data writing part G1 ... Screen G2 ... List item area G3 ... execute button, G4 ... parameter value read button, G5 ... parameter change condition change button, T1 ... module table, T2 ... parameter table, T3 ... parameter combination for curve gamma correction processing module, VIDEO ... input image data.

Claims (9)

複数の部分画像処理回路を組み合わせて構成される画像処理回路の動作をシミュレーションする画像処理回路のシミュレーション装置であって、
コンピューター上で実行可能であり、各前記部分画像処理回路に対応する機能を具備した複数の画像処理モジュールと、
前記複数の画像処理モジュールのパラメーターのうち、値を変更する画像処理モジュールのパラメーターを選択するパラメーター選択手段と、
前記パラメーター選択手段で選択されたパラメーターの値の変更条件を設定するパラメーター値変更手段と、
前記パラメーター値変更手段で設定されたパラメーター値の変更条件の組み合わせについて、前記複数の画像処理モジュールを順次実行し、入力される画像データの画像処理を行うモジュール実行手段と、
前記モジュール実行手段で実行された画像処理モジュールによる前記画像データの画像処理後の結果データを出力する結果データ出力手段とを備えていることを特徴とする画像処理回路のシミュレーション装置。
An image processing circuit simulation apparatus for simulating the operation of an image processing circuit configured by combining a plurality of partial image processing circuits,
A plurality of image processing modules executable on a computer and having a function corresponding to each of the partial image processing circuits;
Parameter selection means for selecting a parameter of the image processing module whose value is to be changed among parameters of the plurality of image processing modules;
Parameter value changing means for setting a condition for changing the value of the parameter selected by the parameter selecting means;
Module execution means for sequentially executing the plurality of image processing modules and performing image processing of input image data for a combination of parameter value change conditions set by the parameter value changing means;
A simulation apparatus for an image processing circuit, comprising: result data output means for outputting result data after image processing of the image data by the image processing module executed by the module execution means.
請求項1に記載の画像処理回路のシミュレーション装置において、
前記パラメーター選択手段で選択された画像処理モジュールのパラメーター、及び、前記パラメーター値変更手段で設定されたパラメーター値の変更条件を、記録媒体に書き込むパラメーター値変更条件書込手段を備えていることを特徴とする画像処理回路のシミュレーション装置。
The image processing circuit simulation apparatus according to claim 1,
A parameter value change condition writing means for writing the parameter of the image processing module selected by the parameter selection means and the parameter value change condition set by the parameter value changing means to a recording medium; An image processing circuit simulation apparatus.
請求項1又は請求項2に記載の画像処理回路のシミュレーション装置において、
前記パラメーター値の変更条件は、パラメーター値を変更するパラメーターの番号、変更の段階数を示すレベル数、及びレベル毎に加算又は減算する値を示す増減値を備えていることを特徴とする画像処理回路のシミュレーション装置。
In the simulation apparatus of the image processing circuit according to claim 1 or 2,
The parameter value changing condition includes an image processing characterized by including a parameter number for changing the parameter value, a number of levels indicating the number of stages of change, and an increase / decrease value indicating a value to be added or subtracted for each level. Circuit simulation device.
請求項1乃至請求項3のいずれか一項に記載の画像処理回路のシミュレーション装置において、
前記結果データ出力手段は、出力する結果データに基づいて、画像表示装置上に画像処理後の結果画像を表示する結果画像表示部を備えていることを特徴とする画像処理回路のシミュレーション装置。
The image processing circuit simulation apparatus according to any one of claims 1 to 3,
The result data output means includes a result image display unit for displaying a result image after image processing on the image display device based on the output result data.
請求項1乃至請求項4のいずれか一項に記載の画像処理回路のシミュレーション装置において、
前記結果データ出力手段は、出力する前記結果データを、記録媒体上に書き込む結果データ書込部を備えていることを特徴とする画像処理回路のシミュレーション装置。
In the simulation apparatus of the image processing circuit according to any one of claims 1 to 4,
The simulation apparatus for an image processing circuit, wherein the result data output means includes a result data writing unit for writing the result data to be output on a recording medium.
請求項1乃至請求項5のいずれか一項に記載の画像処理回路のシミュレーション装置において、
前記複数の画像処理モジュールは、少なくとも、解像度変換モジュール、色変換モジュール、及びガンマ特性変換モジュールを含むことを特徴とする画像処理回路のシミュレーション装置。
In the simulation apparatus of the image processing circuit according to any one of claims 1 to 5,
The image processing circuit simulation apparatus, wherein the plurality of image processing modules include at least a resolution conversion module, a color conversion module, and a gamma characteristic conversion module.
複数の部分画像処理回路を組み合わせて構成される画像処理回路の動作をシミュレーションする画像処理回路のシミュレーション方法であって、
コンピューター上で実行可能であり、各前記部分画像処理回路に対応する機能を具備した複数の画像処理モジュールのパラメーターのうち、コンピューター上で値を変更する画像処理モジュールのパラメーターを選択するステップと、
選択された画像処理モジュールのパラメーターの値の変更条件を設定するステップと、
設定されたパラメーター値の組み合わせについて、前記画像処理モジュールを順次実行し、入力される画像データの画像処理を行うステップと、
実行された画像処理モジュールによる前記画像データの画像処理結果後の結果データを出力するステップとをコンピューター上で実施することを特徴とする画像処理回路のシミュレーション方法。
An image processing circuit simulation method for simulating the operation of an image processing circuit configured by combining a plurality of partial image processing circuits,
Selecting a parameter of the image processing module whose value is changed on the computer from among a plurality of parameters of the image processing module that can be executed on the computer and has a function corresponding to each of the partial image processing circuits;
Setting a parameter value change condition for the selected image processing module;
Sequentially executing the image processing modules for the set parameter value combinations, and performing image processing of input image data;
And a step of outputting the result data after the image processing result of the image data by the executed image processing module on a computer.
複数の部分画像処理回路を組み合わせて構成される画像処理回路の設計方法であって、
請求項7に記載の画像処理回路のシミュレーション方法を実施して、最適な画像処理モジュールのパラメーター値の組合せを求めた後、
前記画像処理回路における部分画像処理回路のパラメーター値の組合せを決定することを特徴とする画像処理回路の設計方法。
An image processing circuit design method configured by combining a plurality of partial image processing circuits,
After carrying out the image processing circuit simulation method according to claim 7 to obtain an optimal combination of parameter values of the image processing module,
A design method of an image processing circuit, wherein a combination of parameter values of the partial image processing circuit in the image processing circuit is determined.
請求項7に記載の画像処理回路のシミュレーション方法を、コンピューターに実行させることを特徴とする画像処理回路シミュレーションプログラム。   An image processing circuit simulation program for causing a computer to execute the image processing circuit simulation method according to claim 7.
JP2009037394A 2009-02-20 2009-02-20 Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program Withdrawn JP2010191835A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009037394A JP2010191835A (en) 2009-02-20 2009-02-20 Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009037394A JP2010191835A (en) 2009-02-20 2009-02-20 Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program

Publications (1)

Publication Number Publication Date
JP2010191835A true JP2010191835A (en) 2010-09-02

Family

ID=42817791

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009037394A Withdrawn JP2010191835A (en) 2009-02-20 2009-02-20 Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program

Country Status (1)

Country Link
JP (1) JP2010191835A (en)

Similar Documents

Publication Publication Date Title
JP2008535083A5 (en)
JP6274746B2 (en) Projection type image display apparatus, projection image display method, and computer program
JP2010218271A (en) Parameter control processing apparatus and image processing apparatus
CN104835440A (en) Display method and device for image
US20140223368A1 (en) Image processing apparatus, computer-readable medium storing an image processing program, and image processing method
US10412331B2 (en) Power consumption estimation method and power consumption estimation apparatus
JPWO2019188573A1 (en) Arithmetic logic unit, arithmetic method and program
JP2011035873A (en) Apparatus and method for simulating image processing circuit, method of designing image processing circuit, and simulation program for image processing circuit
JP2010191835A (en) Device and method for simulating image processing circuit, method for designing image processing circuit, and image processing circuit simulation program
Hoffman et al. Aligning content rendering resolution and feature size with display capability in near‐eye display systems
JP2009175443A (en) Brightness correction device, brightness correction processing program, and brightness correction method
KR20180109845A (en) Display device and display method thereof
JP2007041676A5 (en)
JP2014029428A5 (en)
CN110853568B (en) Image processing method and apparatus, and storage medium
JP2011170141A (en) Simulation device for image processing circuit, simulation method for image processing circuit, method for designing image processing circuit and simulation program for image processing circuit
JP2010198068A (en) Simulation device for image processing circuit, simulation method for image processing circuit, design method for image processing circuit, and simulation program for image processing circuit
JP2010124363A (en) Simulation apparatus for image processing circuit, simulation method for image processing circuit, design method of image processing circuit, and image processing circuit simulation program
JP2006217246A (en) Device and method for generating mosaic image in triangular shape and polygonal shape
KR101431715B1 (en) Precision enhancement method and apparatus of summed area table using linear regression and filtering method and apparatus for image recovery using said summed area table
US20090184959A1 (en) Method and apparatus for rendering
JP2010097346A (en) Image processor, program, and system
JP2021089711A (en) Video jitter detection method and apparatus
JP4628464B2 (en) Video editing device
JP2010225048A (en) Simulation device for image processing circuit, simulation method for the image processing circuit and image processing circuit simulation program

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20120501