JP2012019315A - Image processor and image processing method - Google Patents

Image processor and image processing method Download PDF

Info

Publication number
JP2012019315A
JP2012019315A JP2010154562A JP2010154562A JP2012019315A JP 2012019315 A JP2012019315 A JP 2012019315A JP 2010154562 A JP2010154562 A JP 2010154562A JP 2010154562 A JP2010154562 A JP 2010154562A JP 2012019315 A JP2012019315 A JP 2012019315A
Authority
JP
Japan
Prior art keywords
image
image processing
memory
parameter
stored
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
JP2010154562A
Other languages
Japanese (ja)
Inventor
Nobuhiro Doi
伸洋 土井
Masahiro Kono
政裕 河野
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.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2010154562A priority Critical patent/JP2012019315A/en
Publication of JP2012019315A publication Critical patent/JP2012019315A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image processor and an image processing method for simultaneously performing multiple kinds of processing by minimum necessary memory access times.SOLUTION: An image processor includes: an input part 11 for inputting an image; an image memory 12 for storing the image inputted by the input part 11; a parameter memory 15 for storing by pixel unit in one memory word, multiple kinds of parameters to be used for image processing to be performed on the image stored in the image memory 12; an image processing part 14 for performing the image processing on the image stored in the image memory 12 by using the multiple kinds of parameters stored in the parameter memory 15; and an output part 13 for outputting the image where the image processing is performed by the image processing part 14.

Description

本発明は、入力された画像(静止画及び動画)に画像処理を施して出力する画像処理装置及び画像処理方法に関する。   The present invention relates to an image processing apparatus and an image processing method for performing image processing on an input image (still image and moving image) and outputting the processed image.

一般に、プロジェクタやHUD(Head Up Display)のような投影装置においては、投影装置の設置角度や投射対象となるスクリーン形状やレンズ歪みが原因で、入力画像をそのまま投影すると投影画像が歪む場合がある。そこで、図10に示すように、入力画像に対して電子的な信号処理を施すことで、この歪みを解消する画像処理装置110が考案されている(特許文献1参照)。   In general, in a projection apparatus such as a projector or a HUD (Head Up Display), the projection image may be distorted when the input image is projected as it is due to the installation angle of the projection apparatus, the screen shape to be projected, or lens distortion. . Therefore, as shown in FIG. 10, an image processing apparatus 110 has been devised that eliminates this distortion by applying electronic signal processing to an input image (see Patent Document 1).

このような画像処理装置110において画像を変形するには次の手順を踏む。まず、外部より入力された1画面分の画像を走査線順に画像メモリ120へ格納する。次に、画像メモリ120に格納した画像を読み出す際は、走査線順ではなく変形を考慮した画素データ読み出し制御を行う。この読み出し制御は、変形形状を表すパラメータ(以降、変形処理パラメータP11)に沿って行われる。歪みの形状を台形のように数式で表現できる場合は、変形処理パラメータP11を逐次演算して生成することができる。一方、歪みの形状を数式で表現できない場合は、あらかじめ求めておいた変形処理パラメータP11をメモリ上のテーブルに格納しておき、これを参照する方法がとられている。これを実現する場合、変形処理パラメータP11を格納するパラメータメモリ151が画像メモリ120とは別に必要となる。   In order to transform an image in such an image processing apparatus 110, the following procedure is performed. First, an image for one screen input from the outside is stored in the image memory 120 in the order of scanning lines. Next, when reading the image stored in the image memory 120, pixel data reading control is performed in consideration of deformation, not the scanning line order. This read control is performed along a parameter representing the deformed shape (hereinafter referred to as a deformation processing parameter P11). When the distortion shape can be expressed by a mathematical expression such as a trapezoid, the deformation processing parameter P11 can be sequentially calculated and generated. On the other hand, when the shape of distortion cannot be expressed by a mathematical expression, a method is used in which a deformation processing parameter P11 obtained in advance is stored in a table on a memory and is referred to. In order to realize this, a parameter memory 151 for storing the deformation processing parameter P11 is required separately from the image memory 120.

前記“変形を考慮した画素データ読み出し制御”は、具体的には“入力画像の画素データ再配置”という操作にあたる。すなわち、入力画像上の座標系(以下「入力座標系」)と、出力画像上の座標系(以下「出力座標系」)とを考え、入力画像と出力画像それぞれの画素を入力座標系と出力座標系それぞれの格子点に対応させる。そして、出力座標系の各格子点について入力座標系で対応する位置を求め、その位置における画素値をもとに出力画素の画素値を演算する。ここで、出力座標系の格子点が入力座標系の格子点と一対一に対応している場合は、入力画素がそのまま出力画素として出力される。しかし、変形形状によっては、対応する位置の座標が整数値にならない場合、すなわち出力座標系の格子点が入力座標系の格子点上にない場合がある。この場合は、求めたい位置の周囲に存在する画素をもとに補間演算を行うことで、出力画素の画素値をもとめる。   The “pixel data readout control considering deformation” specifically corresponds to an operation of “rearrangement of pixel data of an input image”. That is, a coordinate system on the input image (hereinafter referred to as “input coordinate system”) and a coordinate system on the output image (hereinafter referred to as “output coordinate system”) are considered, and each pixel of the input image and the output image is output to the input coordinate system. Corresponding to each grid point of the coordinate system. Then, a corresponding position in the input coordinate system is obtained for each grid point in the output coordinate system, and the pixel value of the output pixel is calculated based on the pixel value at that position. Here, if the grid point of the output coordinate system has a one-to-one correspondence with the grid point of the input coordinate system, the input pixel is output as it is as the output pixel. However, depending on the deformed shape, the coordinates of the corresponding position may not be an integer value, that is, the grid point of the output coordinate system may not be on the grid point of the input coordinate system. In this case, the pixel value of the output pixel is obtained by performing an interpolation operation based on the pixels existing around the position to be obtained.

図11は、従来の一般的な変形処理の説明図である。まず、出力座標系の点O[0,0]に着目し、この出力点に対応する入力座標系の点を求める場合を考える。この場合、入力座標系と出力座標系の対応を記したデータ配列(変形処理パラメータP11)を参照すると、出力座標系の点O[0,0]に対応するのは入力座標系の点I[0,0]であることがわかるため、この点I[0,0]の画素値を出力する。一方、出力座標系の点O[2,1]に着目した場合、この出力点に対応する入力座標系の位置はI[2,1.5]であるが、この位置は入力座標系の格子点ではなく、一対一で対応する画素は存在しない。この場合は、点I[2,1]と点I[2,2]の画素値をもとに補間演算を行い、I[2,1.5]の画素値を出力する。   FIG. 11 is an explanatory diagram of a conventional general deformation process. First, pay attention to the point O [0, 0] in the output coordinate system, and consider the case of obtaining a point in the input coordinate system corresponding to this output point. In this case, referring to the data array (deformation processing parameter P11) describing the correspondence between the input coordinate system and the output coordinate system, the point I [[0, 0] in the output coordinate system corresponds to the point I [[ Since it is understood that the pixel value is 0,0], the pixel value at this point I [0,0] is output. On the other hand, when attention is paid to the point O [2, 1] of the output coordinate system, the position of the input coordinate system corresponding to this output point is I [2, 1.5], but this position is the grid of the input coordinate system. There is no one-to-one corresponding pixel, not a point. In this case, an interpolation operation is performed based on the pixel values of the points I [2, 1] and I [2, 2], and the pixel value of I [2, 1.5] is output.

例に挙げた投影装置110によると、形状歪み以外にも輝度むら・色むらの問題が発生する。すなわち、一般に投影装置130は中央部から周辺部になるにつれて透過光量が減少する傾向を持つ。このため、投影レンズを介して画像投影を行う場合も、この透過光量特性に応じて投影画像中に輝度または色の濃淡(輝度むらまたは色むら)が発生する。そこで、投影レンズを含む投影装置130内の全光学系で発生するむらを電子的な信号処理により補正する方法が提案されている(特許文献2)。具体的には、輝度むら・色むらが発生する投影装置130において、それぞれのむらを補正するためのデータ(以降、むら補正処理パラメータP12)をメモリから読み込み、入力画像へ適用することで補正を実現する。これを実現する場合、図12に示すように、むら補正処理パラメータP12を格納するパラメータメモリ152が画像メモリ120とは別に必要となる。   According to the projection apparatus 110 given as an example, in addition to the shape distortion, the problem of uneven brightness and uneven color occurs. That is, in general, the projection apparatus 130 tends to decrease the amount of transmitted light from the center to the periphery. Therefore, even when an image is projected through the projection lens, luminance or color shading (brightness unevenness or color unevenness) occurs in the projected image in accordance with the transmitted light amount characteristic. Therefore, a method has been proposed in which unevenness occurring in all the optical systems in the projection apparatus 130 including the projection lens is corrected by electronic signal processing (Patent Document 2). Specifically, in the projection device 130 in which luminance unevenness and color unevenness occur, correction is realized by reading data for correcting each unevenness (hereinafter referred to as unevenness correction processing parameter P12) from the memory and applying it to the input image. To do. In order to realize this, as shown in FIG. 12, a parameter memory 152 for storing the unevenness correction processing parameter P12 is required separately from the image memory 120.

また、一般には、入力画像に対して任意の線・図形・文字などを重ねる処理(以降、オーバーレイ処理)を行いたいという要求も多く、これを実現する装置も開発されている(特許文献3参照)。具体的には、入力画像に重ねる線・図形・文字などのデータ(以降、オーバーレイ処理パラメータP13)をメモリから読み込み、入力画像へ適用することでオーバーレイ処理を実現する。これを実現する場合、図13に示すように、オーバーレイ処理パラメータP13を格納するパラメータメモリ153が画像メモリ120とは別に必要となる。   In general, there are many requests to perform processing for overlaying arbitrary lines, figures, characters, etc. on the input image (hereinafter, overlay processing), and an apparatus for realizing this has been developed (see Patent Document 3). ). Specifically, the overlay processing is realized by reading data (hereinafter, overlay processing parameter P13) such as lines, figures, and characters to be superimposed on the input image from the memory and applying them to the input image. In order to realize this, a parameter memory 153 for storing the overlay processing parameter P13 is required separately from the image memory 120, as shown in FIG.

特開2002−215114号公報JP 2002-215114 A 特開2005−150859号公報JP 2005-150859 A 特開平9−16151号公報JP-A-9-16151

前記3つの画像処理(変形処理、むら補正処理、オーバーレイ処理)を行うことのできる装置を実現しようとすると、図14に示すように、変形処理パラメータP11を格納するパラメータメモリ151、むら補正処理パラメータP12を格納するパラメータメモリ152、およびオーバーレイ処理パラメータP13を格納するパラメータメモリ153を画像メモリ120とは別に備える必要がある。このような構成は、装置に複数個のメモリを搭載する必要があり、コスト上昇・設計複雑化の原因となるのはもちろん、メモリアクセス回数の増加の原因にもなるため、現実には採用しづらい。   When an apparatus capable of performing the three image processes (deformation process, unevenness correction process, and overlay process) is to be realized, as shown in FIG. 14, a parameter memory 151 for storing the deformation process parameter P11, an unevenness correction process parameter, The parameter memory 152 for storing P12 and the parameter memory 153 for storing the overlay processing parameter P13 need to be provided separately from the image memory 120. Such a configuration requires the installation of multiple memories in the device, which not only increases costs and complicates the design, but also increases the number of memory accesses. It ’s hard.

本発明は前記課題を解決するためになされたものであり、その目的は、必要最小限のメモリアクセス回数で複数種類の処理を同時に行うことのできる画像処理装置及び画像処理方法を提供することである。   SUMMARY An advantage of some aspects of the invention is that it provides an image processing apparatus and an image processing method capable of simultaneously performing a plurality of types of processing with a minimum number of memory accesses. is there.

本発明の実施の形態に係る第1の特徴は、画像処理装置において、画像を入力する入力部と、前記入力部により入力された画像を格納する画像メモリと、前記画像メモリに格納された画像に施す画像処理に使用される複数種類のパラメータを画素単位で一つのメモリワードに格納するパラメータメモリと、前記パラメータメモリに格納された複数種類のパラメータを使用して、前記画像メモリに格納された画像に画像処理を施す画像処理部と、前記画像処理部により画像処理が施された画像を出力する出力部とを備えたことである。   A first feature according to an embodiment of the present invention is that in an image processing apparatus, an input unit for inputting an image, an image memory for storing an image input by the input unit, and an image stored in the image memory A parameter memory for storing a plurality of types of parameters used in image processing applied to each pixel in a single memory word, and a plurality of types of parameters stored in the parameter memory, stored in the image memory An image processing unit that performs image processing on an image, and an output unit that outputs an image subjected to image processing by the image processing unit.

本発明の実施の形態に係る第2の特徴は、前記第1の特徴を備えた画像処理装置において、前記パラメータメモリが、前記画像処理部の機能を指定するための付加ビットを格納することである。   A second feature according to an embodiment of the present invention is that in the image processing apparatus having the first feature, the parameter memory stores an additional bit for designating a function of the image processing unit. is there.

本発明の実施の形態に係る第3の特徴は、前記第1の特徴を備えた画像処理装置において、前記パラメータメモリが、前記画像メモリに格納された画像に施す画像処理の内容を示す付加ビットを格納することである。   According to a third feature of an embodiment of the present invention, in the image processing apparatus having the first feature, the parameter memory indicates an additional bit indicating the contents of image processing performed on the image stored in the image memory. Is to store.

本発明の実施の形態に係る第4の特徴は、前記第2又は第3の特徴を備えた画像処理装置において、前記画像処理部が、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値を座標値とみなして画素の再配置を行うことである。   According to a fourth feature of an embodiment of the present invention, in the image processing device having the second or third feature, when the image processing unit has a specific value, the additional bit The pixel is rearranged by regarding the value stored in the predetermined area of the same memory word as the coordinate value.

本発明の実施の形態に係る第5の特徴は、前記第2又は第3の特徴を備えた画像処理装置において、前記画像処理部が、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を色値とみなして再配置された画素とのブレンディング処理を行うことである。   According to a fifth feature of an embodiment of the present invention, in the image processing device having the second or third feature, when the image processing unit has a specific value, the additional bit Pixels are rearranged by considering a part of the values stored in a predetermined area of the same memory word as coordinate values, and blending processing with the rearranged pixels by considering other parts as color values Is to do.

本発明の実施の形態に係る第6の特徴は、前記第2又は第3の特徴を備えた画像処理装置において、前記画像処理部が、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を輝度むら補正処理用のパラメータとみなして画素の輝度むらを補正することである。   A sixth feature according to an embodiment of the present invention is that, in the image processing device having the second or third feature, the image processing unit, when the additional bit is a specific value, The pixel is rearranged by considering a part of the value stored in the predetermined area of the same memory word as the coordinate value, and the luminance unevenness of the pixel by considering the other part as a parameter for correcting the uneven brightness. Is to correct.

本発明の実施の形態に係る第7の特徴は、前記第2又は第3の特徴を備えた画像処理装置において、前記画像処理部が、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を色むら補正処理用のパラメータとみなして画素の色むらを補正することである。   A seventh feature according to an embodiment of the present invention is that, in the image processing device having the second or third feature, the image processing unit, when the additional bit has a specific value, The pixel is rearranged by considering a part of the value stored in the predetermined area of the same memory word as the coordinate value, and the color unevenness of the pixel considering the other part as a parameter for the uneven color correction processing. Is to correct.

本発明の実施の形態に係る第8の特徴は、前記第2又は第3の特徴を備えた画像処理装置において、前記画像処理部が、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を輝度むら補正処理用のパラメータとみなして画素の輝度むらを補正し、さらに他の一部を色むら補正処理用のパラメータとみなして画素の色むらを補正することである。   An eighth feature according to an embodiment of the present invention is that, in the image processing device having the second or third feature, when the image processing unit has a specific value, the additional bit The pixel is rearranged by considering a part of the value stored in the predetermined area of the same memory word as the coordinate value, and the luminance unevenness of the pixel by considering the other part as a parameter for correcting the uneven brightness. Is corrected, and another part is regarded as a parameter for color unevenness correction processing to correct pixel color unevenness.

本発明の実施の形態に係る第9の特徴は、前記第2又は第3の特徴を備えた画像処理装置において、前記画像処理部が、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を輝度むら補正処理用のパラメータとみなして画素の輝度むらを補正し、さらに他の一部を色値とみなして再配置された画素とのブレンディング処理を行うことである。   A ninth feature according to an embodiment of the present invention is that, in the image processing device having the second or third feature, the image processing unit, when the additional bit has a specific value, The pixel is rearranged by considering a part of the value stored in the predetermined area of the same memory word as the coordinate value, and the luminance unevenness of the pixel by considering the other part as a parameter for correcting the uneven brightness. Is corrected, and a blending process is performed on the rearranged pixels by regarding another part as a color value.

本発明の実施の形態に係る第10の特徴は、画像処理方法において、画像を入力するステップと、前記入力された画像を画像メモリに格納するステップと、前記画像メモリに格納された画像に施す画像処理に使用される複数種類のパラメータを画素単位でパラメータメモリの一つのメモリワードに格納するステップと、前記パラメータメモリに格納された複数種類のパラメータを使用して、前記画像メモリに格納された画像に画像処理を施すステップと、前記画像処理が施された画像を出力するステップとを備えたことである。   According to a tenth aspect of the present invention, in the image processing method, the step of inputting an image, the step of storing the input image in an image memory, and the image stored in the image memory are performed. A step of storing a plurality of types of parameters used for image processing in one memory word of a parameter memory in units of pixels and a plurality of types of parameters stored in the parameter memory using the plurality of types of parameters stored in the image memory A step of performing image processing on the image; and a step of outputting the image subjected to the image processing.

本発明によれば、必要最小限のメモリアクセス回数で複数種類の処理を同時に行うことのできる画像処理装置及び画像処理方法を提供することが可能である。   According to the present invention, it is possible to provide an image processing apparatus and an image processing method capable of simultaneously performing a plurality of types of processing with a minimum necessary number of memory accesses.

本発明の実施の形態における画像処理装置の構成図である。1 is a configuration diagram of an image processing apparatus according to an embodiment of the present invention. 本発明の実施の形態における画像処理装置の使用例を示す図である。It is a figure which shows the usage example of the image processing apparatus in embodiment of this invention. 本発明の実施の形態における画像処理装置の動作を示す図である。It is a figure which shows operation | movement of the image processing apparatus in embodiment of this invention. 本発明の第1の実施の形態におけるパラメータメモリの説明図である。It is explanatory drawing of the parameter memory in the 1st Embodiment of this invention. 本発明の第2の実施の形態におけるパラメータを示す図である。It is a figure which shows the parameter in the 2nd Embodiment of this invention. 本発明の第3の実施の形態におけるパラメータを示す図である。It is a figure which shows the parameter in the 3rd Embodiment of this invention. 本発明の第4の実施の形態におけるパラメータを示す図である。It is a figure which shows the parameter in the 4th Embodiment of this invention. 本発明の第5の実施の形態におけるパラメータを示す図である。It is a figure which shows the parameter in the 5th Embodiment of this invention. 本発明の第6の実施の形態におけるパラメータを示す図である。It is a figure which shows the parameter in the 6th Embodiment of this invention. 従来の画像処理装置の使用例を示す図である。It is a figure which shows the usage example of the conventional image processing apparatus. 従来の一般的な変形処理の説明図である。It is explanatory drawing of the conventional general deformation | transformation process. 従来の画像処理装置の使用例を示す図である。It is a figure which shows the usage example of the conventional image processing apparatus. 従来の画像処理装置の使用例を示す図である。It is a figure which shows the usage example of the conventional image processing apparatus. 従来の画像処理装置の使用例を示す図である。It is a figure which shows the usage example of the conventional image processing apparatus.

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

図1は、本発明の実施の形態における画像処理装置10の構成図である。この画像処理装置10は、入力された画像(静止画及び動画)に画像処理を施して出力する装置であり、図1に示すように、入力部11と、画像メモリ12と、出力部13と、画像処理部14と、パラメータメモリ15とを備えている。入力部11は、画像を入力する入力ポート等である。画像メモリ12は、入力部11により入力された画像を格納するメモリである。パラメータメモリ15は、画像メモリ12に格納された画像に施す画像処理に使用される複数種類のパラメータを画素単位で一つのメモリワードに格納するメモリである。画像処理部14は、パラメータメモリ15に格納された複数種類のパラメータを使用して、画像メモリ12に格納された画像に画像処理を施す。出力部13は、画像処理部14により画像処理が施された画像を出力する出力ポート等である。   FIG. 1 is a configuration diagram of an image processing apparatus 10 according to an embodiment of the present invention. The image processing apparatus 10 is an apparatus that performs image processing on input images (still images and moving images) and outputs them. As illustrated in FIG. 1, an input unit 11, an image memory 12, an output unit 13, and the like. The image processing unit 14 and the parameter memory 15 are provided. The input unit 11 is an input port for inputting an image. The image memory 12 is a memory that stores an image input by the input unit 11. The parameter memory 15 is a memory that stores a plurality of types of parameters used for image processing applied to the image stored in the image memory 12 in one memory word in units of pixels. The image processing unit 14 performs image processing on the image stored in the image memory 12 using a plurality of types of parameters stored in the parameter memory 15. The output unit 13 is an output port or the like that outputs an image subjected to image processing by the image processing unit 14.

図2は、本発明の実施の形態における画像処理装置10の使用例を示す図である。ここでは、入力ポート11より入力される画像に対して、変形処理、むら補正処理、オーバーレイ処理の3種類の画像処理を施し、出力ポート13より出力する様子を示している。変形処理は、レンズ歪みを考慮したうえで、投影画像が入力画像と同じ形状で表示されるよう入力画像の形状を変更する処理(画素を再配置する処理)である。むら補正処理は、レンズの透過光量がレンズ中央部と周辺部で異なることを考慮し、投影画像が入力画像と同じ輝度・色で表示されるよう入力画像の輝度・色を補正する処理である。オーバーレイ処理は、入力画像に対して任意の線・図形・文字などを重ねる処理である。   FIG. 2 is a diagram illustrating a usage example of the image processing apparatus 10 according to the embodiment of the present invention. Here, the image input from the input port 11 is subjected to three types of image processing: deformation processing, unevenness correction processing, and overlay processing, and is output from the output port 13. The deformation process is a process of changing the shape of the input image so that the projected image is displayed in the same shape as the input image in consideration of lens distortion (a process of rearranging pixels). The unevenness correction process is a process for correcting the brightness and color of the input image so that the projected image is displayed with the same brightness and color as the input image, taking into account that the transmitted light amount of the lens differs between the central part and the peripheral part of the lens. . The overlay process is a process for overlaying an arbitrary line, figure, character, or the like on the input image.

パラメータメモリ15は、画像処理装置10において必要とされる処理パラメータ(例えば、変形処理・むら補正処理・オーバーレイ処理に使用される3種類のパラメータ)P1を画素単位で一つのメモリワードに格納する。パラメータメモリ15に格納されるパラメータP1の種類は、画像処理の内容に応じて変更してもよい。例えば、変形処理とオーバーレイ処理しか行わない場合、パラメータメモリ15には、変形処理パラメータとオーバーレイ処理パラメータの2種類を格納すればよい。   The parameter memory 15 stores processing parameters (for example, three types of parameters used for deformation processing, unevenness correction processing, and overlay processing) P1 required in the image processing apparatus 10 in one memory word in units of pixels. The type of parameter P1 stored in the parameter memory 15 may be changed according to the content of the image processing. For example, when only deformation processing and overlay processing are performed, the parameter memory 15 may store two types of deformation processing parameters and overlay processing parameters.

図3は、本発明の実施の形態における画像処理装置10の動作を示すフローチャートである。以下、画像処理装置10の構成をその動作とともに説明する。まず、画像処理に使用される複数種類のパラメータがパラメータメモリ15に格納される(ステップS1)。次いで、入力部11より画像が入力されると、この画像は画像メモリ12に格納される(ステップS2→S3)。これにより、画像処理部14は、パラメータメモリ15に格納された複数種類のパラメータを使用して、画像メモリ12に格納された画像に画像処理を施す(ステップS4)。最後に、出力部13は、画像処理部14により画像処理が施された画像を出力する(ステップS5)。   FIG. 3 is a flowchart showing the operation of the image processing apparatus 10 according to the embodiment of the present invention. Hereinafter, the configuration of the image processing apparatus 10 will be described together with its operation. First, a plurality of types of parameters used for image processing are stored in the parameter memory 15 (step S1). Next, when an image is input from the input unit 11, this image is stored in the image memory 12 (steps S2 → S3). Accordingly, the image processing unit 14 performs image processing on the image stored in the image memory 12 using a plurality of types of parameters stored in the parameter memory 15 (step S4). Finally, the output unit 13 outputs the image subjected to the image processing by the image processing unit 14 (step S5).

(第1の実施の形態)
図4は、本発明の第1の実施の形態におけるパラメータメモリ15の説明図である。この図に示すように、パラメータメモリ15は、64ビットのデータ幅(メモリワード)を持ったメモリである。ここで“一つのメモリワード”は、画像処理部14が1アクセスで読み込むことのできるメモリ領域を意味し、1画素あたり2ビットの付加ビットと62ビットのデータビットを持つ。2ビットの付加ビットは、画像処理部14の機能を指定するためのビット、言い換えると、画像メモリ12に格納された画像に施す画像処理の内容を示すビットである。62ビットのデータビットは、入力座標系におけるX軸上の位置を示す15ビットのX座標と、同じく入力座標系におけるY軸上の位置を示す15ビットのY座標と、画像処理部14の機能に応じた32ビットの各種パラメータからなる。画像処理部14は、パラメータメモリ15に格納されている下位30ビットのデータビットを変形処理パラメータ(座標値)とみなして、出力座標系の各格子点について入力座標系で対応する位置を求め、出力画素の画素値を演算する。付加ビットが特定の値である場合は、変形処理に加えて所定の画像処理を行うが、本実施の形態では変形処理のみを行うため、32ビットの各種パラメータに相当する領域は空である。
(First embodiment)
FIG. 4 is an explanatory diagram of the parameter memory 15 according to the first embodiment of this invention. As shown in this figure, the parameter memory 15 is a memory having a 64-bit data width (memory word). Here, “one memory word” means a memory area that can be read by the image processing unit 14 by one access, and has 2 additional bits and 62 data bits per pixel. The two additional bits are bits for designating the function of the image processing unit 14, in other words, bits indicating the contents of image processing performed on the image stored in the image memory 12. The 62-bit data bits are a 15-bit X coordinate indicating the position on the X axis in the input coordinate system, a 15-bit Y coordinate indicating the position on the Y axis in the input coordinate system, and the function of the image processing unit 14. It consists of various parameters of 32 bits according to. The image processing unit 14 regards the lower 30 bits of data bits stored in the parameter memory 15 as deformation processing parameters (coordinate values), obtains corresponding positions in the input coordinate system for each grid point in the output coordinate system, The pixel value of the output pixel is calculated. In the case where the additional bit has a specific value, predetermined image processing is performed in addition to the deformation processing. However, in this embodiment, only the deformation processing is performed, and thus the areas corresponding to the various 32-bit parameters are empty.

画像処理部14は、付加ビットの値が[00]である場合は、メモリワードの下位30ビットをX座標15ビットとY座標15ビットのペアとみなして変形処理のみを行う。この結果、変形処理を施された画像が出力されることになる。   When the value of the additional bit is [00], the image processing unit 14 regards the lower 30 bits of the memory word as a pair of 15 bits for the X coordinate and 15 bits for the Y coordinate, and performs only the deformation process. As a result, an image subjected to the deformation process is output.

以上のように、第1の実施の形態によれば、変形処理パラメータを画素単位で一つのメモリワードに格納しているので、必要最小限のメモリアクセス回数で投影装置130のレンズ歪みを補正することが可能である。   As described above, according to the first embodiment, since the deformation processing parameter is stored in one memory word in units of pixels, the lens distortion of the projection device 130 is corrected with the minimum number of memory accesses. It is possible.

なお、ここでは、投影装置130のレンズ歪みを補正するための変形処理を例示したが、本発明はこれに限定されるものではない。すなわち、入力画像を任意の形状へ変形し、ディスプレイに表示するような場合にも本発明を適用することができる。   In addition, although the deformation | transformation process for correct | amending the lens distortion of the projector 130 was illustrated here, this invention is not limited to this. That is, the present invention can be applied to a case where an input image is deformed into an arbitrary shape and displayed on a display.

(第2の実施の形態)
前記第1の実施の形態では、入力画像に対して変形処理のみを行う場合を示した。本実施の形態では、変形処理に加えてオーバーレイ処理を行う場合の構成について、前記第1の実施の形態と異なる点のみ説明する。
(Second Embodiment)
In the first embodiment, the case where only the deformation process is performed on the input image has been described. In the present embodiment, only the differences from the first embodiment will be described for the configuration in which overlay processing is performed in addition to deformation processing.

図5は、本発明の第2の実施の形態におけるパラメータP1を示す図である。ここでは、メモリワードの下位30ビットに変形処理パラメータが格納されており、その上位に32ビットのオーバーレイ処理用パラメータと2ビットの付加ビットが格納されている。   FIG. 5 is a diagram showing the parameter P1 in the second embodiment of the present invention. Here, the transformation processing parameter is stored in the lower 30 bits of the memory word, and the 32-bit overlay processing parameter and the 2 additional bits are stored in the higher order.

画像処理部14は、付加ビットの値が[00]である場合は、前記第1の実施の形態で説明した通り、メモリワードの下位30ビットをX座標15ビットとY座標15ビットのペアとみなして変形処理のみを行う。一方、付加ビットの値が[00]以外である場合は、変形処理に加えて、付加ビットにおいて指定された画像処理を行う。例えば、付加ビットの値が[01]である場合は、メモリワード中の32ビットをRGB値(各色8ビット、計24ビット)とα値(8ビット)とみなして、変形処理を行った後の当該画素に対してブレンディング処理を行う。この結果、変形処理を施された画像に半透明のロゴマーク等が重ねられて出力されることになる。   When the value of the additional bit is [00], the image processing unit 14 sets the lower 30 bits of the memory word as a pair of 15 bits for the X coordinate and 15 bits for the Y coordinate as described in the first embodiment. Only the transformation process is performed. On the other hand, if the value of the additional bit is other than [00], the image processing specified by the additional bit is performed in addition to the deformation process. For example, when the value of the additional bit is [01], the 32 bits in the memory word are regarded as the RGB value (8 bits for each color, 24 bits in total) and the α value (8 bits), and after the transformation process is performed A blending process is performed on the pixel. As a result, a translucent logo mark or the like is superimposed on the image that has been subjected to the deformation process and output.

付加ビットの指定を変更することで、異なる色表現形式で色値を指定することも可能となり、状況に応じてこれらを混在させる構成も可能である。例えば、付加ビットの値が[10]の場合は、メモリワード中の32ビットをRGB値(各色6ビット、計18ビット)とα値(12ビット)とみなして、変形処理を行った後の当該画素に対してブレンディング処理を行う。また、付加ビットの値が[11]である場合は、メモリワード中の32ビットをYUV値(各色8ビット、計24ビット)とα値(8ビット)とみなして、変形処理を行った後の当該画素に対してブレンディング処理を行う。同様の構成で、RGBやYUVとは異なる色表現方法による色指定やインデックスカラーによる色指定をしてもよい。そして、ブレンディングの方法も加算に限定するものではなく、乗算や減算といった論理演算を採用してもよい。   By changing the designation of the additional bits, it is possible to designate color values in different color representation formats, and a configuration in which these are mixed according to the situation is possible. For example, when the value of the additional bits is [10], the 32 bits in the memory word are regarded as RGB values (6 bits for each color, 18 bits in total) and α values (12 bits), and after the transformation process is performed Blending processing is performed on the pixel. Further, when the value of the additional bit is [11], the 32 bits in the memory word are regarded as the YUV value (8 bits for each color, 24 bits in total) and the α value (8 bits), and after the transformation process is performed A blending process is performed on the pixel. With the same configuration, color designation by a color expression method different from RGB or YUV or color designation by index color may be performed. The blending method is not limited to addition, and logical operations such as multiplication and subtraction may be employed.

以上のように、第2の実施の形態によれば、変形処理パラメータとオーバーレイ処理パラメータを画素単位で一つのメモリワードに格納しているので、必要最小限のメモリアクセス回数で入力画像の形状を変更することに加えて任意の線・図形・文字などを重ねることが可能である。このように、画像処理に必要な2種類のパラメータを1アクセスで読み込む構成を採用すれば、2種類のパラメータを別々のメモリに格納する場合や、同一メモリの別々の場所に格納して2アクセスで読み込む場合に比べて、メモリへのアクセス回数が半分になり、メモリバンド幅を抑えることができる。そのため、メモリ制御回路や装置の構成を従来の装置と比べて簡素化することが可能となる。   As described above, according to the second embodiment, since the deformation processing parameter and the overlay processing parameter are stored in one memory word in units of pixels, the shape of the input image can be changed with the minimum number of memory accesses. In addition to changing, arbitrary lines, figures, characters, etc. can be superimposed. In this way, if a configuration in which two types of parameters necessary for image processing are read in one access is adopted, two types of parameters are stored in different memories, or stored in different locations in the same memory for two accesses. Compared with the case of reading with, the number of accesses to the memory is halved, and the memory bandwidth can be suppressed. Therefore, the configuration of the memory control circuit and device can be simplified as compared with the conventional device.

(第3の実施の形態)
前記第2の実施の形態では、変形処理に加えてオーバーレイ処理を行う場合の構成を示した。本実施の形態では、変形処理に加えて輝度むら補正処理を行う場合の構成について、前記第1又は第2の実施の形態と異なる点のみ説明する。
(Third embodiment)
In the second embodiment, the configuration in which overlay processing is performed in addition to deformation processing has been described. In the present embodiment, only the differences from the first or second embodiment will be described for the configuration in which the luminance unevenness correction process is performed in addition to the deformation process.

図6は、本発明の第3の実施の形態におけるパラメータP1を示す図である。この図に示すように、本実施の形態におけるパラメータは、輝度むら補正の補正量を示している。例えば、輝度むらを補正する処理においては、2つの補正係数(a、b)を参照して出力画素の輝度を次のように求める。   FIG. 6 is a diagram showing the parameter P1 in the third embodiment of the present invention. As shown in this figure, the parameter in the present embodiment indicates the correction amount for luminance unevenness correction. For example, in the process of correcting the luminance unevenness, the luminance of the output pixel is obtained as follows with reference to two correction coefficients (a, b).

出力画素の輝度Y´ = 入力画素の輝度Y × a + b
画像処理部14は、付加ビットの値が[00]である場合は、前記第1の実施の形態と同様に変形処理のみを行う。一方、付加ビットの値が[01]である場合は、メモリワード中の32ビットの所定領域から順に、16ビットを係数a、8ビットを係数bとみなして、当該画素の輝度を補正する。
Output pixel brightness Y ′ = input pixel brightness Y × a + b
When the value of the additional bit is [00], the image processing unit 14 performs only the deformation process as in the first embodiment. On the other hand, when the value of the additional bit is [01], the luminance of the pixel is corrected by regarding 16 bits as a coefficient a and 8 bits as a coefficient b sequentially from a 32-bit predetermined area in the memory word.

以上のように、第3の実施の形態によれば、変形処理パラメータと輝度むら補正処理パラメータを画素単位で一つのメモリワードに格納しているので、必要最小限のメモリアクセス回数で入力画像の形状を変更することに加えて輝度むらを補正することが可能である。   As described above, according to the third embodiment, the deformation processing parameter and the luminance unevenness correction processing parameter are stored in one memory word in units of pixels, so that the input image can be stored with the minimum number of memory accesses. In addition to changing the shape, it is possible to correct luminance unevenness.

なお、係数a,bの表現形式はこれに限ったものではなく、“パラメータaのみ格納”という構成や“パラメータbのみ格納”という構成を採用することもできる。また、整数部8ビット・小数部8ビットとして表現した係数aについても表現形式はこれに限るものではなく、整数部4ビット、小数部12ビットのような表現形式も可能である。   The expression format of the coefficients a and b is not limited to this, and a configuration of “store only parameter a” or a configuration of “store only parameter b” may be employed. Further, the expression format of the coefficient a expressed as an integer part 8 bits and a decimal part 8 bits is not limited to this, and an expression form such as an integer part 4 bits and a decimal part 12 bits is also possible.

(第4の実施の形態)
前記第3の実施の形態では、変形処理に加えて輝度むら補正処理を行う場合の構成を示した。本実施の形態では、変形処理に加えて色むら補正処理を行う場合の構成について、前記第1〜第3の実施の形態と異なる点のみ説明する。
(Fourth embodiment)
In the third embodiment, the configuration in which the luminance unevenness correction process is performed in addition to the deformation process has been described. In the present embodiment, only the differences from the first to third embodiments will be described with respect to a configuration in which color unevenness correction processing is performed in addition to deformation processing.

図7は、本発明の第4の実施の形態におけるパラメータP1を示す図である。この図に示すように、本実施の形態におけるパラメータは、色むら補正の補正量を示している。例えば、色むらを補正する処理においては、2つの補正係数(a、b)を参照して出力画素の色を次のように求める。   FIG. 7 is a diagram showing a parameter P1 in the fourth embodiment of the present invention. As shown in this figure, the parameter in the present embodiment indicates a correction amount for color unevenness correction. For example, in the process of correcting color unevenness, the color of the output pixel is obtained as follows with reference to two correction coefficients (a, b).

出力画素の色B´ = 入力画素の色B × B.a + B.b
出力画素の色G´ = 入力画素の色G × G.a + G.b
出力画素の色R´ = 入力画素の色R × R.a + R.b
画像処理部14は、付加ビットの値が[00]である場合は、前記第1の実施の形態と同様に変形処理のみを行う。一方、付加ビットの値が[10]である場合は、メモリワード中の32ビットの所定領域から順に、6ビットを「B.a」、4ビットを「B.b」、6ビットを「G.a」、4ビットを「G.b」、6ビットを「R.a」、4ビットを「R.b」とみなして、当該画素の色むらを補正する。
Output pixel color B ′ = input pixel color B × B. a + B. b
Output pixel color G ′ = input pixel color G × G. a + G. b
Output pixel color R ′ = input pixel color R × R. a + R. b
When the value of the additional bit is [00], the image processing unit 14 performs only the deformation process as in the first embodiment. On the other hand, when the value of the additional bit is [10], 6 bits are set to “B.a”, 4 bits are set to “B.b”, and 6 bits are set to “G. .A ”, 4 bits as“ G.b ”, 6 bits as“ R.a ”, 4 bits as“ R.b ”, and color unevenness of the pixel is corrected.

以上のように、第4の実施の形態によれば、変形処理パラメータと色むら補正処理パラメータを画素単位で一つのメモリワードに格納しているので、必要最小限のメモリアクセス回数で入力画像の形状を変更することに加えて色むらを補正することが可能である。   As described above, according to the fourth embodiment, since the deformation processing parameter and the color unevenness correction processing parameter are stored in one memory word in units of pixels, the input image can be stored with the minimum number of memory accesses. In addition to changing the shape, it is possible to correct color unevenness.

なお、係数a,bの表現形式はこれに限ったものではなく、“パラメータaのみ格納”という構成や“パラメータbのみ格納”という構成を採用することもできる。また、係数aを6ビット、係数bを4ビットとしているが、表現形式はこれに限るものではなく、係数aを4ビット、係数bを6ビットのような表現形式も可能である。   The expression format of the coefficients a and b is not limited to this, and a configuration of “store only parameter a” or a configuration of “store only parameter b” may be employed. Further, although the coefficient a is 6 bits and the coefficient b is 4 bits, the expression format is not limited to this, and an expression format such that the coefficient a is 4 bits and the coefficient b is 6 bits is also possible.

(第5の実施の形態)
前記第2〜第4の実施の形態では、変形パラメータと別の画像処理パラメータを同一メモリワード上に格納することで、メモリアクセス回数を減らしつつ変形処理と別の画像処理を同時に行うことのできる構成を示した。本実施の形態では、これら複数の処理を組み合わせて実施できる構成について、前記第1〜第4の実施の形態と異なる点のみ説明する。
(Fifth embodiment)
In the second to fourth embodiments, by storing the deformation parameter and another image processing parameter on the same memory word, the deformation process and the separate image processing can be performed simultaneously while reducing the number of memory accesses. The configuration was shown. In the present embodiment, only a difference from the first to fourth embodiments will be described with respect to a configuration that can be implemented by combining the plurality of processes.

図8は、本発明の第5の実施の形態におけるパラメータP1を示す図である。本実施の形態における画像処理部14は、出力画像を変形することと並行して、出力画像内の任意の画素の輝度補正と、出力画像内の任意の画素の色補正を行う。すなわち、付加ビットの値が[00]である場合は、前記第1の実施の形態と同様に変形処理のみを行う。一方、付加ビットが[11]の場合は、前記第3の実施の形態と同様の輝度むら補正を行うとともに、前記第4の実施の形態と同様の色むら補正を行う。具体的には、図8に示すように、メモリワード中の32ビットの所定領域から順に4ビット単位で「Y.a」「Y.b」「B.a」「B.b」「G.a」「G.b」「R.a」「R.b」とみなして、当該画素の輝度むらを補正するとともに色むらを補正する。   FIG. 8 is a diagram showing a parameter P1 in the fifth embodiment of the present invention. In parallel with the transformation of the output image, the image processing unit 14 in the present embodiment performs luminance correction for any pixel in the output image and color correction for any pixel in the output image. That is, when the value of the additional bit is [00], only the deformation process is performed as in the first embodiment. On the other hand, when the additional bit is [11], luminance unevenness correction similar to that in the third embodiment is performed, and color unevenness correction similar to that in the fourth embodiment is performed. Specifically, as shown in FIG. 8, “Ya”, “Yb”, “Ba”, “BB”, “G. Assuming “a”, “G.b”, “R.a”, and “R.b”, the luminance unevenness and the color unevenness of the pixel are corrected.

以上のように、第5の実施の形態によれば、変形処理パラメータと輝度むら補正処理パラメータと色むら補正処理パラメータを画素単位で一つのメモリワードに格納しているので、必要最小限のメモリアクセス回数で入力画像の形状を変更することに加えて輝度むらと色むらを補正することが可能である。   As described above, according to the fifth embodiment, since the deformation processing parameter, the luminance unevenness correction processing parameter, and the color unevenness correction processing parameter are stored in one memory word in units of pixels, the minimum necessary memory In addition to changing the shape of the input image depending on the number of accesses, it is possible to correct luminance unevenness and color unevenness.

(第6の実施の形態)
前記第5の実施の形態では、変形処理に輝度むら補正処理と色むら補正処理を組みあわせるものであったが、別種の画像処理を複数組み合わせることも可能である。以下、本実施の形態を前記第1〜第5の実施の形態と異なる点のみ説明する。
(Sixth embodiment)
In the fifth embodiment, the luminance unevenness correction process and the color unevenness correction process are combined with the deformation process. However, a plurality of different types of image processing can be combined. Hereinafter, only different points of the present embodiment from the first to fifth embodiments will be described.

図9は、本発明の第6の実施の形態におけるパラメータP1を示す図である。本実施の形態における画像処理部14は、出力画像を変形することと並行して、出力画像内の任意の画素の輝度補正と、オーバーレイ処理を行う。すなわち、付加ビットの値が[00]である場合は、前記第1の実施の形態と同様に変形処理のみを行う。一方、付加ビットが[01]の場合は、前記第3の実施の形態と同様の輝度むら補正を行うとともに、前記第2の実施の形態と同様のオーバーレイ処理を行う。具体的には、図9に示すように、メモリワード中の32ビットの所定領域から順に、4ビットを「Y.a」、4ビットを「Y.b」、6ビットを「α」、6ビットを「B」、6ビットを「G」、6ビットを「R」とみなして、当該画素の輝度むらを補正するとともにオーバーレイ処理を行う。   FIG. 9 is a diagram showing a parameter P1 in the sixth embodiment of the present invention. In parallel with transforming the output image, the image processing unit 14 according to the present embodiment performs luminance correction and overlay processing on an arbitrary pixel in the output image. That is, when the value of the additional bit is [00], only the deformation process is performed as in the first embodiment. On the other hand, when the additional bit is [01], luminance unevenness correction similar to that in the third embodiment is performed, and overlay processing similar to that in the second embodiment is performed. Specifically, as shown in FIG. 9, in order from a predetermined area of 32 bits in the memory word, 4 bits are “Ya”, 4 bits are “Yb”, 6 bits are “α”, 6 Assuming that the bit is “B”, the 6 bits are “G”, and the 6 bits are “R”, the luminance unevenness of the pixel is corrected and overlay processing is performed.

以上のように、第6の実施の形態によれば、変形処理パラメータと輝度むら補正処理パラメータとオーバーレイ処理パラメータを画素単位で一つのメモリワードに格納しているので、必要最小限のメモリアクセス回数で入力画像の形状を変更することに加えて輝度むら補正とオーバーレイ処理を行うことが可能である。   As described above, according to the sixth embodiment, since the deformation processing parameter, the luminance unevenness correction processing parameter, and the overlay processing parameter are stored in one memory word in units of pixels, the necessary minimum number of memory accesses In addition to changing the shape of the input image, it is possible to perform luminance unevenness correction and overlay processing.

なお、前記第1〜第6の実施の形態では、メモリワードの幅を64ビットとし、1画素あたり、2ビットの付加ビットと30ビットのデータビット、32ビットのパラメータビットを持つこととしているが、本発明はこれに限定されるものではない。例えば、1画素あたり、3ビットの付加ビットと28ビットのデータビット、33ビットのパラメータビットを持つ構成を採用することも可能である。この場合は、X座標とY座標をそれぞれ14ビットで表現すればよい。メモリワードの幅についても64ビット幅に限定されるものではなく、32ビット幅や48ビット幅のメモリを用いても同様の機能を実現することができる。   In the first to sixth embodiments, the width of the memory word is 64 bits, and each pixel has 2 additional bits, 30 data bits, and 32 parameter bits. However, the present invention is not limited to this. For example, it is possible to adopt a configuration having 3 additional bits, 28 data bits, and 33 parameter bits per pixel. In this case, each of the X coordinate and the Y coordinate may be expressed by 14 bits. The width of the memory word is not limited to a 64-bit width, and a similar function can be realized using a 32-bit or 48-bit width memory.

また、前記第1〜第6の実施の形態では、メモリワードに付加ビットを設けることとしているが、本発明はこれに限定されるものではない。すなわち、複数のパラメータの一種類もしくは複数種類を画素単位で一つのメモリワードに格納する構成を採用する以上、前記と同様の効果を得ることができる。   In the first to sixth embodiments, an additional bit is provided in the memory word, but the present invention is not limited to this. That is, the same effect as described above can be obtained as long as one type or a plurality of types of parameters are stored in one memory word in units of pixels.

また、前記第1〜第6の実施の形態では、1出力画素に対して1パラメータを割り当てているが、本発明はこれに限定されるものではない。2出力画素に対して1パラメータを割り当てることもできる。すなわち、複数のパラメータの一種類又は複数種類の全部もしくは一部を、1画素単位又は複数画素単位で一つのメモリワードに格納する構成を採用する以上、前記と同様の効果を得ることができる。   In the first to sixth embodiments, one parameter is assigned to one output pixel, but the present invention is not limited to this. One parameter can be assigned to two output pixels. That is, the same effect as described above can be obtained as long as one type of plural parameters or all or part of plural types are stored in one memory word in units of one pixel or in units of plural pixels.

また、本発明でいう変形処理の内容は、前記第1〜第6の実施の形態で説明した内容に限定されるものではない。すなわち、画素の座標値を変更する処理である以上、本発明でいう変形処理に含まれる。例えば、画像を拡大又は縮小する処理を変形処理として採用することも可能である。   Further, the content of the deformation process referred to in the present invention is not limited to the content described in the first to sixth embodiments. That is, as long as it is a process of changing the coordinate value of a pixel, it is included in the deformation process in the present invention. For example, a process for enlarging or reducing an image can be adopted as the deformation process.

また、前記の説明では特に言及しなかったが、変形処理パラメータと色むら補正処理パラメータとオーバーレイ処理パラメータを画素単位で一つのメモリワードに格納してもよい。この場合、画像処理部14は、付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を色むら補正処理用のパラメータとみなして画素の色むらを補正し、さらに他の一部を色値とみなして再配置された画素とのブレンディング処理を行うことになる。このようにすれば、必要最小限のメモリアクセス回数で入力画像の形状を変更することに加えて色むら補正とオーバーレイ処理を行うことができる。もちろん、メモリワードの幅を大きくしたりパラメータのビット数を小さくしたりすれば、ここで例示しなかった別種の画像処理を更に組み合わせることも可能である。   Although not particularly mentioned in the above description, the deformation processing parameter, the color unevenness correction processing parameter, and the overlay processing parameter may be stored in one memory word in units of pixels. In this case, when the additional bit is a specific value, the image processing unit 14 considers a part of the value stored in a predetermined area of the same memory word as the additional bit as a coordinate value and rearranges the pixels. In addition, the other part is regarded as a parameter for the color unevenness correction process, the color unevenness of the pixel is corrected, and the other part is regarded as a color value to perform the blending process with the rearranged pixels. Become. In this way, color unevenness correction and overlay processing can be performed in addition to changing the shape of the input image with the minimum necessary number of memory accesses. Of course, if the width of the memory word is increased or the number of bits of the parameter is reduced, it is possible to further combine other types of image processing not exemplified here.

10…画像処理装置
11…入力部
12…画像メモリ
13…出力部
14…画像処理部
15…パラメータメモリ
DESCRIPTION OF SYMBOLS 10 ... Image processing apparatus 11 ... Input part 12 ... Image memory 13 ... Output part 14 ... Image processing part 15 ... Parameter memory

Claims (10)

画像を入力する入力部と、
前記入力部により入力された画像を格納する画像メモリと、
前記画像メモリに格納された画像に施す画像処理に使用される複数種類のパラメータを画素単位で一つのメモリワードに格納するパラメータメモリと、
前記パラメータメモリに格納された複数種類のパラメータを使用して、前記画像メモリに格納された画像に画像処理を施す画像処理部と、
前記画像処理部により画像処理が施された画像を出力する出力部と、
を備えたことを特徴とする画像処理装置。
An input unit for inputting an image;
An image memory for storing an image input by the input unit;
A parameter memory for storing a plurality of types of parameters used for image processing applied to the image stored in the image memory in one memory word in units of pixels;
An image processing unit that performs image processing on an image stored in the image memory using a plurality of types of parameters stored in the parameter memory;
An output unit that outputs an image subjected to image processing by the image processing unit;
An image processing apparatus comprising:
前記パラメータメモリは、前記画像処理部の機能を指定するための付加ビットを格納することを特徴とする請求項1記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the parameter memory stores additional bits for designating a function of the image processing unit. 前記パラメータメモリは、前記画像メモリに格納された画像に施す画像処理の内容を示す付加ビットを格納することを特徴とする請求項1記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the parameter memory stores an additional bit indicating a content of image processing to be performed on the image stored in the image memory. 前記画像処理部は、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値を座標値とみなして画素の再配置を行うことを特徴とする請求項2又は3記載の画像処理装置。   When the additional bit is a specific value, the image processing unit considers a value stored in a predetermined area of the same memory word as the additional bit as a coordinate value, and performs pixel rearrangement. The image processing apparatus according to claim 2 or 3. 前記画像処理部は、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を色値とみなして再配置された画素とのブレンディング処理を行うことを特徴とする請求項2又は3記載の画像処理装置。   When the additional bit is a specific value, the image processing unit regards a part of a value stored in a predetermined area of the same memory word as the additional bit as a coordinate value and rearranges the pixels. 4. The image processing apparatus according to claim 2, wherein blending processing is performed on the rearranged pixels by regarding other parts as color values. 前記画像処理部は、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を輝度むら補正処理用のパラメータとみなして画素の輝度むらを補正することを特徴とする請求項2又は3記載の画像処理装置。   When the additional bit is a specific value, the image processing unit regards a part of a value stored in a predetermined area of the same memory word as the additional bit as a coordinate value and rearranges the pixels. 4. The image processing apparatus according to claim 2, wherein other part is regarded as a parameter for correcting the luminance unevenness and the luminance unevenness of the pixel is corrected. 前記画像処理部は、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を色むら補正処理用のパラメータとみなして画素の色むらを補正することを特徴とする請求項2又は3記載の画像処理装置。   When the additional bit is a specific value, the image processing unit regards a part of a value stored in a predetermined area of the same memory word as the additional bit as a coordinate value and rearranges the pixels. 4. The image processing apparatus according to claim 2, wherein other part is regarded as a parameter for color unevenness correction processing and color unevenness of a pixel is corrected. 前記画像処理部は、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を輝度むら補正処理用のパラメータとみなして画素の輝度むらを補正し、さらに他の一部を色むら補正処理用のパラメータとみなして画素の色むらを補正することを特徴とする請求項2又は3記載の画像処理装置。   When the additional bit is a specific value, the image processing unit regards a part of a value stored in a predetermined area of the same memory word as the additional bit as a coordinate value and rearranges the pixels. In addition, the luminance unevenness of the pixel is corrected by regarding the other part as a parameter for the uneven luminance correction process, and the color unevenness of the pixel is corrected by regarding the other part as a parameter for the uneven color correction process. The image processing apparatus according to claim 2 or 3. 前記画像処理部は、前記付加ビットが特定の値である場合、その付加ビットと同一のメモリワードの所定領域に格納されている値の一部を座標値とみなして画素の再配置を行うとともに、他の一部を輝度むら補正処理用のパラメータとみなして画素の輝度むらを補正し、さらに他の一部を色値とみなして再配置された画素とのブレンディング処理を行うことを特徴とする請求項2又は3記載の画像処理装置。   When the additional bit is a specific value, the image processing unit regards a part of a value stored in a predetermined area of the same memory word as the additional bit as a coordinate value and rearranges the pixels. The other part is regarded as a parameter for correcting the luminance unevenness, the luminance unevenness of the pixel is corrected, and the other part is regarded as a color value and the blending process is performed with the rearranged pixels. The image processing apparatus according to claim 2 or 3. 画像を入力するステップと、
前記入力された画像を画像メモリに格納するステップと、
前記画像メモリに格納された画像に施す画像処理に使用される複数種類のパラメータを画素単位でパラメータメモリの一つのメモリワードに格納するステップと、
前記パラメータメモリに格納された複数種類のパラメータを使用して、前記画像メモリに格納された画像に画像処理を施すステップと、
前記画像処理が施された画像を出力するステップと、
を備えたことを特徴とする画像処理方法。
Inputting an image;
Storing the input image in an image memory;
Storing a plurality of types of parameters used for image processing applied to the image stored in the image memory in one memory word of the parameter memory in units of pixels;
Performing image processing on the image stored in the image memory using a plurality of types of parameters stored in the parameter memory; and
Outputting the image subjected to the image processing;
An image processing method comprising:
JP2010154562A 2010-07-07 2010-07-07 Image processor and image processing method Withdrawn JP2012019315A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010154562A JP2012019315A (en) 2010-07-07 2010-07-07 Image processor and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010154562A JP2012019315A (en) 2010-07-07 2010-07-07 Image processor and image processing method

Publications (1)

Publication Number Publication Date
JP2012019315A true JP2012019315A (en) 2012-01-26

Family

ID=45604240

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010154562A Withdrawn JP2012019315A (en) 2010-07-07 2010-07-07 Image processor and image processing method

Country Status (1)

Country Link
JP (1) JP2012019315A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014170986A (en) * 2013-03-01 2014-09-18 Dainippon Printing Co Ltd Image processing apparatus and parameter storage method thereof
JP2016177198A (en) * 2015-03-20 2016-10-06 アルプス電気株式会社 Image display device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014170986A (en) * 2013-03-01 2014-09-18 Dainippon Printing Co Ltd Image processing apparatus and parameter storage method thereof
JP2016177198A (en) * 2015-03-20 2016-10-06 アルプス電気株式会社 Image display device

Similar Documents

Publication Publication Date Title
KR101785027B1 (en) Image distortion compensation display device and image distortion compensation method using the same
US8830402B2 (en) Image processing circuit and method thereof
KR20180050054A (en) Electronic apparatus, display apparatus and control method thereof
JP2009165106A (en) Image distortion correction
JP5703769B2 (en) Image conversion apparatus, image conversion method, program, and electronic apparatus
JP4609674B2 (en) Image processing system, display device, program, and information storage medium
EP2847998A1 (en) Systems, methods, and computer program products for compound image demosaicing and warping
JP2010252290A (en) Image processing apparatus, image processing method and image display apparatus
JP2012019315A (en) Image processor and image processing method
JP5387276B2 (en) Image processing apparatus and image processing method
JP5787637B2 (en) Image processing apparatus and image processing method
JP6418010B2 (en) Image processing apparatus, image processing method, and display apparatus
JP5106483B2 (en) Method and apparatus for vertically scaling pixel data
JP4737852B2 (en) Image processing apparatus and image display apparatus
JP2008116812A (en) Display apparatus, projector, and display method
JP2012230302A (en) Image generation device, projection type image display device, image display system, image generation method and computer program
JP2017016511A (en) Distortion correction image processor and program
JP2016139980A (en) Image processor, image processing method and display device
CN113554659B (en) Image processing method, device, electronic equipment, storage medium and display system
JP5141871B2 (en) Image processing method and image display apparatus
JP5946281B2 (en) Image processing apparatus, image display system, and image display method
US11893706B2 (en) Image correction device
JP4148939B2 (en) Image correction apparatus, image correction method, and image display apparatus
JP5531701B2 (en) projector
CN107591142B (en) Method and device for regulating and controlling picture display quality and storage medium

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20131001