JP2008304976A - Image display device - Google Patents

Image display device Download PDF

Info

Publication number
JP2008304976A
JP2008304976A JP2007148976A JP2007148976A JP2008304976A JP 2008304976 A JP2008304976 A JP 2008304976A JP 2007148976 A JP2007148976 A JP 2007148976A JP 2007148976 A JP2007148976 A JP 2007148976A JP 2008304976 A JP2008304976 A JP 2008304976A
Authority
JP
Japan
Prior art keywords
gradation
image
rendering
pixel
display
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
JP2007148976A
Other languages
Japanese (ja)
Inventor
Takeshi Yanagiura
健 柳浦
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.)
Epson Imaging Devices Corp
Original Assignee
Epson Imaging Devices 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 Epson Imaging Devices Corp filed Critical Epson Imaging Devices Corp
Priority to JP2007148976A priority Critical patent/JP2008304976A/en
Publication of JP2008304976A publication Critical patent/JP2008304976A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N13/30Image reproducers
    • H04N13/302Image reproducers for viewing without the aid of special glasses, i.e. using autostereoscopic displays
    • H04N13/31Image reproducers for viewing without the aid of special glasses, i.e. using autostereoscopic displays using parallax barriers

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Image Generation (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent rendering speed from being reduced due to calculation of unnecessary digits after decimal point for high gradation accuracy in gradation rendering in an image display apparatus, which requires not so high accuracy for, for example, color separation in a dual screen for displaying images different depending on visual directions, wherein sub pixels to be combined are gradation-corrected with pixels not to be combined and having the same color. <P>SOLUTION: The device comprises a display part for gradation-displaying luminance of pixels arrayed in a matrix, and a rendering part 10 for calculating gradations with binary numbers. The rendering part 10 operating one operator to which a coefficient α of less than 1 and the other operator to which a coefficient (1-α) is given performs approximate calculation using β which is obtained by reversing each digit of α as an approximate value of (1-α). <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、画素の階調のレンダリングを行う画像表示装置に関する。   The present invention relates to an image display apparatus that performs gradation rendering of pixels.

液晶表示装置やEL表示装置は画素単位あるいは画素を構成するRGBのサブ画素毎に
輝度の階調表示を行っている。その階調は種々の目的(例えば、マルチ画面の色分離対策
、液晶パネルの局所的な色ムラ対策、クロストーク補正)によりレンダリング処理(表示
のための数値演算処理)が行われる。
特開2006−30362号公報
A liquid crystal display device or an EL display device performs gradation display of luminance for each pixel or each of RGB sub-pixels constituting the pixel. The gradation is subjected to rendering processing (numerical calculation processing for display) for various purposes (for example, multi-screen color separation countermeasure, liquid crystal panel local color unevenness countermeasure, crosstalk correction).
JP 2006-30362 A

しかしながら、通常、液晶表示装置やEL表示装置のフレーム周期は60Hzであり、階
調のレンダリング処理はこれに間に合うように早く処理することが要求される。特に、複
数の入力画像があるマルチ画面ではレンダリング処理するデータが多いために高速のレン
ダリング処理が要求される。画素の合成や階調の補間や補正のレンダリング処理の場合は
、2つの演算項があって、一方の演算項に1未満の係数αを与えると、他方の演算項は係
数1−αが与えられることがある。ここで、1−αは残りの係数を示す。
However, the frame period of a liquid crystal display device or an EL display device is usually 60 Hz, and it is required that the gradation rendering process be performed quickly in time. In particular, a multi-screen having a plurality of input images requires a high-speed rendering process because there is a lot of data to be rendered. In the case of rendering processing such as pixel synthesis, gradation interpolation, and correction, there are two calculation terms. When one coefficient is given a coefficient α less than 1, the other calculation term is given a coefficient 1-α. May be. Here, 1−α indicates the remaining coefficient.

例えば、階調のレンダリングとして、本願出願人が出願した特願2007−03891
1では2画面の色分離対策のために次のサブ画素階調の演算を行う。
For example, as gradation rendering, Japanese Patent Application No. 2007-03891 filed by the present applicant.
In 1, the next sub-pixel gradation is calculated as a measure for color separation of two screens.

(補正後のサブ画素の階調)=(補正前のサブ画素の階調)×(1−α)+(隣接画素
のサブ画素の平均階調)×α
上記の式で、αは0≦α<1の6ビットの係数であり、階調は0から63までの6ビッ
トである。したがって、この乗算は2進で小数点以下5桁までの演算処理を行う。しかし
ながら、色分離対策のための階調は合成されるサブ画素を周辺の合成されない同色のサブ
画素で補正するものであるから5階調までの大きな誤差が許容できる。よって、全桁を正
確に演算する従来の演算器を使用すると不要な下位の桁まで演算処理することとなり、時
間が掛かるという問題や装置が大きくなるという問題がある。
(Gradation of subpixel after correction) = (gradation of subpixel before correction) × (1−α) + (average gradation of subpixels of adjacent pixels) × α
In the above formula, α is a 6-bit coefficient of 0 ≦ α <1, and the gradation is 6 bits from 0 to 63. Therefore, this multiplication performs arithmetic processing up to 5 digits after the decimal point in binary. However, since the gradation for color separation measures is to correct the synthesized sub-pixels with the surrounding non-synthesized sub-pixels of the same color, a large error up to 5 gradations can be allowed. Therefore, when a conventional arithmetic unit that accurately calculates all digits is used, calculation processing is performed up to unnecessary lower digits, and there is a problem that it takes time and a device becomes large.

例えば、上記式の(1−α)を図23に示す如き通常の減算器で計算する場合、第1ス
テップで、引く数のαの6ビットを反転する。第2ステップで、それに最下位桁の1(2
進で0.000001)を加算する。第3ステップで、引かれる数の1を加算する。第4
ステップで、αの桁上がりとなる1を引く(即ち、最上位桁を無視する)。しかしながら
、2画面の色分離対策としては第2ステップを省略した誤差は許容範囲内であるために、
第2ステップは不要の処理である。
For example, when (1-α) in the above equation is calculated by a normal subtracter as shown in FIG. 23, the 6 bits of the subtracted α are inverted in the first step. In the second step, the least significant digit 1 (2
Add 0.000001 in decimal. In the third step, the subtracted number 1 is added. 4th
In step, subtract 1 which is a carry of α (ie, ignore the most significant digit). However, since the error of omitting the second step is within the allowable range as a measure for color separation on two screens,
The second step is an unnecessary process.

この問題は2画面のみの問題ではない。画面表示のドライバは整数の階調制御であるの
で、特許文献1に記載される擬似中間調表示のFRC(frame rate control)であっても
、0.25単位の階調精度があればよい。したがって、画素の階調を小数以下数桁演算す
るレンダリングには、上述のように不要な演算を行って演算時間を費やすという問題が生
じる。
This problem is not just a two-screen problem. Since the screen display driver uses integer gradation control, even the pseudo halftone display FRC (frame rate control) described in Patent Document 1 only needs to have a gradation accuracy of 0.25 unit. Therefore, in rendering in which the gradation of the pixel is calculated by several digits after the decimal, there is a problem that the calculation time is spent by performing an unnecessary calculation as described above.

本願発明は、階調のレンダリングには近似計算でよい場合があることに着眼し、短時間
でレンダリング処理でき、且つ、回路を小型化することができる方法を見出したものであ
る。
The invention of the present application has found that there is a case where approximation calculation may be used for rendering of gradation, and has found a method capable of rendering processing in a short time and reducing the circuit size.

上記課題を解決するために、本発明の画像表示装置は、マトリクス状に整列した画素の
輝度を階調表示する表示部と、前記階調の演算を2進数で行うレンダリング部とを有し、
前記レンダリング部は1未満の係数αが与えられる一方の演算項と係数1−αが与えられ
る他方の演算項の演算を行うものであって、αの各桁を反転させたβを1−αの近似値と
して近似演算することを特徴とする。
In order to solve the above problems, an image display device of the present invention has a display unit that displays gradations of the luminance of pixels arranged in a matrix, and a rendering unit that calculates the gradations in binary numbers,
The rendering unit performs an operation of one operation term given a coefficient α less than 1 and the other operation term given a coefficient 1-α, and β obtained by inverting each digit of α is 1-α. Approximation calculation is performed as an approximate value.

ここで、従来の減算器の演算方法について説明する。演算の原理を理解しやすいように
、10進法で説明する。789−123の場合123の補数(各桁の数が加算して9とな
るもの。)876を使用する方法を考え、789−123=789−(999−876)
=789+876+1−1000とする。このように、引かれる数の補数を加算し、1を
加算し、1000を減算するとよい。
Here, a conventional subtractor calculation method will be described. To make it easier to understand the principle of calculation, a decimal system is used. In the case of 789-123, a method of using the complement of 123 (the number of each digit is added to be 9) 876 is considered, and 789-123 = 789- (999-876)
= 789 + 876 + 1−1000. Thus, the complement of the number to be subtracted is added, 1 is added, and 1000 is subtracted.

2進数の場合、補数はNOT回路で反転することにより容易に求めることができる。し
たがって、従来の減算回路であれば、図23に示す如く、第1ステップで、引く数のαの
6ビットを反転する。第2ステップで、それに最下位桁の1(2進で0.000001)
を加算する。第3ステップで、引かれる数の1をさらに加算する。第4ステップで、αの
桁上がりとなる1を引く(即ち、最上位桁を無視する)。これに対して、本願は第1ステ
ップのみの近似演算を行う。第2ステップの演算誤差は許容範囲内とし、第3ステップは
引かれる数が1であるので1−1=0となって無視し、第4ステップは通常の演算と同じ
く最上位桁を無視する。
In the case of a binary number, the complement can be easily obtained by inverting it with a NOT circuit. Therefore, in the conventional subtracting circuit, as shown in FIG. 23, in the first step, the subtracting 6 bits of α are inverted. In the second step, the lowest digit 1 (binary 0.000001)
Is added. In the third step, the subtracted number 1 is further added. In the fourth step, 1 which is a carry of α is subtracted (that is, the most significant digit is ignored). On the other hand, the present application performs an approximate calculation of only the first step. The calculation error in the second step is within an allowable range, the number to be subtracted in the third step is 1, so that it is ignored as 1-1 = 0, and the fourth step is ignored as in the normal calculation. .

本願発明は、階調のレンダリングでは第2ステップを無視できるときがあることに着眼
し、また、1−αの計算のときは第3ステップを無視することができることに着眼したも
のである。これにより、レンダリング処理を早く行うことができ、また、レンダリング回
路を小型化できる。
The present invention focuses on the fact that the second step can be ignored in the rendering of the gradation, and the third step can be ignored when calculating 1−α. Thereby, the rendering process can be performed quickly, and the rendering circuit can be downsized.

また、2つの個別画像を夫々レンダリングするレンダリング部と、該レンダリング部が
出力するレンダリングされた2つの個別画像から1つの表示画面分のデータを取り出して
2つの個別画像の画素を表示の横方向に交互に配置して1つの混合画像を合成する2画面
合成部と、該2画面合成部が出力する混合画像を視方向により夫々の個別画像が判別可能
となるように表示する表示部とを備え、
1未満の係数αと、補正式(補正後の合成されるサブ画素の階調)=(補正前の合成さ
れるサブ画素の階調)×(1−α)+(隣接する合成されない画素のサブ画素の平均階調
)×αが与えられたとき、
前記レンダリング部は1未満の係数αが与えられ、αの各桁を反転させたβを1−αの
近似値として近似演算することを特徴とする。
In addition, a rendering unit that renders two individual images, and data for one display screen is extracted from the two rendered individual images output from the rendering unit, and the pixels of the two individual images are displayed in the horizontal direction of display. A two-screen composition unit that alternately arranges and mixes one mixed image, and a display unit that displays the mixed image output from the two-screen composition unit so that each individual image can be distinguished according to the viewing direction. ,
The coefficient α less than 1 and the correction formula (the gradation of the combined sub-pixel after correction) = (the gradation of the combined sub-pixel before correction) × (1−α) + (the adjacent non-combined pixel) When the average gradation of subpixels) x α is given,
The rendering unit is provided with a coefficient α of less than 1, and performs an approximate calculation using β obtained by inverting each digit of α as an approximate value of 1-α.

視方向により異なる画像を判別できる2画面表示の色分離対策では、合成されるサブ画
素を周辺の合成されない同色のサブ画素で補正するものであるからレンダリングの許容範
囲が広いので、レンダリング処理を更に早く行うことができ、また、レンダリング回路を
更に小型化できる。
In the two-screen display color separation measure that can discriminate different images depending on the viewing direction, the subpixels to be combined are corrected with the surrounding subpixels of the same color that are not combined, so the rendering tolerance is wide. This can be done quickly, and the rendering circuit can be further miniaturized.

また、マトリクス状に整列した画素の輝度を階調表示する表示部と、前記階調の演算を
2進数で行うレンダリング部とを有し、前記レンダリング部は1未満の係数αが与えられ
る一方の演算項と係数1−αが与えられる他方の演算項の演算を行うものであって、αの
最下位の桁を1にしたα’をαの近似値とし、且つαの最下位を除く各桁を反転させて最
下位の桁を1にした1−α’を1−αの近似値として近似演算することを特徴とする。
In addition, the display unit displays gradations of the luminance of pixels arranged in a matrix, and a rendering unit that performs the gradation calculation in binary, and the rendering unit is provided with a coefficient α less than 1. An arithmetic term and the other arithmetic term to which a coefficient 1-α is given are calculated, α ′ with the least significant digit of α set to 1 is an approximate value of α, and the least significant of α is excluded Approximation calculation is performed using 1-α ′, which is obtained by inverting the digit and setting the least significant digit to 1, as an approximate value of 1-α.

前述のβは1−αよりも最下位桁の1(2進で0.000001)だけ少ない値であっ
たが、このように、係数αをα’に近似することにより、容易な回路で1−α’を求める
ことができる。また、前述のβの回路から最下位桁のAND回路を削除したものであり、レ
ンダリング処理を小型回路で早く行うことができる。尚、係数αの最下位桁が1の場合は
α’=αとなって、1−αの演算誤差は生じない。
The aforementioned β is a value less than 1−α by the least significant digit 1 (binary 0.000001). Thus, by approximating the coefficient α to α ′, 1 can be obtained with a simple circuit. -Α 'can be obtained. Also, the AND circuit of the least significant digit is deleted from the β circuit described above, and the rendering process can be performed quickly with a small circuit. When the least significant digit of the coefficient α is 1, α ′ = α, and no calculation error of 1−α occurs.

また、2つの個別画像を夫々レンダリングするレンダリング部と、該レンダリング部が
出力するレンダリングされた2つの個別画像から1つの表示画面分のデータを取り出して
2つの個別画像の画素を表示の横方向に交互に配置して1つの混合画像を合成する2画面
合成部と、該2画面合成部が出力する混合画像を視方向により夫々の個別画像が判別可能
となるように表示する表示部とを備え、
1未満の係数αと、補正式(補正後の合成されるサブ画素の階調)=(補正前の合成さ
れるサブ画素の階調)×(1−α)+(隣接する合成されない画素のサブ画素の平均階調
)×αが与えられたとき、
αの最下位の桁を1にしたα’をαの近似値とし、且つαの最下位を除く各桁を反転さ
せて最下位の桁を1にした1−α’を1−αの近似値として近似演算することを特徴とす
る。
In addition, a rendering unit that renders two individual images, and data for one display screen is extracted from the two rendered individual images output from the rendering unit, and the pixels of the two individual images are displayed in the horizontal direction of display. A two-screen composition unit that alternately arranges and mixes one mixed image, and a display unit that displays the mixed image output from the two-screen composition unit so that each individual image can be distinguished according to the viewing direction. ,
The coefficient α less than 1 and the correction formula (the gradation of the combined sub-pixel after correction) = (the gradation of the combined sub-pixel before correction) × (1−α) + (the adjacent non-combined pixel) When the average gradation of subpixels) x α is given,
α ′ with the lowest digit of α set to 1 is an approximate value of α, and each digit except the lowest digit of α is inverted so that the lowest digit is set to 1, 1-α ′ is an approximation of 1-α Approximate calculation is performed as a value.

視方向により異なる画像を判別できる2画面表示の色分離対策では、合成されるサブ画
素を周辺の合成されない同色のサブ画素で補正するものであるからレンダリングの許容範
囲が広いので、レンダリング処理を更に早く行うことができ、また、レンダリング回路を
更に小型化できる。
In the two-screen display color separation measure that can discriminate different images depending on the viewing direction, the subpixels to be combined are corrected with the surrounding subpixels of the same color that are not combined, so the rendering tolerance is wide. This can be done quickly, and the rendering circuit can be further miniaturized.

以下、図面を参照して本発明の最良の実施形態を説明する。但し、以下に示す実施形態
は、本発明の技術思想を具体化するための画像表示装置を例示するものであって、本発明
をこの画像表示装置に特定することを意図するものではなく、特許請求の範囲に含まれる
その他の実施形態のものも等しく適応し得るものである。
Hereinafter, the best embodiment of the present invention will be described with reference to the drawings. However, the embodiment described below exemplifies an image display device for embodying the technical idea of the present invention, and is not intended to identify the present invention as this image display device. Other embodiments within the scope of the claims are equally applicable.

[画像表示装置]
本実施形態の実施例1に係る画像表示装置は車載のナビゲーション装置に組み込まれた
画像表示装置であり、運転者の方向と助手席の方向に異なる画像を表示する2画面表示が
できる。図1は画像表示装置1の要部を示すブロック図である。図2は視差バリア方式に
よる2画面表示の原理を示す表示部4の断面図である。
[Image display device]
The image display device according to Example 1 of the present embodiment is an image display device incorporated in an in-vehicle navigation device, and can perform two-screen display that displays different images in the direction of the driver and the direction of the passenger seat. FIG. 1 is a block diagram showing a main part of the image display device 1. FIG. 2 is a cross-sectional view of the display unit 4 showing the principle of two-screen display by the parallax barrier method.

図1に示す如く、画像表示装置1は信号処理回路2とEEPROM3と表示部4を有す
る。信号処理回路はASICであり、ナビゲーション装置100のナビゲーション部10
1からの画像信号(RGB、同期信号)とDVD再生部102からの画像信号(RGB、
同期信号)を夫々レンダリング処理し、レンダリング処理した2つの信号を合成する。レ
ンダリング処理については詳細に後述する。EEPROM3はレンダリング処理に使用す
る係数αを記憶する。表示部4は信号処理回路2が合成した画像を表示する。
As shown in FIG. 1, the image display device 1 includes a signal processing circuit 2, an EEPROM 3, and a display unit 4. The signal processing circuit is an ASIC, and the navigation unit 10 of the navigation device 100.
1 (RGB, sync signal) and the image signal from the DVD playback unit 102 (RGB,
(Synchronization signal) are rendered respectively, and the two signals subjected to the rendering process are synthesized. The rendering process will be described later in detail. The EEPROM 3 stores a coefficient α used for rendering processing. The display unit 4 displays the image synthesized by the signal processing circuit 2.

図2は視方向(運転席方向、助手席方向)により異なる画像を表示する表示部4の要部
の構成を示す図である。表示部4は、液晶パネル41と、液晶パネル41の前面に配設さ
れる視差バリア42、上偏光板43と、液晶パネル41の背面に配設される下偏光板44
、照明装置45より構成される。
FIG. 2 is a diagram showing the configuration of the main part of the display unit 4 that displays different images depending on the viewing direction (driver's seat direction, passenger seat direction). The display unit 4 includes a liquid crystal panel 41, a parallax barrier 42 disposed on the front surface of the liquid crystal panel 41, an upper polarizing plate 43, and a lower polarizing plate 44 disposed on the back surface of the liquid crystal panel 41.
The illumination device 45 is configured.

液晶パネル41は、カラーのWVGAであり、図3に示す如く、横方向に800画素、
縦方向に480画素ある。1画素はRGBの3つのサブ画素から成る。図2に示す如く、
液晶パネル41はガラス基板411、412がシール材413を介して貼り合わされてな
る構造を有し、ガラス基板411、412の間には、液晶414が封入されてなる。背面
のガラス基板411の内面上には、1ドットのサブ画素GoL、GoR毎に画素電極41
5が形成されており、前面のガラス基板412の内面上には、カラーフィルタたるRGB
の各色の着色層416及び対向電極417が形成されている。RGBの各色の着色層41
6は、画素電極415に対応する位置に形成され、対向電極417は、前面のガラス基板
412の全面に形成されている。液晶パネル41の背面側に設置される照明装置45は、
下偏光板44を介して液晶パネル41に光を照射する。
The liquid crystal panel 41 is a color WVGA and has 800 pixels in the horizontal direction as shown in FIG.
There are 480 pixels in the vertical direction. One pixel is composed of three sub-pixels of RGB. As shown in FIG.
The liquid crystal panel 41 has a structure in which glass substrates 411 and 412 are bonded together with a sealant 413, and a liquid crystal 414 is sealed between the glass substrates 411 and 412. On the inner surface of the rear glass substrate 411, the pixel electrode 41 is provided for each sub-pixel GoL, GoR of 1 dot.
5 is formed, and on the inner surface of the front glass substrate 412, RGB as color filters are formed.
A colored layer 416 and a counter electrode 417 of each color are formed. RGB colored layers 41
6 is formed at a position corresponding to the pixel electrode 415, and the counter electrode 417 is formed on the entire surface of the front glass substrate 412. The lighting device 45 installed on the back side of the liquid crystal panel 41 is:
The liquid crystal panel 41 is irradiated with light through the lower polarizing plate 44.

液晶パネル41の前面(光の出射面)側には、画像分離手段としての視差バリア42が
配置される。視差バリア42は、所定の間隔でスリット42Sが設けられているパネルで
ある。視差バリア42は、スリット42Sの設けられている部分のみが光を透過する透過
領域として機能し、それ以外の部分は光を透過しない遮光領域として機能する。視差バリ
ア42は、例えば、2枚の基板の間に液晶を挟持してなる構成を有し、当該液晶の配向を
制御することで、スリット42Sとして機能する透過領域と、光を透過しない遮光領域と
を形成する。スリット42Sは、液晶パネル41における互いに隣接する着色層416又
は画素電極415の間に対応して位置している。なお、視差バリア42の光の前面側には
、上偏光板43が配置される。
A parallax barrier 42 as an image separating unit is disposed on the front surface (light emitting surface) side of the liquid crystal panel 41. The parallax barrier 42 is a panel provided with slits 42S at a predetermined interval. In the parallax barrier 42, only a portion where the slit 42S is provided functions as a transmission region that transmits light, and the other portion functions as a light shielding region that does not transmit light. The parallax barrier 42 has, for example, a configuration in which a liquid crystal is sandwiched between two substrates. By controlling the alignment of the liquid crystal, a transmissive region that functions as the slit 42S and a light-shielding region that does not transmit light. And form. The slits 42 </ b> S are located correspondingly between the adjacent colored layers 416 or pixel electrodes 415 in the liquid crystal panel 41. An upper polarizing plate 43 is disposed on the light front side of the parallax barrier 42.

照明装置45より出射した光は、下偏光板44を介して液晶パネル41に入射し、着色
層416を透過した後、液晶パネル41より出射する。液晶パネル41より出射した光は
、スリット42Sを通して、異なる観察位置に位置する複数の観察者50R、50Lに入
射する。
Light emitted from the illumination device 45 enters the liquid crystal panel 41 via the lower polarizing plate 44, passes through the colored layer 416, and then exits from the liquid crystal panel 41. The light emitted from the liquid crystal panel 41 enters a plurality of observers 50R and 50L located at different observation positions through the slit 42S.

図2に示す画像表示装置1において、観察者50Lに入射する光が透過するRGBの着
色層416を着色層RoL、GoL、BoLとして示し、観察者50Rに入射する光が透
過するRGBの着色層6を着色層RoR、GoR、BoRとして示す。従って、各色の着
色層RoL、GoL、BoLを有するサブ画素SGLは、観察者11Lに入射する光が透
過する液晶パネル41のRGBの各色のサブ画素を夫々示し、各色の着色層RoR、Go
R、BoRを有するサブ画素SGRは、観察者50Rに入射する光が透過する液晶パネル
41のRGBの各色のサブ画素を夫々示す。
In the image display device 1 shown in FIG. 2, the RGB colored layer 416 through which light incident on the viewer 50L is transmitted is shown as colored layers RoL, GoL, and BoL, and the RGB colored layer through which light incident on the viewer 50R is transmitted. 6 is shown as a colored layer RoR, GoR, BoR. Therefore, the sub-pixels SGL having the colored layers RoL, GoL, BoL of the respective colors respectively indicate the RGB sub-pixels of the liquid crystal panel 41 through which the light incident on the observer 11L is transmitted, and the colored layers RoR, Go of the respective colors.
The sub-pixels SGR having R and BoR respectively indicate the sub-pixels of each color of RGB of the liquid crystal panel 41 through which the light incident on the viewer 50R is transmitted.

例えば、破線で示す如く、着色層GoLを透過した光は、着色層GoL、BoRの間に
対応して位置しているスリット42Sを通過することにより、観察者50Lに入射する。
一方、着色層BcRを透過した光は、当該スリット42Sを通過した後、観察者11Rに
入射する。
For example, as indicated by a broken line, the light transmitted through the colored layer GoL enters the observer 50L by passing through the slit 42S positioned correspondingly between the colored layers GoL and BoR.
On the other hand, the light transmitted through the colored layer BcR enters the observer 11R after passing through the slit 42S.

次に、液晶パネル41の駆動回路の構成について述べる。図4は、本実施形態に係る画
像表示装置1における液晶パネル41の平面図である。図2に示した画像表示装置1にお
ける液晶パネル41は、図4に示す液晶パネル41の平面図の切断線A−A´に沿った断
面図であり、駆動回路の図示を省略した図である。なお、図4では、紙面縦方向(列方向
)をY方向と、また、紙面横方向(行方向)をX方向と規定する。
Next, the configuration of the drive circuit of the liquid crystal panel 41 will be described. FIG. 4 is a plan view of the liquid crystal panel 41 in the image display apparatus 1 according to the present embodiment. The liquid crystal panel 41 in the image display device 1 illustrated in FIG. 2 is a cross-sectional view taken along a cutting line AA ′ in the plan view of the liquid crystal panel 41 illustrated in FIG. . In FIG. 4, the vertical direction (column direction) on the paper surface is defined as the Y direction, and the horizontal direction (row direction) on the paper surface is defined as the X direction.

背面のガラス基板411の内面上には、複数の走査線4124、複数のデータ線412
5がマトリクス状に配置されており、各走査線4124と各データ線4125の交点には
TFT素子(Thin film Transistor)などのスイッチング素子4126が設けられている
。画素電極415は、スイッチング素子4126と電気的に接続されている。
A plurality of scanning lines 4124 and a plurality of data lines 412 are provided on the inner surface of the rear glass substrate 411.
5 are arranged in a matrix, and a switching element 4126 such as a TFT element (Thin Film Transistor) is provided at the intersection of each scanning line 4124 and each data line 4125. The pixel electrode 415 is electrically connected to the switching element 4126.

正確には、背面のガラス基板411は、X方向及びY方向に対し、前面のガラス基板4
12よりも外側に張り出してなる領域を有している。背面の基板1のX方向に張り出して
なる領域の内面上には、走査線駆動回路4121が配置され、背面の基板1のY方向に張
り出してなる領域の内面上には、データ線駆動回路4122が配置されている。
Precisely, the glass substrate 411 on the back surface is the glass substrate 4 on the front surface with respect to the X direction and the Y direction.
It has the area | region which protrudes outside from 12. FIG. A scanning line drive circuit 4121 is disposed on the inner surface of the rear substrate 1 extending in the X direction, and the data line driver circuit 4122 is disposed on the inner surface of the rear substrate 1 protruding in the Y direction. Is arranged.

S1、S2、S3・・・、Sn(n:自然数)で示す各データ線4125は、Y方向に
対し延在すると共に、X方向に対し一定の間隔で配置されている。各データ線4125の
一端は、データ線駆動回路4122と電気的に接続されている。また、データ線駆動回路
4122は、FPC4123と配線4132を介して電気的に接続されている。FPC4
123は、図1に示す画像表示装置1の2画面合成部6に接続されており、データ線駆動
回路4122は、FPC4123を介して、2画面合成部6からの画像信号(RGB、同
期信号)を受信する。データ線駆動回路4122は、当該画像信号を基に、S1、S2、
S3・・・、Snで示す各データ線4125に対し、データ信号を供給する。
Each of the data lines 4125 indicated by S1, S2, S3,..., Sn (n: natural number) extends in the Y direction and is arranged at a constant interval in the X direction. One end of each data line 4125 is electrically connected to the data line driver circuit 4122. The data line driver circuit 4122 is electrically connected to the FPC 4123 through a wiring 4132. FPC4
123 is connected to the two-screen composition unit 6 of the image display apparatus 1 shown in FIG. 1, and the data line driving circuit 4122 receives the image signal (RGB, synchronization signal) from the two-screen composition unit 6 via the FPC 4123. Receive. The data line driving circuit 4122 is based on the image signal, S1, S2,
Data signals are supplied to the data lines 4125 indicated by S3.

G1、G2、G3・・・、Gm(m:自然数)で示す各走査線4124は、X方向に対
し延在すると共に、Y方向に対し一定の間隔で配置されている。各走査線4124の一端
は、走査線駆動回路4121と電気的に接続されている。また、走査線駆動回路4121
は、配線4133と電気的に接続され、配線4133は、2画面合成部6と電気的に接続
されている。走査線駆動回路4121は、配線4133を介して、2画面合成部6からの
画像信号を受信する。走査線駆動回路4121は、当該画像信号を基に、G1、G2、G
3・・・、Gmで示す各走査線4124に対し、走査信号を順次供給する。
Each scanning line 4124 indicated by G1, G2, G3,..., Gm (m: natural number) extends in the X direction and is arranged at a constant interval in the Y direction. One end of each scanning line 4124 is electrically connected to the scanning line driver circuit 4121. In addition, the scan line driver circuit 4121
Are electrically connected to the wiring 4133, and the wiring 4133 is electrically connected to the two-screen composition unit 6. The scanning line driving circuit 4121 receives an image signal from the two-screen composition unit 6 via the wiring 4133. The scanning line driving circuit 4121 is based on the image signal, G1, G2, G
3,..., Scanning signals are sequentially supplied to the scanning lines 4124 indicated by Gm.

対向電極417は、COMで示す配線4134を介して、データ線駆動回路4122と
電気的に接続されている。データ線駆動回路4122は、2画面合成部6からの制御信号
を基に、配線4134を介して駆動信号を供給することにより、対向電極417を駆動す
る。
The counter electrode 417 is electrically connected to the data line driver circuit 4122 through a wiring 4134 indicated by COM. The data line driving circuit 4122 drives the counter electrode 417 by supplying a driving signal via the wiring 4134 based on the control signal from the two-screen synthesis unit 6.

走査線駆動回路4121は、2画面合成部6からの制御信号を基に、G1、G2、G3
・・・、Gmの順に走査線4124を順次排他的に選択すると共に、選択した走査線41
24には、走査信号を供給する。そして、データ線駆動回路4122は、2画面合成部6
からの画像信号を基に、選択された走査線4124に対応する位置に存在する画素電極4
15に対し、表示内容に応じたデータ信号を、各データ線4125を介して供給する。こ
れにより、当該画素電極415に電圧が印加され、当該画素電極415と対向電極417
の間の液晶414の液晶分子の配向状態が、非表示状態または中間表示状態に切り替えら
れ、液晶パネル41に所望の画像を表示することができる。即ち、2画面合成部6は、画
像信号を走査線駆動回路4121、データ線駆動回路4122に供給することで、複数の
走査線4124及び複数のデータ線4125に供給する走査信号及びデータ信号を制御す
ることができ、所望の画像を液晶パネル41に表示することができる。
The scanning line driving circuit 4121 is based on the control signal from the two-screen composition unit 6 and G1, G2, G3
..., the scanning lines 4124 are sequentially and exclusively selected in the order of Gm, and the selected scanning line 41 is selected.
A scanning signal is supplied to 24. The data line driving circuit 4122 includes a two-screen composition unit 6.
Pixel electrode 4 present at a position corresponding to the selected scanning line 4124 based on the image signal from
15, a data signal corresponding to the display content is supplied via each data line 4125. Accordingly, a voltage is applied to the pixel electrode 415, and the pixel electrode 415 and the counter electrode 417 are applied.
The alignment state of the liquid crystal molecules of the liquid crystal 414 is switched between the non-display state and the intermediate display state, and a desired image can be displayed on the liquid crystal panel 41. That is, the two-screen composition unit 6 controls the scanning signals and data signals supplied to the plurality of scanning lines 4124 and the plurality of data lines 4125 by supplying the image signals to the scanning line driving circuit 4121 and the data line driving circuit 4122. The desired image can be displayed on the liquid crystal panel 41.

図5に示す如く、左入力画像が表示されるサブ画素SGLと、右入力画像が表示される
サブ画素SGRは、市松模様のようにX方向及びY方向に交互に設定される。従って、観
察者50Lに対して表示される画像は、サブ画素SGLにおける画素電極415と対向電
極417の間の液晶4の液晶分子の配向状態が切り替えられることにより表示され、観察
者50Rに対して表示される画像は、サブ画素SGRにおける画素電極415と対向電極
417の間の液晶414の液晶分子の配向状態が切り替えられることにより表示される。
As shown in FIG. 5, the sub-pixel SGL on which the left input image is displayed and the sub-pixel SGR on which the right input image is displayed are alternately set in the X direction and the Y direction like a checkered pattern. Therefore, the image displayed for the viewer 50L is displayed by switching the alignment state of the liquid crystal molecules of the liquid crystal 4 between the pixel electrode 415 and the counter electrode 417 in the sub-pixel SGL, and is displayed for the viewer 50R. The displayed image is displayed by switching the alignment state of the liquid crystal molecules of the liquid crystal 414 between the pixel electrode 415 and the counter electrode 417 in the sub-pixel SGR.

[2画像の表示方法]
次に、本実施形態に係る画像表示装置1によって表示される表示画像について説明する
[2 image display method]
Next, a display image displayed by the image display device 1 according to the present embodiment will be described.

液晶パネル41は800画素(横)×480画素(縦)である。したがって、図1のナ
ビゲーション装置100から出力される2つの個別画像(ナビゲーション画像とDVD再
生画像)は夫々800画素(横)×480画素(縦)の画像である。夫々の画素はRGB
のサブ画素からなり、サブ画素のデータは階調を示す6ビットであり、RGBの輝度は2
の6乗の64階調となる。走査線駆動回路4121及びデータ線駆動回路4122の輝度
の駆動制御は1階調単位である。即ち、整数でない階調を指定することはできない。1画
面(800画素×480画素)の周期、即ちフレーム周期は60Hzである。
The liquid crystal panel 41 has 800 pixels (horizontal) × 480 pixels (vertical). Accordingly, the two individual images (navigation image and DVD playback image) output from the navigation device 100 of FIG. 1 are images of 800 pixels (horizontal) × 480 pixels (vertical), respectively. Each pixel is RGB
The sub-pixel data is 6 bits indicating gradation, and the luminance of RGB is 2
The sixth power is 64 gradations. The luminance drive control of the scanning line driver circuit 4121 and the data line driver circuit 4122 is in units of one gradation. That is, a gradation that is not an integer cannot be specified. The period of one screen (800 pixels × 480 pixels), that is, the frame period is 60 Hz.

図1において、信号処理回路2のレンダリング部5に入力されたナビゲーション画像と
DVD再生画像は夫々αを係数としてレンダリング処理される。レンダリング処理された
ナビゲーション画像とDVD再生画像は2画面合成部6で800画素(横)×480画素
(縦)の表示画像に合成される。尚、ナビゲーション画像とDVD再生画像は夫々半分の
サブ画素が合成されないことになる。レンダリング処理は合成処理される前に、合成され
るサブ画素を合成されない同色のサブ画素で階調補正する。
In FIG. 1, the navigation image and the DVD playback image input to the rendering unit 5 of the signal processing circuit 2 are each rendered with α as a coefficient. The rendered navigation image and DVD playback image are combined into a display image of 800 pixels (horizontal) × 480 pixels (vertical) by the two-screen combining unit 6. Note that half of the sub-pixels are not combined in the navigation image and the DVD playback image. In the rendering process, the gradation correction is performed on the subpixels to be combined with the subpixels of the same color that are not combined before the combining process.

図5は、左用入力画像と右用入力画像を合成して表示画像を作成する方法を概念的に示
す図である。ここで、左用入力画像は観察者50Lに表示する画像であり、右用入力画像
は観察者50Rに表示する画像である。表示画像は、左用入力画像と右用入力画像を合成
した画像であり、画像表示装置1における液晶パネル41の表示画面に表示される画像で
ある。
FIG. 5 is a diagram conceptually illustrating a method of creating a display image by combining the left input image and the right input image. Here, the left input image is an image displayed to the observer 50L, and the right input image is an image displayed to the observer 50R. The display image is an image obtained by synthesizing the left input image and the right input image, and is an image displayed on the display screen of the liquid crystal panel 41 in the image display device 1.

図5において、右用入力画像は入力サブ画素データRi1R〜Bi4Rを含む。ここで
、入力サブ画素データとは、サブ画素の階調を示す6ビットデータのことである。入力サ
ブ画素データにおける英字部Ri、Gi、Biは、RGB各色の入力サブ画素データであ
ることを示す。図5において、右用入力画像は、第1〜第4の4つのカラー画素を含んで
いる。第1のカラー画素はRi1R、Gi1R、Bi1Rにより構成され、第2のカラー
画素はRi2R、Gi2R、Bi2Rにより構成されている。第3及び第4のカラー画素
も同様である。同様に、左用入力画像は、第1〜第4の4つのカラー画素を含んでいる。
第1のカラー画素はRi1L、Gi1LL、Bi1Lにより構成され、第2のカラー画素
はRi2L、Gi2L、Bi2Lにより構成されている。第3及び第4のカラー画素も同
様である。
In FIG. 5, the right input image includes input sub-pixel data Ri1R to Bi4R. Here, the input sub-pixel data is 6-bit data indicating the gradation of the sub-pixel. The alphabetic parts Ri, Gi, Bi in the input sub-pixel data indicate input sub-pixel data of each color of RGB. In FIG. 5, the right input image includes first to fourth four color pixels. The first color pixel is composed of Ri1R, Gi1R, Bi1R, and the second color pixel is composed of Ri2R, Gi2R, Bi2R. The same applies to the third and fourth color pixels. Similarly, the left input image includes first to fourth four color pixels.
The first color pixel is composed of Ri1L, Gi1LL, and Bi1L, and the second color pixel is composed of Ri2L, Gi2L, and Bi2L. The same applies to the third and fourth color pixels.

2画面合成部6は、左用入力画像と右用入力画像より表示画像を作成する際、左用入力
画像の入力サブ画素データと右用入力画像の入力サブ画素データを、サブ画素SGLとサ
ブ画素SGRの夫々に対応するように合成する。即ち、先に述べたように、サブ画素SG
Lとサブ画素SGRは、液晶パネル41上でX方向及びY方向について交互に設定される
ので、2画面合成部6は、図5に示す如く、左用入力画像の入力サブ画素データと右用入
力画像の入力サブ画素データをサブ画素SGLとサブ画素SGRに対応して交互に合成す
る。
When the two-screen composition unit 6 creates a display image from the left input image and the right input image, the input subpixel data of the left input image and the input subpixel data of the right input image are converted into the subpixel SGL and the subpixel SGR. It is synthesized to correspond to each of. That is, as described above, the sub-pixel SG
Since L and the sub-pixel SGR are alternately set on the liquid crystal panel 41 in the X direction and the Y direction, the two-screen composition unit 6 performs the input sub-pixel data of the left input image and the right input as shown in FIG. The input sub-pixel data of the image is alternately synthesized corresponding to the sub-pixel SGL and the sub-pixel SGR.

具体的には、2画面合成部6は、左用入力画像と右用入力画像より表示画像を作成する
際、左用入力画像及び右用入力画像の入力サブ画素データを行方向及び列方向において交
互に取り出して、表示画像を構成する表示サブ画素データとする。表示サブ画素データと
は、サブ画素の階調を示す6ビットデータのことである。図5に示す例では、右用入力画
像中の入力サブ画素データRi1R、Bi1R、Gi2R、Gi3R、Ri4R、Bi4
Rが表示画像に用いられる。同様に、左用入力画像中の入力サブ画素データGi1L、R
i2L、Bi2L、Ri3L、Bi3L、Gi4Lが表示画像に用いられる。これらの入
力サブ画素データを図4に示す如く列及び行方向に交互に配置することにより、表示画像
が作成される。
Specifically, when creating the display image from the left input image and the right input image, the two-screen composition unit 6 alternately inputs the input subpixel data of the left input image and the right input image in the row direction and the column direction. This is taken out and used as display sub-pixel data constituting the display image. The display sub-pixel data is 6-bit data indicating the gradation of the sub-pixel. In the example shown in FIG. 5, the input sub-pixel data Ri1R, Bi1R, Gi2R, Gi3R, Ri4R, Bi4 in the input image for right are used.
R is used for the display image. Similarly, the input sub-pixel data Gi1L, R in the left input image
i2L, Bi2L, Ri3L, Bi3L, and Gi4L are used for the display image. A display image is created by alternately arranging these input sub-pixel data in the column and row directions as shown in FIG.

2画面合成部6は、こうして作成された表示画像における入力サブ画素データの階調値
を基に各サブ画素SGL、SGRの画素電極5に印加する電流のパルス幅を決定し、画像
信号としてデータ線駆動回路22に供給する。
The two-screen composition unit 6 determines the pulse width of the current applied to the pixel electrodes 5 of the sub-pixels SGL and SGR based on the gradation value of the input sub-pixel data in the display image thus created, and the data as the image signal This is supplied to the line drive circuit 22.

このようにして、図5に示す表示画像が画像表示装置1の液晶パネル41に表示される
。図5に示す表示画像上には、視差バリア42のスリット42Sの位置も破線で示してい
る。観察者50Lは、表示画像をスリット42Sを通して見るので、表示サブ画素データ
Gi1L、Ri2L、Bi2L、Ri3L、Bi3L、Gi4Lのみを見ることができ、
左用入力画像を認識することができる。一方、観察者50Rは、表示画像をスリット42
Sを通して見るので、表示サブ画素データRi1R、Bi1R、Gi2R、Gi3R、R
i4R、Bi4Rのみを見ることができ、右用入力画像を認識することができる。
In this way, the display image shown in FIG. 5 is displayed on the liquid crystal panel 41 of the image display device 1. On the display image shown in FIG. 5, the position of the slit 42S of the parallax barrier 42 is also indicated by a broken line. Since the viewer 50L views the display image through the slit 42S, the viewer 50L can see only the display sub-pixel data Gi1L, Ri2L, Bi2L, Ri3L, Bi3L, Gi4L,
The left input image can be recognized. On the other hand, the observer 50R displays the display image in the slit 42.
Display sub-pixel data Ri1R, Bi1R, Gi2R, Gi3R, R
Only i4R and Bi4R can be seen, and the right input image can be recognized.

[色分離の問題]
次に、色分離について説明する。上記の基本表示方法において、入力画像に白線や白点
が含まれると、その部分に色分離が生じ、表示画像が部分的に色づいて見えるという不具
合が発生しうる。これについて具体的に説明する。
[Problems with color separation]
Next, color separation will be described. In the basic display method described above, if a white line or a white point is included in the input image, color separation occurs in that portion, and a problem that the display image appears partially colored may occur. This will be specifically described.

図6に示す如く、右用入力画像及び左用入力画像として、白黒の画素が上下及び左右に
配置された画像が入力される場合を考える。この場合、基本表示方法によれば、図6の右
上に示す如く、右用入力画像と左用入力画像を構成する入力サブ画素データは、上下左右
に交互に配置される。この表示画像を正面から見た場合には、図6中の正面表示画像のよ
うに、観察者には白黒の画素が正しく配置されてみえる。
As shown in FIG. 6, a case is considered where an image in which black and white pixels are arranged vertically and horizontally is input as the right input image and the left input image. In this case, according to the basic display method, as shown in the upper right of FIG. 6, the input sub-pixel data constituting the right input image and the left input image are alternately arranged vertically and horizontally. When this display image is viewed from the front, black and white pixels appear to be correctly arranged for the observer as in the front display image in FIG.

しかし、右側の観察者11Rは、表示画像中の白画素については、図6の右上に示す如
くR及びBの表示画素しか見えないため、実際には白ではなくマゼンタがかった画素を見
ることになる。同様に、左側の観察者11Lは、Gの表示画素しか見えないため、実際に
は白ではなく緑の画素を見ることになる。このように、白線や白点などを表示したときに
は、本来は白であるはずの部分が色づいて見える現象、即ち色分離が生じる。この色分離
は、上記の基本表示方法において、右用及び左用の入力画像の半分しか使用していないこ
とに起因している。よって、合成される入力サブ画素データを合成されていない隣接の入
力サブ画素データで補正することにより、色分離を抑制することができる。
However, the observer 11R on the right side sees only the R and B display pixels as shown in the upper right of FIG. 6 for the white pixels in the display image. Become. Similarly, the viewer 11L on the left side sees only G display pixels, and thus actually sees green pixels instead of white. As described above, when a white line, a white point, or the like is displayed, a phenomenon in which a portion that should originally be white appears to be colored, that is, color separation occurs. This color separation is due to the fact that only half of the right and left input images are used in the basic display method. Therefore, color separation can be suppressed by correcting input sub-pixel data to be combined with adjacent input sub-pixel data that has not been combined.

[色分離の問題を解決するためのレンダリングの式]
そこで、本実施形態では、合成する前に、ナビゲーション画像とDVD再生画像の合成
される画素を合成されない隣接画素と所定の係数を用いてレンダリング(表示のための補
正演算処理)する。レンダリングに用いる隣接画素の位置は種々の選択方法がある。その
選択方法は、スリット42Sが市松模様の視差バリア42の場合は、隣接画素の左右、左
のみ、右のみ、上下、上のみ、下のみ、上下左右の4方向、2列を一対とする方法、2行
を一対とする方法などがある。左右の例を第1のレンダリング方法として、上下の例を第
2のレンダリング方法として、2列を一対とする例を第3のレンダリング方法として順に
説明する。他の方法は第1〜第3のレンダリング方法を適用することができる。尚、スリ
ット42Sが市松模様ではない場合、例えば、ストライブ模様の場合には斜めの隣接画素
を選択する方法もある。
[Rendering expression to solve the color separation problem]
Therefore, in the present embodiment, before combining, the pixels to be combined of the navigation image and the DVD playback image are rendered (adjustment calculation processing for display) using the adjacent pixels that are not combined and a predetermined coefficient. There are various selection methods for the positions of adjacent pixels used for rendering. As the selection method, when the slit 42S is a checkered parallax barrier 42, the left and right, left only, right only, top and bottom, top only, bottom only, top and bottom, left and right, and two rows of adjacent pixels are paired. There is a method of pairing two rows. The left and right examples will be described as a first rendering method, the upper and lower examples will be described as a second rendering method, and an example in which two columns are paired will be described as a third rendering method. As other methods, the first to third rendering methods can be applied. In addition, when the slit 42S is not a checkered pattern, for example, in the case of a stripe pattern, there is a method of selecting diagonally adjacent pixels.

<<第1のレンダリング方法:左右>>
図7は、第1のレンダリング方法を示す。右用入力画像はナビゲーション画像であり、
左用画像はDVD再生画像である。図7の例においては、説明の便宜上、両方の入力画像
は800画素(横)×480画素(縦)ではなく、3画素(横)×2画素(縦)により構
成されているものとする。各画素はRGBの3つの入力サブ画素データを有する。
<< First rendering method: left and right >>
FIG. 7 shows a first rendering method. The input image for the right is a navigation image,
The left image is a DVD playback image. In the example of FIG. 7, for convenience of explanation, it is assumed that both input images are composed of 3 pixels (horizontal) × 2 pixels (vertical) instead of 800 pixels (horizontal) × 480 pixels (vertical). Each pixel has three input sub-pixel data of RGB.

本願発明のレンダリングは、ある入力サブ画素データと、その入力サブ画素データに隣
接する1以上の画素の同色の入力サブ画素データの平均を、所定の係数αで合成すること
により、表示サブ画素データを作成する。具体的には次の式で演算する。
In the rendering of the present invention, display subpixel data is synthesized by combining an average of input subpixel data of the same color of a certain input subpixel data and one or more pixels adjacent to the input subpixel data with a predetermined coefficient α. Create Specifically, the calculation is performed using the following formula.

入力サブ画素データ=(1−α)×入力サブ画素データ+α×(入力サブ画素データに
隣接する画素の同色の入力サブ画素データの平均)・・・・・・・・・(基本式)
図7にしめすように、第1のレンダリング方法では、左右を隣接画素とするので、前記
基本式は次のようになる。
<隣接画素が左右にある中間画素Ro2Lの場合>
Ro2L=(1−α)Ri2L+α(Ri1L+Ri3L)/2
<隣接画素が左に無い左端画素Ro1Rの場合>
Ro1R=(1−α)Ri1R+α(Ri2R)
<隣接画素が右に無い右端画素Ro3Rの場合>
Ro3R=(1−α)Ri3R+α(Ri2R)
尚、図7においては、対象となる画素が入力画素データの中間に位置している場合(即
ち端に位置していない場合)の各表示サブ画素データの式を式(1−1)で示し、左端に
位置している場合の各表示サブ画素データの式を式(1−2)で示し、右端に位置してい
る場合の各表示サブ画素データの式を式(1−3)で示している。
Input subpixel data = (1−α) × input subpixel data + α × (average of the same color input subpixel data of pixels adjacent to the input subpixel data) (basic formula)
As shown in FIG. 7, in the first rendering method, the left and right sides are adjacent pixels, so the basic formula is as follows.
<In the case of the intermediate pixel Ro2L with adjacent pixels on the left and right>
Ro2L = (1-α) Ri2L + α (Ri1L + Ri3L) / 2
<In the case of the leftmost pixel Ro1R with no adjacent pixel on the left>
Ro1R = (1-α) Ri1R + α (Ri2R)
<In the case of the right end pixel Ro3R with no adjacent pixel on the right>
Ro3R = (1-α) Ri3R + α (Ri2R)
In FIG. 7, an expression of each display sub-pixel data when the target pixel is located in the middle of the input pixel data (that is, not located at the end) is represented by Expression (1-1). The expression of each display subpixel data when it is located at the left end is shown by Expression (1-2), and the expression of each display subpixel data when it is located at the right end is shown by Expression (1-3). ing.

ここで、係数αについて説明する。上記の式から理解されるように、係数α=0の場合
、表示サブ画素データは、対応する位置の入力サブ画素データと等しくなる。よって、係
数α=0とすると、上記のように色分離が発生する。一方、係数=0.5の場合、表示サ
ブ画素データは、対応する位置の入力サブ画素データに対して、その左右に位置する入力
サブ画素データの1/2を合成することとなる。これは、平滑化フィルタリングを施すの
と等価であるため、色分離は減少するものの、表示画像の解像感が低下してしまう。例え
ば、1ライン毎の白黒の縞を表示した場合に、平滑化効果によりベタのグレー画像となっ
てしまう。以上より、係数αは、0<α<0.5の範囲に設定することが望ましい。
Here, the coefficient α will be described. As understood from the above formula, when the coefficient α = 0, the display sub-pixel data is equal to the input sub-pixel data at the corresponding position. Therefore, when the coefficient α = 0, color separation occurs as described above. On the other hand, when the coefficient is 0.5, the display sub-pixel data is obtained by combining 1/2 of the input sub-pixel data positioned on the left and right with the input sub-pixel data at the corresponding position. Since this is equivalent to performing smoothing filtering, the color separation is reduced, but the resolution of the display image is lowered. For example, when black and white stripes are displayed for each line, a solid gray image is obtained due to the smoothing effect. As described above, the coefficient α is preferably set in a range of 0 <α <0.5.

さらに、発明者の実験による確認の結果、α=0.4程度が最適であることがわかった
。上記のように、色分離を防止する観点からはα=0.5が最適であるが、人間のカラー
画像に対する視覚感度は白黒(グレー)画像に対する感度より低いため、α=0.4程度
としても、色分離の低減効果は十分である。また、α=0.4であれば、解像感の低下も
抑えることができる。よって、係数は、0.3≦α<0.5の範囲が好適であり、特にα
=0.4が最適である。なお、係数αの値は、RGB各色に対して異なる値としてもよく
、同一の値としてもよい。
Furthermore, as a result of confirmation by the inventors' experiment, it was found that α = 0.4 is optimal. As described above, α = 0.5 is optimal from the viewpoint of preventing color separation. However, since the visual sensitivity for human color images is lower than that for black and white (gray) images, α = 0.4 is set. However, the effect of reducing color separation is sufficient. Further, if α = 0.4, it is possible to suppress a decrease in resolution. Therefore, the coefficient is preferably in the range of 0.3 ≦ α <0.5, particularly α
= 0.4 is optimal. Note that the value of the coefficient α may be different for each of the RGB colors, or may be the same value.

<<第2のレンダリング方法:上下>>
図8は、第2のレンダリング方法を示す。図8の例においては、説明の便宜上、両方の
入力画像は800画素(横)×480画素(縦)ではなく、2画素(横)×3画素(縦)
により構成されているものとする。図8にしめすように、第2のレンダリング方法では、
上下を隣接画素とするので、前記基本式は次のようになる。
<隣接画素が上下にある中間画素Ro3Lの場合>
Ro3L=(1−α)Ri3L+α(Ri1L+Ri5L)/2
<隣接画素が上に無い上端画素Ro1Rの場合>
Ro1R=(1−α)Ri1R+α(Ri3R)
<隣接画素が下に無い下端画素Ro5Rの場合>
Ro5R=(1−α)Ri5R+α(Ri3R)
<<第3のレンダリング方法:2列ペア>>
図9は、第3のレンダリング方法を示す。図9の例においては、説明の便宜上、両方の
入力画像は800画素(横)×480画素(縦)ではなく、2画素(横)×2画素(縦)
により構成されているものとする。図9にしめすように、第3のレンダリング方法では、
2列がペアとなり、一方の列の画素が他方の列の画素を隣接画素とするので、前記基本式
は次のようになる。
<ペアの左画素Ro1Rの場合>
Ro1R=(1−α)Ri1R+α(Ri2R)
<ペアの右画素Ro2Lの場合>
Ro2L=(1−α)Ri2L+α(Ri1L)
なお、第2,第3のレンダリング方法においても、係数αの好ましい値は第1のレンダ
リング方法と同様である。
<< Second rendering method: top and bottom >>
FIG. 8 shows a second rendering method. In the example of FIG. 8, for convenience of explanation, both input images are not 800 pixels (horizontal) × 480 pixels (vertical), but 2 pixels (horizontal) × 3 pixels (vertical).
It shall be comprised by. As shown in FIG. 8, in the second rendering method,
Since the upper and lower sides are adjacent pixels, the basic formula is as follows.
<In the case of the intermediate pixel Ro3L in which adjacent pixels are above and below>
Ro3L = (1-α) Ri3L + α (Ri1L + Ri5L) / 2
<In the case of the upper end pixel Ro1R with no adjacent pixel>
Ro1R = (1-α) Ri1R + α (Ri3R)
<In the case of the lower end pixel Ro5R where the adjacent pixel is not below>
Ro5R = (1-α) Ri5R + α (Ri3R)
<< Third rendering method: 2-column pair >>
FIG. 9 shows a third rendering method. In the example of FIG. 9, for convenience of explanation, both input images are 2 pixels (horizontal) × 2 pixels (vertical) instead of 800 pixels (horizontal) × 480 pixels (vertical).
It shall be comprised by. As shown in FIG. 9, in the third rendering method,
Since the two columns form a pair and the pixels in one column have the pixels in the other column as adjacent pixels, the basic formula is as follows.
<For paired left pixel Ro1R>
Ro1R = (1-α) Ri1R + α (Ri2R)
<For paired right pixel Ro2L>
Ro2L = (1-α) Ri2L + α (Ri1L)
In the second and third rendering methods, the preferable value of the coefficient α is the same as that in the first rendering method.

[レンダリングの近似計算]
以上のように、2画面表示においては、適切な係数αを用いて上記基本式をレンダリン
グすることにより、表示画像の解像感を低下させることなく、色分離を抑制することがで
きる。このレンダリング処理は合成されるサブ画素を合成されない同色のサブ画素で階調
補正するものであり、許容誤差は5階調と大きい。本願発明はレンダリングが近似計算で
よいことに着眼して、レンダリング処理を早く行うものである。
[Approximation calculation of rendering]
As described above, in the two-screen display, color separation can be suppressed without reducing the resolution of the display image by rendering the above basic expression using an appropriate coefficient α. In this rendering process, gradation correction is performed on sub-pixels to be combined with sub-pixels of the same color that are not combined, and the allowable error is as large as five gradations. The invention of the present application performs rendering processing quickly by paying attention to the fact that rendering may be approximate calculation.

左右を隣接画素とする上述の第1のレンダリング方法を例としてレンダリングの近似計
算を説明する。図10は通常の演算と近似演算の対比表である。この対比表の近似演算を
図11〜図13のブロック図に示す回路が行う。尚、図10の対比表は本願発明の近似演
算のほかに他の近似演算(乗算の小数部を無視する。)が含まれているために、補正後の
階調の誤差が48.75−46=2.75となっている。前述のとおり、この誤差は実用
上問題ないが、本願発明の近似演算の誤差は後述するとおり、他の近似演算の誤差を除く
と1.25と、小さくなる。
The approximate calculation of rendering will be described taking the above-described first rendering method in which left and right pixels are adjacent pixels as an example. FIG. 10 is a comparison table of normal calculation and approximate calculation. The approximation calculation of this comparison table is performed by the circuits shown in the block diagrams of FIGS. Since the comparison table of FIG. 10 includes other approximation operations (ignoring the fractional part of multiplication) in addition to the approximation operations of the present invention, the gradation error after correction is 48.75−. 46 = 2.75. As described above, this error is not a problem in practical use, but the error of the approximate calculation according to the present invention is as small as 1.25 when errors of other approximate calculations are excluded, as will be described later.

図11は図1のレンダリング回路(右画面R)10のブロック図である。レンダリング
回路10は左右夫々の画面用として、さらに各RGB用として合計6つ(右画面R,右画
面G,右画面B,左画面R,左画面G,左画面B)の同一動作を行う回路がある。
FIG. 11 is a block diagram of the rendering circuit (right screen R) 10 of FIG. The rendering circuit 10 performs the same operation for the left and right screens, and for a total of six (right screen R, right screen G, right screen B, left screen R, left screen G, left screen B) for each RGB. There is.

図12は図11のレンダリング回路(右画面R)10の第1の乗算回路15であり、基
本式の(1−α)×入力サブ画素データを近似演算する。図13は図11のレンダリング
回路(右画面R)10の3つの同一回路である第2の乗算回路14A〜14Cであり、基
本式のα×(入力サブ画素データに隣接する画素の同色の入力サブ画素データの平均)を
近似演算する。
FIG. 12 shows the first multiplication circuit 15 of the rendering circuit (right screen R) 10 of FIG. 11, which approximates the basic expression (1-α) × input subpixel data. FIG. 13 shows second multiplication circuits 14A to 14C, which are three identical circuits of the rendering circuit (right screen R) 10 of FIG. 11, and α × (the same color input of pixels adjacent to the input sub-pixel data). Approximate calculation of (average of subpixel data).

この例では係数αを小数点以下5ビットの値とする。図14は2進法でのαの値と10
進法のαとの対比表である。前述のとおりαは0.4程度が最適であるので、2進法で0
.01110(10進法で0.43750)とする。係数αは図1のEEPROM3に記
憶され、EEPROMコントローラ7を介して出力される。また、係数αはナビゲーショ
ン装置100からi2cバスレジスタ8を介してレンダリング部5に出力することもでき
る。いずれの係数αをレンダリング部5に出力するかは、ナビゲーション装置100によ
って選択される。
In this example, the coefficient α is a value of 5 bits after the decimal point. FIG. 14 shows the value of α in binary notation and 10
It is a contrast table with alpha of a decimal system. As described above, α is optimally about 0.4, so it is 0 in binary.
. 01110 (0.43750 in decimal). The coefficient α is stored in the EEPROM 3 in FIG. 1 and is output via the EEPROM controller 7. The coefficient α can also be output from the navigation device 100 to the rendering unit 5 via the i2c bus register 8. Which coefficient α is output to the rendering unit 5 is selected by the navigation device 100.

図15は図12のブロック図の動作を示す図であり、(1−α)×入力サブ画素データ
の近似演算を示す。図15において、演算の対象となる基準の入力サブ画素データN1を
101000(10進法で40)とする。そして、N1を右シフトした整数を求める。さ
らに右シフトした整数を求め、これを1−αのビット数である5回繰り返す。1回目が0
10100、2回目が001010、3回目が000101、4回目が000010、5
回目が000001となる。係数αの5つのビット01110をNOT回路(図12の1
51A〜E)により反転させた10001をβとする。このβが近似的な1−αであり、
βは1−αよりも0.00001(10進法で0.03125)少ない。N1の5つの右
シフト(n1)とβの5ビットを論理積する。この5つの論理積の合計010101(1
0進法で21)を求める。この右シフト整数による近似乗算と近似しない通常の乗算との
比較を図15に示す。図15に示す如く、本実施例の近似乗算は通常の乗算の小数部分を
無視したものである。このように、小数部分を無視した近似演算を行っているために、演
算処理を早くすることができ、また、演算回路を小さくすることができる。
FIG. 15 is a diagram showing the operation of the block diagram of FIG. 12, and shows an approximate calculation of (1-α) × input subpixel data. In FIG. 15, it is assumed that the reference input sub-pixel data N1 to be calculated is 101000 (40 in decimal notation). Then, an integer obtained by shifting N1 to the right is obtained. Further, an integer shifted to the right is obtained, and this is repeated 5 times, which is the number of 1-α bits. 1st time is 0
10100, the second time is 000010, the third time is 00101, the fourth time is 000010, 5
The second time becomes 000001. The five bits 01110 of the coefficient α are assigned to the NOT circuit (1 in FIG.
10001 inverted by 51A-E) is defined as β. This β is an approximate 1-α,
β is 0.00001 (0.03125 decimal) less than 1-α. AND the five right shifts (n1) of N1 and the five bits of β. The sum of these five logical products is 010101 (1
21) is calculated in the decimal system. FIG. 15 shows a comparison between the approximate multiplication by the right shift integer and the normal multiplication not approximated. As shown in FIG. 15, the approximate multiplication of this embodiment ignores the decimal part of normal multiplication. As described above, since the approximation calculation is performed while ignoring the decimal part, the calculation process can be speeded up and the calculation circuit can be made small.

図12の第1の乗算回路15を図15に対比して説明する。図12のRi[5:0]の
6ビットが図15の基準サブ画素データである。図12のRi[5:1]はRi[5:0
]の上位5ビットであり、この上位に1つの0のビット(1’h0)が加えられて6ビッ
トになる。これが図15の1回右シフト整数の010100に対応する。順次、Ri[5
:2]に2’h0、Ri[5:3]に3’h0、Ri[5:4]に4’h0、Ri[5]
に5’h0が加えられて右シフト整数が生成される。
The first multiplier circuit 15 of FIG. 12 will be described in comparison with FIG. Six bits of Ri [5: 0] in FIG. 12 are the reference sub-pixel data in FIG. Ri [5: 1] in FIG. 12 is Ri [5: 0].
] Is added to the upper 5 bits, and one 0 bit (1′h0) is added to the higher 5 bits to form 6 bits. This corresponds to the one-time right shift integer 010100 in FIG. Ri [5
: 2] 2'h0, Ri [5: 3] 3'h0, Ri [5: 4] 4'h0, Ri [5]
5'h0 is added to the right shift integer.

図12のalpha[4:0]が図4の係数αである。Ri[5:0]に1’h0が加
えられたものとalpha[4]のNOT回路151Aによる反転がAND回路152A
により論理積される。alpha[4]はalpha[4:0]の上位4ビット目であり
、このNOT回路151Aによる反転が図15のβの上位1ビット目の1に対応する。A
ND回路152Aによる論理積が図15のn1×βの1回の010100に対応する。A
ND回路152A〜152Eにより論理積されたものがAdder153により合計され
、010101となる。
Alpha [4: 0] in FIG. 12 is the coefficient α in FIG. An AND circuit 152A is obtained by adding 1'h0 to Ri [5: 0] and inverting alpha [4] by NOT circuit 151A.
Is logically ANDed. alpha [4] is the upper 4 bits of alpha [4: 0], and the inversion by NOT circuit 151A corresponds to 1 of the upper 1 bit of β in FIG. A
The logical product of the ND circuit 152A corresponds to n10 × β, one time 010100 in FIG. A
The logical products obtained by the ND circuits 152A to 152E are summed up by the Adder 153 to be 010101.

上述の如く本願は1−αをβとして近似演算している。従来であれば、減算器により1
−αを計算してAND回路152A〜152Eに入力する。ここで、従来の減算器の演算
方法について説明する。演算の原理を理解しやすいように、10進法で説明する。789
−123の場合123の補数(各桁の数が加算して9となるもの。)876を使用する方
法を考え、789−123=789−(999−876)=789+876+1−100
0とする。このように、引かれる数の補数を加算し、1を加算し、1000を減算すると
よい。2進数の場合、補数はNOT回路で反転することにより容易に求めることができる
。したがって、通常の減算回路であれば、図23に示す如く、第1ステップで、引く数の
αの6ビットを反転する。第2ステップで、それに最下位桁の1(2進で0.00000
1)を加算する。第3ステップで、引かれる数の1を加算する。第4ステップで、αの桁
上がりとなる1を引く(即ち、最上位桁を無視する)。
As described above, the present application performs an approximate calculation using 1−α as β. Conventionally, 1 is subtracted by a subtractor.
-Α is calculated and input to the AND circuits 152A to 152E. Here, a conventional subtractor calculation method will be described. To make it easier to understand the principle of calculation, a decimal system is used. 789
In the case of −123, consider the method of using the complement of 123 (the number of each digit is 9) 876, 789-123 = 789− (999−876) = 789 + 876 + 1−100
0. Thus, the complement of the number to be subtracted is added, 1 is added, and 1000 is subtracted. In the case of a binary number, the complement can be easily obtained by inverting it with a NOT circuit. Therefore, in the case of a normal subtracting circuit, as shown in FIG. 23, the subtracting 6 bits of α are inverted in the first step. In the second step, the least significant digit 1 (0.00000 in binary)
Add 1). In the third step, the subtracted number 1 is added. In the fourth step, 1 which is a carry of α is subtracted (that is, the most significant digit is ignored).

これに対して、本願は第1ステップのみの近似演算を行う。第2ステップの演算誤差は
許容範囲内とし、第3ステップは引かれる数が1であるので1−1=0となって無視し、
第4ステップは最上位桁を無視する。本願発明は、階調のレンダリングでは第2ステップ
を無視できるときがあることに着眼し、また、1−係数の計算のときは第3ステップを無
視することができることに着眼したものである。
On the other hand, the present application performs an approximate calculation of only the first step. The calculation error of the second step is within the allowable range, and the number of subtracted third step is 1, so 1-1 = 0 and ignored.
The fourth step ignores the most significant digit. The present invention focuses on the fact that the second step can be ignored in gradation rendering, and the third step can be ignored when calculating the 1-coefficient.

図16は図10の乗算を近似演算しないもの、即ち、1−αをβとする近似演算のみで
あり、その誤差を示す対比表である。本願発明の実施例1の1−αをβとする近似演算の
誤差は図16の例では10進数で1.25となる。前述のとおり、色分離対策のための階
調は、合成されるサブ画素を周辺の合成されない同色のサブ画素で補正するものであるか
ら5階調までの大きな誤差が許容できる。したがって、乗算の小数部分を無視した誤差は
実用上問題ない。これにより、レンダリング処理を早く行うことができ、また、レンダリ
ング回路を小型化できる。
FIG. 16 is a comparison table showing the error when the multiplication of FIG. 10 is not approximated, that is, only the approximate calculation with 1−α as β. In the example of FIG. 16, the error of the approximate calculation in which 1-α is β in the first embodiment of the present invention is 1.25 in decimal. As described above, the gradation for color separation countermeasures is to correct the synthesized sub-pixels with the neighboring sub-pixels of the same color that are not synthesized, so that a large error up to 5 gradations can be allowed. Therefore, an error that ignores the decimal part of multiplication is not a problem in practice. Thereby, the rendering process can be performed quickly, and the rendering circuit can be downsized.

図17は図13のブロック図の動作を示す図であり、α×(入力サブ画素データに隣接
する画素の同色の入力サブ画素データの平均)を近似演算する。図17において、演算の
対象となる隣接サブ画素データ(平均)N2は、隣接サブ画素が左右2つある場合はその
平均値とする。ここではN2を111100(10進法で60)とする。そして、図15
と同様に、N2を右シフトした整数を求める。さらに右シフトした整数を求め、これをα
のビット数である5回繰り返す。1回目が011110、2回目が001111、3回目
が000111、4回目が000011、5回目が000001となる。N1の5つの右
シフト(n1)とαの5ビットを論理積する。この5つの論理積の合計011001(1
0進法で25)を求める。この右シフト整数による近似乗算と近似しない通常の乗算との
比較を図17に示す。図17に示す如く、本実施例の近似乗算は通常の乗算の小数部分を
無視したものである。このように、小数部分を無視した近似演算を行っているために、演
算処理を早くすることができ、また、演算回路を小さくすることができる。
FIG. 17 is a diagram illustrating the operation of the block diagram of FIG. 13, and approximates α × (average of the same color input subpixel data of pixels adjacent to the input subpixel data). In FIG. 17, adjacent subpixel data (average) N2 to be calculated is the average value when there are two adjacent subpixels on the left and right. Here, N2 is set to 111100 (60 in decimal notation). And FIG.
Similarly, an integer obtained by shifting N2 to the right is obtained. Find an integer that is further shifted to the right,
The number of bits is repeated 5 times. The first time is 011110, the second time is 00111, the third time is 000111, the fourth time is 000011, and the fifth time is 000001. AND the 5 right shifts (n1) of N1 and 5 bits of α. The total of these five logical products 011001 (1
25) is calculated in the decimal system. FIG. 17 shows a comparison between the approximate multiplication by the right shift integer and the normal multiplication not approximated. As shown in FIG. 17, the approximate multiplication of this embodiment ignores the decimal part of normal multiplication. As described above, since the approximation calculation is performed while ignoring the decimal part, the calculation process can be speeded up and the calculation circuit can be made small.

図11の第2の乗算回路14A〜14Cは図12の第1の乗算回路15よりNOT回路
151A〜151Eを削除したものである。したがって、図13の乗算の係数がαとなる
The second multiplication circuits 14A to 14C in FIG. 11 are obtained by deleting NOT circuits 151A to 151E from the first multiplication circuit 15 in FIG. Therefore, the multiplication coefficient in FIG. 13 is α.

図11のレンダリング回路(右画面R)10は前記第1のレンダリング方法(左右)を
含んだ処理を行う。レンダリング回路(右画面R)10に入力される入力サブ画像データ
Rin+1[5:0]はフリップフロップからなる第1のレジスタ11Aにより次の入力
サブ画素データが入力されるまで入力された入力サブ画素データを記憶保持する。更に、
第1のレジスタ11Aの後段には同様の第2のレジスタ11Bを備える。これにより、n
を画素の入力順とすると、Rin+1[5:0]が入力された状態では、第1のレジスタ
11Aの出力はRi[5:0]となり、第2のレジスタ11Bの出力はRin−1[5
:0]となる。Ri[5:0]がレンダリングされる基準の入力サブ画素データであり
、Rin−1[5:0]が左側に隣接する画素の同色の入力サブ画素データであり、Ri
n+1[5:0]が右側に隣接する画素の同色の入力サブ画素データである。
The rendering circuit (right screen R) 10 in FIG. 11 performs processing including the first rendering method (left and right). The input sub image data Rin + 1 [5: 0] input to the rendering circuit (right screen R) 10 is input until the next input sub pixel data is input by the first register 11A formed of a flip-flop. Stores and holds pixel data. Furthermore,
A similar second register 11B is provided in the subsequent stage of the first register 11A. As a result, n
Where R n + 1 [5: 0] is input, the output of the first register 11A is Ri n [5: 0], and the output of the second register 11B is Ri n−. 1 [5
: 0]. Ri n [5: 0] is the reference input sub-pixel data to be rendered, Ri n−1 [5: 0] is the input sub-pixel data of the same color of the adjacent pixel on the left side, and Ri
n + 1 [5: 0] is the input sub-pixel data of the same color of the pixel adjacent on the right side.

第1の乗算回路15にRi[5:0]とalhpa[4:0]が入力され、第1の乗
算回路15は基準の入力サブ画素データにβ(β≒1−α)を近似的に乗算する。第2の
乗算回路14AにRin−1[5:0]とalhpa[4:0]が入力され、第2の乗算
回路14Aは左側に隣接する画素の同色の入力サブ画素データにαを近似的に乗算する。
第2の乗算回路14BにRin+1[5:0]とalhpa[4:0]が入力され、第2
の乗算回路14Bは右側に隣接する画素の同色の入力サブ画素データにαを近似的に乗算
する。第2の乗算回路14Cに、Rin−1[5:0]とRin+1[5:0]の平均デ
ータとalhpa[4:0]が入力され、第2の乗算回路14Cは左右に隣接する画素の
同色の入力サブ画素データの平均にαを近似的に乗算する。
Ri n [5: 0] and alhpa [4: 0] are input to the first multiplication circuit 15, and the first multiplication circuit 15 approximates β (β≈1-α) to the reference input sub-pixel data. Multiply by. Ri n-1 [5: 0] and alhpa [4: 0] are input to the second multiplication circuit 14A, and the second multiplication circuit 14A approximates α to the input sub-pixel data of the same color of the adjacent pixel on the left side. Multiply.
Ri n + 1 [5: 0] and alhpa [4: 0] are input to the second multiplication circuit 14B, and the second
The multiplication circuit 14B substantially multiplies the input sub-pixel data of the same color of the adjacent pixel on the right side by α. Average data of Ri n−1 [5: 0] and Ri n + 1 [5: 0] and alhpa [4: 0] are input to the second multiplier circuit 14C, and the second multiplier circuit 14C is adjacent to the left and right. The average of the input sub-pixel data of the same color of the pixel is approximately multiplied by α.

加算器12Bに第1の乗算回路15の出力と第2の乗算回路14Aの出力が入力され、
加算器12Bはこれらを加算する。加算器12Bの出力は、基準の入力サブ画素データが
図3の右端の画素のときの演算値である。加算器12Cに第1の乗算回路15の出力と第
2の乗算回路14Bの出力が入力され、加算器12Cはこれらを加算する。加算器12C
の出力は、基準の入力サブ画素データが図3の左端の画素のときの演算値である。加算器
12Dに第1の乗算回路15の出力と第2の乗算回路14Cの出力が入力され、加算器1
2Dはこれらを加算する。加算器12Dの出力は、基準の入力サブ画素データが図3の中
間(両端以外)の画素のときの演算値である。尚、mode[1:0]と第1の選択回路
16によって、中間の画素のときの出力を、加算器12Dの出力以外の加算器12Bの出
力や加算器12Cの出力も選択可能にしている。
The output of the first multiplier circuit 15 and the output of the second multiplier circuit 14A are input to the adder 12B,
The adder 12B adds these. The output of the adder 12B is a calculated value when the reference input sub-pixel data is the rightmost pixel in FIG. The output of the first multiplier circuit 15 and the output of the second multiplier circuit 14B are input to the adder 12C, and the adder 12C adds them. Adder 12C
Is an operation value obtained when the reference input sub-pixel data is the leftmost pixel in FIG. The output of the first multiplier circuit 15 and the output of the second multiplier circuit 14C are input to the adder 12D, and the adder 1
2D adds these. The output of the adder 12D is a calculated value when the reference input sub-pixel data is an intermediate pixel (other than both ends) in FIG. Note that mode [1: 0] and the first selection circuit 16 can select the output of the adder 12B other than the output of the adder 12D or the output of the adder 12C as the output at the intermediate pixel. .

EN1,EN2_799,EN800と第2の選択回路17によって、基準の入力サブ
画素データが右端の場合は加算器12Bの出力を選択し、左端の場合は加算器12Cの出
力を選択し、中間の場合は第1の選択回路16を選択する。そして、第2の選択回路17
の出力は他の信号と同期を取るために遅延回路18で遅延されて、レンダリング部の出力
信号Ro[5:0]となり、図1の2画面合成部6に入力される。
When the reference input sub-pixel data is at the right end, the output of the adder 12B is selected by the EN1, EN2_799, EN800 and the second selection circuit 17, and when the reference input subpixel data is at the left end, the output of the adder 12C is selected. Selects the first selection circuit 16. Then, the second selection circuit 17
1 is delayed by the delay circuit 18 in order to synchronize with other signals to become an output signal Ro n [5: 0] of the rendering unit, which is input to the two-screen composition unit 6 of FIG.

図11の図1のレンダリング回路(右画面R)10は右画面用であるナビゲーション画
像のRのレンダリング処理であるが、同じ処理をナビゲーション画像のG,Bや左画面用
であるDVD再生画像のRGBについても他のレンダリング回路(右画面G,右画面B,
左画面R,左画面G,左画面B)によって行われる。そして、夫々、図1の2画面合成部
6に入力される。
The rendering circuit (right screen R) 10 of FIG. 11 in FIG. 11 is the R rendering process of the navigation image for the right screen, but the same processing is performed for the navigation images G and B and the DVD playback image for the left screen. For RGB, other rendering circuits (right screen G, right screen B,
Left screen R, left screen G, left screen B). Then, they are input to the two-screen composition unit 6 in FIG.

2画面合成部6に入力されたナビゲーション画像とDVD再生画像は前述の方法で合成
され、表示部4で視方向により判別可能に表示される。
The navigation image and the DVD playback image input to the two-screen composition unit 6 are synthesized by the above-described method and displayed on the display unit 4 so as to be discriminated by the viewing direction.

次に実施例2を説明する。図18は実施例2の第1の乗算回路を示すブロック図である
。図19は実施例2の第2の乗算回路を示すブロック図である。図18、図19に示す如
く、実施例2は、実施例1の第1の乗算回路(図12)よりβの最下位の桁の乗算である
NOT回路151EとAND回路152Eを削除し、実施例1の第2の乗算回路(図13
)よりαの最下位の桁の乗算であるAND回路141Eを削除したものである。
Next, Example 2 will be described. FIG. 18 is a block diagram illustrating a first multiplication circuit according to the second embodiment. FIG. 19 is a block diagram illustrating a second multiplication circuit according to the second embodiment. As shown in FIGS. 18 and 19, in the second embodiment, the NOT circuit 151E and the AND circuit 152E, which are multiplications of the least significant digit of β, are deleted from the first multiplication circuit (FIG. 12) of the first embodiment. The second multiplication circuit of Example 1 (FIG. 13
) And the AND circuit 141E which is the multiplication of the least significant digit of α is deleted.

図20は図18のブロック図の動作を示す図である。図20は実施例1における図15
のβの5ビット目を、掛けられる数のままとする1(スルー)にしたものである。これに
より、データ名をβでなく1−α’にする。
FIG. 20 shows the operation of the block diagram of FIG. 20 is the same as FIG. 15 in the first embodiment.
The fifth bit of β is set to 1 (through) to keep the number to be multiplied. As a result, the data name is set to 1-α 'instead of β.

図21は図19のブロック図の動作を示す図である。図21は実施例1における図17
のαの5ビット目を、掛けられる数のままとする1(スルー)にしたものである。これに
より、データ名をαでなくα’にする。αの最下位の桁が0のときはα’はαよりも0.
00001(10進数で0.03125)多くなり、αの最下位の桁が1のときはα’=
αとなる。
FIG. 21 shows the operation of the block diagram of FIG. FIG. 21 is the same as FIG.
In this case, the fifth bit of α is set to 1 (through) to keep the number to be multiplied. As a result, the data name is changed to α ′ instead of α. When the least significant digit of α is 0, α ′ is 0.
00001 (0.03125 in decimal) and when the least significant digit of α is 1, α ′ =
α.

このように、掛けられる数をAND回路を介さずにそのままスルー出力することにより
、AND回路の削減となる。また、実施例1において、第1の乗算回路の係数と、第2の
乗算回路の係数の合計は1にならなかったが、実施例2においてはその合計が1となる。
尚、係数αの最下位桁が1の場合はα’=αとなって、1−αの演算誤差は生じない。
In this way, the AND circuit is reduced by directly outputting the multiplied number without passing through the AND circuit. In the first embodiment, the sum of the coefficient of the first multiplier circuit and the coefficient of the second multiplier circuit is not 1. However, the sum is 1 in the second embodiment.
When the least significant digit of the coefficient α is 1, α ′ = α, and no calculation error of 1−α occurs.

図22は実施例2の近似演算の誤差を示す対比表である。その誤差は10進数で0.8
75となる。前述のとおり、色分離対策のための階調は、合成されるサブ画素を周辺の合
成されない同色のサブ画素で補正するものであるから5階調までの大きな誤差が許容でき
る。したがって、乗算の小数部分を無視した誤差は実用上問題ない。これにより、レンダ
リング処理を早く行うことができ、また、レンダリング回路を小型化できる。
FIG. 22 is a comparison table showing errors in the approximation calculation of the second embodiment. The error is 0.8 decimal.
75. As described above, the gradation for color separation countermeasures is to correct the synthesized sub-pixels with the neighboring sub-pixels of the same color that are not synthesized, so that a large error up to 5 gradations can be allowed. Therefore, an error that ignores the decimal part of multiplication is not a problem in practice. Thereby, the rendering process can be performed quickly, and the rendering circuit can be downsized.

尚、上述の近似演算は第1のレンダリング方法に関するものであったが、第2、第3の
レンダリング方法に適用することもできる。さらに、上述の実施例は市松模様のスリット
であったが、ストライブなどの他の模様のスリットにも適用することができる。
The approximate calculation described above relates to the first rendering method, but it can also be applied to the second and third rendering methods. Furthermore, although the above-mentioned embodiment is a checkered slit, it can also be applied to slits of other patterns such as stripes.

また、上述の実施例はレンダリングの許容精度が低い2画面について述べたが、他の階
調のレンダリングにも適用することができる。例えば、特許文献1のように、フレーム間
で異なる階調を4フレームの周期で表示するFRC(frame rate control)の場合は、目
の錯覚を利用して擬似的に中間調0.25単位の階調表示を行うので、この階調のレンダ
リングは0.25(2進数で小数点以下2位)単位の演算でよい。
Further, although the above-described embodiment has been described with respect to two screens with low permissible accuracy of rendering, it can also be applied to rendering of other gradations. For example, as in Patent Document 1, in the case of FRC (frame rate control) that displays different gradations between frames at a cycle of 4 frames, an illusion of eye is used to simulate 0.25 units of halftone. Since gradation display is performed, rendering of this gradation may be performed in units of 0.25 (2 decimal places in binary).

また、上述の実施例の表示部は液晶であったが、ELにも適用することができる。   Moreover, although the display part of the above-mentioned Example was a liquid crystal, it is applicable also to EL.

本実施形態に係る画像表示装置の要部を示すブロック図である。It is a block diagram which shows the principal part of the image display apparatus which concerns on this embodiment. 視差バリア方式による2画面表示の原理を示す表示部4の断面図。Sectional drawing of the display part 4 which shows the principle of 2 screen display by a parallax barrier system. 液晶パネルの画素数を示す図である。It is a figure which shows the pixel count of a liquid crystal panel. 本実施形態に係る画像表示装置における液晶パネルの平面図である。It is a top view of the liquid crystal panel in the image display apparatus concerning this embodiment. 2画面表示モードにおける表示画像の作成方法を示す。A method for creating a display image in the two-screen display mode will be described. 色分離の説明図である。It is explanatory drawing of color separation. 第1のレンダリング方法を説明する図である。It is a figure explaining the 1st rendering method. 第2のレンダリング方法を説明する図である。It is a figure explaining the 2nd rendering method. 第3のレンダリング方法を説明する図である。It is a figure explaining the 3rd rendering method. 実施例1の近似演算の誤差を示す対比表である。3 is a comparison table showing errors in approximation calculation in Example 1. 図1のレンダリング回路を示すブロック図である。FIG. 2 is a block diagram illustrating a rendering circuit of FIG. 1. 図11の第1の乗算回路を示すブロック図である。FIG. 12 is a block diagram illustrating a first multiplication circuit in FIG. 11. 図11の第2の乗算回路を示すブロック図である。FIG. 12 is a block diagram illustrating a second multiplication circuit in FIG. 11. 係数αの設定レジスタを示す図である。It is a figure which shows the setting register | resistor of the coefficient (alpha). 図12の演算方法を示す図である。It is a figure which shows the calculation method of FIG. 実施例1の1−αを近似的にβとした近似演算の誤差のみを示す対比表である。6 is a comparison table showing only an error in approximation calculation in which 1-α in Example 1 is approximately β. 図13の演算方法を示す図である。It is a figure which shows the calculation method of FIG. 実施例2の第1の乗算回路を示すブロック図である。FIG. 6 is a block diagram illustrating a first multiplication circuit according to a second embodiment. 実施例2の第2の乗算回路を示すブロック図である。FIG. 6 is a block diagram illustrating a second multiplication circuit according to the second embodiment. 図18の演算方法を示す図である。It is a figure which shows the calculation method of FIG. 図19の演算方法を示す図である。It is a figure which shows the calculation method of FIG. 実施例2の近似演算の誤差を示す対比表である。10 is a comparison table showing errors in approximation calculation of Example 2. 従来の乗算器を示す図である。It is a figure which shows the conventional multiplier.

符号の説明Explanation of symbols

1 画像表示装置
2 信号処理回路
3 EEPROM
4 表示部
41 液晶パネル
4121 走査線駆動回路
4122 データ線駆動回路
4124 走査線
4125 データ線
42 視差バリア
42S スリット
43 上偏光板
44 下偏光板
45 照明装置
5 レンダリング部
6 2画面合成部
10 レンダリング回路
11A 第1のレジスタ
11B 第2のレジスタ
12A,12B,12C,12D 加算器
14A,14B,14C 第2の乗算回路
15 第1の乗算回路
16 第1の選択回路
17 第2の選択回路
18 遅延回路
50L、50R 観察者
100 ナビゲーション装置
101 ナビゲーション部
102 DVD再生部
DESCRIPTION OF SYMBOLS 1 Image display apparatus 2 Signal processing circuit 3 EEPROM
DESCRIPTION OF SYMBOLS 4 Display part 41 Liquid crystal panel 4121 Scan line drive circuit 4122 Data line drive circuit 4124 Scan line 4125 Data line 42 Parallax barrier 42S Slit 43 Upper polarizing plate 44 Lower polarizing plate 45 Illuminating device 5 Rendering part 6 2 screen composition part 10 Rendering circuit 11A First register 11B Second register 12A, 12B, 12C, 12D Adder 14A, 14B, 14C Second multiplier circuit 15 First multiplier circuit 16 First selector circuit 17 Second selector circuit 18 Delay circuit 50L , 50R observer 100 navigation device 101 navigation unit 102 DVD playback unit

Claims (4)

マトリクス状に整列した画素の輝度を階調表示する表示部と、前記階調の演算を2進数
で行うレンダリング部とを有し、前記レンダリング部は1未満の係数αが与えられる一方
の演算項と係数1−αが与えられる他方の演算項の演算を行うものであって、αの各桁を
反転させたβを1−αの近似値として近似演算することを特徴とする画像表示装置。
A display unit that displays the luminance of pixels arranged in a matrix in gradation, and a rendering unit that performs the calculation of the gradation in binary, and the rendering unit is one of the calculation terms that is given a coefficient α of less than 1 An image display apparatus that performs an operation of the other operation term to which a coefficient 1-α is given and performs an approximate operation using β obtained by inverting each digit of α as an approximate value of 1-α.
2つの個別画像を夫々レンダリングするレンダリング部と、該レンダリング部が出力す
るレンダリングされた2つの個別画像から1つの表示画面分のデータを取り出して2つの
個別画像の画素を表示の横方向に交互に配置して1つの混合画像を合成する2画面合成部
と、該2画面合成部が出力する混合画像を視方向により夫々の個別画像が判別可能となる
ように表示する表示部とを備え、
1未満の係数αと、補正式(補正後の合成されるサブ画素の階調)=(補正前の合成さ
れるサブ画素の階調)×(1−α)+(隣接する合成されない画素のサブ画素の平均階調
)×αが与えられたとき、
前記レンダリング部は1未満の係数αが与えられ、αの各桁を反転させたβを1−αの
近似値として近似演算することを特徴とする画像表示装置。
A rendering unit that renders two individual images, and data for one display screen is extracted from the two rendered individual images output from the rendering unit, and pixels of the two individual images are alternately displayed in the horizontal direction of the display. A two-screen composition unit that arranges and synthesizes one mixed image, and a display unit that displays the mixed image output by the two-screen composition unit so that each individual image can be distinguished according to the viewing direction;
The coefficient α less than 1 and the correction formula (the gradation of the combined sub-pixel after correction) = (the gradation of the combined sub-pixel before correction) × (1−α) + (the adjacent non-combined pixel) When the average gradation of subpixels) x α is given,
The rendering unit is provided with a coefficient α of less than 1, and performs an approximate calculation using β obtained by inverting each digit of α as an approximate value of 1-α.
マトリクス状に整列した画素の輝度を階調表示する表示部と、前記階調の演算を2進数
で行うレンダリング部とを有し、前記レンダリング部は1未満の係数αが与えられる一方
の演算項と係数1−αが与えられる他方の演算項の演算を行うものであって、αの最下位
の桁を1にしたα’をαの近似値とし、且つαの最下位を除く各桁を反転させて最下位の
桁を1にした1−α’を1−αの近似値として近似演算することを特徴とする画像表示装
置。
A display unit that displays the luminance of pixels arranged in a matrix in gradation, and a rendering unit that performs the calculation of the gradation in binary, and the rendering unit is one of the calculation terms that is given a coefficient α of less than 1 And the coefficient of 1−α, the other operation term is calculated, α ′ with the least significant digit of α set to 1, α ′ being an approximate value of α, and each digit excluding the least significant digit of α An image display device characterized by approximating 1-α ', which is inverted and having the least significant digit set to 1, as an approximate value of 1-α.
2つの個別画像を夫々レンダリングするレンダリング部と、該レンダリング部が出力す
るレンダリングされた2つの個別画像から1つの表示画面分のデータを取り出して2つの
個別画像の画素を表示の横方向に交互に配置して1つの混合画像を合成する2画面合成部
と、該2画面合成部が出力する混合画像を視方向により夫々の個別画像が判別可能となる
ように表示する表示部とを備え、
1未満の係数αと、補正式(補正後の合成されるサブ画素の階調)=(補正前の合成さ
れるサブ画素の階調)×(1−α)+(隣接する合成されない画素のサブ画素の平均階調
)×αが与えられたとき、
αの最下位の桁を1にしたα’をαの近似値とし、且つαの最下位を除く各桁を反転さ
せて最下位の桁を1にした1−α’を1−αの近似値として近似演算することを特徴とす
る画像表示装置。
A rendering unit that renders two individual images, and data for one display screen is extracted from the two rendered individual images output from the rendering unit, and pixels of the two individual images are alternately displayed in the horizontal direction of the display. A two-screen composition unit that arranges and synthesizes one mixed image, and a display unit that displays the mixed image output by the two-screen composition unit so that each individual image can be distinguished according to the viewing direction;
The coefficient α less than 1 and the correction formula (the gradation of the combined sub-pixel after correction) = (the gradation of the combined sub-pixel before correction) × (1−α) + (the adjacent non-combined pixel) When the average gradation of subpixels) x α is given,
α ′ with the lowest digit of α set to 1 is an approximate value of α, and 1−α ′ is the approximate value of 1−α with the lowest digit turned to 1 by inverting each digit except the lowermost digit of α An image display device characterized by performing approximate calculation as a value.
JP2007148976A 2007-06-05 2007-06-05 Image display device Withdrawn JP2008304976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007148976A JP2008304976A (en) 2007-06-05 2007-06-05 Image display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007148976A JP2008304976A (en) 2007-06-05 2007-06-05 Image display device

Publications (1)

Publication Number Publication Date
JP2008304976A true JP2008304976A (en) 2008-12-18

Family

ID=40233687

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007148976A Withdrawn JP2008304976A (en) 2007-06-05 2007-06-05 Image display device

Country Status (1)

Country Link
JP (1) JP2008304976A (en)

Similar Documents

Publication Publication Date Title
JP4375468B2 (en) Two-screen display device
JP4730410B2 (en) Electro-optical device and electronic apparatus
EP2434331B1 (en) Stereoscopic display device
US9253479B2 (en) Method and apparatus for displaying partial 3D image in 2D image display area
JP2007316460A (en) Electro-optical device and electronic device
US20110221655A1 (en) Two-image display apparatus
JP2011076034A (en) Image display device and method for driving the same
JP2008203486A (en) Image display device and electronic equipment
KR20120007268A (en) Image display device and driving method thereof
CN102547347A (en) Three-dimensional image display apparatus
JP2013114143A (en) Electro-optic device and electronic apparatus
JP2010020178A (en) Image display apparatus device, image display apparatus method, and image display apparatus program
WO2012090953A1 (en) Display device, television receiver
JP2008299040A (en) Image display device
JP2009186800A (en) Display method and flicker determination method of display device
JP2007139865A (en) Three-dimensional image display device
JP2008009039A (en) Electrooptical device and electronic equipment
JP2011123230A (en) Display device
JP2005110022A (en) Stereoscopic color image display device and color filter substrate
JP5358918B2 (en) Driving method of liquid crystal display element
JP2021039289A (en) Liquid crystal projector
JP5088671B2 (en) Display device and electronic device
JP2008304976A (en) Image display device
US10891909B2 (en) Display device and method for driving same
JP5300706B2 (en) Display device

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