[go: up one dir, main page]

JP2012173968A - Image processing device, image processing method and display system - Google Patents

Image processing device, image processing method and display system Download PDF

Info

Publication number
JP2012173968A
JP2012173968A JP2011034958A JP2011034958A JP2012173968A JP 2012173968 A JP2012173968 A JP 2012173968A JP 2011034958 A JP2011034958 A JP 2011034958A JP 2011034958 A JP2011034958 A JP 2011034958A JP 2012173968 A JP2012173968 A JP 2012173968A
Authority
JP
Japan
Prior art keywords
light emitting
emitting element
vertex
data
light
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
JP2011034958A
Other languages
Japanese (ja)
Inventor
Hirotaka Ishikawa
博隆 石川
Norihisa Ito
功久 井藤
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP2011034958A priority Critical patent/JP2012173968A/en
Publication of JP2012173968A publication Critical patent/JP2012173968A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)
  • Control Of El Displays (AREA)
  • Image Generation (AREA)
  • Testing, Inspecting, Measuring Of Stereoscopic Televisions And Televisions (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image processing device, method and a display system configured to reduce the time and computational complexity required for correction and prevent image blur after the correction.SOLUTION: The image processing device includes a shader part that performs computer graphics processing. The shader part includes a vertex processing part that performs vertex processing on the basis of vertex information. In the vertex processing part, a position of a vertex is corrected on the basis of correction data. The correction data is, for example, data for correcting distortion of a computer graphics image output from the shader part and displayed on a display device.

Description

本開示は、画像の歪みを補正することができる画像処理装置および画像処理方法、並びに表示システムに関する。   The present disclosure relates to an image processing apparatus, an image processing method, and a display system that can correct image distortion.

従来より、2次元画像の歪みを補正する方法として、例えばバイリニア補間やバイキュービック補間といった画素補間処理を利用する方法が知られている。バイリニア補間やバイキュービック補間では、2次元画像のX方向(水平方向(横方向))およびY方向(垂直方向(縦方向))の2つの方向の画素情報を用いて画素補間を行うので、X方向およびY方向のどちらの方向に歪みがある場合であっても歪みを補正することができる。   Conventionally, as a method for correcting distortion of a two-dimensional image, for example, a method using pixel interpolation processing such as bilinear interpolation or bicubic interpolation is known. In bilinear interpolation or bicubic interpolation, pixel interpolation is performed using pixel information in two directions of the X direction (horizontal direction (horizontal direction)) and Y direction (vertical direction (vertical direction)) of the two-dimensional image. The distortion can be corrected regardless of whether the direction is the Y direction or the Y direction.

特許文献1には、レンズによってもたらされる画像の歪みを補正する方法が開示されている。特許文献1では、GPU(Graphics Processing Unit)のピクセルシェーダの機能を利用してピクセルごとに画像の歪みを補正する例が開示されている。   Patent Document 1 discloses a method for correcting image distortion caused by a lens. Patent Document 1 discloses an example in which image distortion is corrected for each pixel by using a pixel shader function of a GPU (Graphics Processing Unit).

特開2009−165106号公報JP 2009-165106 A

しかしながら、従来の画像補正手法では、2次元画像の各ピクセル(ラスタ画像(ビットマップ画像)の各ピクセル)に対してX方向およびY方向の2つの方向の画素情報を用いて画素補間を行うので、補正のための画像処理に時間が掛かり、さらに、補正後の画像になまり(ぼけ)が発生しやすいという問題がある。特許文献1においても、ピクセルシェーダの機能を利用して、ラスタライズ処理後の画像に対してピクセルごとに画像の歪みを補正するので、同様の問題がある。   However, in the conventional image correction method, pixel interpolation is performed on each pixel of a two-dimensional image (each pixel of a raster image (bitmap image)) using pixel information in two directions, the X direction and the Y direction. In addition, there is a problem that it takes time to perform image processing for correction, and the image after correction tends to be blurred (blurred). Also in Patent Document 1, since the image distortion is corrected for each pixel with respect to the image after rasterization processing using the function of the pixel shader, there is a similar problem.

本開示の目的は、補正処理に要する時間や計算量、および補正処理後の画像のぼけを軽減することができるようにした画像処理装置および画像処理方法、並びに表示システムを提供することにある。   An object of the present disclosure is to provide an image processing apparatus, an image processing method, and a display system that can reduce time and amount of calculation required for correction processing, and blurring of an image after correction processing.

本開示による画像処理装置は、コンピュータグラフィックス処理を行うシェーダ部を備え、シェーダ部は、頂点情報に基づいて頂点処理を行う頂点処理部を有し、頂点処理部において、補正用データに基づいて頂点の位置を補正する処理を行うようにしたものである。   An image processing apparatus according to the present disclosure includes a shader unit that performs computer graphics processing. The shader unit includes a vertex processing unit that performs vertex processing based on vertex information, and the vertex processing unit is configured based on correction data. Processing for correcting the position of the vertex is performed.

本開示による画像処理方法は、シェーダ部によってコンピュータグラフィックス処理を行う際に、シェーダ部が行う処理として、頂点情報に基づく頂点処理を含み、頂点処理を行う際に、補正用データに基づいて頂点の位置を補正する処理を行うようにしたものである。   The image processing method according to the present disclosure includes vertex processing based on vertex information as processing performed by the shader unit when computer graphics processing is performed by the shader unit, and vertex processing is performed based on correction data when performing vertex processing. The process of correcting the position of is performed.

本開示による表示システムは、画像処理装置と、画像処理装置から供給された画像データに基づいて画像表示を行う表示装置とを備え、画像処理装置として、上記本開示による画像処理装置を用いるようにしたものである。   A display system according to the present disclosure includes an image processing device and a display device that displays an image based on image data supplied from the image processing device, and uses the image processing device according to the present disclosure as the image processing device. It is what.

本開示の画像処理装置もしくは画像処理方法、または表示システムでは、コンピュータグラフィックス処理に伴う頂点処理を行う際に、補正用データに基づいて頂点の位置を補正する処理が行われる。   In the image processing apparatus, the image processing method, or the display system according to the present disclosure, when the vertex processing associated with the computer graphics processing is performed, processing for correcting the position of the vertex is performed based on the correction data.

本開示の画像処理装置もしくは画像処理方法、または表示システムによれば、コンピュータグラフィックス処理に伴う頂点処理を行う際に、補正用データに基づいて頂点の位置を補正するようにしたので、ラスタライズ処理前のベクタ画像に対して画像補正を行うことができる。これにより、補正処理に要する時間や計算量、および補正処理後の画像のぼけを軽減することができる。   According to the image processing apparatus, the image processing method, or the display system of the present disclosure, the vertex position is corrected based on the correction data when performing the vertex processing associated with the computer graphics processing. Image correction can be performed on the previous vector image. As a result, the time and amount of calculation required for the correction process and the blurring of the image after the correction process can be reduced.

本開示の第1の実施の形態に係る全周囲立体画像表示装置10の構成例を示す部分破断斜視図である。It is a partial fracture perspective view showing an example of composition of omnidirectional stereoscopic image display device 10 concerning a 1st embodiment of this indication. 全周囲立体画像表示装置10の組立例を示す分解斜視図である。3 is an exploded perspective view showing an assembly example of the omnidirectional stereoscopic image display device 10. FIG. 2次元発光素子アレイ101の発光面の形状算出例(その1)を示す説明図である。It is explanatory drawing which shows the shape calculation example (the 1) of the light emission surface of the two-dimensional light emitting element array. 2次元発光素子アレイ101の発光面の形状算出例(その2)を示す説明図である。It is explanatory drawing which shows the shape calculation example (the 2) of the light emission surface of the two-dimensional light emitting element array. 2次元発光素子アレイ101の形状例(その1)を示す斜視図である。FIG. 6 is a perspective view showing an example (part 1) of a shape of a two-dimensional light emitting element array 101. 2次元発光素子アレイ101の形状例(その2)を示す斜視図である。It is a perspective view which shows the example of a shape of the two-dimensional light emitting element array 101 (the 2). 2次元発光素子アレイ101の形状例(その3)を示す斜視図である。FIG. 6 is a perspective view showing a shape example (No. 3) of the two-dimensional light emitting element array 101; 2次元発光素子アレイ101におけるレンズ部材の機能例を示す回転軸方向から見下ろした模式図である。It is the schematic diagram looked down from the rotating shaft direction which shows the function example of the lens member in the two-dimensional light emitting element array 101. FIG. 全周囲立体画像表示装置10の動作例を示す回転軸方向から見下ろした模式図である。FIG. 6 is a schematic view looking down from the rotation axis direction illustrating an operation example of the omnidirectional stereoscopic image display device 10. 視点pから観察される発光点の軌跡例(その1)を示す説明図である。It is explanatory drawing which shows the example (the 1) of the locus | trajectory of the light emission point observed from the viewpoint p. 視点pから観察される発光点の軌跡例(その2)を示す説明図である。It is explanatory drawing which shows the example (the 2) of the locus | trajectory of the light emission point observed from the viewpoint p. 視点pから観察される発光点の軌跡例(その3)を示す説明図である。It is explanatory drawing which shows the example (the 3) of the locus | trajectory of the light emission point observed from the viewpoint p. 複数の視点に対してスリット102を介して光線を出力する様子(その1)を示す説明図である。It is explanatory drawing which shows a mode (the 1) which outputs a light ray through the slit 102 with respect to several viewpoints. 複数の視点に対してスリット102を介して光線を出力する様子(その2)を示す説明図である。It is explanatory drawing which shows a mode (the 2) which outputs a light ray through the slit 102 with respect to several viewpoints. 複数の視点に対してスリット102を介して光線を出力する様子(その3)を示す説明図である。It is explanatory drawing which shows a mode (the 3) which outputs a light ray through the slit 102 with respect to several viewpoints. 複数の視点に対してスリット102を介して光線を出力する様子(その4)を示す説明図である。It is explanatory drawing which shows a mode (the 4) which outputs a light ray through the slit 102 with respect to several viewpoints. 撮影データ/放射光データの変換例を示すデータフォーマットの説明図である。It is explanatory drawing of the data format which shows the conversion example of imaging | photography data / radiation light data. 全周囲立体画像表示装置10の制御系の構成例を示すブロック図である。3 is a block diagram illustrating a configuration example of a control system of the omnidirectional stereoscopic image display device 10. FIG. 1個の1次元発光素子基板#1等の構成例を示すブロック図である。It is a block diagram which shows the structural example of one one-dimensional light emitting element substrate # 1 grade | etc.,. 全周囲立体画像表示装置10における立体画像表示例を示す流れ図である。3 is a flowchart illustrating a stereoscopic image display example in the omnidirectional stereoscopic image display device 10. (A)及び(B)は、全周囲立体画像表示装置10における立体画像の視聴例を示す説明図である。(A) And (B) is explanatory drawing which shows the viewing-and-listening example of the stereo image in the omnidirectional stereo image display apparatus 10. FIG. (A)及び(B)は、全周囲立体画像表示装置10における任意の視点pから観測される表示面の画素配列の例を示す説明図である。(A) And (B) is explanatory drawing which shows the example of the pixel arrangement | sequence of the display surface observed from the arbitrary viewpoint p in the all-around stereoscopic image display apparatus 10. FIG. 全周囲立体画像表示装置10における任意の視点pから観測される画像の歪みの状態についての説明図である。FIG. 6 is an explanatory diagram of a state of image distortion observed from an arbitrary viewpoint p in the omnidirectional stereoscopic image display device 10. 全周囲立体画像表示装置10における画像の歪み量の算出例を示す説明図である。12 is an explanatory diagram illustrating an example of calculating an image distortion amount in the omnidirectional stereoscopic image display device 10. FIG. 本開示の第2の実施の形態に係る画像処理装置の回路構成の一例を示すブロック図である。It is a block diagram showing an example of circuit composition of an image processing device concerning a 2nd embodiment of this indication. 第2の実施の形態に係る画像処理装置による画像データ生成の全体動作の一例を示す流れ図である。It is a flowchart which shows an example of the whole operation | movement of the image data generation by the image processing apparatus which concerns on 2nd Embodiment. 頂点シェーダおよびジオメトリシェーダの処理内容の概要を示す説明図である。It is explanatory drawing which shows the outline | summary of the processing content of a vertex shader and a geometry shader. 頂点シェーダで画像の歪みを補正する場合の処理の一例を示す流れ図である。It is a flowchart which shows an example of the process in the case of correct | amending the distortion of an image with a vertex shader. (A)は補正前の画像の一例を示す説明図であり、(B)は補正後の画像の一例を示す説明図である。(A) is explanatory drawing which shows an example of the image before correction | amendment, (B) is explanatory drawing which shows an example of the image after correction | amendment. 図25に示した画像処理装置に対する変形例の回路構成を示すブロック図である。FIG. 26 is a block diagram illustrating a circuit configuration of a modified example of the image processing apparatus illustrated in FIG. 25.

以下、本開示を実施するための最良の形態(以下、単に実施の形態という)について、図面を参照して詳細に説明する。なお、説明は以下の順番で行う。
1.第1の実施の形態(全周囲立体画像表示装置10の説明)

2.第2の実施の形態(画像の歪み補正を行うための画像処理装置および方法の説明)
Hereinafter, the best mode for carrying out the present disclosure (hereinafter simply referred to as an embodiment) will be described in detail with reference to the drawings. The description will be given in the following order.
1. 1st Embodiment (Description of the all-around stereoscopic image display apparatus 10)
)
2. Second Embodiment (Description of Image Processing Apparatus and Method for Correcting Image Distortion)

<第1の実施の形態>
[全周囲立体画像表示装置10の構成例]
図1は、第1の実施の形態としての全周囲立体画像表示装置10の構成例を示す部分破断斜視図である。図1に示す全周囲立体画像表示装置10は光線再生方式の立体画像表示装置の一例を構成し、2次元発光素子アレイ101、スリット付きの回転部104及び駆動機構付きの設置架台105を備えている。全周囲立体画像表示装置10は、被写体を全周囲に渡って撮像したり、コンピュータにより作成された立体画像表示用の2次元映像情報等(以下単に映像データDinという)に基づいて被写体の全周囲に渡る立体画像を再生するものである。
<First Embodiment>
[Configuration example of the all-around stereoscopic image display device 10]
FIG. 1 is a partially broken perspective view illustrating a configuration example of an omnidirectional stereoscopic image display device 10 as a first embodiment. An omnidirectional stereoscopic image display device 10 shown in FIG. 1 constitutes an example of a light reproduction type stereoscopic image display device, and includes a two-dimensional light emitting element array 101, a rotating part 104 with a slit, and an installation base 105 with a driving mechanism. Yes. The omnidirectional stereoscopic image display device 10 captures an image of the subject over the entire circumference, or based on 2D video information or the like (hereinafter simply referred to as video data Din) for stereoscopic image display created by a computer. 3D images are reproduced.

回転部104はスリット付きの外装体41及び、吸気口付きのターンテーブル42を有して構成される。ターンテーブル42上には外装体41が取り付けられる。ターンテーブル42は円盤状を成しており、その中心位置には回転軸103が設けられている。回転軸103は、ターンテーブル42の回転中心となされると共に、外装体41の回転中心となされ、以下で、回転部104の回転軸103ともいう。ターンテーブル42の所定の位置には吸気口106が設けられ、外装体41の内側へ空気を取り込むようになされる。   The rotating unit 104 includes an exterior body 41 with a slit and a turntable 42 with an air inlet. An exterior body 41 is attached on the turntable 42. The turntable 42 has a disk shape, and a rotation shaft 103 is provided at the center position thereof. The rotation shaft 103 serves as the rotation center of the turntable 42 and the rotation center of the exterior body 41, and is hereinafter also referred to as the rotation shaft 103 of the rotation unit 104. An air inlet 106 is provided at a predetermined position of the turntable 42 so that air is taken into the exterior body 41.

ターンテーブル42上の外装体41の内側には、所定の形状を有した1以上の2次元発光素子アレイ101が備えられている。2次元発光素子アレイ101は、例えば、m行×n列個の発光素子をマトリクス状に配列したものである。発光素子には、発光ダイオードや、レーザダイオード、有機ELなどの自発光素子が使用される。2次元発光素子アレイ101は、回転部104の回転に応じて複数の発光素子が発光し、かつ、立体画像用の映像データDinに基づいて発光制御されるようになっている。この発光制御は、後述する表示制御部15(図18)によって行われる。   One or more two-dimensional light emitting element arrays 101 having a predetermined shape are provided inside the exterior body 41 on the turntable 42. The two-dimensional light emitting element array 101 has, for example, m rows × n columns of light emitting elements arranged in a matrix. As the light emitting element, a self light emitting element such as a light emitting diode, a laser diode, or an organic EL is used. In the two-dimensional light emitting element array 101, a plurality of light emitting elements emit light according to the rotation of the rotating unit 104, and the light emission is controlled based on the stereoscopic image video data Din. This light emission control is performed by a display control unit 15 (FIG. 18) described later.

もちろん、発光素子は、自発光素子に限られることはなく、光源と変調素子を組み合わせた発光装置でもよい。視点p(図3参照)に対するスリット回転走査時、回転部104の変調速度に追従できる発光素子であれば、どんな形態の発光素子や発光装置であってもよい。2次元発光素子アレイ101には、発光素子の他に、当該発光素子を駆動するための駆動回路(ドライバ)が実装されている。   Of course, the light emitting element is not limited to the self light emitting element, and may be a light emitting device in which a light source and a modulation element are combined. Any type of light emitting element or light emitting device may be used as long as the light emitting element can follow the modulation speed of the rotating unit 104 at the time of slit rotation scanning with respect to the viewpoint p (see FIG. 3). In the two-dimensional light emitting element array 101, a driving circuit (driver) for driving the light emitting element is mounted in addition to the light emitting element.

2次元発光素子アレイ101は、例えば、プリント配線基板を湾曲状(例えば円弧状)に切り欠いた小口面に、複数の発光素子をライン状に配設(実装)した1次元発光素子基板#1(図5〜図7参照)を回転軸103に沿って複数枚積層した積層構造を有する。このように構成すると、曲面形状(例えば円弧状)の発光面を有した2次元発光素子アレイ101を容易に構成できるようになる。   The two-dimensional light-emitting element array 101 is, for example, a one-dimensional light-emitting element substrate # 1 in which a plurality of light-emitting elements are arranged (mounted) in a line shape on a small edge surface obtained by cutting a printed wiring board into a curved shape (for example, an arc shape). It has a laminated structure in which a plurality of pieces (see FIGS. 5 to 7) are laminated along the rotation axis 103. With this configuration, the two-dimensional light emitting element array 101 having a light emitting surface having a curved surface shape (for example, an arc shape) can be easily configured.

ターンテーブル42上の2次元発光素子アレイ101を覆うように取り付けられた外装体41は、所定の口径φ及び所定の高さHを有した円筒状を成している。外装体41の口径φは100mm乃至200mm程度であり、その高さHは400mm乃至500mm程度である。外装体41の周面の所定の位置にはスリット102が設けられる。スリット102は、外装体41の周面において、回転軸103に平行する方向に穿設され、2次元発光素子アレイ101の発光面の前方に固定され、光の放射角度を所定の範囲に制限する。   The exterior body 41 attached so as to cover the two-dimensional light emitting element array 101 on the turntable 42 has a cylindrical shape having a predetermined diameter φ and a predetermined height H. The outer diameter 41 of the outer package 41 is about 100 mm to 200 mm, and its height H is about 400 mm to 500 mm. A slit 102 is provided at a predetermined position on the peripheral surface of the exterior body 41. The slit 102 is drilled in a direction parallel to the rotation axis 103 on the peripheral surface of the exterior body 41, and is fixed in front of the light emitting surface of the two-dimensional light emitting element array 101, thereby limiting the light emission angle to a predetermined range. .

もちろん、スリット102は開孔部に限られることはなく、光が透過する透明部材から構成される窓部であってもよい。この例で、外装体41の周面のスリット102と、その内側の2次元発光素子アレイ101とにより1組単位の発光ユニットUi(i=1,2,3・・・)が構成される。   Of course, the slit 102 is not limited to the opening portion, and may be a window portion made of a transparent member that transmits light. In this example, a set of light emitting units Ui (i = 1, 2, 3,...) Is configured by the slits 102 on the peripheral surface of the exterior body 41 and the two-dimensional light emitting element array 101 inside thereof.

上述の2次元発光素子アレイ101は曲面形状となっている部分を有し、その曲面形状の凹面側が発光面とされている。そして、その曲面形状の発光面がスリット102に向くように回転部104の回転軸103とそのスリット102との間に配置されている。このように構成すると、平坦状の発光面に比べて曲面形状の発光面から出射した光をスリット102に導き(集光し)易くなる。外装体41は、鉄板やアルミニウム板をプレス加工や、ロール加工等を施して筒状体に形成したものを使用する。外装体41の内外部は、好ましくは、光を吸収するように黒色に塗布される。なお、外装体41のスリット102の上部の開孔部は、センサ用の孔部108である。   The above-described two-dimensional light emitting element array 101 has a curved portion, and the concave side of the curved surface is the light emitting surface. The curved light emitting surface is disposed between the rotating shaft 103 of the rotating unit 104 and the slit 102 so that the light emitting surface of the curved surface faces the slit 102. With this configuration, it becomes easier to guide (condense) light emitted from the curved light emitting surface to the slit 102 as compared to the flat light emitting surface. As the exterior body 41, an iron plate or an aluminum plate that is formed into a tubular body by pressing or rolling is used. The exterior and interior of the exterior body 41 are preferably applied in black so as to absorb light. In addition, the opening part of the upper part of the slit 102 of the exterior body 41 is the hole part 108 for sensors.

外装体41の天板部位はファン構造となされ、ターンテーブル42の吸気口106から取り入れた冷却用の空気を外部へ排気するようになされる。例えば、外装体41の天板部位(上部)に、冷却用の羽根部材の一例となるブレード等のわずかなファン部107(排気口)を設け、回転動作を利用して空気の流れを作り出し、2次元発光素子アレイ101やその駆動回路から発生する熱を強制排気する。ファン部107は外装体41の上部を切り欠いて天板部位と兼用するようにしてもよい。天板部位と兼用することで、外装体41が強固になる。   The top plate portion of the exterior body 41 has a fan structure, and the cooling air taken from the air inlet 106 of the turntable 42 is exhausted to the outside. For example, a slight fan portion 107 (exhaust port) such as a blade that is an example of a cooling blade member is provided on the top plate portion (upper part) of the exterior body 41, and a flow of air is created using a rotational operation. Heat generated from the two-dimensional light emitting element array 101 and its drive circuit is forcibly exhausted. The fan unit 107 may also be used as a top plate part by cutting out the upper part of the exterior body 41. By also using the top plate part, the exterior body 41 is strengthened.

ファン部107は、回転部104の回転軸103の上部に限られることはなく、その外装体41の下部の回転軸103の付近に取り付けてもよい。羽根部材の羽根の向きにもよるが、回転部104が回転すると、回転部104の上部から下部へ向かう空気の流れ、又は、回転部104の下部から上部へ向かう空気の流れを作り出すことができる。いずれの場合も、回転部104の上部又は下部に空気の吸い込み口や、その排気口を設けて置くとよい。   The fan unit 107 is not limited to the upper part of the rotating shaft 103 of the rotating unit 104, and may be attached near the rotating shaft 103 at the lower part of the exterior body 41. Depending on the direction of the blades of the blade member, when the rotating unit 104 rotates, it is possible to create an air flow from the upper part to the lower part of the rotating part 104 or an air flow from the lower part to the upper part of the rotating part 104. . In any case, an air suction port or its exhaust port may be provided above or below the rotating unit 104.

このように、回転軸103に羽根部材を取り付けたので、回転部104の回転動作を利用して空気の流れを作り出すことができる。従って、ファンモータなどを新たに追加せずに、2次元発光素子アレイ101から発生する熱を外部へ排気できるようになる。これによるファンモータが不要になることから、全周囲立体画像表示装置60のコストダウンを図ることができる。   As described above, since the blade member is attached to the rotating shaft 103, the air flow can be generated by using the rotating operation of the rotating unit 104. Accordingly, the heat generated from the two-dimensional light emitting element array 101 can be exhausted to the outside without newly adding a fan motor or the like. Since the fan motor by this becomes unnecessary, the cost of the all-around 3D image display apparatus 60 can be reduced.

設置架台105は、ターンテーブル42を回転自在に支持する部分である。設置架台105の上部には、図示しない軸受け部が設けられる。軸受け部は回転軸103を回転自在に係合する共に、回転部104を支持する。設置架台105の内部にはモータ52(駆動部)が設けられ、ターンテーブル42を所定の回転(変調)速度で回転するようになされる。例えば、回転軸103の下端には、直結方式のACモータ等が係合される。モータ52は回転力を回転軸103に直接伝達し、回転軸103が回転することで、回転部104が所定の変調速度で回転する。   The installation stand 105 is a part that rotatably supports the turntable 42. A bearing portion (not shown) is provided on the upper portion of the installation base 105. The bearing unit rotatably engages the rotating shaft 103 and supports the rotating unit 104. A motor 52 (drive unit) is provided inside the installation base 105, and the turntable 42 is rotated at a predetermined rotation (modulation) speed. For example, a direct connection type AC motor or the like is engaged with the lower end of the rotating shaft 103. The motor 52 directly transmits the rotational force to the rotating shaft 103, and the rotating shaft 103 rotates, so that the rotating unit 104 rotates at a predetermined modulation speed.

この例で、回転部104に対して電力や映像データDinを送る際に、スリップリング51を介して送る方法が採られる。この方法によれば、回転軸103に電力及び映像データDinを伝送するスリップリング51が設けられる。スリップリング51は固定側部品と回転側部品とに区分される。回転側部品は回転軸103に取り付けられる。固定側部品にはハーネス53(配線ケーブル)が接続される。   In this example, when power and video data Din are sent to the rotating unit 104, a method of sending via the slip ring 51 is adopted. According to this method, the slip ring 51 that transmits electric power and video data Din is provided on the rotating shaft 103. The slip ring 51 is divided into a stationary part and a rotating part. The rotation side component is attached to the rotation shaft 103. A harness 53 (wiring cable) is connected to the stationary part.

回転側部品には他のハーネス54を介して2次元発光素子アレイ101が接続される。固定側部品と回転側部品との間は、図示しない摺動子が環状体に電気的に接触する構造となされている。摺動子は固定側部品又は回転側部品を構成し、環状体は回転側部品又は固定側部品を構成する。この構造により、設置架台105内において、外部から供給される電力や映像データDinをスリップリング51を介して2次元発光素子アレイ101に伝送できるようになる。   The two-dimensional light emitting element array 101 is connected to the rotation side component via another harness 54. A slider (not shown) is in electrical contact with the annular body between the stationary part and the rotating part. The slider constitutes a stationary part or a rotating part, and the annular body constitutes a rotating part or a stationary part. With this structure, power and video data Din supplied from outside can be transmitted to the two-dimensional light emitting element array 101 via the slip ring 51 in the installation stand 105.

[全周囲立体画像表示装置10の組立例]
続いて、図2〜図8を参照して全周囲立体画像表示装置10の組立方法及び各部材の製造方法について説明する。図2は全周囲立体画像表示装置10の組立例を示す分解斜視図である。全周囲立体画像表示装置10の組立方法によれば、まず、図2に示すようなスリット付きの外装体41及び吸気口付きのターンテーブル42を準備して、回転部104を形成する。例えば、所定の口径の筒素材を所定の長さに切削加工して、所定の口径及び所定の長さを有した円筒状の外装体41を形成する。この例で、外装体41には鉄板やアルミニウム板を筒状体にしたものを使用する。
[Assembly example of omnidirectional stereoscopic image display device 10]
Next, an assembly method of the omnidirectional stereoscopic image display device 10 and a manufacturing method of each member will be described with reference to FIGS. FIG. 2 is an exploded perspective view showing an assembly example of the omnidirectional stereoscopic image display device 10. According to the assembling method of the omnidirectional stereoscopic image display device 10, first, the exterior body 41 with a slit and the turntable 42 with an air inlet as shown in FIG. For example, a cylindrical material having a predetermined diameter and a predetermined length is formed by cutting a cylindrical material having a predetermined diameter into a predetermined length. In this example, the exterior body 41 is made of a steel plate or aluminum plate made into a cylindrical body.

その後、外装体41の周面の所定の位置にスリット102及びセンサ用の孔部108を形成する。この例でスリット102は、回転軸103及び筒素材の周面の当該回転軸103に平行する方向に穿設する。孔部108は、スリット102の上部に開孔する。外装体41はターンテーブル42上に取り付けて使用される。外装体41の内外部は光を吸収するように黒色に塗布するとよい。   Thereafter, the slit 102 and the sensor hole 108 are formed at predetermined positions on the peripheral surface of the exterior body 41. In this example, the slit 102 is formed in a direction parallel to the rotation shaft 103 and the rotation shaft 103 on the peripheral surface of the cylindrical material. The hole 108 opens at the upper part of the slit 102. The exterior body 41 is used by being mounted on the turntable 42. The inside and outside of the exterior body 41 may be applied in black so as to absorb light.

次に、所定の厚みを有した円盤状の金属素材を使用してターンテーブル42を形成する。ターンテーブル42の中心位置に回転軸103を形成する。回転軸103は、ターンテーブル42の回転中心となると共に、外装体41の回転中心となる。この例では、ターンテーブル42上に突出するように、図示しない位置決め用の1対の棒状部材(以下位置決めピン83という)を形成する。この位置決めピン83は、1次元発光素子基板#1等を積層する際に使用する。   Next, the turntable 42 is formed using a disk-shaped metal material having a predetermined thickness. A rotation shaft 103 is formed at the center position of the turntable 42. The rotation shaft 103 serves as the rotation center of the turntable 42 and the rotation center of the exterior body 41. In this example, a pair of positioning rod members (not shown) (hereinafter referred to as positioning pins 83) are formed so as to protrude on the turntable 42. The positioning pins 83 are used when stacking the one-dimensional light emitting element substrate # 1 and the like.

また、上述の回転軸103にスリップリング51を設けて、その回転側部品からハーネス54を引き出す。ターンテーブル42の所定の位置に吸気口106を形成する。吸気口106は、外装体41の内側へ空気を取り込む際の空気取り入れ口となる。ターンテーブル42も光を吸収するように黒色に塗布するとよい。   Moreover, the slip ring 51 is provided in the above-mentioned rotating shaft 103, and the harness 54 is pulled out from the rotating side part. An air inlet 106 is formed at a predetermined position of the turntable 42. The intake port 106 serves as an air intake port for taking air into the exterior body 41. The turntable 42 may also be applied in black so as to absorb light.

一方で、立体画像結像用の所定形状を有する2次元発光素子アレイ101を形成する。この例では、曲面形状の発光面を成すように2次元発光素子アレイ101を形成する。図3は、2次元発光素子アレイ101の発光面の形状算出例(その1)を示す説明図である。   On the other hand, the two-dimensional light emitting element array 101 having a predetermined shape for forming a stereoscopic image is formed. In this example, the two-dimensional light emitting element array 101 is formed so as to form a curved light emitting surface. FIG. 3 is an explanatory diagram showing an example (part 1) of calculating the shape of the light emitting surface of the two-dimensional light emitting element array 101. FIG.

この例では、図3に示すx−y座標平面(回転軸103に直交する平面)において、2次元発光素子アレイ101の発光面の形状は、以下の式で表される点(x(θ),y(θ))が描く曲線になる。2次元発光素子アレイ101を形成する際に、回転部104の回転軸103から任意の視点pに至る線分の距離をL1とする。回転軸104から2次元発光素子アレイ101までの最短距離をL2とする。なお、この全周囲立体画像表示装置10では、任意の視点pから装置を観測したときに、2次元発光素子アレイ101による発光点の軌跡、すなわち観測される画像表示面が例えば平面となるような画像表示がなされる。この場合、L2は、回転軸103から複数の発光素子による発光点の軌跡によって形成される平面までの距離に等しい。   In this example, the shape of the light emitting surface of the two-dimensional light emitting element array 101 on the xy coordinate plane (plane orthogonal to the rotation axis 103) shown in FIG. 3 is a point (x (θ)) represented by the following equation: , Y (θ)) is a curved line. When the two-dimensional light emitting element array 101 is formed, the distance of the line segment from the rotation axis 103 of the rotation unit 104 to an arbitrary viewpoint p is L1. The shortest distance from the rotating shaft 104 to the two-dimensional light emitting element array 101 is L2. In this all-around stereoscopic image display device 10, when the device is observed from an arbitrary viewpoint p, the locus of light emission points by the two-dimensional light emitting element array 101, that is, the image display surface to be observed becomes a flat surface, for example. An image is displayed. In this case, L2 is equal to the distance from the rotating shaft 103 to the plane formed by the locus of the light emitting points by the plurality of light emitting elements.

更に、回転部104の回転軸103からスリット102に至る線分の距離をrとし、距離L1の線分と距離rの線分とが成す角度であって、当該距離L1の線分に対するスリット102の位置を示す角度θとする。そして、2次元発光素子アレイ101の発光面の湾曲形状を成すx軸座標値をx(θ)とし、2次元発光素子アレイ101の発光面の湾曲形状を成すy軸座標値をy(θ)とする。x軸座標値x(θ)は、(1)式、すなわち、
x(θ)=r(L2−L1)sinθcosθ/(L1−r cosθ)+L2sinθ …(1)
となる。
y軸座標値y(θ)は、(2)式、すなわち、
y(θ)=r(L2−L1)sin2θ/(L1−rcosθ)−L2cosθ …(2)
となる。このx軸座標値x(θ)及びy軸座標値y(θ)により、当該2次元発光素子アレイ101の発光面の形状を決定する。ただし、図中、(x1、y1)はスリット102の座標である。(x2、−L2)は、視点pからスリット102を介して実際に観測される発光点の座標である。
Further, the distance of the line segment from the rotating shaft 103 of the rotating unit 104 to the slit 102 is r, and an angle formed by the line segment of the distance L1 and the line segment of the distance r, and the slit 102 with respect to the line segment of the distance L1. An angle θ indicating the position of. The x-axis coordinate value forming the curved shape of the light-emitting surface of the two-dimensional light-emitting element array 101 is x (θ), and the y-axis coordinate value forming the curved shape of the light-emitting surface of the two-dimensional light-emitting element array 101 is y (θ). And The x-axis coordinate value x (θ) is expressed by equation (1), that is,
x (θ) = r (L2−L1) sinθcosθ / (L1−rcosθ) + L2sinθ (1)
It becomes.
The y-axis coordinate value y (θ) is expressed by equation (2), that is,
y (θ) = r (L2−L1) sin 2 θ / (L1−r cos θ) −L2 cos θ (2)
It becomes. Based on the x-axis coordinate value x (θ) and the y-axis coordinate value y (θ), the shape of the light emitting surface of the two-dimensional light emitting element array 101 is determined. In the figure, (x1, y1) are the coordinates of the slit 102. (X2, -L2) is the coordinates of the light emission point actually observed from the viewpoint p through the slit 102.

これにより、視点pからスリット102を介して観測される発光点の軌跡が、平面を成して見える2次元発光素子アレイ101の発光面の形状を決定できるようになる。発光面の形状が決定したら、プリント配線基板を湾曲形状に切り欠いて形成すればよい。   Thus, the locus of the light emitting point observed from the viewpoint p through the slit 102 can determine the shape of the light emitting surface of the two-dimensional light emitting element array 101 that appears to form a plane. When the shape of the light emitting surface is determined, the printed wiring board may be cut into a curved shape.

図4は、前述の式(1),(2)で求めた2次元発光素子アレイ101の発光面の形状の算出例を示す説明図である。図4に示す発光面形状の算出例によれば、図3に示した回転部104の回転軸103から任意の視点pに至る線分の距離L1が90mmである。回転部104の回転軸103から仮想直線に至る距離L2は10mmである。回転部104の回転軸103からスリット102に至る線分の距離rは30mmである。距離L1の線分と距離rの線分とが成す角度であって、当該距離L1の線分に対するスリット102の位置を示す角度θが−33°≦θ≦33°の場合を示している。   FIG. 4 is an explanatory diagram showing a calculation example of the shape of the light emitting surface of the two-dimensional light emitting element array 101 obtained by the above formulas (1) and (2). According to the calculation example of the light emitting surface shape shown in FIG. 4, the distance L1 of the line segment from the rotation axis 103 of the rotation unit 104 shown in FIG. 3 to the arbitrary viewpoint p is 90 mm. A distance L2 from the rotation shaft 103 of the rotating unit 104 to the virtual straight line is 10 mm. The distance r of the line segment from the rotating shaft 103 of the rotating unit 104 to the slit 102 is 30 mm. This is an angle formed by the line segment with the distance L1 and the line segment with the distance r, and the angle θ indicating the position of the slit 102 with respect to the line segment with the distance L1 is −33 ° ≦ θ ≦ 33 °.

図5〜図7は、2次元発光素子アレイ101の形成例(その1〜3)を示す斜視図である。図5は1次元発光素子基板#1の形成例を示す分解斜視図である。この例では、2次元発光素子アレイ101を形成する際に、まず、1次元発光素子基板#1を形成する。1次元発光素子基板#1は、図示しない銅箔基板をパターニングして配線パターンを形成し、配線パターンが形成されたプリント配線基板31の外観をY形状に切断し、上述した式(1)及び(2)に基づいてその内側を湾曲状(例えば円弧状)に切り欠く。この例では、湾曲状部位の反対側に配線構造のコネクタ34を形成する。   5 to 7 are perspective views showing examples (parts 1 to 3) of forming the two-dimensional light emitting element array 101. FIG. FIG. 5 is an exploded perspective view showing an example of forming the one-dimensional light emitting element substrate # 1. In this example, when forming the two-dimensional light emitting element array 101, first, the one-dimensional light emitting element substrate # 1 is formed. The one-dimensional light emitting element substrate # 1 forms a wiring pattern by patterning a copper foil substrate (not shown), cuts the appearance of the printed wiring board 31 on which the wiring pattern is formed into a Y shape, and the above formula (1) and Based on (2), the inside is cut into a curved shape (for example, an arc shape). In this example, a connector 34 having a wiring structure is formed on the opposite side of the curved portion.

更に、1次元発光素子基板#kのプリント配線基板31の両辺に位置決め用の孔部32,33を形成する。外観がY形状に、その内側が湾曲状に切り欠かれたプリント配線基板31にシリアルパラレル変換用とドライバ用のIC35(半導体集積回路装置)を実装する。次いで、IC35が実装されたプリント配線基板31の湾曲状の縁部又は小口面に、j行個の発光素子20jをライン状に配設する。更にライン状のレンズ部材109を発光素子20jの前面に配設して1次元発光素子基板#1(基板)を形成する(図6参照)。   Further, positioning holes 32 and 33 are formed on both sides of the printed wiring board 31 of the one-dimensional light emitting element substrate #k. An IC 35 (semiconductor integrated circuit device) for serial / parallel conversion and a driver is mounted on a printed wiring board 31 whose appearance is Y-shaped and inside is curved. Next, j rows of light emitting elements 20j are arranged in a line on the curved edge or the edge of the printed wiring board 31 on which the IC 35 is mounted. Further, a linear lens member 109 is disposed on the front surface of the light emitting element 20j to form a one-dimensional light emitting element substrate # 1 (substrate) (see FIG. 6).

図6は1次元発光素子基板#1の構成例を示す斜視図である。この例では、図6に示すような1次元発光素子基板#1をn枚分だけ準備する。n枚の1次元発光素子基板#1を積層してm行×n列の2次元発光素子アレイ101を形成するためである。   FIG. 6 is a perspective view showing a configuration example of the one-dimensional light emitting element substrate # 1. In this example, n one-dimensional light emitting element substrates # 1 as shown in FIG. 6 are prepared. This is because the n-dimensional light-emitting element substrate # 1 is stacked to form the m-row × n-column two-dimensional light-emitting element array 101.

なお、曲面形状を有した2次元発光素子アレイ101としては、フレキシブルなフラット・パネル・ディスプレイをU形状に折り曲げて発光面を曲面形状に製造した物や、予め曲面形状を成しているフラット・パネル・ディスプレイを使用してもよい。一般的な構造のフラット・パネル・ディスプレイをそのまま本開示の2次元発光素子アレイ101に用いるのは困難である。因みに、汎用のフラット・パネル・ディスプレイは、配線がマトリックス状に配置されており、m行やn列単位で順々に発光素子を走査して点灯するダイナミック点灯方式が採用される。   As the two-dimensional light emitting element array 101 having a curved surface shape, a flexible flat panel display is bent into a U shape to produce a light emitting surface in a curved shape, or a flat / flat shape having a curved surface shape in advance. A panel display may be used. It is difficult to use a flat panel display having a general structure as it is for the two-dimensional light emitting element array 101 of the present disclosure. Incidentally, in a general-purpose flat panel display, wiring is arranged in a matrix form, and a dynamic lighting method is employed in which light-emitting elements are sequentially scanned and lighted in units of m rows and n columns.

このため、画像の更新に時間がかかり、更新レートは速くても240〜1000Hz程度である。そこで、1000Hzよりも十分に速く画像を更新する必要がある。この例では、高速応答する発光素子20jを用い、発光素子20jの駆動回路を大幅に高速化するか、あるいは、一度に駆動する発光素子20jの数を大幅に増やしてダイナミック点灯の走査線数を減らす工夫がなされる。   For this reason, it takes time to update the image, and the update rate is about 240 to 1000 Hz at the fastest. Therefore, it is necessary to update the image sufficiently faster than 1000 Hz. In this example, the light-emitting element 20j that responds at high speed is used, and the drive circuit of the light-emitting element 20j is significantly speeded up, or the number of light-emitting elements 20j that are driven at a time is greatly increased to increase the number of scanning lines for dynamic lighting. Devise to reduce.

一度に駆動する発光素子20jの数を大幅に増やすには、マトリックス状の配線パターンを細かく分割し、分割した配線パターン数分の小さなマトリックスを個別に並列駆動するか、又は、全ての発光素子20jを同時に駆動するスタティック点灯を行えばよい。   In order to significantly increase the number of light emitting elements 20j that are driven at a time, the matrix-like wiring pattern is divided finely and small matrices corresponding to the number of divided wiring patterns are individually driven in parallel, or all the light emitting elements 20j It is sufficient to perform static lighting that drives the two simultaneously.

図7はk枚の1次元発光素子基板#k(k=1〜n)の積層例を示す斜視図である。この例では、1次元発光素子基板#kを必要な枚数だけ積層して、j行個の発光素子20jをライン状に配設した曲面形状の2次元発光素子アレイ101を製造するようになされる。   FIG. 7 is a perspective view showing an example of stacking k one-dimensional light emitting element substrates #k (k = 1 to n). In this example, a necessary number of one-dimensional light emitting element substrates #k are stacked, and a curved two-dimensional light emitting element array 101 in which j rows of light emitting elements 20j are arranged in a line is manufactured. .

図7に示すような積層構造を成す2次元発光素子アレイ101によれば、まず、各々の1次元発光素子基板#kのプリント配線基板の位置決め用の孔部32,33を揃えて積み重ねる。この積み重ねで、ターンテーブル42上に突出した棒状の位置決めピン83に嵌め込み易くなる。その結果、k枚の1次元発光素子基板#1〜#kを自己整合的に積層できるようになる。このような形成順序を経ると、曲面形状の発光面を有した2次元発光素子アレイ101を容易に製造できるようになる。   According to the two-dimensional light emitting element array 101 having a laminated structure as shown in FIG. 7, first, the holes 32 and 33 for positioning the printed wiring board of each one-dimensional light emitting element substrate #k are aligned and stacked. This stacking facilitates fitting into the rod-shaped positioning pin 83 protruding on the turntable 42. As a result, k one-dimensional light emitting element substrates # 1 to #k can be stacked in a self-aligning manner. Through such a formation sequence, the two-dimensional light emitting element array 101 having a curved light emitting surface can be easily manufactured.

この例で、最初からパラレルに映像データDinを1次元発光素子基板#kに伝送すると、配線パターンの本数が大幅に増加する。このため、1次元発光素子基板#kには、IC35として、発光素子20jを駆動するためのドライバ用のIC(駆動回路)の他に、シリアルパラレル変換用のIC(ASIC回路)が実装される。シリアルパラレル変換用のICは、シリアル伝送されてきた映像データDinをパラレル変換するように動作する。   In this example, if the video data Din is transmitted to the one-dimensional light-emitting element substrate #k in parallel from the beginning, the number of wiring patterns greatly increases. For this reason, an IC (ASIC circuit) for serial / parallel conversion is mounted on the one-dimensional light emitting element substrate #k as an IC 35 in addition to a driver IC (driving circuit) for driving the light emitting element 20j. . The serial-parallel conversion IC operates to parallel-convert the video data Din transmitted serially.

このように1次元発光素子基板#kを積層した構造とし、情報伝送方法を工夫することで、発光素子20jの直近までシリアルの配線パターンで映像データDinを伝送できようになる。この結果、パラレルで映像データDinを1次元発光素子基板#kに伝送する場合に比べて配線パターンの本数を大幅に削減できるようになる。しかも、組立性及びメンテナンス性に優れた2次元発光素子アレイ101を歩留まり良く形成できるようになる。これにより、曲面形状を有した2次元発光素子アレイ101を製造することができる。   Thus, by adopting a structure in which the one-dimensional light emitting element substrate #k is laminated and devising an information transmission method, it becomes possible to transmit the video data Din with a serial wiring pattern to the immediate vicinity of the light emitting element 20j. As a result, the number of wiring patterns can be greatly reduced as compared with the case where the video data Din is transmitted in parallel to the one-dimensional light emitting element substrate #k. In addition, the two-dimensional light emitting element array 101 excellent in assemblability and maintainability can be formed with a high yield. Thereby, the two-dimensional light emitting element array 101 having a curved shape can be manufactured.

図3〜図7に示したような2次元発光素子アレイ101が準備できたら、図2に示した回転部104の所定の位置、この例では、ターンテーブル42上に2次元発光素子アレイ101を取り付ける。このとき、ターンテーブル42上に突出する棒状の位置決めピン83に、k枚の1次元発光素子基板#kのプリント配線基板の孔部を差し込むと、各々の1次元発光素子基板#kが自己整合的に位置決めされた状態となされる。この状態を維持するように、k枚の1次元発光素子基板#1〜#nを回転軸103に沿って積層するように取り付ける。   When the two-dimensional light-emitting element array 101 as shown in FIGS. 3 to 7 is prepared, the two-dimensional light-emitting element array 101 is placed on a predetermined position of the rotating unit 104 shown in FIG. Install. At this time, when the holes of the printed wiring board of the k one-dimensional light emitting element substrates #k are inserted into the rod-like positioning pins 83 protruding on the turntable 42, each one-dimensional light emitting element substrate #k is self-aligned. Is in a state of being positioned automatically. In order to maintain this state, the k one-dimensional light emitting element substrates # 1 to #n are attached so as to be stacked along the rotation axis 103.

この例では、所定の基板に実装された接続基板11をターンテーブル42上に立設する。接続基板11には、1次元発光素子基板#1〜#nの配線構造のコネクタと接続するための差し込み構造のコネクタを設ける。上述の接続基板11の差し込み構造のコネクタに1次元発光素子基板#1〜#nの配線構造のコネクタを嵌合してk枚の1次元発光素子基板#1〜#nを接続基板11に接続する。   In this example, the connection substrate 11 mounted on a predetermined substrate is erected on the turntable 42. The connection board 11 is provided with a connector having a plug-in structure for connection to a connector having a wiring structure of the one-dimensional light-emitting element substrates # 1 to #n. A connector having a wiring structure of one-dimensional light-emitting element substrates # 1 to #n is fitted to the connector having a plug-in structure of the connection board 11 described above, and k one-dimensional light-emitting element substrates # 1 to #n are connected to the connection board 11. To do.

また、曲面形状の発光面(凹面側)がスリット102の位置に向くように、回転部104の回転軸103と、外装体41のスリット102との間に2次元発光素子アレイ101を配置するようにする。例えば、回転部104の回転軸103と2次元発光素子アレイ101の中央部とスリット102とが一直線上に並ぶ位置に当該2次元発光素子アレイ101を取り付ける。2次元発光素子アレイ101は、スリップリング51の回転側部品からのハーネス54に接続する。   In addition, the two-dimensional light emitting element array 101 is arranged between the rotating shaft 103 of the rotating unit 104 and the slit 102 of the exterior body 41 so that the curved light emitting surface (concave surface side) faces the position of the slit 102. To. For example, the two-dimensional light emitting element array 101 is attached to a position where the rotation shaft 103 of the rotating unit 104, the central part of the two-dimensional light emitting element array 101, and the slit 102 are aligned. The two-dimensional light emitting element array 101 is connected to a harness 54 from a rotation side component of the slip ring 51.

この例で、観察者検出部の一例を構成する視聴者検出センサ81が、外装体41の内部から外部を見通せる位置に取り付けられる。視聴者検出センサ81は、アーム部材82を介して上述の接続基板11に取り付けられる。視聴者検出センサ81はアーム部材82の一端に取り付けられ、モータ52によって回転される回転部104の外部で、当該立体画像を視聴する視聴者を検出して、視聴有無を判別する際に使用される。視聴者検出センサ81には、光位置センサ(Position Sensitive Detector:PSDセンサ)や超音波センサ、赤外線センサ、顔認識カメラなどが使用される。   In this example, a viewer detection sensor 81 constituting an example of an observer detection unit is attached at a position where the outside can be seen from the inside of the exterior body 41. The viewer detection sensor 81 is attached to the connection board 11 described above via the arm member 82. The viewer detection sensor 81 is attached to one end of the arm member 82, and is used to detect a viewer who views the stereoscopic image outside the rotating unit 104 rotated by the motor 52, and to determine whether or not to view the viewer. The As the viewer detection sensor 81, an optical position sensor (PSD sensor), an ultrasonic sensor, an infrared sensor, a face recognition camera, or the like is used.

視聴者検出センサ81は、全周囲を細かな角度分解能で検出できることが望まれる。この例では、回転部104と共に視聴者検出センサ81が回転して、視聴者の検出を行うので、1個の視聴者検出センサ81で全周囲を検出でき、角度分解能の高いシステムを作ることができる。この結果、センサの数が大幅に削減でき、高分解能でありながら低コスト化を図られる。   It is desired that the viewer detection sensor 81 can detect the entire periphery with fine angular resolution. In this example, the viewer detection sensor 81 is rotated together with the rotation unit 104 to detect the viewer, so that the entire periphery can be detected by one viewer detection sensor 81 and a system with high angular resolution can be created. it can. As a result, the number of sensors can be greatly reduced, and the cost can be reduced while the resolution is high.

視聴者検出センサ81に高速度カメラを適用した場合、当該カメラは回転部104の回転軸103に取り付けられる。このような高速度カメラを回転部104の回転軸103に取り付け、回転動作することで、360度全領域の観察者の有無を検出できるようになる。   When a high-speed camera is applied to the viewer detection sensor 81, the camera is attached to the rotation shaft 103 of the rotation unit 104. By attaching such a high-speed camera to the rotating shaft 103 of the rotating unit 104 and rotating, it is possible to detect the presence or absence of an observer in the entire 360 ° region.

ターンテーブル42上に2次元発光素子アレイ101を取り付けたら、ターンテーブル42上の2次元発光素子アレイ101を覆うように外装体41を取り付ける。このとき、2次元発光素子アレイ101の発光面の前方にスリット102を固定することで、光の放射角度を所定の範囲に制限できるようになる。これにより、外装体41の周面のスリット102と、その内側の2次元発光素子アレイ101とにより発光ユニットU1を構成できるようになる。   After the two-dimensional light emitting element array 101 is attached on the turntable 42, the exterior body 41 is attached so as to cover the two-dimensional light emitting element array 101 on the turntable 42. At this time, by fixing the slit 102 in front of the light emitting surface of the two-dimensional light emitting element array 101, the light emission angle can be limited to a predetermined range. Thus, the light emitting unit U1 can be configured by the slits 102 on the peripheral surface of the exterior body 41 and the two-dimensional light emitting element array 101 inside thereof.

他方で、ターンテーブル42を回転自在に支持するための設置架台105を作成する。この例で、設置架台105の上部にスリップリング51を設けると共に、図示しない軸受け部を実装する。軸受け部は回転軸103を回転自在に係合する共に、回転部104を支持するようになる。設置架台105内にはスリップリング51の他に、モータ52や制御部55、I/F基板56、電源部57等を実装する(図18参照)。モータ52は回転軸103に直結する。   On the other hand, the installation stand 105 for rotatably supporting the turntable 42 is created. In this example, a slip ring 51 is provided on the upper portion of the installation base 105 and a bearing portion (not shown) is mounted. The bearing portion rotatably engages the rotating shaft 103 and supports the rotating portion 104. In addition to the slip ring 51, a motor 52, a control unit 55, an I / F board 56, a power supply unit 57, and the like are mounted in the installation base 105 (see FIG. 18). The motor 52 is directly connected to the rotating shaft 103.

制御部55及び電源部57はハーネス53を介してスリップリング51の固定側部品に接続する。これにより、設置架台105内において、外部から供給される電力や映像データDinをスリップリング51を介して2次元発光素子アレイ101に伝送できるようになる。設置架台105が準備できたら、2次元発光素子アレイ101が取り付けられた回転部104を設置架台105に取り付ける。これにより、全周囲立体画像表示装置10が完成する。   The control unit 55 and the power supply unit 57 are connected to the fixed side part of the slip ring 51 via the harness 53. Thereby, in the installation stand 105, it is possible to transmit power and video data Din supplied from the outside to the two-dimensional light emitting element array 101 via the slip ring 51. When the installation stand 105 is prepared, the rotating unit 104 to which the two-dimensional light emitting element array 101 is attached is attached to the installation stand 105. Thereby, the omnidirectional stereoscopic image display device 10 is completed.

[2次元発光素子アレイ101におけるレンズ部材109の機能例]
図8は、2次元発光素子アレイ101におけるレンズ部材109の機能例を示す回転軸方向から見下ろした模式図である。この例では、図8に示す2次元発光素子アレイ101は、複数の1次元発光素子基板#1が積層して構成される。便宜上、例えば、第1列目にm=12個の発光素子20j(j=1〜m)が配置されている。図5〜図7で示した例では発光素子がm=59個の場合である。
[Functional Example of Lens Member 109 in Two-dimensional Light-Emitting Element Array 101]
FIG. 8 is a schematic view looking down from the rotation axis direction showing an example of the function of the lens member 109 in the two-dimensional light emitting element array 101. In this example, the two-dimensional light emitting element array 101 shown in FIG. 8 is configured by stacking a plurality of one-dimensional light emitting element substrates # 1. For convenience, for example, m = 12 light emitting elements 20j (j = 1 to m) are arranged in the first column. In the example shown in FIGS. 5 to 7, the number of light emitting elements is m = 59.

発光素子201〜212から出射した光の多くは、スリット102の付近に届くことなく、外装体41内部で散乱して熱になる。そこで、2次元発光素子アレイ101によれば、各々の発光素子201〜212の発光面に、所定の形状を有したレンズ部材109を取り付けている。この例では、発光素子20j毎にレンズ部材109を取り付けることで、各々の発光素子201〜212から発散して出射された各光束がそれぞれ、平行光束とされている。これにより、発光素子201〜212からの各光束がスリット102の付近に集光できるようになる。   Most of the light emitted from the light emitting elements 201 to 212 does not reach the vicinity of the slit 102 but is scattered inside the exterior body 41 and becomes heat. Therefore, according to the two-dimensional light emitting element array 101, the lens member 109 having a predetermined shape is attached to the light emitting surface of each of the light emitting elements 201-212. In this example, by attaching the lens member 109 to each light emitting element 20j, each light flux emitted and emitted from each light emitting element 201-212 is a parallel light flux. Thereby, each light beam from the light emitting elements 201 to 212 can be condensed in the vicinity of the slit 102.

レンズ部材109には、マイクロレンズやセルフォックレンズが使用される。もちろん、生産コストを抑えるため、発光素子201〜212毎にレンズ部材109を取付けるのではなく、マイクロレンズアレイや、セルフォックレンズアレイ等のシート状のレンズや板状のレンズを2次元発光素子アレイ101に取り付けてもよい。   As the lens member 109, a microlens or a selfoc lens is used. Of course, in order to reduce the production cost, the lens member 109 is not attached to each of the light emitting elements 201 to 212, but a sheet lens such as a micro lens array or a selfoc lens array or a plate lens is used as a two-dimensional light emitting element array. 101 may be attached.

左右方向のみを集光するのであれば、レンチキュラーレンズを用いてもよい。このようなレンズ部材109を取り付けることで、散乱光を可能な限り抑えることができ、効率よく光を利用できるばかりか、全周囲立体画像表示装置10としての輝度やコントラストを得る点でも有利になり、電力効率の向上を見込めるようになる。   A lenticular lens may be used as long as the light is collected only in the left-right direction. By attaching such a lens member 109, scattered light can be suppressed as much as possible, and not only can the light be used efficiently, but also it is advantageous in terms of obtaining brightness and contrast as the omnidirectional stereoscopic image display device 10. The power efficiency can be expected to improve.

[全周囲立体画像表示装置10の動作原理]
続いて、図9〜図17を参照して全周囲立体画像表示装置10の動作原理について説明する。図9は、全周囲立体画像表示装置10の動作例を示す回転軸方向から見下ろした模式図である。図中、レンズ部材109は省略している。
[Operation Principle of All-Surround Stereoscopic Image Display Device 10]
Next, the operation principle of the omnidirectional stereoscopic image display device 10 will be described with reference to FIGS. FIG. 9 is a schematic view looking down from the rotation axis direction showing an operation example of the omnidirectional stereoscopic image display device 10. In the drawing, the lens member 109 is omitted.

図9に示す全周囲立体画像表示装置10は光線再生方式を採用しており、回転部104が回転軸103を回転中心として矢印R(図1参照)の方向に、あるいは、その逆の方向に回転する構造となっている。   The omnidirectional stereoscopic image display device 10 shown in FIG. 9 employs a light beam reproduction method, and the rotating unit 104 has the rotating shaft 103 as the rotation center in the direction of the arrow R (see FIG. 1) or vice versa. It has a rotating structure.

全周囲立体画像表示装置10では、2次元発光素子アレイ101の発光面の前方の外装体41に、回転軸103に平行なスリット102が設けられ、2次元発光素子アレイ101から出射した光が、このスリット部位以外から漏れない構造を採っている。このスリット構造により、2次元発光素子アレイ101の各発光素子201〜212から出射された光がスリット102より左右方向の放射角度が大きく制限される。   In the omnidirectional stereoscopic image display device 10, a slit 102 parallel to the rotation axis 103 is provided in the exterior body 41 in front of the light emitting surface of the two-dimensional light emitting element array 101, and the light emitted from the two-dimensional light emitting element array 101 is A structure that does not leak from any part other than the slit part is adopted. With this slit structure, the emission angle of the light emitted from each of the light emitting elements 201 to 212 of the two-dimensional light emitting element array 101 is greatly limited from the slit 102 in the left-right direction.

この例では、発光素子201〜212の数をm=12行個としているが幾つでもよい。この12個の発光素子201〜212によって、回転軸103を基準にして結像する立体画像の光は、回転部104の内部からスリット102を介して外部へ漏れ出るようになる。ここで、12個の発光素子201〜212の各々と、スリット102と結んだ各々の方向をベクトルで示すことにする。   In this example, the number of the light emitting elements 201 to 212 is m = 12 rows, but any number is possible. By these twelve light emitting elements 201 to 212, the light of the stereoscopic image formed with reference to the rotation axis 103 leaks out from the inside of the rotation unit 104 to the outside through the slit 102. Here, the direction of each of the twelve light emitting elements 201 to 212 and the slit 102 is indicated by a vector.

発光素子201とスリット102と結んだ線分が示す方向を、当該発光素子201からスリット102を介して漏れ出た光の方向とする。以後、この方向を”ベクトル201V方向”と記述する。以下、同様にして、発光素子202とスリット102と結んだ線分が示す方向を、発光素子202からスリット102を介して漏れ出た光の方向とする。この方向を”ベクトル202V方向”と記述する。同様に、発光素子212とスリット102と結んだ線分が示す方向を、発光素子212からスリット102を介して漏れ出た光の方向とする。この方向を”ベクトル212V方向”と記述する。   A direction indicated by a line segment connecting the light emitting element 201 and the slit 102 is a direction of light leaking from the light emitting element 201 through the slit 102. Hereinafter, this direction is described as “vector 201V direction”. Hereinafter, similarly, a direction indicated by a line segment connecting the light emitting element 202 and the slit 102 is a direction of light leaking from the light emitting element 202 through the slit 102. This direction is described as “vector 202V direction”. Similarly, a direction indicated by a line segment connecting the light emitting element 212 and the slit 102 is a direction of light leaking from the light emitting element 212 through the slit 102. This direction is described as “vector 212V direction”.

例えば、発光素子201から出力された光は、スリット102を通過してベクトル201V方向に放射される。発光素子202から出力された光は、スリット102を通過してベクトル202V方向に放射される。同様に発光素子202〜212から出力された光もスリット102を通過してベクトル203V〜212V方向に放射される。このように、各発光素子201〜212の光が各々違った方向に放射されるため、スリット102で規制される縦1ライン分の光線再生が可能となっている。   For example, the light output from the light emitting element 201 passes through the slit 102 and is emitted in the direction of the vector 201V. The light output from the light emitting element 202 passes through the slit 102 and is emitted in the vector 202V direction. Similarly, the light output from the light emitting elements 202 to 212 passes through the slit 102 and is emitted in the vector 203V to 212V direction. Thus, since the light of each light emitting element 201-212 is radiated | emitted in a different direction, the light ray reproduction | regeneration for one vertical line regulated by the slit 102 is attained.

こうしたスリット構造の回転部104を視点pに対して回転走査することで、円筒形状の光線再生面を形成できるようになる。更に、視点pに対する回転走査の角度に応じて、外部からの映像データDin、あるいは、回転部内部のROM等の記憶装置からの映像データDinを2次元発光素子アレイ101の発光ユニットU1に反映することで、任意の再生光線を出力することが可能となる。   By rotating the rotation unit 104 having such a slit structure with respect to the viewpoint p, a cylindrical light beam reproduction surface can be formed. Furthermore, video data Din from the outside or video data Din from a storage device such as a ROM inside the rotating unit is reflected on the light emitting unit U1 of the two-dimensional light emitting element array 101 in accordance with the angle of rotational scanning with respect to the viewpoint p. Thus, it becomes possible to output an arbitrary reproduction beam.

[発光点の軌跡例]
続いて、視点pから観察される発光点の軌跡例について説明する。
この全周囲立体画像表示装置10では、2次元発光素子アレイ101において、回転軸103に直交する平面内には、上述したように例えばm=12個の発光素子が互いに異なる位置に配置されている。m個の発光素子はそれぞれ、スリット102を介して回転部104の回転に応じてそれぞれ異なる視点位置用の光を外部に向けて放射する。ここで、回転部104が回転している状態において、回転部104の周囲における任意の1つの視点位置から回転軸103の方向を観測したとする。このとき、後述する表示制御部15(図18)は、複数の発光素子による発光点の軌跡によって、回転部104の内部に任意の視点位置に応じた例えば平面状の画像が形成されるように複数の発光素子の発光制御を行う。各視点位置ではその視点位置に応じた少しずつ視差のある例えば平面状の画像が観測される。従って、両眼の位置に相当する任意の2つの視点位置から観測したときには、各視点位置に応じた互いに視差のある例えば平面状の画像が観測される。これにより、観測者は回転部の周囲の任意の位置において、立体画像を認識することができる。
[Example of locus of light emission point]
Next, an example of the locus of the light emission point observed from the viewpoint p will be described.
In this all-around stereoscopic image display device 10, in the two-dimensional light emitting element array 101, for example, m = 12 light emitting elements are arranged at different positions in a plane orthogonal to the rotation axis 103 as described above. . Each of the m light emitting elements radiates light for different viewpoint positions toward the outside through the slit 102 in accordance with the rotation of the rotating unit 104. Here, it is assumed that the direction of the rotating shaft 103 is observed from any one viewpoint position around the rotating unit 104 in a state where the rotating unit 104 is rotating. At this time, the display control unit 15 (FIG. 18), which will be described later, is configured so that, for example, a planar image corresponding to an arbitrary viewpoint position is formed inside the rotation unit 104 by the locus of the light emitting points by the plurality of light emitting elements. Light emission control of a plurality of light emitting elements is performed. At each viewpoint position, for example, a planar image having a parallax corresponding to the viewpoint position is observed. Therefore, when observed from any two viewpoint positions corresponding to the positions of both eyes, for example, planar images having parallax according to each viewpoint position are observed. Thereby, the observer can recognize a stereoscopic image at an arbitrary position around the rotating unit.

図10〜12は、視点pから観察される発光点の軌跡例を示す説明図である。図10A〜Dに示すように、発光ユニットU1を有する回転部104が等速で回転され、視点p=300に対して回転走査される場合、視点300から観測される発光素子が時間Tの間隔で発光素子201から順に発光素子202,203,・・・212と移って行く。   10 to 12 are explanatory diagrams illustrating an example of the locus of the light emission point observed from the viewpoint p. As shown in FIGS. 10A to 10D, when the rotating unit 104 having the light emitting unit U1 is rotated at a constant speed and rotationally scanned with respect to the viewpoint p = 300, the light emitting elements observed from the viewpoint 300 are spaced at intervals of time T. Then, the light emitting elements 202, 203,.

発光点の軌跡(図中の黒小丸印)が例えば平面を成して見える構造は、2次元発光素子アレイ101の発光面形状とスリット102の位置を調整することで実現される。例えば、図10Aに示す時刻t=0において、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。   A structure in which the locus of the light emitting point (black small circles in the drawing) looks like a plane is realized by adjusting the light emitting surface shape of the two-dimensional light emitting element array 101 and the position of the slit 102. For example, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300 at time t = 0 shown in FIG. 10A, light leaking from the light emitting element 201 is observed.

図10Bに示す時刻t=Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。図中の右側から第1番目の白抜きの小丸印は、発光素子201の発光点を示している。図10Cに示す時刻t=2Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。図10Cにおける第2番目の小丸印は、発光素子202の発光点を示している。   When the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = T shown in FIG. 10B, light leaking from the light emitting element 202 is observed. The first white small circle from the right side in the drawing indicates the light emitting point of the light emitting element 201. When the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = 2T shown in FIG. 10C, light leaking from the light emitting element 203 is observed. A second small circle mark in FIG. 10C indicates a light emitting point of the light emitting element 202.

図10Dに示す時刻t=3Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。図10Dにおける第3番目の小丸印は、発光素子203の発光点を示している。   At time t = 3T shown in FIG. 10D, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300, light leaking from the light emitting element 204 is observed. A third small circle mark in FIG. 10D indicates a light emitting point of the light emitting element 203.

また、図11Aに示す時刻t=4Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。図11Aにおける第4番目の小丸印は、発光素子204の発光点を示している。図11Bに示す時刻t=5Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。図11Bにおける第5番目の小丸印は、発光素子205の発光点を示している。   Further, when the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = 4T shown in FIG. 11A, light leaking from the light emitting element 205 is observed. A fourth small circle mark in FIG. 11A indicates a light emitting point of the light emitting element 204. At time t = 5T shown in FIG. 11B, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300, light leaking from the light emitting element 206 is observed. A fifth small circle mark in FIG. 11B indicates a light emitting point of the light emitting element 205.

図11Cに示す時刻t=6Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図11Cにおける第6番目の小丸印は、発光素子206の発光点を示している。図11Dに示す時刻t=7Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。図11Dにおける第7番目の小丸印は、発光素子207の発光点を示している。   At time t = 6T shown in FIG. 11C, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300, light leaking from the light emitting element 207 is observed. A sixth small circle mark in FIG. 11C indicates a light emitting point of the light emitting element 206. At time t = 7T shown in FIG. 11D, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300, light leaking from the light emitting element 208 is observed. A seventh small circle mark in FIG. 11D indicates the light emitting point of the light emitting element 207.

図12Aに示す時刻t=8Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図12Aにおける第8番目の小丸印は、発光素子208の発光点を示している。図12Bに示す時刻t=9Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。図12Bにおける第9番目の小丸印は、発光素子209の発光点を示している。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300 at time t = 8T shown in FIG. 12A, light leaking from the light emitting element 209 is observed. The eighth small circle mark in FIG. 12A indicates the light emitting point of the light emitting element 208. At time t = 9T shown in FIG. 12B, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300, light leaking from the light emitting element 210 is observed. A ninth small circle mark in FIG. 12B indicates a light emitting point of the light emitting element 209.

図12Cに示す時刻t=10Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図12Cにおける第10番目の小丸印は、発光素子210の発光点を示している。図12Dに示す時刻t=11Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。図12Dにおける第11番目の小丸印は、発光素子211の発光点を示している。図12Dにおける第12番目の黒小丸印は、発光素子212の発光点を示している。   At time t = 10T shown in FIG. 12C, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300, light leaking from the light emitting element 211 is observed. A tenth small circle mark in FIG. 12C indicates the light emitting point of the light emitting element 210. When the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300 at time t = 11T shown in FIG. 12D, light leaking from the light emitting element 212 is observed. The eleventh small circle mark in FIG. 12D indicates the light emitting point of the light emitting element 211. A twelfth small black circle in FIG. 12D indicates the light emitting point of the light emitting element 212.

[光線を出力する様子]
続いて、複数の視点に対してスリット102を介して光線を出力する様子について説明する。図13〜図16は、複数の視点pに対してスリット102を介して光線を出力する様子(その1〜4)を示す説明図である。この例では、発光ユニットU1の全周囲(360°)に対して、6°置きに60箇所の視点p=300〜359を設定した場合であって、回転部104が任意の基準位置から30°回転する、時刻t=0〜t=5T(1/12周)に至る区間の様子を示している。
[Light beam output]
Next, a state in which light rays are output through the slit 102 for a plurality of viewpoints will be described. FIG. 13 to FIG. 16 are explanatory diagrams showing a state (parts 1 to 4) of outputting light rays through the slit 102 for a plurality of viewpoints p. In this example, 60 viewpoints p = 300 to 359 are set every 6 ° with respect to the entire circumference (360 °) of the light emitting unit U1, and the rotating unit 104 is 30 ° from an arbitrary reference position. A state of a section that rotates and reaches time t = 0 to t = 5T (1/12 round) is shown.

このような発光ユニットU1によれば、図13A,B、図14A,B及び図15A,Bに示すように発光素子201〜212の数だけ、一度に複数(12箇所)の視点pに対して光線を出力する。この出力で、視点p=300だけでなく、別の視点p=349〜359に対しても発光点の軌跡が平面を成して観測される。   According to such a light emitting unit U1, as shown in FIGS. 13A, 13B, 14A, 14B, and 15A, 15B, the number of the light emitting elements 201 to 212 is set to a plurality of (12 places) viewpoints p at a time. Output rays. With this output, not only the viewpoint p = 300, but also the locus of the light emitting point is observed in a plane with respect to another viewpoint p = 349 to 359.

例えば、図13Aに示す時刻t=0において、視点300(pを省略する)でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。この例では、回転部104を時計方向に回転し、視点300を基準にして角度6°ずつ視点をシフトした場合である。図13Aに示す視点300から角度6°だけ反時計方向に存在する他の視点359で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。   For example, at time t = 0 shown in FIG. 13A, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300 (p is omitted), light leaking from the light emitting element 201 is observed. In this example, the rotation unit 104 is rotated clockwise, and the viewpoint is shifted by an angle of 6 ° with respect to the viewpoint 300. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 359 that exists counterclockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 202 is observed.

図13Aに示す視点300から角度12°だけ反時計方向に存在する視点358で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。図13Aに示す視点300から角度18°だけ反時計方向に存在する視点357で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 358 that exists counterclockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 203 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 357 that exists counterclockwise by an angle of 18 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 204 is observed.

図13Aに示す視点300から角度24°だけ反時計方向に存在する視点356で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。図13Aに示す視点300から角度30°だけ反時計方向に存在する視点355で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 356 that exists in the counterclockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 205 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 355 that exists counterclockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 206 is observed.

図13Aに示す視点300から角度36°だけ反時計方向に存在する視点354で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図13Aに示す視点300から角度42°だけ反時計方向に存在する視点353で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 354 that exists counterclockwise by an angle of 36 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 207 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 353 that exists counterclockwise by an angle of 42 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 208 is observed.

図13Aに示す視点300から角度48°だけ反時計方向に存在する視点352で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図13Aに示す視点300から角度54°だけ反時計方向に存在する視点351で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 352 that exists counterclockwise by an angle of 48 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 209 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 351 existing counterclockwise by an angle of 54 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 210 is observed.

図13Aに示す視点300から角度60°だけ反時計方向に存在する視点350で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図13Aに示す視点300から角度66°だけ反時計方向に存在する視点349で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 350 that exists counterclockwise by an angle of 60 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 211 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 349 that exists in an anticlockwise direction by an angle of 66 ° from the viewpoint 300 shown in FIG. 13A, light leaking from the light emitting element 212 is observed.

また、図13Bに示す時刻t=Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。図13Bに示す視点300から角度6°だけ時計方向に存在する他の視点301で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。   Further, when the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = T shown in FIG. 13B, light leaking from the light emitting element 202 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 301 that exists in the clockwise direction by an angle of 6 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 201 is observed.

図13Bに示す視点300から角度6°だけ反時計方向に存在する他の視点359で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。図13Bに示す視点300から角度12°だけ反時計方向に存在する視点358で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 359 that exists counterclockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 203 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 358 that exists counterclockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 204 is observed.

図13Bに示す視点300から角度18°だけ反時計方向に存在する視点357で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。図13Bに示す視点300から角度24°だけ反時計方向に存在する視点356で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 357 that exists in an anticlockwise direction by an angle of 18 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 205 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 356 that exists in the counterclockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 206 is observed.

図13Bに示す視点300から角度30°だけ反時計方向に存在する視点355で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図13Bに示す視点300から角度36°だけ反時計方向に存在する視点354で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 355 that exists counterclockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 207 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 354 that exists in the counterclockwise direction by an angle of 36 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 208 is observed.

図13Bに示す視点300から角度42°だけ反時計方向に存在する視点353で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図13Bに示す視点300から角度48°だけ反時計方向に存在する視点352で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 353 that exists counterclockwise by an angle of 42 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 209 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 352 that exists counterclockwise by an angle of 48 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 210 is observed.

図13Bに示す視点300から角度54°だけ反時計方向に存在する視点351で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図13Bに示す視点300から角度60°だけ反時計方向に存在する視点350で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 351 existing counterclockwise by an angle of 54 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 211 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 350 that exists counterclockwise by an angle of 60 ° from the viewpoint 300 shown in FIG. 13B, light leaking from the light emitting element 212 is observed.

また、図14Aに示す時刻t=2Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。図14Aに示す視点300から角度6°だけ時計方向に存在する他の視点301で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。   Further, when the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = 2T shown in FIG. 14A, light leaking from the light emitting element 203 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 301 that exists in the clockwise direction by an angle of 6 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 202 is observed.

図14Aに示す視点300から角度12°だけ時計方向に存在する他の視点302で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。図14Aに示す視点300から角度6°だけ反時計方向に存在する他の視点359で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。
When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 302 that exists clockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 201 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 359 that exists counterclockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 204 is observed.

図14Aに示す視点300から角度12°だけ反時計方向に存在する視点358で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。図14Aに示す視点300から角度18°だけ反時計方向に存在する視点357で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 358 that exists counterclockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 205 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 357 that exists counterclockwise by an angle of 18 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 206 is observed.

図14Aに示す視点300から角度24°だけ反時計方向に存在する視点356で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図14Aに示す視点300から角度30°だけ反時計方向に存在する視点355で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 356 that exists in the counterclockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 207 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 355 that exists counterclockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 208 is observed.

図14Aに示す視点300から角度36°だけ反時計方向に存在する視点354で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図14Aに示す視点300から角度42°だけ反時計方向に存在する視点353で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 354 that exists counterclockwise by an angle of 36 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 209 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 353 that exists counterclockwise by an angle of 42 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 210 is observed.

図14Aに示す視点300から角度48°だけ反時計方向に存在する視点352で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図14Aに示す視点300から角度54°だけ反時計方向に存在する視点351で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 352 that exists counterclockwise by an angle of 48 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 211 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 351 that exists counterclockwise by an angle of 54 ° from the viewpoint 300 shown in FIG. 14A, light leaking from the light emitting element 212 is observed.

また、図14Bに示す時刻t=3Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。図14Bに示す視点300から角度6°だけ時計方向に存在する他の視点301で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。   Further, when the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 300 at time t = 3T shown in FIG. 14B, light leaking from the light emitting element 204 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 301 that exists clockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 203 is observed.

図14Bに示す視点300から角度12°だけ時計方向に存在する他の視点302で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。図14Bに示す視点300から角度18°だけ時計方向に存在する他の視点303で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 302 that exists clockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 202 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 303 that exists in the clockwise direction by an angle of 18 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 201 is observed.

図14Bに示す視点300から角度6°だけ反時計方向に存在する他の視点359で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。図14Bに示す視点300から角度12°だけ反時計方向に存在する視点358で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 359 that exists counterclockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 205 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 358 that exists counterclockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 206 is observed.

図14Bに示す視点300から角度18°だけ反時計方向に存在する視点357で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図14Bに示す視点300から角度24°だけ反時計方向に存在する視点356で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 357 that exists counterclockwise by an angle of 18 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 207 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 356 that exists in the counterclockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 208 is observed.

図14Bに示す視点300から角度30°だけ反時計方向に存在する視点355で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図14Bに示す視点300から角度36°だけ反時計方向に存在する視点354で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 355 that exists counterclockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 209 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 354 that exists counterclockwise by an angle of 36 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 210 is observed.

図14Bに示す視点300から角度42°だけ反時計方向に存在する視点353で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図14Bに示す視点300から角度48°だけ反時計方向に存在する視点352で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 353 that exists counterclockwise by an angle of 42 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 211 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 352 that exists counterclockwise by an angle of 48 ° from the viewpoint 300 shown in FIG. 14B, light leaking from the light emitting element 212 is observed.

更に、図15Aに示す時刻t=4Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。図15Aに示す視点300から角度6°だけ時計方向に存在する他の視点301で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。   Further, when the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = 4T shown in FIG. 15A, light leaking from the light emitting element 205 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 301 that exists in the clockwise direction by an angle of 6 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 204 is observed.

図15Aに示す視点300から角度12°だけ時計方向に存在する他の視点302で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。図15Aに示す視点300から角度18°だけ時計方向に存在する他の視点303で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 302 that exists clockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 203 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 303 that exists in the clockwise direction by an angle of 18 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 202 is observed.

図15Aに示す視点300から角度24°だけ時計方向に存在する他の視点304で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。図15Aに示す視点300から角度6°だけ反時計方向に存在する他の視点359で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。   When the two-dimensional light-emitting element array 101 is observed through the slit 102 at another viewpoint 304 that exists clockwise by an angle of 24 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light-emitting element 201 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 359 that exists counterclockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 206 is observed.

図15Aに示す視点300から角度12°だけ反時計方向に存在する視点358で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図15Aに示す視点300から角度18°だけ反時計方向に存在する視点357で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 358 that exists counterclockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 207 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 357 that exists counterclockwise by an angle of 18 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 208 is observed.

図15Aに示す視点300から角度24°だけ反時計方向に存在する視点356で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図15Aに示す視点300から角度30°だけ反時計方向に存在する視点355で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 356 that exists in the counterclockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 209 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 355 that exists counterclockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 210 is observed.

図15Aに示す視点300から角度36°だけ反時計方向に存在する視点354で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図15Aに示す視点300から角度42°だけ反時計方向に存在する視点353で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 354 that exists counterclockwise by an angle of 36 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 211 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 353 that exists in the counterclockwise direction by an angle of 42 ° from the viewpoint 300 shown in FIG. 15A, light leaking from the light emitting element 212 is observed.

また、図15Bに示す時刻t=5Tにおいて、視点300でスリット102を介して2次元発光素子アレイ101を観察すると、発光素子206から漏れ出る光が観測される。図15Bに示す視点300から角度6°だけ時計方向に存在する他の視点301で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子205から漏れ出る光が観測される。   Further, when the two-dimensional light emitting element array 101 is observed at the viewpoint 300 through the slit 102 at time t = 5T shown in FIG. 15B, light leaking from the light emitting element 206 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 301 that exists in the clockwise direction by an angle of 6 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 205 is observed.

図15Bに示す視点300から角度12°だけ時計方向に存在する他の視点302で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子204から漏れ出る光が観測される。図15Bに示す視点300から角度18°だけ時計方向に存在する他の視点303で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子203から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 302 that is clockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 204 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 303 that exists clockwise by an angle of 18 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 203 is observed.

図15Bに示す視点300から角度24°だけ時計方向に存在する他の視点304で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子202から漏れ出る光が観測される。図15Bに示す視点300から角度30°だけ時計方向に存在する他の視点305で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子201から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 304 that exists in the clockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 202 is observed. When the two-dimensional light-emitting element array 101 is observed through the slit 102 at another viewpoint 305 that exists clockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light-emitting element 201 is observed.

図15Bに示す視点300から角度6°だけ反時計方向に存在する他の視点359で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子207から漏れ出る光が観測される。図15Bに示す視点300から角度12°だけ反時計方向に存在する視点358で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子208から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at another viewpoint 359 that exists counterclockwise by an angle of 6 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 207 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 358 that exists counterclockwise by an angle of 12 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 208 is observed.

図15Bに示す視点300から角度18°だけ反時計方向に存在する視点357で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子209から漏れ出る光が観測される。図15Bに示す視点300から角度24°だけ反時計方向に存在する視点356で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子210から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 357 that exists counterclockwise by an angle of 18 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 209 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at the viewpoint 356 that exists in the counterclockwise direction by an angle of 24 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 210 is observed.

図15Bに示す視点300から角度30°だけ反時計方向に存在する視点355で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子211から漏れ出る光が観測される。図15Bに示す視点300から角度36°だけ反時計方向に存在する視点354で、スリット102を介して2次元発光素子アレイ101を観察すると、発光素子212から漏れ出る光が観測される。   When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 355 that exists counterclockwise by an angle of 30 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 211 is observed. When the two-dimensional light emitting element array 101 is observed through the slit 102 at a viewpoint 354 that exists counterclockwise by an angle of 36 ° from the viewpoint 300 shown in FIG. 15B, light leaking from the light emitting element 212 is observed.

なお、時刻t=6T〜11Tについても、同様に12個の発光素子201〜212から漏れ出る光が1ずつシフトして観測される。この間、回転部104は角度30°から60°へ至り回転する。従って、回転部104が全周(1周)、すなわち、360°回転すると、12個の発光素子201〜212による時刻t=0〜59Tに係る発光が観測される。このようにして、視点300から角度6°を基準にして時計方向又は及び反時計方向に存在する他の視点で、スリット102を介して2次元発光素子アレイ101を観察する。この結果、12個の発光素子201〜212から漏れ出る光が1ずつシフトして観測できるようになる(図16参照)。   In addition, at time t = 6T to 11T, similarly, light leaking from the twelve light emitting elements 201 to 212 is observed shifted by one. During this time, the rotating unit 104 rotates from an angle of 30 ° to 60 °. Therefore, when the rotating unit 104 rotates all around (one turn), that is, 360 °, light emission at time t = 0 to 59T by the 12 light emitting elements 201 to 212 is observed. In this manner, the two-dimensional light emitting element array 101 is observed through the slit 102 from another viewpoint that exists in the clockwise direction and the counterclockwise direction with respect to the angle 6 ° from the viewpoint 300. As a result, light leaking from the twelve light emitting elements 201 to 212 can be observed shifted by one (see FIG. 16).

図16は、2次元発光素子アレイ101による発光点の全軌跡例を示す図である。図16に示す2次元発光素子アレイ101による発光点の軌跡例によれば、全て(60箇所)の視点300〜359で、時刻t=0〜59Tの発光点の軌跡が平面を成して観測される。この例では、観測視点は60箇所(角度6°の配置ピッチ)である。上述した発光ユニットU1の構造は、60箇所の視点300〜359から観測される再生画像が平面であるので、撮影データを一定の順序で放射光データに変換する処理等に軽減され、光線再生のための画像データを生成する際に極めて有利になっている。   FIG. 16 is a diagram showing an example of the entire locus of light emitting points by the two-dimensional light emitting element array 101. According to the example of the locus of the light emitting points by the two-dimensional light emitting element array 101 shown in FIG. 16, the locus of the light emitting points at time t = 0 to 59T forms a plane at all (60 places) viewpoints 300 to 359. Is done. In this example, there are 60 observation viewpoints (arrangement pitch with an angle of 6 °). In the structure of the light emitting unit U1 described above, since the reproduced images observed from the 60 viewpoints 300 to 359 are flat, the processing is reduced to processing for converting the photographing data into the radiated light data in a predetermined order, and the like. This is extremely advantageous when generating image data.

[立体画像表示用の画像データの生成例]
続いて、全周囲立体画像表示装置10に適用可能な立体画像表示用の画像データの生成例について説明する。図17は撮影データ/放射光データの変換例を示すデータフォーマットである。
[Example of generating image data for stereoscopic image display]
Subsequently, an example of generating image data for stereoscopic image display applicable to the omnidirectional stereoscopic image display device 10 will be described. FIG. 17 is a data format showing an example of conversion of imaging data / radiant light data.

この例では、図16に示した全周囲立体画像表示装置10で表示させたい物体(被写体)を全周囲から撮影する。例えば、物体を撮影中心に配置し、物体の配置中心部位を回転中心にして全周囲に6°置きに60箇所の撮影点(各視点300〜359に相当)を設定する。   In this example, an object (subject) to be displayed on the omnidirectional stereoscopic image display device 10 shown in FIG. For example, an object is arranged at the photographing center, and 60 photographing points (corresponding to the respective viewpoints 300 to 359) are set every 6 ° around the center of the object arrangement.

次に、実際にカメラを使用して、各視点300〜359から物体撮影中心位置(回転軸103に相当)に向かって物体の画像を各々撮影する。この撮影によって、物体の光線再生に必要な全周囲に渡る撮影データを収集できるようになる。   Next, an image of the object is respectively taken from each viewpoint 300 to 359 toward the object photographing center position (corresponding to the rotation axis 103) using a camera. By this photographing, it becomes possible to collect photographing data over the entire circumference necessary for light ray reproduction of the object.

その後、図17で示すように収集した撮影データが2次元発光素子アレイ101における12行の発光素子201〜212の発光タイミング毎の放射光データとなるように、スリット方向(縦方向)のラインデータ単位で、配列操作処理を実行する。   Thereafter, as shown in FIG. 17, line data in the slit direction (longitudinal direction) is acquired so that the captured image data becomes radiation data for each light emission timing of the 12 light emitting elements 201 to 212 in the two-dimensional light emitting element array 101. Array operation processing is executed in units.

ここで、撮影点300で撮影して得た画像(0°)の撮影データを次のように示す。撮影点300は撮影データ(300−201,300−202,300−203,300−204,300−205,300−206,300−207,300−208,300−209,300−210,300−211,300−212)である。   Here, photographing data of an image (0 °) obtained by photographing at the photographing point 300 is shown as follows. The photographing point 300 is obtained by photographing data (300-201, 300-202, 300-203, 300-204, 300-205, 300-206, 300-207, 300-208, 300-209, 300-210, 300-211). 300-212).

また、撮影点301で撮影して得た画像(6°)の撮影データを次のように示す。撮影点301は、撮影データ(301−201,301−202,301−203,301−204,301−205,301−206,301−207,301−208,301−209,301−210,301−211,301−212)である。   Further, photographing data of an image (6 °) obtained by photographing at the photographing point 301 is shown as follows. The shooting point 301 includes shooting data (301-201, 301-202, 301-203, 301-204, 301-205, 301-206, 301-207, 301-208, 301-209, 301-210, 301-). 211, 301-212).

撮影点302で撮影して得た画像(12°)の撮影データを次のように示す。撮影点302は撮影データ(302−201,302−202,302−203,302−204,302−205,302−206,302−207,302−208,302−209,302−210,302−211,302−212)である。   Shooting data of an image (12 °) obtained by shooting at the shooting point 302 is shown as follows. The photographing point 302 is obtained by photographing data (302-201, 302-202, 302-203, 302-204, 302-205, 302-206, 302-207, 302-208, 302-209, 302-210, 302-212). , 302-212).

撮影点303で撮影して得た画像(18°)の撮影データを次のように示す。撮影点303は撮影データ(303−201,303−202,303−203,303−204,303−205,303−206,303−207,303−208,303−209,303−210,303−211,303−212)である。   Shooting data of an image (18 °) obtained by shooting at the shooting point 303 is shown as follows. The photographing point 303 is obtained by photographing data (303-201, 303-202, 303-203, 303-204, 303-205, 303-206, 303-207, 303-208, 303-209, 303-210, 303-211). , 303-212).

撮影点304で撮影して得た画像(24°)の撮影データを次のように示す。撮影点304は撮影データ(304−201,304−202,304−203,304−204,304−205,304−206,304−207,304−208,304−209,304−210,304−211,304−212)である。同様にして、撮影点358で撮影して得た画像(348°)の撮影データを次のように示す。撮影点358は撮影データ(358−201,358−202,358−203,358−204,358−205,358−206,358−207,358−208,358−209,358−210,358−211,358−212)とする。   Shooting data of an image (24 °) obtained by shooting at the shooting point 304 is shown as follows. The photographing point 304 is photographed data (304-201, 304-202, 304-203, 304-204, 304-205, 304-206, 304-207, 304-208, 304-209, 304-210, 304-211). , 304-212). Similarly, photographing data of an image (348 °) obtained by photographing at the photographing point 358 is shown as follows. The photographing point 358 is photographed data (358-201, 358-202, 358-203, 358-204, 358-205, 358-206, 358-207, 358-208, 358-209, 358-210, 358-211. 358-212).

そして、撮影点359で撮影して得た画像(354°)の撮影データを次のように示す。撮影点359は撮影データ(359−201,359−202,359−203,359−204,359−205,359−206,359−207,359−208,359−209,359−210,359−211,359−212)である。   And the imaging | photography data of the image (354 degrees) acquired by image | photographing at the imaging | photography point 359 are shown as follows. The photographing point 359 is photographed data (359-201, 359-202, 359-203, 359-204, 359-205, 359-206, 359-207, 359-208, 359-209, 359-210, 359-211. , 359-212).

上述で得られた撮影データを次のような配列操作を実行して、時刻t=0〜t=59Tに係る放射光データに変換処理する。まず、時刻t=0の発光素子201の放射光データについては、物体の画像(0°)の撮影データ(300−201)を配列する。同時刻t=0の発光素子202の放射光データについては、物体の画像(354°)の撮影データ(359−202)を配列する。同時刻t=0の発光素子203の放射光データについては、物体の画像(348°)の撮影データ(358−203)を配列する。   The imaging data obtained as described above is subjected to the following arrangement operation to be converted into radiation data relating to time t = 0 to t = 59T. First, for the radiated light data of the light emitting element 201 at time t = 0, imaging data (300-201) of an object image (0 °) is arranged. For the emitted light data of the light emitting element 202 at the same time t = 0, photographing data (359-202) of an object image (354 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = 0, imaging data (358-203) of an object image (348 °) is arranged.

同時刻t=0の発光素子204の放射光データについては、物体の画像(342°)の撮影データ(357−204)を配列する。同時刻t=0の発光素子205の放射光データについては、物体の画像(336°)の撮影データ(356−205)を配列する。同時刻t=0の発光素子206の放射光データについては、物体の画像(330°)の撮影データ(355−206)を配列する。   For the radiated light data of the light emitting element 204 at the same time t = 0, imaging data (357-204) of an object image (342 °) is arranged. For the radiated light data of the light emitting element 205 at the same time t = 0, photographing data (356-205) of an object image (336 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = 0, photographing data (355-206) of an object image (330 °) is arranged.

同時刻t=0の発光素子207の放射光データについては、物体の画像(324°)の撮影データ(354−207)を配列する。同時刻t=0の発光素子208の放射光データについては、物体の画像(318°)の撮影データ(353−208)を配列する。同時刻t=0の発光素子209の放射光データについては、物体の画像(312°)の撮影データ(352−209)を配列する。   For the radiated light data of the light emitting element 207 at the same time t = 0, photographing data (354-207) of an object image (324 °) is arranged. For the radiated light data of the light emitting element 208 at the same time t = 0, photographing data (353-208) of an object image (318 °) is arranged. For the radiated light data of the light emitting element 209 at the same time t = 0, photographing data (352-209) of an object image (312 °) is arranged.

同時刻t=0の発光素子210の放射光データについては、物体の画像(306°)の撮影データ(351−210)を配列する。同時刻t=0の発光素子211の放射光データについては、物体の画像(300°)の撮影データ(350−211)を配列する。同時刻t=0の発光素子212の放射光データについては、物体の画像(294°)の撮影データ(349−212)を配列する。   For the radiated light data of the light emitting element 210 at the same time t = 0, imaging data (351-210) of an object image (306 °) is arranged. For the radiated light data of the light emitting element 211 at the same time t = 0, imaging data (350-211) of an object image (300 °) is arranged. For the radiated light data of the light emitting element 212 at the same time t = 0, photographing data (349-212) of an object image (294 °) is arranged.

この配列操作によって、時刻t=0の発光素子201〜212の放射光データを生成することができる。生成データは放射光データ(300−201,359−202,358−203,357−204,356−205,355−206,354−207,353−208,352−209,351−210,350−211,349−212)である。   By this arrangement operation, the emitted light data of the light emitting elements 201 to 212 at time t = 0 can be generated. The generated data is synchrotron radiation data (300-201, 359-202, 358-203, 357-204, 356-205, 355-206, 354-207, 353-208, 352-209, 351-210, 350-211. , 349-212).

次に、時刻t=Tの発光素子201の放射光データについては、物体の画像(6°)の撮影データ(301−201)を配列する。同時刻t=Tの発光素子202の放射光データについては、物体の画像(0°)の撮影データ(300−202)を配列する。同時刻t=Tの発光素子203の放射光データについては、物体の画像(354°)の撮影データ(359−203)を配列する。同時刻t=Tの発光素子204の放射光データについては、物体の画像(348°)の撮影データ(358−204)を配列する。   Next, for the radiated light data of the light emitting element 201 at time t = T, shooting data (301-201) of an object image (6 °) is arranged. For the radiated light data of the light emitting element 202 at the same time t = T, photographing data (300-202) of an object image (0 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = T, photographing data (359-203) of an object image (354 °) is arranged. For the radiated light data of the light emitting element 204 at the same time t = T, photographing data (358-204) of an object image (348 °) is arranged.

同時刻t=Tの発光素子205の放射光データについては、物体の画像(342°)の撮影データ(357−205)を配列する。同時刻t=Tの発光素子206の放射光データについては、物体の画像(336°)の撮影データ(356−206)を配列する。同時刻t=Tの発光素子207の放射光データについては、物体の画像(330°)の撮影データ(355−207)を配列する。同時刻t=Tの発光素子208の放射光データについては、物体の画像(324°)の撮影データ(354−208)を配列する。   For the radiated light data of the light emitting element 205 at the same time t = T, photographing data (357-205) of an object image (342 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = T, photographing data (356-206) of an object image (336 °) is arranged. For the radiated light data of the light emitting element 207 at the same time t = T, photographing data (355-207) of an object image (330 °) is arranged. For the radiated light data of the light emitting element 208 at the same time t = T, photographing data (354-208) of an object image (324 °) is arranged.

同時刻t=Tの発光素子209の放射光データについては、物体の画像(318°)の撮影データ(353−209)を配列する。同時刻t=Tの発光素子210の放射光データについては、物体の画像(312°)の撮影データ(352−210)を配列する。同時刻t=Tの発光素子211の放射光データについては、物体の画像(306°)の撮影データ(351−211)を配列する。同時刻t=Tの発光素子212の放射光データについては、物体の画像(300°)の撮影データ(350−212)を配列する。   For the radiated light data of the light emitting element 209 at the same time t = T, photographing data (353-209) of an object image (318 °) is arranged. For the radiated light data of the light emitting element 210 at the same time t = T, photographing data (352-210) of an object image (312 °) is arranged. For the radiated light data of the light emitting element 211 at the same time t = T, photographing data (351-211) of an object image (306 °) is arranged. For the radiated light data of the light emitting element 212 at the same time t = T, photographing data (350-212) of an object image (300 °) is arranged.

この配列操作によって、時刻t=Tの発光素子201〜212の放射光データを生成することができる。生成データは放射光データ(301−201,300−202,359−203,358−204,357−205,356−206,355−207,354−208,353−209,352−210,351−211,350−212)である。   By this arrangement operation, the emitted light data of the light emitting elements 201 to 212 at time t = T can be generated. The generated data is synchrotron radiation data (301-201, 300-202, 359-203, 358-204, 357-205, 356-206, 355-207, 354-208, 353-209, 352-210, 351-211. 350-212).

次に、時刻t=2Tの発光素子201の放射光データについては、物体の画像(12°)の撮影データ(302−201)を配列する。同時刻t=2Tの発光素子202の放射光データについては、物体の画像(6°)の撮影データ(301−202)を配列する。同時刻t=2Tの発光素子203の放射光データについては、物体の画像(0°)の撮影データ(300−203)を配列する。同時刻t=2Tの発光素子204の放射光データについては、物体の画像(354°)の撮影データ(359−204)を配列する。   Next, for the radiated light data of the light emitting element 201 at time t = 2T, imaging data (302-201) of an object image (12 °) is arranged. For the radiated light data of the light emitting element 202 at the same time t = 2T, photographing data (301-202) of an object image (6 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = 2T, photographing data (300-203) of an object image (0 °) is arranged. For the radiated light data of the light emitting element 204 at the same time t = 2T, photographing data (359-204) of an object image (354 °) is arranged.

同時刻t=2Tの発光素子205の放射光データについては、物体の画像(348°)の撮影データ(358−205)を配列する。同時刻t=2Tの発光素子206の放射光データについては、物体の画像(342°)の撮影データ(357−206)を配列する。同時刻t=2Tの発光素子207の放射光データについては、物体の画像(336°)の撮影データ(356−207)を配列する。同時刻t=2Tの発光素子208の放射光データについては、物体の画像(330°)の撮影データ(355−208)を配列する。   For the radiated light data of the light emitting element 205 at the same time t = 2T, photographing data (358-205) of an object image (348 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = 2T, photographing data (357-206) of an object image (342 °) is arranged. For the radiated light data of the light emitting element 207 at the same time t = 2T, photographing data (356-207) of an object image (336 °) is arranged. For the radiated light data of the light emitting element 208 at the same time t = 2T, photographing data (355-208) of an object image (330 °) is arranged.

同時刻t=2Tの発光素子209の放射光データについては、物体の画像(324°)の撮影データ(354−209)を配列する。同時刻t=2Tの発光素子210の放射光データについては、物体の画像(318°)の撮影データ(353−210)を配列する。同時刻t=2Tの発光素子211の放射光データについては、物体の画像(312°)の撮影データ(352−211)を配列する。同時刻t=2Tの発光素子212の放射光データについては、物体の画像(306°)の撮影データ(351−212)を配列する。   For the radiated light data of the light emitting element 209 at the same time t = 2T, photographing data (354-209) of an object image (324 °) is arranged. For the radiated light data of the light emitting element 210 at the same time t = 2T, photographing data (353-210) of an object image (318 °) is arranged. For the radiated light data of the light emitting element 211 at the same time t = 2T, photographing data (352-211) of an object image (312 °) is arranged. For the radiated light data of the light emitting element 212 at the same time t = 2T, photographing data (351-212) of an object image (306 °) is arranged.

この配列操作によって、時刻t=2Tの発光素子201〜212の放射光データを生成することができる。生成データは放射光データ(302−201,301−202,300−203,359−204,358−205,357−206,356−207,355−208,354−209,353−210,352−211,351−212)である。   By this arrangement operation, the emitted light data of the light emitting elements 201 to 212 at time t = 2T can be generated. The generated data is synchrotron radiation data (302-201, 301-202, 300-203, 359-204, 358-205, 357-206, 356-207, 355-208, 354-209, 353-210, 352-211. , 351-212).

次に、時刻t=3Tの発光素子201の放射光データについては、物体の画像(18°)の撮影データ(303−201)を配列する。同時刻t=3Tの発光素子202の放射光データについては、物体の画像(12°)の撮影データ(302−202)を配列する。同時刻t=3Tの発光素子203の放射光データについては、物体の画像(6°)の撮影データ(301−203)を配列する。同時刻t=3Tの発光素子204の放射光データについては、物体の画像(0°)の撮影データ(300−204)を配列する。   Next, for the radiated light data of the light emitting element 201 at time t = 3T, imaging data (303-201) of an object image (18 °) is arranged. For the radiated light data of the light emitting element 202 at the same time t = 3T, photographing data (302-202) of an object image (12 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = 3T, photographing data (301-203) of an object image (6 °) is arranged. For the radiated light data of the light emitting element 204 at the same time t = 3T, photographing data (300-204) of an object image (0 °) is arranged.

同時刻t=3Tの発光素子205の放射光データについては、物体の画像(354°)の撮影データ(359−205)を配列する。同時刻t=3Tの発光素子206の放射光データについては、物体の画像(348°)の撮影データ(358−206)を配列する。同時刻t=3Tの発光素子207の放射光データについては、物体の画像(342°)の撮影データ(357−207)を配列する。   As for the radiated light data of the light emitting element 205 at the same time t = 3T, photographing data (359-205) of an object image (354 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = 3T, photographing data (358-206) of an object image (348 °) is arranged. For the radiated light data of the light emitting element 207 at the same time t = 3T, photographing data (357-207) of the object image (342 °) is arranged.

同時刻t=3Tの発光素子208の放射光データについては、物体の画像(336°)の撮影データ(356−208)を配列する。同時刻t=3Tの発光素子209の放射光データについては、物体の画像(330°)の撮影データ(355−209)を配列する。同時刻t=3Tの発光素子210の放射光データについては、物体の画像(324°)の撮影データ(354−210)を配列する。   For the radiated light data of the light emitting element 208 at the same time t = 3T, photographing data (356-208) of an object image (336 °) is arranged. For the radiated light data of the light emitting element 209 at the same time t = 3T, photographing data (355-209) of an object image (330 °) is arranged. For the radiated light data of the light emitting element 210 at the same time t = 3T, imaging data (354-210) of an object image (324 °) is arranged.

同時刻t=3Tの発光素子211の放射光データについては、物体の画像(318°)の撮影データ(353−211)を配列する。同時刻t=3Tの発光素子212の放射光データについては、物体の画像(312°)の撮影データ(352−212)を配列する。   For the radiated light data of the light emitting element 211 at the same time t = 3T, photographing data (353-211) of an object image (318 °) is arranged. For the radiated light data of the light emitting element 212 at the same time t = 3T, photographing data (352-212) of an object image (312 °) is arranged.

この配列操作によって、時刻t=3Tの発光素子201〜212の放射光データを生成することができる。生成データは放射光データ(303−201,302−202,301−203,300−204,359−205,358−206,357−207,356−208,355−209,354−210,353−211,352−212)である。   By this array operation, the emitted light data of the light emitting elements 201 to 212 at time t = 3T can be generated. The generated data is synchrotron radiation data (303-201, 302-202, 301-203, 300-204, 359-205, 358-206, 357-207, 356-208, 355-209, 354-210, 353-211. 352-212).

次に、時刻t=4Tの発光素子201の放射光データについて、物体の画像(24°)の撮影データ(304−201)を配列する。同時刻t=4Tの発光素子202の放射光データについては、物体の画像(18°)の撮影データ(303−202)を配列する。同時刻t=4Tの発光素子203の放射光データについては、物体の画像(12°)の撮影データ(302−203)を配列する。同時刻t=4Tの発光素子204の放射光データについては、物体の画像(6°)の撮影データ(301−204)を配列する。   Next, the photographing data (304-201) of the image (24 °) of the object is arranged with respect to the radiation data of the light emitting element 201 at time t = 4T. For the radiated light data of the light emitting element 202 at the same time t = 4T, photographing data (303-202) of an object image (18 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = 4T, photographing data (302-203) of an object image (12 °) is arranged. For the emitted light data of the light emitting element 204 at the same time t = 4T, photographing data (301-204) of an object image (6 °) is arranged.

同時刻t=4Tの発光素子205の放射光データについては、物体の画像(0°)の撮影データ(300−205)を配列する。同時刻t=4Tの発光素子206の放射光データについては、物体の画像(354°)の撮影データ(359−206)を配列する。同時刻t=4Tの発光素子207の放射光データについては、物体の画像(348°)の撮影データ(358−207)を配列する。同時刻t=4Tの発光素子208の放射光データについては、物体の画像(342°)の撮影データ(357−208)を配列する。   For the radiated light data of the light emitting element 205 at the same time t = 4T, photographing data (300-205) of an object image (0 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = 4T, photographing data (359-206) of an object image (354 °) is arranged. For the radiated light data of the light emitting element 207 at the same time t = 4T, imaging data (358-207) of an object image (348 °) is arranged. For the radiated light data of the light emitting element 208 at the same time t = 4T, photographing data (357-208) of an object image (342 °) is arranged.

同時刻t=4Tの発光素子209の放射光データについては、物体の画像(336°)の撮影データ(356−209)を配列する。同時刻t=4Tの発光素子210の放射光データについては、物体の画像(330°)の撮影データ(355−210)を配列する。同時刻t=4Tの発光素子211の放射光データについては、物体の画像(324°)の撮影データ(354−211)を配列する。同時刻t=4Tの発光素子212の放射光データについては、物体の画像(318°)の撮影データ(353−212)を配列する。   For the radiated light data of the light emitting element 209 at the same time t = 4T, photographing data (356-209) of an object image (336 °) is arranged. For the radiated light data of the light emitting element 210 at the same time t = 4T, photographing data (355-210) of an object image (330 °) is arranged. For the radiated light data of the light emitting element 211 at the same time t = 4T, imaging data (354-211) of an object image (324 °) is arranged. For the radiated light data of the light emitting element 212 at the same time t = 4T, photographing data (353-212) of an object image (318 °) is arranged.

この配列操作によって、時刻t=4Tの発光素子201〜212の放射光データを生成することができる。生成データは、放射光データ(304−201,303−202,302−203,301−204,300−205,359−206,358−207,357−208,356−209,355−210,354−211,353−212)である。   By this array operation, the emitted light data of the light emitting elements 201 to 212 at time t = 4T can be generated. The generated data is synchrotron radiation data (304-201, 303-202, 302-203, 301-204, 300-205, 359-206, 358-207, 357-208, 356-209, 355-210, 354-. 211, 353-212).

同様にして、時刻t=58Tの発光素子201の放射光データについて、物体の画像(348°)の撮影データ(358−201)を配列する。同時刻t=58Tの発光素子202の放射光データについては、物体の画像(342°)の撮影データ(357−202)を配列する。同時刻t=58Tの発光素子203の放射光データについては、物体の画像(336°)の撮影データ(356−203)を配列する。同時刻t=58Tの発光素子204の放射光データについては、物体の画像(330°)の撮影データ(355−204)を配列する。   Similarly, imaging data (358-201) of an object image (348 °) is arranged for the radiation data of the light emitting element 201 at time t = 58T. For the radiated light data of the light emitting element 202 at the same time t = 58T, imaging data (357-202) of an object image (342 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = 58T, photographing data (356-203) of an object image (336 °) is arranged. For the radiated light data of the light emitting element 204 at the same time t = 58T, photographing data (355-204) of an object image (330 °) is arranged.

同時刻t=58Tの発光素子205の放射光データについては、物体の画像(324°)の撮影データ(354−205)を配列する。同時刻t=58Tの発光素子206の放射光データについては、物体の画像(318°)の撮影データ(353−206)を配列する。同時刻t=58Tの発光素子207の放射光データについては、物体の画像(312°)の撮影データ(352−207)を配列する。同時刻t=58Tの発光素子208の放射光データについては、物体の画像(306°)の撮影データ(351−208)を配列する。   For the radiated light data of the light emitting element 205 at the same time t = 58T, photographing data (354-205) of an object image (324 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = 58T, photographing data (353-206) of an object image (318 °) is arranged. For the radiated light data of the light emitting element 207 at the same time t = 58T, photographing data (352-207) of an object image (312 °) is arranged. For the radiated light data of the light emitting element 208 at the same time t = 58T, photographing data (351-208) of an object image (306 °) is arranged.

同時刻t=58Tの発光素子209の放射光データについては、物体の画像(300°)の撮影データ(350−209)を配列する。同時刻t=58Tの発光素子210の放射光データについては、物体の画像(294°)の撮影データ(349−210)を配列する。同時刻t=58Tの発光素子211の放射光データについては、物体の画像(288°)の撮影データ(348−211)を配列する。同時刻t=58Tの発光素子212の放射光データについては、物体の画像(282°)の撮影データ(347−212)を配列する。   For the radiated light data of the light emitting element 209 at the same time t = 58T, photographing data (350-209) of an object image (300 °) is arranged. For the radiated light data of the light emitting element 210 at the same time t = 58T, photographing data (349-210) of an object image (294 °) is arranged. For the radiated light data of the light emitting element 211 at the same time t = 58T, photographing data (348-211) of an object image (288 °) is arranged. For the radiated light data of the light emitting element 212 at the same time t = 58T, photographing data (347-212) of an object image (282 °) is arranged.

この配列操作によって、時刻t=58Tの発光素子201〜212の放射光データを生成することができる。生成データは放射光データ(358−201,357−202,356−203,355−204,354−205,353−206,352−207,351−208,350−209,349−210,348−211,347−212)である。   By this array operation, the emitted light data of the light emitting elements 201 to 212 at time t = 58T can be generated. The generated data is synchrotron radiation data (358-201, 357-202, 356-203, 355-204, 354-205, 353-206, 352-207, 351-208, 350-209, 349-210, 348-211. 347-212).

そして、時刻t=59Tの発光素子201の放射光データについて、物体の画像(354°)の撮影データ(359−201)を配列する。同時刻t=59Tの発光素子202の放射光データについては、物体の画像(348°)の撮影データ(358−202)を配列する。同時刻t=59Tの発光素子203の放射光データについては、物体の画像(342°)の撮影データ(357−203)を配列する。同時刻t=59Tの発光素子204の放射光データについては、物体の画像(336°)の撮影データ(356−204)を配列する。   And about the radiation | emission light data of the light emitting element 201 of the time t = 59T, the imaging | photography data (359-201) of the image (354 degrees) of an object are arranged. For the radiated light data of the light emitting element 202 at the same time t = 59T, photographing data (358-202) of an object image (348 °) is arranged. For the radiated light data of the light emitting element 203 at the same time t = 59T, photographing data (357-203) of an object image (342 °) is arranged. For the radiated light data of the light emitting element 204 at the same time t = 59T, photographing data (356-204) of an object image (336 °) is arranged.

同時刻t=59Tの発光素子205の放射光データについては、物体の画像(330°)の撮影データ(355−205)を配列する。同時刻t=59Tの発光素子206の放射光データについては、物体の画像(324°)の撮影データ(354−206)を配列する。同時刻t=59Tの発光素子207の放射光データについては、物体の画像(318°)の撮影データ(353−207)を配列する。同時刻t=59Tの発光素子208の放射光データについては、物体の画像(312°)の撮影データ(352−208)を配列する。   For the radiated light data of the light emitting element 205 at the same time t = 59T, photographing data (355-205) of an object image (330 °) is arranged. For the radiated light data of the light emitting element 206 at the same time t = 59T, photographing data (354-206) of an object image (324 °) is arranged. For the radiated light data of the light emitting element 207 at the same time t = 59T, photographing data (353-207) of an object image (318 °) is arranged. For the radiated light data of the light emitting element 208 at the same time t = 59T, photographing data (352-208) of an object image (312 °) is arranged.

同時刻t=59Tの発光素子209の放射光データについては、物体の画像(306°)の撮影データ(351−209)を配列する。同時刻t=59Tの発光素子210の放射光データについては、物体の画像(300°)の撮影データ(350−210)を配列する。同時刻t=59Tの発光素子211の放射光データについては、物体の画像(294°)の撮影データ(349−211)を配列する。同時刻t=59Tの発光素子212の放射光データについては、物体の画像(288°)の撮影データ(348−212)を配列する。   For the radiated light data of the light emitting element 209 at the same time t = 59T, photographing data (351-209) of an object image (306 °) is arranged. For the radiated light data of the light emitting element 210 at the same time t = 59T, photographing data (350-210) of an object image (300 °) is arranged. For the radiated light data of the light emitting element 211 at the same time t = 59T, photographing data (349-211) of an object image (294 °) is arranged. As for the radiated light data of the light emitting element 212 at the same time t = 59T, photographing data (348-212) of an object image (288 °) is arranged.

この配列操作によって、時刻t=59Tの発光素子201〜212の放射光データ(359−201,358−202,357−203,356−204,355−205,354−206,353−207,352−208,351−209,350−210,349−211,348−212)を生成することができる。   By this array operation, the radiated light data (359-201, 358-202, 357-203, 356-204, 355-205, 354-206, 353-207, 352) of the light emitting elements 201-212 at time t = 59T are obtained. 208, 351-209, 350-210, 349-211, 348-212) can be generated.

こうした配列操作処理だけで、全周囲立体画像表示装置10に適用可能な立体画像表示用の放射光データ(以下映像データDinともいう)を容易に生成できるようになる。しかも、発光ユニットU1を映像データDinの生成を考慮した内部構造とすることで、小規模な信号処理回路で短時間に立体画像表示用の映像データDinを生成することができる。   Only by such an array operation process, it is possible to easily generate radiant light data for stereoscopic image display (hereinafter also referred to as video data Din) applicable to the omnidirectional stereoscopic image display device 10. In addition, since the light emitting unit U1 has an internal structure in consideration of the generation of the video data Din, the video data Din for stereoscopic image display can be generated in a short time with a small signal processing circuit.

上述の例では、実際の被写体(物体)をカメラで撮影する方法について説明したが、これに限られることはなく、コンピュータグラフィックスにより、立体画像表示用の映像データDinを生成してもよい。コンピュータグラフィックスによる仮想物体の表示においても、60箇所の各視点300〜359から回転軸103の方向の画像をレンダリングし、同様の処理を行うことで映像データDinを容易に生成できる。   In the above-described example, the method of photographing an actual subject (object) with the camera has been described. However, the present invention is not limited to this, and the video data Din for stereoscopic image display may be generated by computer graphics. Even in the display of virtual objects by computer graphics, video data Din can be easily generated by rendering images in the direction of the rotation axis 103 from 60 viewpoints 300 to 359 and performing similar processing.

ここにレンダリングとは、数値データとして与えられた物体や図形等に関する情報を計算によって画像化することをいう。3次元グラフィックスのレンダリングでは、視点の位置や、光源の数や位置、種類、物体の形状や頂点の座標、材質を考慮して陰面消去や、陰影付けなどを行って画像を作成する。レンダリングの手法としてはレイトレーシング法や、ラジオシティ法等がある。   Here, rendering means imaging information related to an object, a figure, or the like given as numerical data by calculation. In the rendering of 3D graphics, an image is created by performing hidden surface removal, shading, etc. in consideration of the position of the viewpoint, the number and position of light sources, types, the shape of the object, the coordinates of the vertex, and the material. Rendering methods include ray tracing method and radiosity method.

[制御系の構成例]
続いて、全周囲立体画像表示装置10の制御系の構成例について説明する。図18は、全周囲立体画像表示装置10の制御系の構成例を示すブロック図である。この例の全周囲から視聴可能な立体画像表示装置によれば、視聴者がいない多くの領域に対しても、光線を出力する構造のため電力効率の点で無駄が多くなることが懸念される。そこで、視聴者検出による電力効率の改善及び情報量の削減を図っている。
[Example of control system configuration]
Next, a configuration example of a control system of the omnidirectional stereoscopic image display device 10 will be described. FIG. 18 is a block diagram illustrating a configuration example of a control system of the omnidirectional stereoscopic image display device 10. According to the stereoscopic image display device that can be viewed from the entire periphery in this example, there is a concern that waste is increased in terms of power efficiency due to the structure that outputs light even in many areas where there are no viewers. . Therefore, improvement of power efficiency and reduction of information amount by viewer detection are attempted.

図18に示す全周囲立体画像表示装置10には映像ソース送出装置90が接続され、シリアルの立体画像表示用の映像データDinが入力される。全周囲立体画像表示装置10の制御系は、回転部104と設置架台105とに区分され、2つの制御系間がスリップリング51を介して電気的に接続される。   A video source sending device 90 is connected to the omnidirectional stereoscopic image display device 10 shown in FIG. 18, and video data Din for serial stereoscopic image display is input. The control system of the omnidirectional stereoscopic image display device 10 is divided into a rotating unit 104 and an installation base 105, and the two control systems are electrically connected via a slip ring 51.

回転部104の内部の制御系は接続基板11を有している。接続基板11には、nラインを構成するk枚の1次元発光素子基板#k(k=1〜n)と、1個の視聴者検出センサ81とが接続される。1次元発光素子基板#1〜#nは、シリアルのnラインの立体画像表示用の映像データDinに基づいてm行個の発光素子を順に発光するようになされる(図19参照)。   The control system inside the rotating unit 104 has a connection board 11. Connected to the connection substrate 11 are k one-dimensional light emitting element substrates #k (k = 1 to n) constituting n lines and one viewer detection sensor 81. The one-dimensional light emitting element substrates # 1 to #n sequentially emit m rows of light emitting elements based on serial n-line stereoscopic image display video data Din (see FIG. 19).

接続基板11には表示制御部15が実装される。表示制御部15は、立体画像用の映像データDinを1画素単位に入力し、当該映像データDinに基づいて1画素単位に発光素子の発光強度を制御する。図5に示した1次元発光素子基板#1のシリアルパラレル変換用とドライバ用のIC35等へ1画素単位に発光強度を調整したシリアルの映像データDinを伝送する。この制御によって、2次元発光素子アレイ101の発光強度を1画素単位に制御できるようになる。   A display control unit 15 is mounted on the connection board 11. The display control unit 15 inputs the stereoscopic image video data Din in units of pixels, and controls the light emission intensity of the light emitting elements in units of pixels based on the video data Din. Serial video data Din with the light emission intensity adjusted in units of one pixel is transmitted to the serial-parallel conversion and driver IC 35 of the one-dimensional light-emitting element substrate # 1 shown in FIG. With this control, the light emission intensity of the two-dimensional light emitting element array 101 can be controlled in units of one pixel.

この例で、全周囲立体画像表示装置10が光線再生方式の表示装置であることから、全周囲への表示を行うために、膨大な映像データDinを1次元発光素子基板#1のIC35等へ伝送するようになされる。しかし、視聴されない映像データDinを伝送するのは、伝送帯域や画像生成の点で無駄である。そこで、視聴者がいる領域のみに、ピンポイントで光線を出力するようになされる。   In this example, since the omnidirectional stereoscopic image display device 10 is a light reproduction type display device, an enormous amount of video data Din is transferred to the IC 35 of the one-dimensional light emitting element substrate # 1 in order to display the entire periphery. To be transmitted. However, transmission of video data Din that is not viewed is wasteful in terms of transmission bandwidth and image generation. Therefore, a light beam is output in a pinpoint manner only in an area where the viewer is present.

接続基板11には視聴者検出センサ81が接続され、図1に示したモータ52によって回転される回転部104の外部で、当該立体画像を視聴する視聴者(例えば、視聴者の瞳孔)を検出して、視聴者検出信号S81を発生する。視聴者検出信号S81は表示制御部15に出力され、視聴有無を判別する際に使用される。   A viewer detection sensor 81 is connected to the connection board 11 to detect a viewer (for example, a viewer's pupil) who views the stereoscopic image outside the rotating unit 104 rotated by the motor 52 shown in FIG. Then, the viewer detection signal S81 is generated. The viewer detection signal S81 is output to the display control unit 15 and is used when determining whether or not to view.

表示制御部15は、視聴者検出センサ81から視聴者検出信号S81を入力して観察者検出値を取得し、この観察者検出値と、所定の観察者判別値とを比較し、その比較の結果に応じて発光素子の発光強度を制御する。具体的には、観察者判別値以上の観察者検出値が検出されている区間は、2次元発光素子アレイ101を動作させる。表示制御部15は、観察者判別値未満の観察者検出値が検出されている区間は、2次元発光素子アレイ101を停止するように1次元発光素子基板#1〜#nの発光強度を制御する。   The display control unit 15 receives the viewer detection signal S81 from the viewer detection sensor 81 to acquire an observer detection value, compares the observer detection value with a predetermined observer discrimination value, and compares the comparison result. The light emission intensity of the light emitting element is controlled according to the result. Specifically, the two-dimensional light emitting element array 101 is operated in a section in which an observer detection value equal to or greater than the observer discrimination value is detected. The display control unit 15 controls the emission intensity of the one-dimensional light-emitting element substrates # 1 to #n so that the two-dimensional light-emitting element array 101 is stopped in the section where the observer detection value less than the observer determination value is detected. To do.

このように、視聴者がいる領域にのみ光線を出力する構造を採用し、視聴者検出センサ81によって観察者の有無を検出し、観察者が存在する領域において、1次元発光素子基板#1〜#nの発光強度を制御することができる。それ以外の領域は1次元発光素子基板#1〜#nを停止できるので、消費電力を削減できるようになる。従って、従来の平面ディスプレイよりも遥かに良い電力効率で、立体画像を表示できるようになる。また、伝送する情報を大幅に削減できるため、伝送回路や画像生成回路が小規模になりコストダウンを図れる。   In this way, a structure that outputs light only to the area where the viewer is present is adopted, the presence or absence of the observer is detected by the viewer detection sensor 81, and the one-dimensional light-emitting element substrate # 1 to # 1 in the area where the observer exists. The emission intensity of #n can be controlled. In other regions, the one-dimensional light emitting element substrates # 1 to #n can be stopped, so that power consumption can be reduced. Therefore, a stereoscopic image can be displayed with much better power efficiency than the conventional flat display. Further, since the information to be transmitted can be greatly reduced, the transmission circuit and the image generation circuit can be reduced in size and the cost can be reduced.

一方、設置架台105の内部には駆動制御系が設けられ、この駆動制御系は、制御部55、I/F基板56、電源部57及びエンコーダ58を有して構成される。I/F基板56は双方向高速シリアルインターフェース(I/F)を介して外部の映像ソース送出装置90に接続される。映像ソース送出装置90は、双方向高速シリアルI/F規格に基づくシリアルの立体画像表示用の映像データDinをI/F基板56及びスリップリング51を介して接続基板11に出力する。   On the other hand, a drive control system is provided inside the installation base 105, and this drive control system includes a control unit 55, an I / F board 56, a power supply unit 57, and an encoder 58. The I / F board 56 is connected to an external video source transmission device 90 via a bidirectional high-speed serial interface (I / F). The video source sending device 90 outputs video data Din for serial stereoscopic image display based on the bidirectional high-speed serial I / F standard to the connection board 11 via the I / F board 56 and the slip ring 51.

例えば、全周囲立体画像表示装置10は、視聴者検出センサ81で検出した視聴者の領域を映像ソース送出装置90に逐次伝達する。映像ソース送出装置90は対応する領域映像のみを全周囲立体画像表示装置10に送出する。この例で、当該全周囲立体画像表示装置10の周囲で複数人の視聴者が立体映像を視聴する場合、視聴領域毎に違った映像ソースの再生を行ってもよい。この場合、各々の視聴者が自ら再生する映像ソースを選択してもよいし、カメラによる顔認識で視聴者を特定し、あらかじめ設定しておいた映像ソースを再生してもよい(図21B参照)。これをデジタル・サイネージ用途に用いれば、一台の全周囲立体画像表示装置10で複数の違った情報を発信できるようになる。   For example, the omnidirectional stereoscopic image display device 10 sequentially transmits the viewer area detected by the viewer detection sensor 81 to the video source transmission device 90. The video source sending device 90 sends only the corresponding area video to the omnidirectional stereoscopic image display device 10. In this example, when a plurality of viewers view a stereoscopic video around the omnidirectional stereoscopic image display device 10, different video sources may be reproduced for each viewing area. In this case, each viewer may select a video source to be played back by himself / herself, or a viewer may be identified by face recognition by a camera and a preset video source may be played back (see FIG. 21B). ). If this is used for digital signage applications, a single omnidirectional stereoscopic image display device 10 can transmit a plurality of different information.

ここにデジタル・サイネージとは、電子データによる各種情報表示をいい、デジタル・サイネージ用途によれば、店舗/商業施設、交通施設等におけるパブリックディスプレイとして設置される集客・広告・宣伝・販促のための表示に適している。例えば、全周囲立体画像表示装置10による一周360°の表示領域を120°ずつ3つの視聴領域を分割し、各々の表示領域で異なる映像データを再生すると、3つの視聴領域で異なった表示情報を視聴できるようになる。   Digital signage refers to the display of various information using electronic data. According to digital signage applications, it is used as a public display in stores / commercial facilities, transportation facilities, etc., for attracting customers, advertising, advertising, and promoting sales. Suitable for display. For example, when a 360 ° display area of the omnidirectional stereoscopic image display device 10 is divided into three viewing areas by 120 ° and different video data is reproduced in each display area, different display information is displayed in the three viewing areas. You can watch it.

例えば、全周囲立体画像表示装置10の正面の表示領域(0°〜120°)で第1のキャラクタの前面側の立体画像を表示すると、その正面に位置する視聴者は、第1のキャラクタの前面側の立体画像を視聴できるようになる。同様にして、その右側面の表示領域(121°〜240°)で第2のキャラクタの前面側の立体画像を表示すると、その右側面に位置する視聴者は、第2のキャラクタの前面側の立体画像を視聴できるようになる。同様にして、その左側面の表示領域(241°〜360°)で第3のキャラクタの前面側の立体画像を表示すると、その左側面に位置する視聴者は、第3のキャラクタの前面側の立体画像を視聴できるようになる。これにより、一台の全周囲立体画像表示装置10等で複数の違った表示情報を発信できるようになる。   For example, when a stereoscopic image on the front side of the first character is displayed in the display area (0 ° to 120 °) in front of the omnidirectional stereoscopic image display device 10, the viewer located in front of the first character The front side stereoscopic image can be viewed. Similarly, when a stereoscopic image on the front side of the second character is displayed in the display area (121 ° to 240 °) on the right side, the viewer located on the right side is displayed on the front side of the second character. A stereoscopic image can be viewed. Similarly, when a stereoscopic image on the front side of the third character is displayed in the display area (241 ° to 360 °) on the left side, the viewer located on the left side is displayed on the front side of the third character. A stereoscopic image can be viewed. Thereby, a plurality of different display information can be transmitted by one omnidirectional stereoscopic image display device 10 or the like.

I/F基板56には制御部55が接続される。上述の映像ソース送出装置90は、同期信号SsをI/F基板56を介して制御部55に出力する。制御部55にはモータ52、エンコーダ58及びスイッチ部60が接続される。エンコーダ58(回転検出部)は、モータ52に取り付けられ、モータ52の回転速度を検出して回転部104の回転速度を示す速度検出信号S58を制御部55に出力する。スイッチ部60は、電源がオンされると制御部55にスイッチ信号S60を出力する。スイッチ信号S60は、電源オフ又は電源オン情報を示すものである。スイッチ部60は、ユーザによってオン又はオフ操作される。   A control unit 55 is connected to the I / F board 56. The video source transmission device 90 described above outputs the synchronization signal Ss to the control unit 55 via the I / F board 56. A motor 52, an encoder 58, and a switch unit 60 are connected to the control unit 55. The encoder 58 (rotation detection unit) is attached to the motor 52, detects the rotation speed of the motor 52, and outputs a speed detection signal S 58 indicating the rotation speed of the rotation unit 104 to the control unit 55. The switch unit 60 outputs a switch signal S60 to the control unit 55 when the power is turned on. The switch signal S60 indicates power off or power on information. The switch unit 60 is turned on or off by the user.

制御部55は同期信号Ss及び速度検出信号S58に基づいてモータ52を所定の回転(変調)速度で回転するように制御する。電源部57はスリップリング51、制御部55及びI/F基板56に接続され、接続基板11、制御部55及びI/F基板56に各基板駆動用の電源を供給するようになされる。   The control unit 55 controls the motor 52 to rotate at a predetermined rotation (modulation) speed based on the synchronization signal Ss and the speed detection signal S58. The power supply unit 57 is connected to the slip ring 51, the control unit 55, and the I / F substrate 56, and supplies power for driving each substrate to the connection substrate 11, the control unit 55, and the I / F substrate 56.

この例で、制御部55は、回転部104の回転制御を行っているサーボ制御系のエラー量が一定値を超えて、回転ムラが発生した場合、速やかに、回転動作を停止するように回転部104を制御する。エンコーダ58は、モータ52によって回転される回転部104の回転を検出する。   In this example, when the error amount of the servo control system that performs the rotation control of the rotation unit 104 exceeds a certain value and rotation unevenness occurs, the control unit 55 rotates so as to stop the rotation operation immediately. The unit 104 is controlled. The encoder 58 detects the rotation of the rotating unit 104 that is rotated by the motor 52.

制御部55は、エンコーダ58から得られた回転検出値と、所定の回転基準値とを比較し、その比較の結果に応じてモータ52を制御する。具体的には、回転基準値以上の回転検出値が検出された場合は、回転部104の回転動作を停止するようにモータ52を制御する。このように全周囲立体画像表示装置10によれば、回転部104の回転制御を行っているサーボ制御系のエラー量が一定値を超えたら、速やかに回転動作を停止できるようになる。従って、回転部104の回転暴走を未然に防止し、安全を確保できるようになる。これにより、全周囲立体画像表示装置10の破壊を防止できるようになる。   The control unit 55 compares the rotation detection value obtained from the encoder 58 with a predetermined rotation reference value, and controls the motor 52 according to the comparison result. Specifically, when a rotation detection value equal to or greater than the rotation reference value is detected, the motor 52 is controlled to stop the rotation operation of the rotation unit 104. As described above, according to the omnidirectional stereoscopic image display device 10, when the error amount of the servo control system that performs the rotation control of the rotation unit 104 exceeds a certain value, the rotation operation can be stopped quickly. Therefore, the rotation runaway of the rotating unit 104 can be prevented and safety can be ensured. Thereby, destruction of the omnidirectional stereoscopic image display device 10 can be prevented.

図19は、1個の1次元発光素子基板#1等の構成例を示すブロック図である。図19に示す1次元発光素子基板#1等は、1個のシリアルパラレル変換部12、m個のドライバDRj(j=1〜m)及びm個の発光素子20j(j=1〜m)を有して構成される。この例ではm=12個(行)の場合について説明する。シリアルパラレル変換部12は接続基板11に接続され、シリアルの第1ライン目の立体画像表示用の映像データDinを第1〜第12行分のパラレルの立体画像表示用の映像データD#j(j=1〜m)に変換する。   FIG. 19 is a block diagram illustrating a configuration example of one one-dimensional light emitting element substrate # 1 and the like. The one-dimensional light emitting element substrate # 1 and the like shown in FIG. 19 includes one serial / parallel conversion unit 12, m drivers DRj (j = 1 to m), and m light emitting elements 20j (j = 1 to m). It is configured. In this example, a case where m = 12 (rows) will be described. The serial-parallel converter 12 is connected to the connection board 11 and converts the serial first-line stereoscopic image display video data Din into the first to twelfth rows of parallel stereoscopic image display video data D # j ( j = 1 to m).

シリアルパラレル変換部12には12個のドライバDR1〜DR12(駆動回路)が接続される。ドライバDR1には第1行目の発光素子201が接続される。発光素子201は、立体画像表示用の第1行目の映像データD#1に基づいて発光する。ドライバDR2には第2行目の発光素子202が接続される。発光素子202は、立体画像表示用の第2行目の映像データD#2に基づいて発光する。   Twelve drivers DR1 to DR12 (drive circuit) are connected to the serial / parallel converter 12. The light emitting element 201 in the first row is connected to the driver DR1. The light emitting element 201 emits light based on the video data D # 1 in the first row for stereoscopic image display. The light emitting element 202 in the second row is connected to the driver DR2. The light emitting element 202 emits light based on the video data D # 2 in the second row for stereoscopic image display.

同様にして、ドライバDR3〜DR12には第3行目〜第12行目の発光素子203〜212が各々接続される。発光素子203〜212は、立体画像表示用の第3行目〜第12行目の映像データD#3〜D#12に基づいて各々発光する。これにより、シリアルの第1ライン目の立体画像表示用の映像データDinに基づいて12個の発光素子201〜212が順に発光するようになる。この例で、1個のシリアルパラレル変換部12及びm個のドライバDRjは、図5に示したシリアルパラレル変換用とドライバ用のIC35を構成する。他の1次元発光素子基板#2〜#nについても、1次元発光素子基板#1の構成及び機能を有するので、その説明を省略する。   Similarly, the third to twelfth rows of light emitting elements 203 to 212 are connected to the drivers DR3 to DR12, respectively. The light emitting elements 203 to 212 emit light based on the video data D # 3 to D # 12 of the third to twelfth lines for displaying a stereoscopic image. As a result, the twelve light emitting elements 201 to 212 emit light in order based on the serial first-line stereoscopic image display video data Din. In this example, one serial / parallel conversion unit 12 and m drivers DRj constitute the serial / parallel conversion and driver IC 35 shown in FIG. Since the other one-dimensional light emitting element substrates # 2 to #n also have the configuration and functions of the one-dimensional light emitting element substrate # 1, the description thereof is omitted.

[立体画像表示例]
続いて、本開示に係る立体画像表示方法について、全周囲立体画像表示装置10の動作例を説明する。図20は、全周囲立体画像表示装置10における立体画像表示例を示す動作フローチャートである。この全周囲立体画像表示装置10によれば、図1に示したように回転部104が所定の口径及び所定の長さを有し、かつ、回転軸103に平行する周面の方向にスリット102を有している。この例では、回転部104には2次元発光素子アレイ101が取り付けられ、この回転部104を回転して立体画像を表示する場合を前提とする。
[3D image display example]
Subsequently, an operation example of the omnidirectional stereoscopic image display device 10 will be described for the stereoscopic image display method according to the present disclosure. FIG. 20 is an operation flowchart illustrating a stereoscopic image display example in the omnidirectional stereoscopic image display device 10. According to this omnidirectional stereoscopic image display device 10, as shown in FIG. 1, the rotating unit 104 has a predetermined aperture and a predetermined length, and the slit 102 extends in the direction of the circumferential surface parallel to the rotating shaft 103. have. In this example, it is assumed that the two-dimensional light emitting element array 101 is attached to the rotation unit 104 and the rotation unit 104 is rotated to display a stereoscopic image.

この際に適用される立体画像用の映像データDinは、例えばm行×n列個の撮像素子を有する1個の撮像系で任意の被写体を全周囲に渡って等間隔にN箇所分を撮像して得たものである。この撮像によって得られたN箇所×m行分の2次元の映像データDinを入力する。そして、2次元発光素子アレイ101及びスリット102から成る1個の発光ユニットU1により、被写体の全周囲に渡る立体画像を再生する。表示制御部15は、N箇所の撮像位置のいずれかに相当する任意の1つの視点位置から回転軸103の方向を観測したときに、複数の発光素子による発光点の軌跡によって、回転部104の内部に2次元の映像データDinに基づく例えば平面状の画像が形成されるように複数の発光素子の発光制御を行う。   The stereoscopic image video data Din applied at this time, for example, captures N subjects at equal intervals over the entire circumference with a single imaging system having m rows × n columns of imaging elements. It was obtained. Two-dimensional video data Din for N places × m rows obtained by this imaging is input. Then, a single light emitting unit U1 including the two-dimensional light emitting element array 101 and the slit 102 reproduces a stereoscopic image over the entire periphery of the subject. When the direction of the rotation axis 103 is observed from any one viewpoint position corresponding to one of the N imaging positions, the display control unit 15 uses the locus of the light emitting points by the plurality of light emitting elements to For example, light emission control of a plurality of light emitting elements is performed so that, for example, a planar image is formed based on the two-dimensional video data Din.

これらを動作条件にして、全周囲立体画像表示装置10は、まず、ステップST1で制御部55は、電源がオンされたか否を検出する。このとき、ユーザは、立体画像を視聴する場合はスイッチ部60をONする。スイッチ部60は電源がオンされると、制御部55に電源オン情報を示すスイッチ信号S60を出力する。制御部55はスイッチ信号S60に基づく電源オン情報を検出すると、立体画像表示処理を実行する。   With these as operating conditions, the omnidirectional stereoscopic image display device 10 first detects whether or not the power is turned on in step ST1. At this time, the user turns on the switch unit 60 when viewing a stereoscopic image. When the power is turned on, the switch unit 60 outputs a switch signal S60 indicating power-on information to the control unit 55. When detecting the power-on information based on the switch signal S60, the control unit 55 executes a stereoscopic image display process.

次に、ステップST2で接続基板11は、回転部104に取り付けられた2次元発光素子アレイ101に供給するための立体画像用の映像データDinを入力する。この映像データDinは、図16に示したように、2次元発光素子アレイ101のm=12行個の発光素子201〜212がN=60箇所の撮像位置を連続して再生する順序であって、かつ、60箇所の撮影位置が連続する順序である。映像ソース送出装置90では60箇所×12行分の2次元の映像データDinから該当する立体画像表示用の映像データDinが抽出される。   Next, in step ST <b> 2, the connection substrate 11 inputs stereoscopic image video data Din to be supplied to the two-dimensional light emitting element array 101 attached to the rotating unit 104. As shown in FIG. 16, this video data Din is an order in which m = 12 rows of light emitting elements 201 to 212 of the two-dimensional light emitting element array 101 continuously reproduce N = 60 imaging positions. And, it is the order in which 60 shooting positions are continuous. In the video source transmission device 90, the corresponding video data Din for stereoscopic image display is extracted from the two-dimensional video data Din for 60 locations × 12 rows.

映像ソース送出装置90は、図17に示したスリット方向(縦方向)のラインデータ単位でデータの配列を並べ換える配列操作処理を実行する。そして、映像ソース送出装置90は、収集した撮影データを2次元発光素子アレイ101における12行の発光素子201〜212の発光タイミング毎の放射光データに変換する。これによって得られた時刻t=0乃至t=59Tで再生する放射光データが立体画像用の映像データDinとなる。映像データDinは、映像ソース送出装置90から設置架台105内へ供給され、設置架台105内において、スリップリング51を介して電力と共に回転部104の2次元発光素子アレイ101へ伝送される。   The video source sending device 90 executes an array operation process for rearranging the data array in units of line data in the slit direction (vertical direction) shown in FIG. Then, the video source sending device 90 converts the collected photographing data into emitted light data for each light emission timing of the 12 rows of light emitting elements 201 to 212 in the two-dimensional light emitting element array 101. The synchrotron radiation data to be reproduced at time t = 0 to t = 59T obtained in this way becomes video data Din for stereoscopic images. The video data Din is supplied from the video source sending device 90 into the installation base 105, and is transmitted to the two-dimensional light emitting element array 101 of the rotating unit 104 together with electric power through the slip ring 51 in the installation base 105.

次に、ステップST3で発光素子201〜212は映像データDinに基づいて発光する。この例で、2次元発光素子アレイ101には円弧状の発光面が設けられているので、発光面から出射した光がスリット102の方向に集光する(図16参照)。発光素子201〜212から出力された光が回転部104のスリット102付近に集光する。   Next, in step ST3, the light emitting elements 201 to 212 emit light based on the video data Din. In this example, since the two-dimensional light emitting element array 101 is provided with an arc-shaped light emitting surface, the light emitted from the light emitting surface is condensed in the direction of the slit 102 (see FIG. 16). Light output from the light emitting elements 201 to 212 is collected near the slit 102 of the rotating unit 104.

これに並行して、ステップST4で2次元発光素子アレイ101が取り付けられた回転部104を所定の速度で回転する。このとき、設置架台105の内部のモータ52が、ターンテーブル42を所定の回転(変調)速度で回転する。ターンテーブル42が回転することで、回転部104が回転する。   In parallel with this, in step ST4, the rotating unit 104 to which the two-dimensional light emitting element array 101 is attached is rotated at a predetermined speed. At this time, the motor 52 inside the installation base 105 rotates the turntable 42 at a predetermined rotation (modulation) speed. As the turntable 42 rotates, the rotating unit 104 rotates.

モータ52に取り付けられたエンコーダ58は、モータ52の回転速度を検出して回転部104の回転速度を示す速度検出信号S58を制御部55に出力する。制御部55は速度検出信号S58に基づいてモータ52を所定の回転(変調)速度で回転するように制御する。これにより、回転部104を所定の変調速度で回転できるようになる。全周囲立体画像表示装置10では回転部104の回転軸103を基準にして結像した立体画像の光が、回転部104の内部からスリット102を介して外部へ漏れ出る。この外部へ漏れ出た光は、複数の視点に対して立体画像を提供するようになる。   The encoder 58 attached to the motor 52 detects the rotation speed of the motor 52 and outputs a speed detection signal S58 indicating the rotation speed of the rotation unit 104 to the control unit 55. The control unit 55 controls the motor 52 to rotate at a predetermined rotation (modulation) speed based on the speed detection signal S58. As a result, the rotating unit 104 can be rotated at a predetermined modulation speed. In the omnidirectional stereoscopic image display device 10, the light of the stereoscopic image formed with reference to the rotation axis 103 of the rotation unit 104 leaks from the inside of the rotation unit 104 to the outside through the slit 102. The light leaking to the outside provides a stereoscopic image for a plurality of viewpoints.

なお、ステップST5で制御部55は立体画像表示処理を終了するか否かを判別する。例えば、制御部55は、スイッチ部60からスイッチ信号S60に基づく電源オフ情報を検出して立体画像表示処理を終了する。スイッチ部60からの電源オフ情報が検出されない場合は、ステップST2及びST4に戻って立体画像表示処理を継続する。   In step ST5, the control unit 55 determines whether to end the stereoscopic image display process. For example, the control unit 55 detects the power-off information based on the switch signal S60 from the switch unit 60, and ends the stereoscopic image display process. When the power-off information from the switch unit 60 is not detected, the process returns to steps ST2 and ST4 to continue the stereoscopic image display process.

このように第1の実施の形態としての全周囲立体画像表示装置10によれば、発光素子201〜212から出力される光を回転部104のスリット102付近に集光している。この集光によって、回転部104の回転軸103を基準にして結像する立体画像の光が当該回転部104の内部からスリット102を介して外部へ漏れ出るようになる。   As described above, according to the omnidirectional stereoscopic image display device 10 as the first embodiment, the light output from the light emitting elements 201 to 212 is condensed near the slit 102 of the rotating unit 104. By this condensing, the light of the stereoscopic image formed with reference to the rotation axis 103 of the rotation unit 104 leaks from the inside of the rotation unit 104 to the outside through the slit 102.

従って、観察者の視点を基準にして2次元発光素子アレイ101の発光面を回転走査できるので、回転軸103を基準にして結像した立体画像を回転部104の外部で視認できるようになる。これにより、従来方式の立体画像表示機構に比べて簡単な構造で、しかも、電力効率の良い全周囲から視聴可能な全周囲立体画像表示装置10を容易に実現できるようになった。また、従来の平面ディスプレイではできなかった様々な3Dポリゴンを表示できるので、立体キャラクタ商標サービースを提供できるようになった。   Therefore, since the light emitting surface of the two-dimensional light emitting element array 101 can be rotationally scanned with reference to the observer's viewpoint, a stereoscopic image formed with reference to the rotation axis 103 can be viewed outside the rotating unit 104. As a result, it is possible to easily realize the omnidirectional stereoscopic image display device 10 that has a simple structure as compared with the stereoscopic image display mechanism of the conventional system and that can be viewed from the entire periphery with high power efficiency. In addition, since various 3D polygons that could not be achieved with a conventional flat display can be displayed, a three-dimensional character trademark service can be provided.

上述の実施の形態では、スリップリング51を介して電力と共に映像データDinを2次元発光素子アレイ101に伝送する場合について説明したが、これに限られることはない。無線通信システムを利用して設置架台105から回転部104へ電力と共に映像データDinを伝送してもよい。   In the above-described embodiment, the case where the video data Din is transmitted to the two-dimensional light emitting element array 101 together with the electric power via the slip ring 51 has been described. However, the present invention is not limited to this. The video data Din may be transmitted together with power from the installation base 105 to the rotating unit 104 using a wireless communication system.

例えば、回転部104内に受電用のコイルや、画像信号用の無線受信装置を各々設ける。設置架台105内には、送電用のコイルや、画像信号用の無線送信装置を各々設ける。無線受信装置及び無線送信装置には、アンテナを各々有したものを使用する。受電用のコイルには給電線を接続し、この給電線を2次元発光素子アレイ101に接続する。無線受信装置には信号線を接続し、この信号線を2次元発光素子アレイ101に接続する。   For example, a coil for receiving power and a wireless receiving device for image signals are provided in the rotating unit 104, respectively. In the installation base 105, a coil for power transmission and a wireless transmission device for image signals are provided. As the wireless reception device and the wireless transmission device, those each having an antenna are used. A power supply line is connected to the power receiving coil, and this power supply line is connected to the two-dimensional light emitting element array 101. A signal line is connected to the wireless receiver, and this signal line is connected to the two-dimensional light emitting element array 101.

設置架台105内において、送電用のコイルは、回転部104の受電用のコイルと鎖交する位置に配設するようにする。送電用のコイルには、給電用のケーブルを接続し、外部から電力を供給する。同様にして、無線送信装置は、回転部104の無線受信装置と通信可能な位置に配設する。無線送信装置には、画像信号用のケーブルを接続し、映像ソース送出装置90等から映像データDinを供給する。   In the installation base 105, the power transmission coil is disposed at a position interlinking with the power reception coil of the rotating unit 104. A power feeding cable is connected to the power transmission coil to supply power from the outside. Similarly, the wireless transmission device is disposed at a position where the rotation unit 104 can communicate with the wireless reception device. A video signal cable is connected to the wireless transmission device, and video data Din is supplied from the video source transmission device 90 or the like.

これにより、外部から供給される電力を電磁誘導により取り込んで、2次元発光素子アレイ101へ伝送できるようになる。また、映像ソース送出装置90から供給される映像データDinを電磁波を介して2次元発光素子アレイ101へ伝送できるようになる。なお、無線受信装置のアンテナと受電用のコイルとを兼用し、無線送信装置のアンテナと送電用のコイルとを兼用してもよい。この場合、電磁誘導に供される電圧(電流)の周波数を電磁波の搬送周波数とするとよい。もちろん、回転部104内にバッテリーや映像データ等を内蔵してもよい。映像データDinは記憶装置に書き込んで、回転部104の内部で2次元発光素子アレイ101に読み出すようにすればよい。   Thereby, electric power supplied from the outside can be taken in by electromagnetic induction and transmitted to the two-dimensional light emitting element array 101. Also, the video data Din supplied from the video source sending device 90 can be transmitted to the two-dimensional light emitting element array 101 via electromagnetic waves. Note that the antenna of the wireless reception device and the power reception coil may be used together, and the antenna of the wireless transmission device and the power transmission coil may be used together. In this case, the frequency of the voltage (current) provided for electromagnetic induction may be the electromagnetic wave carrier frequency. Of course, a battery, video data, or the like may be built in the rotating unit 104. The video data Din may be written in a storage device and read out to the two-dimensional light emitting element array 101 inside the rotating unit 104.

なお、発光ユニットU1が1個の場合は、偏芯を原因として自ら振動する現象が考えられるので、バランサを設けて、回転軸103と重心とを一致させるとよい。バランサは、2次元発光素子アレイ101とほぼ同じ重さで、その配置位置から180°だけずらした位置に配設するとよい。もちろん、バランサは1個に限られることはなく、120°置きに1個づつ配置してもよい。このように構成すると、回転部104を円滑に回転できるようになる。   In addition, when the number of the light emitting units U1 is one, a phenomenon of self-vibration due to eccentricity can be considered. Therefore, it is preferable to provide a balancer so that the rotation shaft 103 and the center of gravity coincide. The balancer may be disposed at a position that is substantially the same weight as the two-dimensional light emitting element array 101 and that is shifted by 180 ° from the arrangement position. Of course, the number of balancers is not limited to one, and may be arranged one by one every 120 °. If comprised in this way, it will become possible to rotate the rotation part 104 smoothly.

また、全周囲立体画像表示装置10を回転動作させている最中に、例えば、バランサが外れて、偏芯を原因として自ら振動し始めた場合や、外部から大きな振動等が加わった場合が想定される。このような場合、回転軸103と重心とが一致しない状態で、回転部104が回転することで、回転部104や2次元発光素子アレイ101を所定の形状に維持できない事態(破損)が懸念される。   In addition, during the rotation of the omnidirectional stereoscopic image display device 10, for example, a case where the balancer comes off and starts to vibrate due to eccentricity or a case where a large vibration is applied from the outside is assumed. Is done. In such a case, there is a concern that the rotating unit 104 or the two-dimensional light emitting element array 101 cannot be maintained in a predetermined shape (damage) due to the rotating unit 104 rotating in a state where the rotating shaft 103 and the center of gravity do not match. The

そこで、加速度センサや振動センサ等の振動検出部59を設置架台105に取り付け、制御部55が、定められた値以上の振動を検出した場合に、速やかに回転動作を停止するように回転部104を制御すればよい。   Therefore, a vibration detection unit 59 such as an acceleration sensor or a vibration sensor is attached to the installation base 105, and the rotation unit 104 is configured to stop the rotation operation quickly when the control unit 55 detects a vibration greater than a predetermined value. Can be controlled.

図18に示した全周囲立体画像表示装置10によれば、制御部55及び振動検出部59を備える。振動検出部59は、設置架台105において、モータ52により回転される回転部104の振動を検出して振動検出信号S59を出力する。制御部55は、振動検出部59から得られた振動検出信号S59に基づく振動検出値と、定められた所定の振動基準値とを比較し、その比較の結果に応じてモータ52を制御する。具体的には、振動基準値以上の振動検出値が検出された場合は、回転部104の回転動作を停止するようにモータ52を制御する。   The omnidirectional stereoscopic image display device 10 illustrated in FIG. 18 includes a control unit 55 and a vibration detection unit 59. The vibration detecting unit 59 detects vibration of the rotating unit 104 rotated by the motor 52 in the installation base 105 and outputs a vibration detection signal S59. The control unit 55 compares the vibration detection value based on the vibration detection signal S59 obtained from the vibration detection unit 59 with a predetermined predetermined vibration reference value, and controls the motor 52 according to the comparison result. Specifically, when a vibration detection value equal to or greater than the vibration reference value is detected, the motor 52 is controlled to stop the rotation operation of the rotating unit 104.

このように加速度センサ等の振動検出部59で設置架台105の振動を検出し、振動量が一定値を超えたら、速やかに回転動作を停止できるようになる。従って、回転部104の回転暴走を未然に防止し、安全を確保できるようになる。これにより、全周囲立体画像表示装置10の破壊を防止できるようになる。   As described above, the vibration detection unit 59 such as an acceleration sensor detects the vibration of the installation base 105, and when the vibration amount exceeds a certain value, the rotation operation can be quickly stopped. Therefore, the rotation runaway of the rotating unit 104 can be prevented and safety can be ensured. Thereby, destruction of the omnidirectional stereoscopic image display device 10 can be prevented.

[立体画像の視聴例]
図21A及びBは、全周囲立体画像表示装置10における立体画像の視聴例を示す説明図である。図21Aに示す立体画像の視聴例によれば、全周囲立体画像表示装置10により立体表示されるキャラクタ(男子の人形)を4名の視聴者H1〜H4により視聴する場合である。この場合は、キャラクタ全周囲の立体画像が表示されるので、視聴者H1(男性)は、キャラクタの左面側の立体画像を視聴できるようになる。視聴者H2(男性)は、キャラクタの前面側の立体画像を視聴できるようになる。視聴者H3(男性)は、キャラクタの右面側の立体画像を視聴できるようになる。視聴者H4(女性)は、キャラクタの背面側の立体画像を視聴できるようになる。
[Example of viewing stereoscopic images]
21A and 21B are explanatory diagrams illustrating an example of viewing a stereoscopic image on the omnidirectional stereoscopic image display device 10. According to the viewing example of the stereoscopic image shown in FIG. 21A, the character (boy's doll) stereoscopically displayed by the omnidirectional stereoscopic image display device 10 is viewed by four viewers H1 to H4. In this case, since the stereoscopic image around the entire character is displayed, the viewer H1 (male) can view the stereoscopic image on the left side of the character. The viewer H2 (male) can view the stereoscopic image on the front side of the character. The viewer H3 (male) can view the stereoscopic image on the right side of the character. The viewer H4 (female) can view a stereoscopic image on the back side of the character.

図21Bに示す立体画像の視聴例によれば、視聴者が居ると判断された領域にのみ映像を出力し、視聴者がいないと判断された領域には、立体映像を出力しない立体画像表示方式を採っている。例えば、図中、全周囲立体画像表示装置10の周囲に4名の視聴者H1〜H4が居る。3名の視聴者H1〜H3は、目をそらさずに、じっと全周囲立体画像表示装置10を見ているが、視聴者H4は、全周囲立体画像表示装置10を見ることなく、そっぽを向いているような場合である。この場合、図18に示した全周囲立体画像表示装置10によれば、視聴者検出センサ81が、3名の視聴者H1〜H3の瞳孔を検出して視聴者検出信号S81を発生する。   According to the stereoscopic image viewing example shown in FIG. 21B, a stereoscopic image display method that outputs video only to an area determined to have a viewer and does not output stereoscopic video to an area determined to have no viewer. Is adopted. For example, in the figure, there are four viewers H1 to H4 around the omnidirectional stereoscopic image display device 10. The three viewers H1 to H3 stare at the all-around stereoscopic image display device 10 without looking away, but the viewer H4 looks at the all-around stereoscopic image display device 10 without looking at it. This is the case. In this case, according to the omnidirectional stereoscopic image display device 10 shown in FIG. 18, the viewer detection sensor 81 detects the pupils of the three viewers H1 to H3 and generates the viewer detection signal S81.

全周囲立体画像表示装置10は、視聴者検出センサ81から出力される視聴者検出信号S81に基づいて3名の視聴者H1〜H3の視聴領域を映像ソース送出装置90に逐次伝達する。映像ソース送出装置90は3名の視聴者H1〜H3の視聴領域に対応する領域映像のみを全周囲立体画像表示装置10に送出する。この結果、3名の視聴者H1〜H3が存在する視聴領域のみ表示情報を再生できるようになる。   The omnidirectional stereoscopic image display device 10 sequentially transmits the viewing areas of the three viewers H1 to H3 to the video source sending device 90 based on the viewer detection signal S81 output from the viewer detection sensor 81. The video source sending device 90 sends only the area video corresponding to the viewing area of the three viewers H1 to H3 to the omnidirectional stereoscopic image display device 10. As a result, the display information can be reproduced only in the viewing area where the three viewers H1 to H3 exist.

この例では目をそらさずに、じっと全周囲立体画像表示装置10を見ている視聴者H1は、キャラクタの左面側の立体画像を視聴できるようになる。同様にして、視聴者H2は、キャラクタの前面側の立体画像を視聴できるようになる。同様にして、視聴者H3は、キャラクタの右面側の立体画像を視聴できるようになる。しかし、そっぽを向いている視聴者H4の視聴領域には、立体画像が表示されない。   In this example, the viewer H1 watching the omnidirectional stereoscopic image display device 10 without looking away can view the stereoscopic image on the left side of the character. Similarly, the viewer H2 can view a stereoscopic image on the front side of the character. Similarly, the viewer H3 can view a stereoscopic image on the right side of the character. However, a stereoscopic image is not displayed in the viewing area of the viewer H4 facing away.

図中に示す破線部分は、視聴者H1〜H3の顔に表示光が当たっている状態である。視聴者H4に表示光が当たっていないのは、視聴者H4の目線が全周囲立体画像表示装置10に向いていないため視聴者として判断されなかったためである。視聴者H1と視聴者H2との間の視聴領域に対応する領域映像も出力されないので、この間の視聴領域においても、立体画像が表示されない。これにより、ユニークな立体画像表示方法を提供できるようになる。   A broken line portion shown in the figure is a state in which display light strikes the faces of the viewers H1 to H3. The reason why the display light does not strike the viewer H4 is that the viewer's line of sight of the viewer H4 is not directed to the omnidirectional stereoscopic image display device 10, and thus the viewer H4 was not determined as a viewer. Since an area image corresponding to the viewing area between the viewer H1 and the viewer H2 is not output, a stereoscopic image is not displayed in the viewing area. Thereby, a unique stereoscopic image display method can be provided.

<第2の実施の形態>
[全周囲立体画像表示装置10における表示画像の歪みの説明]
上記第1の実施の形態で説明したように、全周囲立体画像表示装置10では、例えば60箇所の視点p=300〜359のそれぞれに対して、2次元発光素子アレイ101による発光点の軌跡、すなわち観測される画像表示面が例えば平面となるような画像表示がなされる。ここで、2次元発光素子アレイ101において、複数の発光素子が曲面形状の面内において等間隔で配置され、かつ、複数の発光素子がすべて同一のタイミングで画像更新(発光制御)がなされるものとする。この場合、任意の視点pから観測される表示面120は、例えば図22(A)のようになる。図中の黒い点は、画素(発光点の軌跡)に相当する。この場合、観測される表示面120は、中央部の画素間幅w0に比べて、横方向の左右端部の画素間幅w1が縮んで見える問題がある。しかしながら理想的には、図22(B)のように中央部と左右端部で画素間幅wが同一となる(発光点が一定間隔となる)ことが好ましい。
<Second Embodiment>
[Description of Distortion of Display Image in Omni-Side Stereoscopic Image Display Device 10]
As described in the first embodiment, in the omnidirectional stereoscopic image display device 10, for example, for each of 60 viewpoints p = 300 to 359, the locus of light emission points by the two-dimensional light emitting element array 101, That is, image display is performed such that the observed image display surface is, for example, a flat surface. Here, in the two-dimensional light emitting element array 101, a plurality of light emitting elements are arranged at equal intervals in a curved surface, and the plurality of light emitting elements are all subjected to image update (light emission control) at the same timing. And In this case, the display surface 120 observed from an arbitrary viewpoint p is, for example, as shown in FIG. The black dots in the figure correspond to pixels (light emission point trajectories). In this case, the observed display surface 120 has a problem that the inter-pixel width w1 at the left and right end portions in the horizontal direction appears to be smaller than the inter-pixel width w0 at the center. However, ideally, as shown in FIG. 22B, it is preferable that the inter-pixel width w is the same at the center and the left and right ends (the light emitting points are at regular intervals).

図23は、全周囲立体画像表示装置10における任意の視点pから観測される画像の歪みの状態を模式的に示している。図23に示した矢印の向きおよび矢印の長さは、画像内の各画素点が、理想的な画像表示状態(図22(B)参照)での各画素点からどのようにずれて表示されるかを模式的に示している。図23に示したように、全周囲立体画像表示装置10では、理想的な画像表示状態に対して主に水平方向(横方向)に歪みが生じ、垂直方向(縦方向)には歪みは少ない。この画像の歪みは、全周囲立体画像表示装置10における2次元発光素子アレイ101の曲面形状やスリット102の位置などにより幾何学的に決定される。   FIG. 23 schematically shows a state of distortion of an image observed from an arbitrary viewpoint p in the omnidirectional stereoscopic image display device 10. The direction of the arrow and the length of the arrow shown in FIG. 23 indicate how each pixel point in the image is shifted from each pixel point in an ideal image display state (see FIG. 22B). This is schematically shown. As shown in FIG. 23, in the omnidirectional stereoscopic image display device 10, distortion occurs mainly in the horizontal direction (lateral direction) with respect to an ideal image display state, and distortion is small in the vertical direction (vertical direction). . The distortion of the image is geometrically determined by the curved surface shape of the two-dimensional light emitting element array 101 and the position of the slit 102 in the omnidirectional stereoscopic image display device 10.

本実施の形態は、全周囲立体画像表示装置10において、図22(B)のような理想的な画像表示を実現する手法を提供するものであるが、まず、図24を参照して、全周囲立体画像表示装置10で発生する画像の歪み量の算出例を説明する。   The present embodiment provides a technique for realizing an ideal image display as shown in FIG. 22B in the omnidirectional stereoscopic image display device 10. First, referring to FIG. An example of calculating the distortion amount of an image generated in the surrounding stereoscopic image display device 10 will be described.

図24に付した符号の意味は、基本的には上述の図3と同様である。図24において、視点pからスリット102を介して実際に観測される発光点(図22(B)に示した画素に相当する)を、y=−L2上の点(x2,−L2)とする。発光点(x2,−L2)が観測できるスリット102の通過点は(x1,y1)となる。視点pの座標は(0,L1)、回転部104の回転中心は(0,0)、視点pから観測される画像は、y=−L2の仮想平面となる。発光点(x2,−L2)のx座標x2を求めると、以下の式(11)のようになる。
ただし、
x1=−rsinθ,y1=−rcosθ
The meanings of the reference numerals given in FIG. 24 are basically the same as those in FIG. In FIG. 24, a light emitting point actually observed from the viewpoint p through the slit 102 (corresponding to the pixel shown in FIG. 22B) is a point (x2, −L2) on y = −L2. . The passing point of the slit 102 where the light emitting point (x2, -L2) can be observed is (x1, y1). The coordinates of the viewpoint p are (0, L1), the rotation center of the rotation unit 104 is (0, 0), and the image observed from the viewpoint p is a virtual plane y = −L2. When the x coordinate x2 of the light emitting point (x2, -L2) is obtained, the following equation (11) is obtained.
However,
x1 = −rsinθ, y1 = −rcosθ

Figure 2012173968
Figure 2012173968

q番目の発光タイミングに対応するθを、
θq=q×θstep
とし、そのタイミングでの発光位置のx座標x2をx2qとした場合、以下の式(12)のようになる。
θ corresponding to the qth emission timing is
θ q = q × θ step
And then, if the x-coordinate x2 of the light emitting position in the timing was x2 q, the following equation (12).

Figure 2012173968
Figure 2012173968

qが、s,s−1,・・・,1,0,−1,・・・,−s+1,−sの(2s+1)個の値をとったときのx2qの値の列が、実際の画素の輝点のx座標の列になる(2s+1が横方向の画素数)。 The sequence of x2 q values when q takes (2s + 1) values of s, s-1,..., 1, 0, -1,. This is a row of x coordinates of the bright spots of the pixels (2s + 1 is the number of pixels in the horizontal direction).

ここで、(2s+1)個の画素を等間隔に並べた場合のx座標の列をxbqとすると、
xbq=(x2s/s)×q
となる。この等間隔に並べた場合のx座標の列xbqと上記式(12)で表される座標列の各々の要素の差分を取って、画素幅で割った次の式(13)のデータ列が歪み量を表すデータ(歪量テーブル)となる。
(x2q−xbq)×(s/x2s) ……式(13)
Here, if the column of x coordinates when (2s + 1) pixels are arranged at equal intervals is xb q ,
xb q = (x2 s / s) × q
It becomes. A data string of the following expression (13) obtained by taking the difference between each element of the x-coordinate string xb q and the coordinate string represented by the above expression (12) when arranged at equal intervals and dividing by the pixel width Is data representing the amount of distortion (distortion amount table).
(X2 q −xb q ) × (s / x2 s ) (13)

画像の歪みを補正するためには、上述の歪量テーブルとは逆方向に画像を補正してやれば良い。このような画像の歪みを補正するための補正用データは、上述の歪量テーブルの各々の要素に−1を掛けた、次の式(14)のデータ列となる。
(xbq−x2q)×(s/x2s) ……式(14)
In order to correct the distortion of the image, it is only necessary to correct the image in the opposite direction to the above-described distortion amount table. The correction data for correcting such image distortion is a data string of the following expression (14) obtained by multiplying each element of the distortion amount table by -1.
(Xb q −x2 q ) × (s / x2 s ) (14)

[画像処理装置の構成例]
上述したように全周囲立体画像表示装置10の各視点pで観測される画像の歪みを補正するためには、あらかじめ、全周囲立体画像表示装置10に供給する画像を補正しておけば良い。図25は、そのような画像の歪み補正を行うための画像処理装置の構成例を示している。この画像処理装置は、例えば、全周囲立体画像表示装置10に立体画像表示用の映像データDinを入力する映像ソース送出装置90(図18)内に設けられる。本開示の表示システムは、例えば図25の回路を内蔵した映像ソース送出装置90と全周囲立体画像表示装置10とで構成することができる。なお、本実施の形態では、立体画像表示用の映像データDinをCG(コンピュータグラフィックス)により生成することを前提としている。
[Configuration example of image processing apparatus]
As described above, in order to correct the distortion of the image observed at each viewpoint p of the omnidirectional stereoscopic image display device 10, the image supplied to the omnidirectional stereoscopic image display device 10 may be corrected in advance. FIG. 25 shows a configuration example of an image processing apparatus for performing such image distortion correction. This image processing device is provided, for example, in a video source sending device 90 (FIG. 18) that inputs video data Din for stereoscopic image display to the omnidirectional stereoscopic image display device 10. The display system according to the present disclosure can be configured by, for example, the video source sending device 90 including the circuit of FIG. 25 and the omnidirectional stereoscopic image display device 10. In the present embodiment, it is assumed that video data Din for stereoscopic image display is generated by CG (computer graphics).

この画像処理装置は、3Dデータ生成部91と、3Dデータバッファ92と、シェーダ部100と、画像バッファ99と、補正用データ記憶部111とを備えている。シェーダ部100は、頂点処理部93と、ラスタライズ処理部96と、ピクセル処理部97とを有している。頂点処理部93は、頂点シェーダ94とジオメトリシェーダ95とを有している。ピクセル処理部97は、ピクセルシェーダ98を有している。   The image processing apparatus includes a 3D data generation unit 91, a 3D data buffer 92, a shader unit 100, an image buffer 99, and a correction data storage unit 111. The shader unit 100 includes a vertex processing unit 93, a rasterization processing unit 96, and a pixel processing unit 97. The vertex processing unit 93 includes a vertex shader 94 and a geometry shader 95. The pixel processing unit 97 has a pixel shader 98.

シェーダ部100は、例えば3次元座標系XYZの数値データ(3DCGデータ)をレンダリング(コンピュータグラフィックス処理)して、互いに方向の異なる第1および第2の方向に画素情報を有する2次元座標系XYのコンピュータグラフィックス画像を生成するものである。シェーダ部100で行う処理は、例えばGPU(Graphics Processing Unit)上で実行可能であり、高速な処理が可能である。シェーダ部100は、全周囲立体画像表示装置10で立体画像表示するための各視点p用の画像データをコンピュータグラフィックス処理によって生成するようになっている。3Dデータ生成部91は、シェーダ部100でのレンダリングの元となる3DCGデータを生成するものである。3Dデータバッファ92は、3Dデータ生成部91からシェーダ部100へと供給する3DCGデータを一時的に記憶するものである。画像バッファ99は、シェーダ部100から出力された各視点pに対応した画像データを一時的に記憶するものである。   The shader unit 100 renders numerical data (3DCG data) of, for example, a three-dimensional coordinate system XYZ (computer graphics processing), and has a two-dimensional coordinate system XY having pixel information in first and second directions different from each other. The computer graphics image is generated. The processing performed by the shader unit 100 can be executed, for example, on a GPU (Graphics Processing Unit), and high-speed processing is possible. The shader unit 100 generates image data for each viewpoint p for displaying a stereoscopic image on the omnidirectional stereoscopic image display device 10 by computer graphics processing. The 3D data generation unit 91 generates 3DCG data that is a source of rendering in the shader unit 100. The 3D data buffer 92 temporarily stores 3DCG data supplied from the 3D data generation unit 91 to the shader unit 100. The image buffer 99 temporarily stores image data corresponding to each viewpoint p output from the shader unit 100.

補正用データ記憶部111は、シェーダ部100から出力されたコンピュータグラフィックス画像を全周囲立体画像表示装置10に表示した場合に生ずる、表示画像の歪みを補正するための補正用データを記憶するものである。補正用データは、上述した式(14)で表されるようなデータであり、全周囲立体画像表示装置10において各視点位置で観測される表示画像の歪みを補正するためのデータである。   The correction data storage unit 111 stores correction data for correcting distortion of a display image generated when the computer graphics image output from the shader unit 100 is displayed on the omnidirectional stereoscopic image display device 10. It is. The correction data is data as expressed by the above-described equation (14), and is data for correcting distortion of the display image observed at each viewpoint position in the omnidirectional stereoscopic image display device 10.

頂点処理部93は、3Dデータ生成部91から供給された3DCGデータに含まれる頂点情報に基づいて頂点処理を行うものである。頂点処理部93はまた、補正用データ記憶部111に記憶された補正用データに基づいて、全周囲立体画像表示装置10において各視点位置で観測される、上述の表示画像の歪みが補正されるように、頂点の位置を補正する処理を行うようになっている。上述したように、全周囲立体画像表示装置10で発生する画像の歪みは主として第1の方向(横方向)のみであるので、頂点処理部93では、頂点の位置を第1の方向(横方向)にのみ補正する処理を行うようになっている。頂点処理部93は、頂点シェーダ94とジオメトリシェーダ95とを有しているが、頂点の位置を補正する処理は、頂点シェーダ94およびジオメトリシェーダ95の少なくとも一方において行う。   The vertex processing unit 93 performs vertex processing based on the vertex information included in the 3DCG data supplied from the 3D data generation unit 91. The vertex processing unit 93 also corrects the distortion of the above-described display image observed at each viewpoint position in the omnidirectional stereoscopic image display device 10 based on the correction data stored in the correction data storage unit 111. As described above, processing for correcting the position of the vertex is performed. As described above, since the distortion of the image generated in the omnidirectional stereoscopic image display device 10 is mainly only in the first direction (lateral direction), the vertex processing unit 93 determines the position of the vertex in the first direction (lateral direction). ) Only for correction. The vertex processing unit 93 includes a vertex shader 94 and a geometry shader 95, but the processing for correcting the position of the vertex is performed in at least one of the vertex shader 94 and the geometry shader 95.

[画像処理装置の動作]
次に、図26〜図29を参照して、図25に示した画像処理装置の動作を説明する。図26は、この画像処理装置における全体的な動作の流れを示している。この画像処理装置では、3Dデータバッファ92を介して、シェーダ部100に3Dデータ生成部91からの3DCGデータを供給する。シェーダ部100ではまず、頂点処理部93において、3DCGデータに含まれる頂点情報に基づいて頂点処理を行う。頂点処理部93ではまず、入力された頂点情報に基づいて頂点シェーダ94による頂点処理を行う(ステップS11、S12)。さらに、頂点シェーダ94による頂点処理後に、ジオメトリシェーダ95による頂点処理を行う(ステップS13)。
[Operation of image processing apparatus]
Next, the operation of the image processing apparatus shown in FIG. 25 will be described with reference to FIGS. FIG. 26 shows the overall operation flow of this image processing apparatus. In this image processing apparatus, 3DCG data from the 3D data generation unit 91 is supplied to the shader unit 100 via the 3D data buffer 92. In the shader unit 100, first, the vertex processing unit 93 performs vertex processing based on the vertex information included in the 3DCG data. The vertex processing unit 93 first performs vertex processing by the vertex shader 94 based on the input vertex information (steps S11 and S12). Further, after the vertex processing by the vertex shader 94, the vertex processing by the geometry shader 95 is performed (step S13).

ここで、図27〜図29を参照して、頂点シェーダ94およびジオメトリシェーダ95による頂点処理についてより具体的に説明する。3DCGは全てポリゴンという平面で作られており、3角形のポリゴンに分解することができる。頂点処理部93での頂点処理は、ポリゴンの3角形の各頂点について行われる。頂点シェーダ94は、3DCGデータにおける頂点の集合のみに作用し、頂点単位での処理、例えば頂点の色や位置等の頂点の属性を変更する処理を行う。また、頂点シェーダ94では、図27に示したように、入力された頂点データに対して、ローカル座標系(3次元座標系)から2次元座標系への変換を行う。ジオメトリシェーダ95は、頂点シェーダ94で処理された頂点データをプリミティブとし、必要に応じて、プリミティブの追加や削除を行う。ジオメトリシェーダ95では、例えば頂点シェーダ94で処理された頂点データに対して頂点の増減を行うことができる。   Here, the vertex processing by the vertex shader 94 and the geometry shader 95 will be described more specifically with reference to FIGS. All 3DCGs are made of a plane called polygons, and can be decomposed into triangular polygons. The vertex processing in the vertex processing unit 93 is performed for each vertex of the polygon triangle. The vertex shader 94 operates only on a set of vertices in 3DCG data, and performs processing in units of vertices, for example, processing for changing vertex attributes such as vertex color and position. Further, as shown in FIG. 27, the vertex shader 94 converts the input vertex data from a local coordinate system (three-dimensional coordinate system) to a two-dimensional coordinate system. The geometry shader 95 uses the vertex data processed by the vertex shader 94 as a primitive, and adds or deletes the primitive as necessary. In the geometry shader 95, for example, the number of vertices can be increased or decreased with respect to the vertex data processed by the vertex shader 94.

頂点シェーダ94およびジオメトリシェーダ95では、処理対象となる頂点の座標を変更することができる。この機能を利用して、頂点シェーダ94またはジオメトリシェーダ95において、上述の表示画像の歪みを補正するための処理を行う。図28は、例えば頂点シェーダ94で画像の歪みを補正する処理の流れを示している。頂点シェーダ94ではまず、入力された頂点データに対して、3次元座標系から2次元座標系への変換を行う(ステップS21)。次に、2次元座標系に変換された頂点の第1の方向(横方向)の座標成分(x成分)の値に対応した歪み補正量を、補正用データ記憶部111に記憶された補正用データから取得する(ステップS22)。そして、取得した歪み補正量の分だけ、頂点の横方向の座標成分(x成分)の値をずらす(ステップS23)。ジオメトリシェーダ95で歪み補正を行う場合も同様の処理を行う。図29(A),(B)は、このようにして補正されたポリゴン画像の一例を示している。例えば図29(A)のような補正前のポリゴン画像が、図29(B)の実線のようなようなポリゴン画像へと変換される。図29(B)において、破線のポリゴン画像は補正前のポリゴン画像の位置を示している。   The vertex shader 94 and the geometry shader 95 can change the coordinates of the vertex to be processed. Using this function, the vertex shader 94 or the geometry shader 95 performs processing for correcting the distortion of the display image described above. FIG. 28 shows a flow of processing for correcting image distortion by the vertex shader 94, for example. The vertex shader 94 first converts the input vertex data from a three-dimensional coordinate system to a two-dimensional coordinate system (step S21). Next, the distortion correction amount corresponding to the value of the coordinate component (x component) in the first direction (lateral direction) of the vertex converted into the two-dimensional coordinate system is stored in the correction data storage unit 111. Obtained from the data (step S22). Then, the value of the coordinate component (x component) in the lateral direction of the vertex is shifted by the acquired distortion correction amount (step S23). Similar processing is performed when distortion correction is performed by the geometry shader 95. FIGS. 29A and 29B show examples of polygon images corrected in this way. For example, a polygon image before correction as shown in FIG. 29A is converted into a polygon image as shown by a solid line in FIG. In FIG. 29B, a broken-line polygon image indicates the position of the polygon image before correction.

以上のように頂点処理部93による頂点処理が行われた後、ラスタライズ処理部96において、走査線変換(ラスタライズ)を行う(図26のステップS14)。ラスタライズによって、ポリゴンが2次元配列のピクセルに対応付けされ、画像データの形式が、ベクタ画像からラスタ画像(ビットマップ画像)へと変換される。次に、ラスタライズ後の画像データに対して、ピクセル処理部97において、主としてピクセルシェーダ98によるピクセル処理を行う(ステップS15)。ピクセル処理部97では、例えばピクセル単位での陰影処理などを行う。以上のようにしてコンピュータグラフィックス処理されることによって生成された、各視点pに対応した画像データを、画像バッファ99を介して出力する(ステップS16)。   After the vertex processing by the vertex processing unit 93 is performed as described above, the rasterization processing unit 96 performs scanning line conversion (rasterization) (step S14 in FIG. 26). By rasterization, polygons are associated with pixels in a two-dimensional array, and the format of image data is converted from a vector image to a raster image (bitmap image). Next, the pixel processing unit 97 performs pixel processing mainly by the pixel shader 98 on the rasterized image data (step S15). The pixel processing unit 97 performs, for example, a shading process in units of pixels. The image data corresponding to each viewpoint p generated by the computer graphics processing as described above is output via the image buffer 99 (step S16).

[効果]
この画像処理装置によれば、コンピュータグラフィックス処理に伴う頂点処理を行う際に、補正用データに基づいて頂点の位置を補正するようにしたので、ラスタライズ処理前のベクタ画像に対して画像補正を行うことができる。これにより、例えばラスタライズ処理後のラスタ画像(ビットマップ画像)に対してピクセルごとに補正処理を行う場合に比べて、補正処理に要する時間や計算量、および補正処理後の画像のぼけを従来よりも軽減することができる。また、第1の方向にのみ画像補正を行うようにしたので、例えば2次元画像の各ピクセルに対してX方向およびY方向の2つの方向の画素情報を用いて補正を行う場合と比べて、補正処理に要する時間や計算量、および補正処理後の画像のぼけを従軽減できる。
[effect]
According to this image processing apparatus, when the vertex processing associated with the computer graphics processing is performed, the position of the vertex is corrected based on the correction data. Therefore, the image correction is performed on the vector image before the rasterization processing. It can be carried out. Thereby, for example, compared to the case where the rasterization process (bitmap image) after the rasterization process is performed for each pixel, the time and amount of calculation required for the correction process, and the blur of the image after the correction process are smaller than before. Can also be reduced. In addition, since the image correction is performed only in the first direction, for example, compared to a case where correction is performed using pixel information in two directions of the X direction and the Y direction for each pixel of the two-dimensional image. The time and amount of calculation required for the correction process and the blur of the image after the correction process can be reduced accordingly.

[画像処理装置の変形例]
図30は、図25に示した画像処理装置に対する変形例の回路構成を示している。この変形例では、図25の構成に対して、シェーダ部100’内の頂点処理部93’の構成が異なっている。この変形例では、図25の構成における頂点処理部93に対して、ジオメトリシェーダ95を構成要素から省いたものとなっている。この変形例では、上述の表示画像の歪みを補正するための処理は、頂点処理部93’内の頂点シェーダ94で行う。その他の構成、動作については図25に示した画像処理装置と同様である。
[Modification of image processing apparatus]
FIG. 30 shows a circuit configuration of a modification example of the image processing apparatus shown in FIG. In this modified example, the configuration of the vertex processing unit 93 ′ in the shader unit 100 ′ is different from the configuration of FIG. In this modification, the geometry shader 95 is omitted from the constituent elements with respect to the vertex processing unit 93 in the configuration of FIG. In this modification, the above-described processing for correcting the distortion of the display image is performed by the vertex shader 94 in the vertex processing unit 93 ′. Other configurations and operations are the same as those of the image processing apparatus shown in FIG.

<その他の実施の形態>
本開示による技術は、上記各実施の形態に限定されず種々の変形実施が可能である。
例えば、図1および図2に示した全周囲立体画像表示装置10において、回転部104の外側に、回転部104を保護等するための固定部材が設けられていても良い。この場合、例えばスリット102が設けられた外装体41の外周を間隔を空けて覆うように、回転しない固定部材を設けると良い。固定部材は、例えば全体が筒状の透明部材で構成することができる。また固定部材として、網状に加工された筒状の部材を用いるようにしても良い。例えば、パンチングメタル等の網状に加工した金属等による部材を用いるようにしても良い。
<Other embodiments>
The technology according to the present disclosure is not limited to the above-described embodiments, and various modifications can be made.
For example, in the omnidirectional stereoscopic image display device 10 shown in FIGS. 1 and 2, a fixing member for protecting the rotating unit 104 may be provided outside the rotating unit 104. In this case, for example, a non-rotating fixing member may be provided so as to cover the outer periphery of the exterior body 41 provided with the slits 102 with an interval. The fixing member can be constituted by a transparent member having a cylindrical shape as a whole, for example. Moreover, you may make it use the cylindrical member processed into the net shape as a fixing member. For example, a member made of metal or the like processed into a net shape such as punching metal may be used.

また、上記第2の実施の形態で説明した画像の歪みを補正する方法は、全周囲立体画像表示装置10に限らず、他の方式の立体画像表示装置に表示する画像データに対しても適用可能である。また、立体画像表示装置に限らず、2次元表示装置に表示する画像データに対しても適用可能である。本技術による画像の歪みを補正する方法は、コンピュータグラフィックス処理によって生成された画像データを表示する表示装置に広く適用可能である。   The method for correcting image distortion described in the second embodiment is not limited to the omnidirectional stereoscopic image display device 10 and is also applied to image data displayed on other types of stereoscopic image display devices. Is possible. Further, the present invention is not limited to a stereoscopic image display device, and can be applied to image data displayed on a two-dimensional display device. The method for correcting image distortion according to the present technology is widely applicable to display devices that display image data generated by computer graphics processing.

また、上記第2の実施の形態では、全周囲立体画像表示装置10で発生する画像の歪みが主として第1の方向(横方向)のみであるため、頂点処理部93では、第1の方向にのみ頂点の位置を補正する処理を行うものとしたが、画像の歪みが第2の方向(縦方向)にも発生する場合には、第2の方向にも画像補正を行うようにしても良い。すなわち、頂点処理部93において、第1の方向と第2の方向に頂点の位置を補正する処理を行うようにしても良い。   In the second embodiment, since the distortion of the image generated in the omnidirectional stereoscopic image display device 10 is mainly only in the first direction (lateral direction), the vertex processing unit 93 in the first direction. Only the processing for correcting the position of the vertex is performed. However, when image distortion also occurs in the second direction (vertical direction), the image correction may be performed in the second direction. . That is, the vertex processing unit 93 may perform processing for correcting the position of the vertex in the first direction and the second direction.

また、本技術は以下のような構成を取ることができる。
(1)
コンピュータグラフィックス処理を行うシェーダ部を備え、
前記シェーダ部は、頂点情報に基づいて頂点処理を行う頂点処理部を有し、
前記頂点処理部において、補正用データに基づいて頂点の位置を補正する処理を行う
画像処理装置。
(2)
前記補正用データは、前記シェーダ部から出力されたコンピュータグラフィックス画像を表示装置に表示した場合に生ずる表示画像の歪みを補正するためのデータである
上記(1)に記載の画像処理装置。
(3)
前記シェーダ部は、複数の視点に対応した画像を表示する表示装置用の画像データをコンピュータグラフィックス処理によって生成するものであり、
前記補正用データは、前記表示装置において各視点位置で観測される表示画像の歪みを補正するためのデータであり、
前記頂点処理部は、前記表示装置において前記各視点位置で観測される表示画像の歪みが補正されるように、頂点の位置を補正する処理を行う
上記(1)または(2)に記載の画像処理装置。
(4)
前記表示装置は、
内部に回転軸を有し、前記回転軸を回転中心として回転する円筒状の回転部と、
前記回転部の内部に取り付けられ、複数の発光素子が配設されることにより形成された発光面を有する発光素子アレイと、
前記回転部の周面に設けられ、前記発光面からの光を前記回転部の外部に放射するスリットと、
前記スリットを介して放射された光によって前記回転部の周囲において画像が表示されるように、入力された画像データに基づいて、前記複数の発光素子の発光制御を行う表示制御部と
を有する上記(3)に記載の画像処理装置置。
(5)
前記シェーダ部は、互いに方向の異なる第1および第2の方向に画素情報を有する2次元座標系のコンピュータグラフィックス画像を生成し、
前記頂点処理部は、前記第1の方向にのみ頂点の位置を補正する処理を行う
上記(1)ないし(4)のいずれか1つに記載の画像処理装置。
(6)
前記頂点処理部は、頂点シェーダを含み、前記頂点シェーダにおいて、頂点の位置を補正する処理を行う
上記(1)ないし(5)のいずれか1つに記載の画像処理装置。
(7)
前記頂点処理部は、頂点シェーダとジオメトリシェーダとを含み、前記頂点シェーダまたは前記ジオメトリシェーダにおいて、頂点の位置を補正する処理を行う
上記(1)ないし(5)のいずれか1つに記載の画像処理装置。
Moreover, this technique can take the following structures.
(1)
It has a shader that performs computer graphics processing.
The shader unit has a vertex processing unit that performs vertex processing based on vertex information;
An image processing apparatus that performs a process of correcting a position of a vertex based on correction data in the vertex processing unit.
(2)
The image processing apparatus according to (1), wherein the correction data is data for correcting distortion of a display image that occurs when a computer graphics image output from the shader unit is displayed on a display device.
(3)
The shader unit generates image data for a display device that displays images corresponding to a plurality of viewpoints by computer graphics processing,
The correction data is data for correcting distortion of a display image observed at each viewpoint position in the display device,
The image according to (1) or (2), wherein the vertex processing unit performs a process of correcting the position of the vertex so that distortion of the display image observed at each viewpoint position is corrected in the display device. Processing equipment.
(4)
The display device
A cylindrical rotating part having a rotating shaft inside and rotating around the rotating shaft;
A light-emitting element array having a light-emitting surface that is formed by arranging a plurality of light-emitting elements attached to the inside of the rotating unit;
A slit that is provided on a peripheral surface of the rotating unit and radiates light from the light emitting surface to the outside of the rotating unit;
A display control unit that performs light emission control of the plurality of light emitting elements based on input image data so that an image is displayed around the rotating unit by light emitted through the slit. The image processing apparatus according to (3).
(5)
The shader unit generates a computer graphics image of a two-dimensional coordinate system having pixel information in first and second directions different from each other;
The image processing apparatus according to any one of (1) to (4), wherein the vertex processing unit performs a process of correcting the position of the vertex only in the first direction.
(6)
The image processing apparatus according to any one of (1) to (5), wherein the vertex processing unit includes a vertex shader, and performs a process of correcting a vertex position in the vertex shader.
(7)
The image according to any one of (1) to (5), wherein the vertex processing unit includes a vertex shader and a geometry shader, and performs a process of correcting a vertex position in the vertex shader or the geometry shader. Processing equipment.

10…全周囲立体画像表示装置、11…接続基板、12…シリアルパラレル変換部、15…表示制御部、31…プリント配線基板、32,33…位置決め用の孔部、34…コネクタ、35…IC、41…外装体、42…ターンテーブル、51…スリップリング、52…モータ、53,54…ハーネス、55…制御部、56…I/F基板、57…電源部、58…エンコーダ、59…振動検出部、60…スイッチ部、81…視聴者検出センサ、82…アーム部材、83…位置決めピン、90…映像ソース送出装置、91…3Dデータ生成部、92…3Dデータバッファ、93,93’…頂点処理部、94…頂点シェーダ、95…ジオメトリシェーダ、96…ラスタライズ処理部、97…ピクセル処理部、98…ピクセルシェーダ、99…画像バッファ、100,100’…シェーダ部、101…2次元発光素子アレイ、102…スリット、103…回転軸、104…回転部、105…設置架台、106…吸気口、107…ファン部品、108…センサ用の孔部、109…レンズ部材、111…補正用データ記憶部、120…表示面、201〜212…発光素子、300〜359…視点、#1〜#n…1次元発光素子基板、U1…発光ユニット。   DESCRIPTION OF SYMBOLS 10 ... All-around stereoscopic image display apparatus, 11 ... Connection board, 12 ... Serial parallel conversion part, 15 ... Display control part, 31 ... Printed wiring board, 32, 33 ... Hole for positioning, 34 ... Connector, 35 ... IC , 41 ... exterior body, 42 ... turntable, 51 ... slip ring, 52 ... motor, 53, 54 ... harness, 55 ... control unit, 56 ... I / F board, 57 ... power supply unit, 58 ... encoder, 59 ... vibration Detection unit, 60 ... switch unit, 81 ... viewer detection sensor, 82 ... arm member, 83 ... positioning pin, 90 ... video source sending device, 91 ... 3D data generation unit, 92 ... 3D data buffer, 93, 93 '... Vertex processing unit, 94 ... vertex shader, 95 ... geometry shader, 96 ... rasterization processing unit, 97 ... pixel processing unit, 98 ... pixel shader, 99 ... image buffer , 100, 100 '... shader part, 101 ... two-dimensional light emitting element array, 102 ... slit, 103 ... rotating shaft, 104 ... rotating part, 105 ... installation base, 106 ... air inlet, 107 ... fan part, 108 ... sensor 109, lens member, 111, correction data storage unit, 120, display surface, 201-212, light emitting element, 300-359, viewpoint, # 1 to #n, one-dimensional light emitting element substrate, U1 ... Light emitting unit.

Claims (10)

コンピュータグラフィックス処理を行うシェーダ部を備え、
前記シェーダ部は、頂点情報に基づいて頂点処理を行う頂点処理部を有し、
前記頂点処理部において、補正用データに基づいて頂点の位置を補正する処理を行う
画像処理装置。
It has a shader that performs computer graphics processing.
The shader unit has a vertex processing unit that performs vertex processing based on vertex information;
An image processing apparatus that performs a process of correcting a position of a vertex based on correction data in the vertex processing unit.
前記補正用データは、前記シェーダ部から出力されたコンピュータグラフィックス画像を表示装置に表示した場合に生ずる表示画像の歪みを補正するためのデータである
請求項1に記載の画像処理装置。
The image processing apparatus according to claim 1, wherein the correction data is data for correcting distortion of a display image that occurs when a computer graphics image output from the shader unit is displayed on a display device.
前記シェーダ部は、複数の視点に対応した画像を表示する表示装置用の画像データをコンピュータグラフィックス処理によって生成するものであり、
前記補正用データは、前記表示装置において各視点位置で観測される表示画像の歪みを補正するためのデータであり、
前記頂点処理部は、前記表示装置において前記各視点位置で観測される表示画像の歪みが補正されるように、頂点の位置を補正する処理を行う
請求項1に記載の画像処理装置。
The shader unit generates image data for a display device that displays images corresponding to a plurality of viewpoints by computer graphics processing,
The correction data is data for correcting distortion of a display image observed at each viewpoint position in the display device,
The image processing apparatus according to claim 1, wherein the vertex processing unit performs a process of correcting the position of the vertex so that distortion of a display image observed at each viewpoint position is corrected in the display device.
前記表示装置は、
内部に回転軸を有し、前記回転軸を回転中心として回転する円筒状の回転部と、
前記回転部の内部に取り付けられ、複数の発光素子が配設されることにより形成された発光面を有する発光素子アレイと、
前記回転部の周面に設けられ、前記発光面からの光を前記回転部の外部に放射するスリットと、
前記スリットを介して放射された光によって前記回転部の周囲において画像が表示されるように、入力された画像データに基づいて、前記複数の発光素子の発光制御を行う表示制御部と
を有する請求項3に記載の画像処理装置。
The display device
A cylindrical rotating part having a rotating shaft inside and rotating around the rotating shaft;
A light-emitting element array having a light-emitting surface that is formed by arranging a plurality of light-emitting elements attached to the inside of the rotating unit;
A slit that is provided on a peripheral surface of the rotating unit and radiates light from the light emitting surface to the outside of the rotating unit;
A display control unit configured to perform light emission control of the plurality of light emitting elements based on input image data so that an image is displayed around the rotation unit by light emitted through the slit. Item 4. The image processing apparatus according to Item 3.
前記シェーダ部は、互いに方向の異なる第1および第2の方向に画素情報を有する2次元座標系のコンピュータグラフィックス画像を生成し、
前記頂点処理部は、前記第1の方向にのみ頂点の位置を補正する処理を行う
請求項1に記載の画像処理装置。
The shader unit generates a computer graphics image of a two-dimensional coordinate system having pixel information in first and second directions different from each other;
The image processing apparatus according to claim 1, wherein the vertex processing unit performs a process of correcting the position of the vertex only in the first direction.
前記頂点処理部は、頂点シェーダを含み、前記頂点シェーダにおいて、頂点の位置を補正する処理を行う
請求項1に記載の画像処理装置。
The image processing apparatus according to claim 1, wherein the vertex processing unit includes a vertex shader and performs a process of correcting a position of the vertex in the vertex shader.
前記頂点処理部は、頂点シェーダとジオメトリシェーダとを含み、前記頂点シェーダおよび前記ジオメトリシェーダの少なくとも一方において、頂点の位置を補正する処理を行う
請求項1に記載の画像処理装置。
The image processing apparatus according to claim 1, wherein the vertex processing unit includes a vertex shader and a geometry shader, and performs a process of correcting a vertex position in at least one of the vertex shader and the geometry shader.
シェーダ部によってコンピュータグラフィックス処理を行う際に、
前記シェーダ部が行う処理として、頂点情報に基づく頂点処理を含み、
前記頂点処理を行う際に、補正用データに基づいて頂点の位置を補正する処理を行う
画像処理方法。
When computer graphics processing is performed by the shader unit,
As processing performed by the shader unit, including vertex processing based on vertex information,
An image processing method for performing a process of correcting a position of a vertex based on correction data when performing the vertex process.
画像処理装置と、
前記画像処理装置から供給された画像データに基づいて画像表示を行う表示装置と
を備え、
前記画像処理装置は、
コンピュータグラフィックス処理を行うシェーダ部を備え、
前記シェーダ部は、頂点情報に基づいて頂点処理を行う頂点処理部を有し、
前記頂点処理部において、補正用データに基づいて頂点の位置を補正する処理を行う
表示システム。
An image processing device;
A display device that displays an image based on the image data supplied from the image processing device,
The image processing apparatus includes:
It has a shader that performs computer graphics processing.
The shader unit has a vertex processing unit that performs vertex processing based on vertex information;
A display system that performs processing for correcting the position of the vertex based on the correction data in the vertex processing unit.
前記表示装置は、
内部に回転軸を有し、前記回転軸を回転中心として回転する円筒状の回転部と、
前記回転部の内部に取り付けられ、複数の発光素子が配設されることにより形成された発光面を有する発光素子アレイと、
前記回転部の周面に設けられ、前記発光面からの光を前記回転部の外部に放射するスリットと、
前記スリットを介して放射された光によって前記回転部の周囲において画像が表示されるように、入力された画像データに基づいて、前記複数の発光素子の発光制御を行う表示制御部とを有する
請求項9に記載の表示システム。
The display device
A cylindrical rotating part having a rotating shaft inside and rotating around the rotating shaft;
A light-emitting element array having a light-emitting surface that is formed by arranging a plurality of light-emitting elements attached to the inside of the rotating unit;
A slit that is provided on a peripheral surface of the rotating unit and radiates light from the light emitting surface to the outside of the rotating unit;
A display control unit configured to perform light emission control of the plurality of light emitting elements based on input image data so that an image is displayed around the rotation unit by light emitted through the slit. Item 10. The display system according to Item 9.
JP2011034958A 2011-02-21 2011-02-21 Image processing device, image processing method and display system Withdrawn JP2012173968A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011034958A JP2012173968A (en) 2011-02-21 2011-02-21 Image processing device, image processing method and display system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011034958A JP2012173968A (en) 2011-02-21 2011-02-21 Image processing device, image processing method and display system

Publications (1)

Publication Number Publication Date
JP2012173968A true JP2012173968A (en) 2012-09-10

Family

ID=46976827

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011034958A Withdrawn JP2012173968A (en) 2011-02-21 2011-02-21 Image processing device, image processing method and display system

Country Status (1)

Country Link
JP (1) JP2012173968A (en)

Similar Documents

Publication Publication Date Title
JP5552804B2 (en) Stereoscopic image display device, manufacturing method thereof, and stereoscopic image display method
WO2010067838A1 (en) 3d image display device, method for manufacturing same, and 3d image display method
JP2011259373A (en) Stereoscopic image display device and stereoscopic image display method
US8933998B2 (en) Three-dimensional image display device, method of manufacturing the same, and three-dimensional image display method
JP4033859B2 (en) 3D image display method
CN106462370B (en) It is determined based on the stability flat for watching position attentively
CN105393283B (en) The re-projection OLED of augmented reality experience is shown
CN105474273B (en) The method and apparatus of later stage re-projection
KR100614202B1 (en) 3D stereoscopic image output device using electronic sign rotation
JP6904592B2 (en) Multi-striped laser for laser-based projector displays
KR20150053083A (en) Apparatus for Display Interactive through Motion Detection
KR20160087703A (en) Apparatus and method for controlling multi display apparatus using space information of the multi display apparatus
JP2012175369A (en) Image processing apparatus and image processing method, and display system
JP2012173968A (en) Image processing device, image processing method and display system
KR101504565B1 (en) Flip Dot Display Apparatus for Mapping Projection Image
JP2013120347A (en) Image display system and image display method
WO2013168503A1 (en) Information processing device, information processing method, and program
Tian et al. A swept volume display system using a planetary gear structure based on parallel moving
JP2013015690A (en) Display unit
CN111562683A (en) A three-dimensional holographic projection system generated by light oscillation and its working method
JP2013015685A (en) Stereoscopic image display device
JP2025513783A (en) Near-infrared (NIR) transparent organic light-emitting diode (OLED) display
JP2013007873A (en) Stereoscopic image display apparatus
CN118642276A (en) Real 3D holographic image equipment
HU225118B1 (en) Device and method to present shapes and/or characters in space

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