JPH0438019B2 - - Google Patents
Info
- Publication number
- JPH0438019B2 JPH0438019B2 JP59134189A JP13418984A JPH0438019B2 JP H0438019 B2 JPH0438019 B2 JP H0438019B2 JP 59134189 A JP59134189 A JP 59134189A JP 13418984 A JP13418984 A JP 13418984A JP H0438019 B2 JPH0438019 B2 JP H0438019B2
- Authority
- JP
- Japan
- Prior art keywords
- adder
- output
- register
- input
- synchronization
- 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 - Lifetime
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/544—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
- G06F7/548—Trigonometric functions; Co-ordinate transformations
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Computational Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Mathematical Physics (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Studio Circuits (AREA)
- Complex Calculations (AREA)
- Image Processing (AREA)
- Digital Computer Display Output (AREA)
Description
【発明の詳細な説明】
≪産業上の利用分野≫
本発明は画像処理装置におて、画像の拡大、縮
小、回転などを実現する際に用いられる座標変換
回路の改良に関するものである。DETAILED DESCRIPTION OF THE INVENTION <<Industrial Application Field>> The present invention relates to an improvement in a coordinate conversion circuit used in image processing devices to enlarge, reduce, rotate, etc. an image.
≪従来の技術≫
画像処理装置において、画像の拡大、縮小、回
転などを実現するためには、例えばアフイン変換
などにより、座標変換を行つて、変換されたアド
レスにより画像メモリを読出す必要がある。座標
(x1+y1)から座標(x2,y2)へのアフイン変換
は次式で表される。<<Prior art>> In order to realize enlargement, reduction, rotation, etc. of an image in an image processing device, it is necessary to perform coordinate transformation, such as affine transformation, and read out the image memory using the transformed address. . Affin transformation from coordinates (x 1 + y 1 ) to coordinates (x 2 , y 2 ) is expressed by the following equation.
x2=ax1+by1+c
y2=dx1+ey1+f…… (1)
第2図はラスタ・スキヤン型画像装置に対して
リアルタイムでアフイン変換を行うための従来の
ハードウエアによる座標変換回路を示す。aレジ
スタ1,c/レジスタ2,bレジスタ3にはあら
かじめ制御用コンピユータなどから、それぞれ係
数a,c/b,bのデータ入力(以下a,c/
b,bと呼ぶ)が入力保持されている。xカウン
タ4の内容はラスタ・スキヤンのxクロツクごと
にその値を増加しx座標を出力する。係数乗算器
5は前記aレジスタ1からの出力aと前記xカウ
ンタ4からの出力との乗算を行い、a・xを出力
する。yカウンタ6は前記c/bレジスタ2から
の出力c/bをy同期信号(1パルス/1画像)
のタイミングでロードした後、x同期信号により
ラスタ・スキヤンの1行ごとに+1加算されてゆ
くので出力はy+c/bとなる。係数乗算器7は
前記bレジスタ3からの出力bと前記yカウンタ
6からの出力y+c/bとの間で乗算を行いb・
y+cを出力する。加算器8は前記係数乗算器5
からの出力a・xと前記係数乗算器7の出力b・
y+cとを加算し、アフイン変換出力a・x+
b・y+cを出力する。 x 2 = ax 1 + by 1 + c y 2 = dx 1 + ey 1 + f... (1) Figure 2 shows a conventional hardware-based coordinate transformation circuit for performing affine transformation in real time on a raster scan type imaging device. shows. Data input of coefficients a, c/b, and b (hereinafter a, c/c/
(referred to as b, b) is input and held. The contents of the x counter 4 are incremented every x clock of the raster scan, and the x coordinate is output. A coefficient multiplier 5 multiplies the output a from the a register 1 and the output from the x counter 4, and outputs a.x. The y counter 6 converts the output c/b from the c/b register 2 into a y synchronization signal (1 pulse/1 image)
After loading at the timing, +1 is added for each raster scan row by the x synchronization signal, so the output becomes y+c/b. The coefficient multiplier 7 multiplies the output b from the b register 3 and the output y+c/b from the y counter 6 to obtain b・
Output y+c. Adder 8 is the coefficient multiplier 5
The output a・x from the coefficient multiplier 7 and the output b・x from the coefficient multiplier 7
y+c, and the affine transformation output a・x+
Output b・y+c.
この様な構成の座標変換回路によれば、リアル
タイムの座標変換が可能であるが、構成が複雑か
つ高価な高速乗算器を用いるなど、ハードウエア
が大がかりになる欠点がある。 Although the coordinate transformation circuit having such a configuration is capable of real-time coordinate transformation, it has the drawback of requiring large-scale hardware, such as the use of complex and expensive high-speed multipliers.
上記の座標変換回路を改良したものに特願昭58
−74635号(特開昭59−200373号)の座標変換回
路があるが、出力レジスタの2組必要とするなど
回路構成が十分に単純とはいえない面があつた。 Patent application filed in 1983 for an improved version of the above coordinate conversion circuit.
There is a coordinate conversion circuit disclosed in No. 74635 (Japanese Unexamined Patent Publication No. 59-200373), but the circuit configuration is not simple enough, such as requiring two sets of output registers.
≪発明が解決しようとする問題点≫
本発明は上記の問題点を解決するためになされ
たもので、「少ないハードウエアおよび単純な制
御ロジツクでリアルタイムのアフイン変換が可能
な座標変換回路を実現することを目的としてい
る。≪Problems to be Solved by the Invention≫ The present invention has been made to solve the above-mentioned problems. The purpose is to
≪問題点を解決するための手段≫
本発明の第1の発明の座標変換回路はラスタ・
スキヤン型画像処理装置からのx,y同期信号に
対応して係数a,b,c,x同期信号の周期およ
び信号幅によつて決まる3種のデータ入力の1つ
を選択する選択手段と、この選択手段からの出力
のその一方の入力とし画素クロツクと同期して出
力する2入力の加算器と、この加算器からの出力
を保持し1画素クロツク遅れてその出力が前記加
算器の他方の入力となるレジスタとを備え、画像
走査位置のx,y座標に対応して前記レジスタか
らax+by+cを出力することを特徴とする。<<Means for solving the problem>> The coordinate conversion circuit of the first aspect of the present invention is a raster conversion circuit.
Selection means for selecting one of three types of data inputs determined by the period and signal width of the coefficient a, b, c, x synchronization signal in response to the x, y synchronization signal from the scan type image processing device; A two-input adder takes one of the outputs from the selection means and outputs it in synchronization with the pixel clock, and the output from this adder is held and the output is sent to the other adder with a delay of one pixel clock. It is characterized by comprising a register serving as an input, and outputting ax+by+c from the register corresponding to the x, y coordinates of the image scanning position.
本発明の第2の発明の座標変換回路はラスタ・
スキヤン型画像処理装置からの同期信号に対応し
て係数a,b,c,d,x同期信号の周期および
信号幅によつて決まる4種のデータ入力の1つを
選択する選択手段と、この選択手段からの出力を
その一方の入力とし画素クロツクと同期して出力
する2入力の加算器と、この加算器からの出力を
保持し1画素クロツク遅れてその出力が前記加算
器の他方の入力となるレジスタとを備え、係数d
を係数cに対しy方向1ライン分のずれを考慮し
た値とし、画像走査位置のx,y座標に対応し
て、前記レジスタから、偶数フイールドではax
+by+cを出力し奇数フイールドではax+by+
dを出力することを特徴とする。 The coordinate conversion circuit according to the second aspect of the present invention is a raster conversion circuit.
selection means for selecting one of four types of data inputs determined by the period and signal width of the coefficients a, b, c, d, x synchronization signal in response to the synchronization signal from the scan type image processing device; A two-input adder whose one input is the output from the selection means and outputs in synchronization with the pixel clock; and a two-input adder that holds the output from this adder and, after one pixel clock delay, outputs the output to the other input of the adder. with a coefficient d
is a value that takes into account the deviation of one line in the y direction with respect to the coefficient c, and from the register, ax
Outputs +by+c and ax+by+ for odd fields
It is characterized by outputting d.
≪作用≫
本発明の第1の発明の座標変換回路では画像走
査位置のx,y座標に対応して、レジスタから
ax+by+cを出力することができる。<<Operation>> In the coordinate conversion circuit of the first aspect of the present invention, the data is input from the register corresponding to the x and y coordinates of the image scanning position.
It is possible to output ax+by+c.
本発明の第2の発明の座標変換回路では画像走
査位置のx,y座標に対応して、レジスタから、
偶数フイールドではax+by+cを出力し奇数フ
イールドではax+by+dを出力することにより
インターレース・モードの画像走査にも対応する
ことができる。 In the coordinate conversion circuit according to the second aspect of the present invention, from the register, corresponding to the x and y coordinates of the image scanning position,
By outputting ax+by+c for even fields and ax+by+d for odd fields, it is also possible to support image scanning in interlaced mode.
≪実施例≫ 以下本発明を図面を用いて詳しく説明する。≪Example≫ The present invention will be explained in detail below using the drawings.
第1図は本発明に係わる座標変換回路の一実施
例を示す構成ブロツク図である。11,12,1
3は制御用コンピユータなどから係数a,b,c
に関連するデータ入力a,b′,c′を入力し保持す
る、3ステート出力のそれぞれa,b′,c′係数レ
ジスタで選択手段を構成するもの、14はこの係
数レジスタ11,12,13のうちいずれか1つ
を一方の入力とする加算器、15はこの加算器1
4の出力を保持しその出力を前記加算器14の他
方の入力とする3ステート出力のFレジスタ、1
6はラスタ・スキヤン型画像装置からの同期信号
であるx,y同期信号および画素クロツクを入力
し、前記係数レジスタ11,12,13間のレジ
スタ選択、前記加算器14および前記Fレジスタ
15の出力制御などを行う制御回路、17は前記
加算器14の他方の入力に接続されるプル・アツ
プ抵抗である。 FIG. 1 is a block diagram showing an embodiment of a coordinate conversion circuit according to the present invention. 11,12,1
3 is the coefficients a, b, c from the control computer etc.
Coefficient registers a, b', c' of three-state outputs input and hold data inputs a, b', c' related to the selection means constitute the selection means; 14 is the coefficient register 11, 12, 13 An adder which takes one of these as one input, 15 is this adder 1
a 3-state output F register 1 that holds the output of 4 and uses the output as the other input of the adder 14;
Reference numeral 6 inputs an x, y synchronizing signal, which is a synchronizing signal from a raster scan type image device, and a pixel clock, selects a register among the coefficient registers 11, 12, and 13, and outputs the adder 14 and the F register 15. A control circuit 17 for performing control is a pull-up resistor connected to the other input of the adder 14.
第3図は上記のような構成の座標変換回路の各
部の動作をx方向6画数、x同期幅4画素クロツ
クの場合について示したタイム・チヤートであ
る。ラスタ・スキヤンにおいて画素クロツクハに
対応して画素がx方向にスキヤンされ、1行スキ
ヤンするごとにx同期信号パルスロが発生し、1
画像スキヤンし終わるごとにy同期信号パルスイ
発生する。 FIG. 3 is a time chart showing the operation of each part of the coordinate conversion circuit configured as described above in the case of 6 strokes in the x direction and a 4 pixel clock in the x synchronization width. In raster scan, pixels are scanned in the x direction in accordance with the pixel clock, and an x synchronization signal pulse low is generated every time one row is scanned.
A y synchronization signal pulse is generated every time the image scan is completed.
係数レジスタ11,12,13には、制御用コ
ンピユータなどからそれぞれ係数a,b′,c′を入
力、保持する。ただしb′=b−ha,c′=c−ga−
b′。ここでh=x周期−1(画素クロツク),g=
x同期幅−1(画素クロツク)で、第3図の場合
x周期=10(画素クロツク),x同期幅=4(画素
クロツク)なのでh=9,g=3となる。 Coefficient registers 11, 12, and 13 respectively input and hold coefficients a, b', and c' from a control computer or the like. However, b′=b−ha, c′=c−ga−
b′. Here h = x period - 1 (pixel clock), g =
In the case of FIG. 3, x synchronization width is -1 (pixel clock), x period = 10 (pixel clock), and x synchronization width = 4 (pixel clock), so h = 9 and g = 3.
y同期信号がLのとき、制御回路16からのレ
ジスタ選択信号により加算器14ののA入力には
c′レジスタ13が選択される(第3図ニ)。Fレ
ジスタ15の出力はデイスエーブル(非接続)と
なる(第3図ト)ので、プル・アツプ抵抗17に
より加算器14のB入力は総べてHとなる(第3
図ホ)。かつキヤリ入力coがHとなるので加算器
14の出力はF=c′となる(第3図ヘ)。Fレジ
スタ15にはc′の値が保持される(第3図ヘ)。 When the y synchronization signal is L, the register selection signal from the control circuit 16 causes the A input of the adder 14 to
c' register 13 is selected (FIG. 3D). Since the output of the F register 15 is disabled (disconnected) (Fig. 3), all B inputs of the adder 14 become H due to the pull-up resistor 17 (Fig. 3).
Figure H). Since the carry input c o becomes H, the output of the adder 14 becomes F=c' (FIG. 3). The value of c' is held in the F register 15 (FIG. 3).
次にy同期信号がH,x同期信号がLとなつた
とき、x同期信号の同期幅における最初の画素ク
ロツク(周期t)から最後より1クロツク前の時
点までは加算器14のA入力にはaレジスタ11
が選択され、Fレジスタ15は出力イネーブル、
加算器14のキヤリ入力はLとなり、加算器14
の出力はF=c′+〓aとなる。 Next, when the y synchronization signal becomes H and the x synchronization signal becomes L, from the first pixel clock (period t) in the synchronization width of the x synchronization signal to the point one clock before the last, the A input of the adder 14 is applied. is a register 11
is selected, F register 15 is output enabled,
The carry input of the adder 14 becomes L, and the adder 14
The output of is F=c′+〓a.
次にx同期信号の同期幅における最後のクロツ
クの時点で、加算器14のA入力にはb′レジスタ
12が選択される。加算器14の出力はF=b′+
c′+ga=cとなり、この結果次のクロツクでFレ
ジスタ15には係数cが保持される。 Then, at the last clock in the synchronization width of the x synchronization signal, the b' register 12 is selected for the A input of the adder 14. The output of the adder 14 is F=b'+
c'+ga=c, and as a result, the coefficient c is held in the F register 15 at the next clock.
次にx同期信号がHとなつたとき、加算器14
の入力にはaレジスタ11が選択され、F=c+
〓aとなる。加算器14の出力Fは1クロツク遅
れてFレジスタ15から出力される。 Next, when the x synchronization signal becomes H, the adder 14
The a register 11 is selected as the input of F=c+
= a. The output F of the adder 14 is output from the F register 15 with a delay of one clock.
次にx同期信号がLとなつたときも、加算器1
4のA入力にはaレジスタ11が選択されaが順
に加算されるが、最後のクロツクの時点でa入力
としてb′びレジスタ12が選択される。この時加
算出力はF=c+ha+b′=b+cとなり、次のク
ロツクでFレジスタ15にはb+cが保持され
る。 Next, when the x synchronization signal becomes L, adder 1
The a register 11 is selected as the A input of 4, and a is sequentially added to it, but at the time of the last clock, b' and the register 12 are selected as the a input. At this time, the addition output becomes F=c+ha+b'=b+c, and b+c is held in the F register 15 at the next clock.
以下同様に加算が繰返され、y同期信号とx同
期信号が共にHの時すなわち実際に画像メモリへ
アクセスする時には、1クロツクごとにaが加算
され、1ラインごとにbが加算された値がFレジ
スタ15より出力される。すなわち、画像走査位
置のx,y座標に対応するFレジスタ15の出力
はax+by+cとなる。 Thereafter, addition is repeated in the same way, and when both the y synchronization signal and the x synchronization signal are H, that is, when actually accessing the image memory, a is added for each clock, and the value obtained by adding b for each line is obtained. It is output from the F register 15. That is, the output of the F register 15 corresponding to the x, y coordinates of the image scanning position is ax+by+c.
上記のような構成の座標変換回路によれば、出
力レジスタが1個になるなど構成が簡単となり、
コントロール・ロジツクも簡単となる。 According to the coordinate conversion circuit configured as described above, the configuration is simple as there is only one output register, and
Control logic is also simplified.
なお上記の実施例では加算器14のA入力選択
手段として3ステート素子のレジスタを用いてい
るが、これに限らずマルチプレクサや、オープン
コレクタ素子を用いたワイヤードOR等も同様に
使用できる。 In the above embodiment, a three-state element register is used as the A input selection means of the adder 14, but the present invention is not limited to this, and a multiplexer, a wired OR using an open collector element, etc. can be used as well.
また加算器の代りにALU(算術論理演算回路)
を用いてもよい。この場合、Fレジスタに係数
c′を保持する時点(y同期信号がLのの時)では
ALUの関数をF=Aに、それ以外の時点ではF
=A+Bに設定すればよい。このような構成を用
いると、プルアツプ抵抗17は不要となり、Fレ
ジスタ15も3ステート出力の必要がなくなる。 Also, instead of an adder, an ALU (arithmetic logic operation circuit)
may also be used. In this case, the coefficient is stored in the F register.
At the time when c' is held (when the y synchronization signal is L)
Set the function of ALU to F=A, and at other times F
=A+B. If such a configuration is used, the pull-up resistor 17 becomes unnecessary, and the F register 15 also becomes unnecessary to provide three-state output.
第4図は本発明に係る座標変換回路の第2の実
施例でインターレース・モードの走査画像を処理
できるものを示す構成ブロツク図である。第1図
と同一の部分については同じ符号を付して説明を
省略する。18は選択手段の1つで、制御用コン
ピユータなどから入力データd′=d−ga−b′が与
えられるd′レジスタ、19は(インターレース・
モードの)ラスタ・スキヤン型画像装置からの同
期信号であるx,y同期信号および画素クロツク
に加えて偶奇フイールド信号を入力するようにし
た制御回路である。本回路の基本動作は第1図の
実施例と同様であるが、インターレース・モード
でフイールドの切換に対応してc′レジスタとd′レ
ジスタ(いずれもオフセツト係数用レジスタ)を
交互に使用する点が異なる。すなわち、画面の走
査において偶数番目の走査線のみが処理される偶
数フイールドでは、偶数フイールド信号により
c′レジスタが選択されてFレジスタ15の出力は
ax+by+cとなる。奇数番目の走査線のみが処
理される奇数フイールドでは、同様にd′レジスタ
が選択されてFレジスタ15の出力はax+by+
dとなる。ここで係数dはy方向1ライン分のず
れを考慮した値とする。このような構成の座標変
換回路を用いることにより、インターレース・モ
ードの画像走査においても座標変換を行うことが
可能となる。 FIG. 4 is a block diagram showing a second embodiment of the coordinate conversion circuit according to the present invention, which can process scanned images in interlaced mode. Components that are the same as those in FIG. 1 are designated by the same reference numerals and their explanation will be omitted. 18 is one of the selection means, and d' register is given input data d' = d-ga-b' from a control computer, etc.; 19 is (interlaced
This control circuit is designed to input an even-odd field signal in addition to the x, y synchronizing signal and pixel clock, which are synchronizing signals from a raster scan type imager (of the same mode). The basic operation of this circuit is the same as the embodiment shown in Figure 1, except that in interlace mode, the c' register and d' register (both registers for offset coefficients) are used alternately in response to field switching. are different. In other words, in an even field where only the even numbered scan lines are processed during screen scanning, the even field signal
c' register is selected and the output of F register 15 is
It becomes ax+by+c. In odd fields where only odd scan lines are processed, the d' register is similarly selected and the output of the F register 15 is ax+by+
d. Here, the coefficient d is a value that takes into account a shift of one line in the y direction. By using a coordinate conversion circuit having such a configuration, coordinate conversion can be performed even in interlaced mode image scanning.
≪発明の効果≫
以上述べたように本発明によれば、少ないハー
ドウエアおよび単純な制御ロジツクでリアルタイ
ムのアフイン変換が可能な座標変換回路を簡単な
構成で実現できる。またインターレース・モード
の走査画像についても適用できる。<<Effects of the Invention>> As described above, according to the present invention, a coordinate transformation circuit capable of real-time affine transformation can be realized with a simple configuration using less hardware and simple control logic. It can also be applied to scanned images in interlaced mode.
第1図は本発明に係わる座標変換回路の一実施
例の構成ブロツク図、第2図は従来の座標変換回
路の一例を示す構成ブロツク図、第3図は第1図
の座標変換回路の動作を説明するためのタイムチ
ヤート、第4図は本発明に係わる座標変換回路の
第2の実施例の構成ブロツク図である。
a,b′,c′,d…データ入力、11,12,1
3,18…選択手段、14…加算器、15…レジ
スタ。
FIG. 1 is a block diagram of an embodiment of a coordinate conversion circuit according to the present invention, FIG. 2 is a block diagram of an example of a conventional coordinate conversion circuit, and FIG. 3 is an operation of the coordinate conversion circuit of FIG. 1. FIG. 4 is a block diagram of a second embodiment of the coordinate conversion circuit according to the present invention. a, b', c', d...data input, 11, 12, 1
3, 18...Selection means, 14...Adder, 15...Register.
Claims (1)
y同期信号に対応して係数a,b,c,x同期信
号の周期および信号幅によつて決まる3種のデー
タ入力の1つを選択する選択手段と、 この選択手段からの出力をその一方の入力とし
画素クロツクと同期して出力する2入力の加算器
と、 この加算器からの出力を保持し1画素クロツク
遅れてその出力が前記加算器の他方の入力となる
レジスタとを備え、 画像走査位置のx,y座標に対応して前記レジ
スタからax+by+cを出力することを特徴とす
る座標変換回路。 2 ラスタ・スキヤン型画像処理装置からの同期
信号に対応して係数a,b,c,d,x同期信号
の周期および信号幅によつて決まる4種のデータ
入力の1つを選択する選択手段と、 この選択手段からの出力をその一方の入力とし
画素クロツクと同期して出力する2入力の加算器
と、 この加算器からの出力を保持し1画素クロツク
遅れてその出力が前記加算器の他方の入力となる
レジスタとを備え、 係数dを係数cに対しy方向1ライン分のずれ
を考慮した値とし、画像走査位置のx,y座標に
対応して、前記レジスタから、偶数フイールドで
はax+by+cを出力し奇数フイールドではax+
by+dを出力することを特徴とする座標変換回
路。[Claims] 1 x from a raster scan type image processing device,
selection means for selecting one of the three types of data inputs determined by the period and signal width of the coefficients a, b, c, and x synchronization signals corresponding to the y synchronization signal; a two-input adder that takes the input as input and outputs it in synchronization with the pixel clock, and a register that holds the output from this adder and whose output becomes the other input of the adder after one pixel clock delay; A coordinate conversion circuit characterized in that the register outputs ax+by+c corresponding to the x and y coordinates of the scanning position. 2 Selection means for selecting one of four types of data inputs determined by the period and signal width of the coefficients a, b, c, d, x synchronization signal in response to the synchronization signal from the raster scan type image processing device and a two-input adder which takes the output from this selection means as one of its inputs and outputs it in synchronization with the pixel clock; and a two-input adder that holds the output from this adder and delays it by one pixel clock and sends the output to the adder. The coefficient d is set to a value that takes into account the deviation of one line in the y direction from the coefficient c, and the register is set to a value that takes into account the deviation of one line in the y direction from the coefficient c. Outputs ax+by+c, and for odd fields, ax+
A coordinate conversion circuit characterized by outputting by+d.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP59134189A JPS6113380A (en) | 1984-06-29 | 1984-06-29 | Coordinate conversion circuit |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP59134189A JPS6113380A (en) | 1984-06-29 | 1984-06-29 | Coordinate conversion circuit |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS6113380A JPS6113380A (en) | 1986-01-21 |
| JPH0438019B2 true JPH0438019B2 (en) | 1992-06-23 |
Family
ID=15122511
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP59134189A Granted JPS6113380A (en) | 1984-06-29 | 1984-06-29 | Coordinate conversion circuit |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS6113380A (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2712804B2 (en) * | 1990-09-29 | 1998-02-16 | 日本電気株式会社 | Special effect device for television |
-
1984
- 1984-06-29 JP JP59134189A patent/JPS6113380A/en active Granted
Also Published As
| Publication number | Publication date |
|---|---|
| JPS6113380A (en) | 1986-01-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US4402012A (en) | Two-dimensional digital linear interpolation system | |
| JP3747523B2 (en) | Image processing apparatus and processing method | |
| EP0316956A2 (en) | Image processing system | |
| JPH01261086A (en) | Imaging device | |
| JPH0139149B2 (en) | ||
| JPS6113380A (en) | Coordinate conversion circuit | |
| JP2510019B2 (en) | Image display method and device | |
| KR100665485B1 (en) | Digital signal processing device and digital signal processing method | |
| JP3327961B2 (en) | Image processing device | |
| JP2823433B2 (en) | Interpolator for digital image zoom processing | |
| JP2000059800A (en) | Image signal processing circuit | |
| JPH0447866B2 (en) | ||
| JPH02135880A (en) | Imaging device | |
| JPH0676051A (en) | Parallel picture processor | |
| JPS62282377A (en) | Picture enlargement processing circuit with interpolation | |
| JPH02253105A (en) | Image measuring device | |
| JPH0863595A (en) | Image rotation processing method and apparatus thereof | |
| JPH0444306B2 (en) | ||
| JPH0463063A (en) | Error dispersing circuit | |
| JPH03229375A (en) | Conversion system for picture element density of picture data | |
| JPS62263580A (en) | Interpolation enlargement circuit | |
| JPH0738804A (en) | Zooming process circuit for digital image | |
| JPH0444305B2 (en) | ||
| JPS62263579A (en) | Interpolation arithmetic circuit | |
| JPH09297843A (en) | Picture processor |