JP2985236B2 - Digital special effects device - Google Patents

Digital special effects device

Info

Publication number
JP2985236B2
JP2985236B2 JP2154598A JP15459890A JP2985236B2 JP 2985236 B2 JP2985236 B2 JP 2985236B2 JP 2154598 A JP2154598 A JP 2154598A JP 15459890 A JP15459890 A JP 15459890A JP 2985236 B2 JP2985236 B2 JP 2985236B2
Authority
JP
Japan
Prior art keywords
address
absolute value
read
read address
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2154598A
Other languages
Japanese (ja)
Other versions
JPH0445491A (en
Inventor
朝恵 識名
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.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP2154598A priority Critical patent/JP2985236B2/en
Publication of JPH0445491A publication Critical patent/JPH0445491A/en
Application granted granted Critical
Publication of JP2985236B2 publication Critical patent/JP2985236B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Image Processing (AREA)
  • Memory System (AREA)
  • Studio Circuits (AREA)
  • Editing Of Facsimile Originals (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はディジタル特殊効果装置に関し、特に入力画
像を3次元空間で回転して平面に写像する効果を得るこ
とのできるディジタル特殊効果装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital special effects device, and more particularly to a digital special effects device capable of obtaining an effect of rotating an input image in a three-dimensional space and mapping it on a plane.

〔従来の技術〕[Conventional technology]

従来、この種のディジタル特殊効果装置は、画像信号
の1フレーム分を入力順序に従って記憶するメモリ部
と、画像信号をメモリへ書込むためのアドレスを生成す
る書込みアドレス生成部と、画像信号をメモリから読出
すためのアドレスを生成する読出しアドレス生成部とを
備え、読出しアドレス生成部で生成される読出しアドレ
スに応じてメモリから画像信号を読出すことにより、画
像を3次元空間で回転して平面に写像する特殊効果を得
ている。この読出しアドレス生成部は、画像の回転角度
情報からアフイン変換の要素となる定数を算定し、画像
の中心を原点とし横方向をX軸、縦方向をY軸とするX
−Y平面に対応するXアドレスおよびYアドレスに対
し、定数を構成要素とするアフイン変換のマトリクス行
列を乗じてX読出しアドレスおよびY読出しアドレスを
生成している。
2. Description of the Related Art Conventionally, a digital special effect device of this type includes a memory unit that stores one frame of an image signal in an input order, a write address generation unit that generates an address for writing the image signal into the memory, and a memory that stores the image signal in the memory. A read address generating unit for generating an address for reading from the memory, and reading an image signal from a memory in accordance with the read address generated by the read address generating unit, thereby rotating the image in a three-dimensional space and performing plane rotation. The special effect that maps to is obtained. The read address generation unit calculates a constant which is an element of the affine transformation from the rotation angle information of the image, and calculates an X with the origin at the center of the image, the X axis in the horizontal direction and the Y axis in the vertical direction.
An X read address and a Y read address are generated by multiplying the X address and the Y address corresponding to the -Y plane by a matrix matrix of affine transformation having constants as constituent elements.

読出しアドレスの生成に際し、2次元のX−Y平面に
対応するXアドレスおよびYアドレスに対して、3次元
空間での回転の座標変換およびX−Y平面への透視変換
のための変換演算を行う場合、あらかじめ回転角に応じ
て1フレームに1種類設定された要素に基づいて逆変換
マトリクス行列を設定し、画面に対応したXアドレスお
よびYアドレスにこの逆変換マトリクス行列を乗じて読
出しアドレスを演算している。ここで、Xアドレスx、
Yアドレスy、アフイン変換の要素となる定数A,B,C,D,
E,F,P,Q,K、X読出しアドレスU、Y読出しアドレスV
とすると次式の演算を行うことにより、画像を3次元空
間で回転して平面に写像する効果を得ている。
When generating the read address, the X and Y addresses corresponding to the two-dimensional XY plane are subjected to a conversion operation for coordinate conversion of rotation in a three-dimensional space and perspective conversion to an XY plane. In this case, an inverse transformation matrix matrix is set based on one type of element set in one frame in advance according to the rotation angle, and the read address is calculated by multiplying the X address and Y address corresponding to the screen by the inverse transformation matrix matrix. doing. Here, X address x,
Y address y, constants A, B, C, D,
E, F, P, Q, K, X read address U, Y read address V
By performing the following calculation, the effect of rotating an image in a three-dimensional space and mapping it on a plane is obtained.

U=(A・x+B・y+C)/(P・x+Q・y+K) …(1) V=(D・x+E・y+F)/(P・x+Q・y+K) …(2) 〔発明が解決しようとする課題〕 上述した従来のディジタル特殊効果装置は、X−Y平
面に対応するXアドレスおよびYアドレスに対して、3
次元空間での回転の座標変換およびX−Y平面への透視
変換を行って読出しアドレスを生成する場合、回転角に
応じて1フレームに1種類設定された要素に基づいた逆
変換マトリクス行列によって読出しアドレスを求めてい
るので、画像の中心を原点とし横方向をX軸、縦方向を
Y軸とするX−Y平面の各部分に対してそれぞれ別方向
に画像を回転させることができない。第3図(a),
(b)は従来の効果画像の一例を示す図であり、同図
(a)は入力画像、同図(b)は入力画像をY軸を中心
に回転させた後、更にX軸を中心に回転させた効果画像
である。画像をX軸を中心に上下に分けた場合、上側の
画像と下側の画像とを1方向に回転させることはできる
が、それぞれを別方向に回転させることはできない。
U = (Ax + By + C) / (PxxQy + K) (1) V = (DxxEy + F) / (PxxQy + K) (2) [Problems to be Solved by the Invention] The above-mentioned conventional digital special effect device has three addresses for the X address and the Y address corresponding to the XY plane.
When a read address is generated by performing coordinate transformation of rotation in a dimensional space and perspective transformation to an XY plane, reading is performed by an inverse transformation matrix matrix based on an element set in one frame according to the rotation angle. Since the address is obtained, the image cannot be rotated in different directions with respect to each part of the XY plane having the origin at the center of the image, the X axis in the horizontal direction, and the Y axis in the vertical direction. FIG. 3 (a),
(B) is a diagram showing an example of a conventional effect image, in which (a) shows an input image, and (b) shows an image after rotating the input image about the Y axis and further about the X axis. It is a rotated effect image. When the image is divided vertically above and below the X axis, the upper image and the lower image can be rotated in one direction, but cannot be rotated in another direction.

本発明の目的は、画像の中心を原点とするX−Y平面
の各部分をそれぞれ別方向に回転させることのできるデ
ィジタル特殊効果装置を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a digital special effect device capable of rotating each part of an XY plane having an origin at the center of an image in different directions.

〔課題を解決するための手段〕[Means for solving the problem]

本発明のディジタル特殊効果装置は、画像信号の1フ
レーム分を記憶するメモリ部と、画像信号をメモリ部へ
書込むためのアドレスを生成する書込みアドレス生成部
と、画像信号をメモリから読出すためのアドレスを生成
する読出しアドレス生成部とを備えるディジタル特殊効
果装置において、前記読出しアドレス生成部は、画像の
中心を原点とし横方向をX軸、縦方向をY軸とするX−
Y平面に対応したXアドレスおよびYアドレスをそれぞ
れ生成するXYアドレス生成器と、前記XYアドレス生成器
の出力側に接続されて前記XアドレスおよびYアドレス
の内少なくとも一方のアドレスを絶対値に変換して出力
する絶対値変換器と、画像の回転角度情報からアフイン
変換の定数を生成する定数生成器と、前記絶対値変換器
が出力するアドレスに対して前記定数を要素とするアフ
イン変換処理を行ってX読出しアドレスおよびY読出し
アドレスを生成するアドレス演算器と、前記アドレス演
算器の出力側に接続されて前記X読出しアドレスおよび
Y読出しアドレス並びに前記XYアドレス生成器からXア
ドレスおよびYアドレスをそれぞれ受け、前記X読出し
アドレスおよびY読出しアドレスの内前記絶対値変換器
で絶対値に変換された側の読出しアドレスに対して絶対
値変換前の符号を付加して出力する符号付加器とを具備
する構成である。また、前記絶対値変換器は、前記Xア
ドレスおよびYアドレスの内指定された側のアドレスに
対して絶対値変換を行い、また、前記符号付加器は、前
記X読出しアドレスおよびY読出しアドレスの内指定さ
れた側の読出しアドレスに対して指定された符号を付加
するように構成してもよい。
A digital special effect device according to the present invention includes a memory unit for storing one frame of an image signal, a write address generation unit for generating an address for writing the image signal to the memory unit, and a read unit for reading the image signal from the memory. And a read address generating unit for generating an address of the X-axis, wherein the read address generating unit has an origin at the center of the image, an X-axis in the horizontal direction, and a Y-axis in the vertical direction.
An XY address generator for generating an X address and a Y address corresponding to the Y plane, respectively, and connected to an output side of the XY address generator to convert at least one of the X address and the Y address into an absolute value; An absolute value converter that outputs the absolute value, a constant generator that generates a constant for the affine conversion from the rotation angle information of the image, and performs an affine conversion process using the constant as an element for the address output by the absolute value converter. An address calculator for generating an X-read address and a Y-read address, and receiving an X-address and a Y-address from the X-read and Y-read addresses and the XY-address generator connected to the output side of the address calculator. The absolute value of the X read address and the Y read address is converted to an absolute value by the absolute value converter. A structure comprising a code adder for outputting by adding the sign of the previous absolute value conversion on the read address side. The absolute value converter performs an absolute value conversion on an address on a designated side of the X address and the Y address, and the sign appender performs an absolute value conversion on the X read address and the Y read address. A configuration may be adopted in which a specified code is added to the read address on the specified side.

〔実施例〕〔Example〕

次に図面を参照して本発明を説明する。 Next, the present invention will be described with reference to the drawings.

第1図は本発明の一実施例を示す図であり、ディジタ
ル特殊効果装置の読出しアドレス生成部を示している。
同図において、タイミングパルスSTに応じて画像の中心
を原点とするX−Y平面に対応したXアドレスおよびY
アドレスをそれぞれ生成するXおよびYアドレス生成器
11,12、XアドレスおよびYアドレスを受け指定に応じ
てアドレスの絶対値を出力するXおよびY絶対値変換器
13,14、画像の回転角度情報SRに応じてアフイン変換の
要素となる定数A,B,C,D,E,F,P,Q,Kを生成する定数生成
器15、XアドレスおよびYアドレスに対して前記定数を
要素とするアフイン変換処理を行ってX読出しアドレス
およびY読出しアドレスを生成するアドレス演算器16、
X読出しアドレスおよびY読出しアドレス並びにXアド
レスおよびYアドレスをそれぞれ受け、絶対値に変換さ
れた側の読出しアドレスに対して絶対値変換前の符号を
付加して出力するXおよびY符号付加器17,18を備えて
いる。
FIG. 1 is a diagram showing one embodiment of the present invention, and shows a read address generating section of a digital special effect device.
In the figure, the timing pulse S X address corresponding to the center of the image in the X-Y plane with its origin in response to T and Y
X and Y address generators for generating addresses respectively
X and Y absolute value converters for receiving an X address and a Y address and outputting an absolute value of the address according to designation
13 and 14, the rotation angle information S R constant A which is an element of the affine transformation according to the image, B, C, D, E , F, P, Q, constant generator 15 for generating the K, X addresses and Y An address calculator 16 for performing an affine conversion process on the address using the constant as an element to generate an X read address and a Y read address;
An X and Y code adder 17, which receives an X read address and a Y read address, an X address and a Y address, respectively, adds a code before the absolute value conversion to the read address converted to the absolute value, and outputs the result. Equipped with 18.

次に、動作について説明する。一例として、画像を3
次元空間でX軸を中心に回転させて表示する場合を説明
する。
Next, the operation will be described. As an example, 3
A case where the image is rotated and displayed around the X axis in the dimensional space will be described.

Xアドレス生成器11およびYアドレス生成器12は、画
像信号の水平および垂直同期に対応したタイミングパル
スSTに基づいてXアドレスxおよびYアドレスyをそれ
ぞれ生成し絶対値変換器13および14へそれぞれ送出す
る。この場合、Y絶対値変換器14を動作させYアドレス
yを絶対値|y|に変換し、また、Xアドレスxは絶対値
に変換せずにそれぞれをアドレス演算器16へ送出する。
一方、定数生成器15は回転角度情報SRを受け、3次元空
間で回転してX−Y平面へ写像するためのアフイン変換
演算に必要な定数A,B,C,D,E,F,P,Q,Kを設定し、アドレ
ス演算器16へ送出する。
X address generator 11 and the Y address generator 12, respectively an X address x and the Y address y based on the timing pulse S T corresponding to the horizontal and vertical synchronization of the image signals generated into an absolute value converter 13 and 14, respectively Send out. In this case, the Y absolute value converter 14 is operated to convert the Y address y to the absolute value | y |, and the X address x is sent to the address calculator 16 without converting it to the absolute value.
On the other hand, the constant generator 15 receives the rotation angle information S R, and obtains constants A, B, C, D, E, F, and A required for an affine transformation operation for rotating in a three-dimensional space and mapping onto an XY plane. P, Q, and K are set and sent to the address calculator 16.

アドレス演算器16は、乗算回路21,22および加算回路2
7,30により、A・x+B・|y|+Cを演算し、また、乗
算回路23,24および加算回路28,31により、D・x+E・
|y|+Fを演算し、同様に、乗算回路25,26および加算回
路29,32により、P・x+Q・|y|+Kを演算する。逆数
生成回路33は、P・x+Q・|y|+Kの逆数を乗算回路3
4および35へ出力する。乗算回路34および35は、 X読出しアドレスx1=(A・x+B・|y|+C) /(P・x+Q・|y|+K) …(3) Y読出しアドレスy1=(D・x+E・|y|+F)/ (P・x+Q・|y|+K) …(4) をそれぞれ生成する。この場合Yアドレスの絶対値|y|
で演算するので、Y軸の正方向部分に対して座標変換さ
れて2次元平面に対する透視変換結果はX軸について対
称となる。
The address calculator 16 includes the multiplication circuits 21 and 22 and the addition circuit 2
A, x + B · | y | + C is calculated by 7,30, and D · x + E · is calculated by multiplication circuits 23,24 and addition circuits 28,31.
| y | + F, and similarly, P · x + Q · | y | + K is calculated by the multiplication circuits 25 and 26 and the addition circuits 29 and 32. The reciprocal generation circuit 33 multiplies the reciprocal of P · x + Q · | y | + K by the multiplication circuit 3
Output to 4 and 35. The multiplication circuits 34 and 35 calculate the following: X read address x 1 = (A · x + B · | y | + C) / (P · x + Q · | y | + K) (3) Y read address y 1 = (D · x + E · | y | + F) / (P · x + Q · | y | + K) (4) are respectively generated. In this case, the absolute value of the Y address | y |
, The coordinates are transformed with respect to the positive direction part of the Y axis, and the perspective transformation result with respect to the two-dimensional plane is symmetric with respect to the X axis.

XおよびY符号付加器17,18は、読出しアドレスx1,y1
およびアドレスx,yをそれぞれ受け、この場合は、Y符
号付加器18がY読出しアドレスy1に対して絶対値変換前
の符号を付加してY読出しアドレスVとして出力すると
共に、X符号付加器17は、X読出しアドレスx1に対して
符号を付加せずにX読出しアドレスUとして出力する。
このようにY読出しアドレスy1に符号を付加することに
より、Y軸の正方向の画像はX軸を中心に指定された方
向に回転し、Y軸の負方向の画像はこれとは逆方向に回
転する効果を与える読出しアドレスU,Vが生成される。
The X and Y code adders 17 and 18 provide read addresses x 1 and y 1
And receiving an address x, y, respectively, in this case, together with the Y code adding device 18 adds the sign of the previous absolute value conversion on the Y read address y 1 is output as Y read address V, X code adder 17 outputs the X read address U without adding the codes to X read address x 1.
Thus by adding a sign to the Y read address y 1, the positive direction of the image is rotated in the direction specified about the X-axis, the negative direction of the image is reverse to this Y-axis Y-axis The read addresses U and V which give the effect of rotating the data are generated.

第2図(a),(b)は本発明による効果画像の一例
を示す図であり、同図(a)は入力画像、同図(b)は
入力画像をY軸を中心に回転させた後、更にX軸を中心
に回転させた効果画像である。画像をX軸を中心に上下
に分けたとき、上側の画像と下側の画像を互いに別方向
に回転する効果が得られる。
2 (a) and 2 (b) are views showing an example of an effect image according to the present invention. FIG. 2 (a) shows an input image, and FIG. 2 (b) shows an input image rotated about a Y axis. Later, the effect image is further rotated about the X axis. When the image is divided up and down around the X axis, an effect of rotating the upper image and the lower image in different directions can be obtained.

なお、絶対値変換器13,14は、外部からの指示に応じ
てそれぞれ絶対値変換を行い、また、符号付加器17,18
は、外部からの指示に応じた符号を付加できるようにす
れば、更に多様化した画像効果を得ることができる。
Note that the absolute value converters 13 and 14 perform absolute value conversion in accordance with external instructions, respectively.
By adding a code corresponding to an external instruction, it is possible to obtain more diversified image effects.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明によれば、アドレス演算を
行う前にXアドレスおよびYアドレスの内少なくとも1
方側のアドレスを絶対値に変換してアドレス演算を行
い、またアドレス演算後、読出しアドレスの内絶対値に
変換した側の読出しアドレスに対して絶対値変換前の符
号を付加するので、画像の中心を原点とするX−Y平面
の各部分をそれぞれ別方向に回転させる効果を与える読
出しアドレスを生成することのできる。更に、外部から
の指示に応じて絶対値に変換し、また、外部からの指示
に応じて指定された符号を付加するようにすれば、多様
化した画像効果を得ることができる。
As described above, according to the present invention, at least one of the X address and the Y address before performing the address operation.
The address on the side is converted to an absolute value and the address is calculated, and after the address calculation, the sign before the absolute value conversion is added to the read address converted to the absolute value of the read address. It is possible to generate a read address giving an effect of rotating each part of the XY plane with the center as the origin in different directions. Further, by converting to an absolute value according to an external instruction and adding a designated code according to an external instruction, a diversified image effect can be obtained.

【図面の簡単な説明】[Brief description of the drawings]

第1図は本発明の一実施例を示す図、第2図(a),
(b)は本発明による効果画像の一例を示す図、第3図
(a),(b)は従来の効果画像の一例を示す図であ
る。 11……Xアドレス生成器、12……Yアドレス生成器、13
……X絶対値変換器、14……Y絶対値変換器、15……定
数生成器、16……アドレス演算器、17……X符号付加
器、18……Y符号付加器。
FIG. 1 is a view showing an embodiment of the present invention, and FIG.
FIG. 3B is a diagram illustrating an example of an effect image according to the present invention, and FIGS. 3A and 3B are diagrams illustrating an example of a conventional effect image. 11 ... X address generator, 12 ... Y address generator, 13
... X absolute value converter, 14 ... Y absolute value converter, 15 ... constant generator, 16 ... address arithmetic unit, 17 ... X sign adder, 18 ... Y sign adder.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 FI H04N 5/262 G06F 15/66 350 ──────────────────────────────────────────────────の Continued on the front page (51) Int.Cl. 6 Identification code FI H04N 5/262 G06F 15/66 350

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】画像信号の1フレーム分を記憶するメモリ
部と、画像信号をメモリへ書込むためのアドレスを生成
する書込みアドレス生成部と、画像信号をメモリから読
出すためのアドレスを生成する読出しアドレス生成部と
を備えるディジタル特殊効果装置において、前記読出し
アドレス生成部は、画像の中心を原点とし横方向をX
軸、縦方向をY軸とするX−Y平面に対応したXアドレ
スおよびYアドレスをそれぞれ生成するXYアドレス生成
器と、前記XYアドレス生成器の出力側に接続されて前記
XアドレスおよびYアドレスの内少なくとも一方のアド
レスを絶対値に変換して出力する絶対値変換器と、画像
の回転角度情報からアフイン変換の定数を生成する定数
生成器と、前記絶対値変換器が出力するアドレスに対し
て前記定数を要素とするアフイン変換処理を行ってX読
出しアドレスおよびY読出しアドレスを生成するアドレ
ス演算器と、前記アドレス演算器の出力側に接続されて
前記X読出しアドレスおよびY読出しアドレス並びに前
記XYアドレス生成器からXアドレスおよびYアドレスを
それぞれ受け、前記X読出しアドレスおよびY読出しア
ドレスの内前記絶対値変換器で絶対値に変換された側の
読出しアドレスに対して絶対値変換前の符号を付加して
出力する符号付加器とを具備することを特徴とするディ
ジタル特殊効果装置。
1. A memory unit for storing one frame of an image signal, a write address generation unit for generating an address for writing the image signal to the memory, and an address for reading the image signal from the memory. A digital special effect device comprising a read address generation unit, wherein the read address generation unit sets the origin at the center of the image and sets the horizontal direction to X.
Axis, an XY address generator for respectively generating an X address and a Y address corresponding to the XY plane with the vertical direction as the Y axis, and an XY address generator connected to the output side of the XY address generator for generating the X address and the Y address. An absolute value converter that converts and outputs at least one of the addresses to an absolute value, a constant generator that generates a constant for the affine conversion from the rotation angle information of the image, and an address output by the absolute value converter. An address calculator for performing an affine conversion process using the constant as an element to generate an X read address and a Y read address; and the X read address, the Y read address, and the XY address connected to the output side of the address calculator. An X address and a Y address are respectively received from a generator, and the absolute value of the X read address and the Y read address is received. Digital special effect apparatus characterized by comprising a code adder for outputting by adding the sign of the previous absolute value conversion on the read address of the converter in the converter to an absolute value side.
【請求項2】前記絶対値変換器は、前記Xアドレスおよ
びYアドレスの内指定された側のアドレスに対して絶対
値変換を行い、また、前記符号付加器は、前記X読出し
アドレスおよびY読出しアドレスの内指定された側の読
出しアドレスに対して指定された符号を付加することを
特徴とする請求項1記載のディジタル特殊効果装置。
2. The absolute value converter performs an absolute value conversion on an address on a designated side of the X address and the Y address, and the sign adder outputs the X read address and the Y read address. 2. The digital special effect device according to claim 1, wherein a designated code is added to a read address on a designated side of the address.
JP2154598A 1990-06-13 1990-06-13 Digital special effects device Expired - Fee Related JP2985236B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2154598A JP2985236B2 (en) 1990-06-13 1990-06-13 Digital special effects device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2154598A JP2985236B2 (en) 1990-06-13 1990-06-13 Digital special effects device

Publications (2)

Publication Number Publication Date
JPH0445491A JPH0445491A (en) 1992-02-14
JP2985236B2 true JP2985236B2 (en) 1999-11-29

Family

ID=15587688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2154598A Expired - Fee Related JP2985236B2 (en) 1990-06-13 1990-06-13 Digital special effects device

Country Status (1)

Country Link
JP (1) JP2985236B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06180580A (en) * 1992-10-01 1994-06-28 Hudson Soft Co Ltd Image processor
JP2743775B2 (en) * 1993-06-10 1998-04-22 日本電気株式会社 Digital special effects device coordinate conversion circuit
JP2000338951A (en) * 1999-05-31 2000-12-08 Mk Seiko Co Ltd Display device

Also Published As

Publication number Publication date
JPH0445491A (en) 1992-02-14

Similar Documents

Publication Publication Date Title
US4667236A (en) Television perspective effects system
JPH0634748A (en) Radar signal display device
US6441864B1 (en) Video signal processing device and method employing transformation matrix to generate composite image
JPH0628485A (en) Texture address generator, texture pattern generator, texture plotting device and texture address generating method
JPH03205976A (en) Picture synthesizing system using special effector
JPH0771225B2 (en) Television special effect device
JPH01870A (en) television special effects equipment
JP2985236B2 (en) Digital special effects device
US6020932A (en) Video signal processing device and its method
JP3458963B2 (en) Image conversion device
JP3074779B2 (en) Special effect generator
JPH0222419B2 (en)
JP3223639B2 (en) Image memory read address generation method
JP2697312B2 (en) XY / r-θ conversion circuit
JPH06285062A (en) Digital scan converter of ultrasonic diagnostic device
JP3306139B2 (en) Image processing device and game machine
JP3289850B2 (en) Image conversion device
JP2985865B2 (en) Special effects device
JP2664722B2 (en) Image processing device
JPS63189056A (en) Image synthesizing system
JP3018450B2 (en) Wipe pattern generator
RU2038633C1 (en) Apparatus for forming videosignal
JP2998689B2 (en) How to map image data
JPS61267095A (en) Display indication system
JPH01232394A (en) Scan converter device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071001

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081001

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091001

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees