JPH11205576A - Image processor - Google Patents

Image processor

Info

Publication number
JPH11205576A
JPH11205576A JP10001936A JP193698A JPH11205576A JP H11205576 A JPH11205576 A JP H11205576A JP 10001936 A JP10001936 A JP 10001936A JP 193698 A JP193698 A JP 193698A JP H11205576 A JPH11205576 A JP H11205576A
Authority
JP
Japan
Prior art keywords
buffer memory
image
output
address
image data
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.)
Pending
Application number
JP10001936A
Other languages
Japanese (ja)
Inventor
Shinkou Tai
震江 戴
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP10001936A priority Critical patent/JPH11205576A/en
Publication of JPH11205576A publication Critical patent/JPH11205576A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Input (AREA)
  • Storing Facsimile Image Data (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

PROBLEM TO BE SOLVED: To fast and inexpensively perform rotation, scaling, parallel translation processing of an image by using a small amount of capacity of memory. SOLUTION: A data transfer controlling part 30 removes data after conversion procession from image data stored in line buffer memory 20 and successively writes input image data to the memory 20. An address calculating part 80 performs raster scan of output buffer memory 40, calculates the address of the memory 20 that corresponds to the address of the memory 40 and preserves it in address buffer memory 50. An image data converting part 60 writes image data read from the memory 20 based on the address of the memory 50 to the memory 40. An image outputting part 70 takes out image data after conversion which is stored in memory 40 and resets the memory 40.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、画像の回転、拡
大、縮小、平行移動等のアフィン変換機能を簡易な構成
で実行することができる画像処理装置に関するものであ
る。
[0001] 1. Field of the Invention [0002] The present invention relates to an image processing apparatus capable of executing affine transformation functions such as rotation, enlargement, reduction, and translation of an image with a simple configuration.

【0002】[0002]

【従来技術】画像回転処理は一般的に次式に示す行列演
算を実施することにより実現できる。
2. Description of the Related Art Generally, image rotation processing can be realized by performing a matrix operation represented by the following equation.

【0003】[0003]

【数1】 これはアフィン変換と呼ばれる。画像処理装置上でアフ
ィン変換を行う場合、一般にアフィン変換処理後の画像
データを蓄積する出力画像ページメモリに対してラスタ
走査を行い、出力画像ページメモリのアドレスに対応す
る入力画像ページメモリのアドレスを求め、入力画像ペ
ージメモリから読み出した画像データを出力画像ページ
メモリに書き込む。この場合、出力画像ページメモリを
基準に計算するため、画素抜けは発生しない。
(Equation 1) This is called an affine transformation. When affine transformation is performed on an image processing apparatus, generally, raster scanning is performed on an output image page memory that stores image data after affine transformation processing, and an address of an input image page memory corresponding to an address of the output image page memory is stored. Then, the image data read from the input image page memory is written to the output image page memory. In this case, since the calculation is performed based on the output image page memory, pixel omission does not occur.

【0004】画像メモリのアドレスは、式(1)に示す
ように2次元座標上の2つの整数の組みである(x,
y)で表すことができる。出力画像ページメモリのアド
レス(x,y)から、入力画像べージメモリのアドレス
(U,V)が式(1)で計算される。式(1)におい
て、UとVは必ずしも整数とはならないため、出力画像
ページメモリへ書き込むデータとして、入力画像ページ
メモリにおける(U,V)の最近傍点の画素データが用
いられる。もちろん、複数の入力画素位置の画素値を用
いて補間してもよい従来例として、特開昭61−161
576号公報に記載された技術について説明する。従来
例は画像を局所的、すなわちブロック単位で処理するこ
とにより、回転処理の高速化を図ったものである。以
下、従来例について図4を用いて説明する。図4は本発
明の説明に合うよう語句などを変更してあるが、本質的
には従来例の公報の記載となんら変わることはない。図
4中、10は画像入力部、29は逆変換座標算出部、4
8はぺージメモリ読み出し部、49は入力画像べージメ
モリ、52は変換ROM、61は局所データ変換部、7
8はぺージメモリ書き込み部、79は出力画像ページメ
モリ、80は画像出力部、200は入力画像データ、2
28は入力画像アドレス情報、229は逆変換座標、2
30は局所データ、231は変換ROMの変換情報、2
40は変換された局所デー夕、269は出力画像アドレ
ス情報、270は出力画像データである。
The address of the image memory is a set of two integers on two-dimensional coordinates as shown in equation (1) (x,
y). From the address (x, y) of the output image page memory, the address (U, V) of the input image page memory is calculated by equation (1). In equation (1), since U and V are not always integers, pixel data at the nearest point of (U, V) in the input image page memory is used as data to be written to the output image page memory. Of course, as a conventional example in which interpolation may be performed using pixel values at a plurality of input pixel positions, see Japanese Patent Application Laid-Open No. 61-161.
The technology described in Japanese Patent No. 576 will be described. In the conventional example, the image is processed locally, that is, in units of blocks, thereby speeding up the rotation process. Hereinafter, a conventional example will be described with reference to FIG. In FIG. 4, words and the like are changed to conform to the description of the present invention, but there is essentially no difference from the description in the publication of the conventional example. 4, reference numeral 10 denotes an image input unit, 29 denotes an inverse transformation coordinate calculation unit,
8 is a page memory reading unit, 49 is an input image page memory, 52 is a conversion ROM, 61 is a local data conversion unit, 7
8 is a page memory writing unit, 79 is an output image page memory, 80 is an image output unit, 200 is input image data,
28, input image address information; 229, inverse transformed coordinates;
30 is local data, 231 is conversion information of a conversion ROM, 2
40 is converted local data, 269 is output image address information, and 270 is output image data.

【0005】画像入力部10は入力画像データ200を
入力画像ページメモリ49へ格納する。逆変換座標算出
部29は出力画像における局所データの中心画素を逆変
換した入力画像における座標を算出し、逆変換座標22
9として出力する。ページメモリ読み出し部48は逆変
換座標229を中心とする局所データの入力画像アドレ
ス228を入力画像ページメモリ49へ送出する。入力
画像ページメモリ49は入力画像データ200を格納
し、入力画像アドレス228に従って局所データ230
を局所データ変換部61へ送出する。局所データ変換部
51は変換ROM52の変換情報231に基づいて、読
み出した局所データ230に回転、拡大、縮小などの変
換処理を行い、変換した局所データ240を出力画像ペ
ージメモリ79へ出力する。ページメモリ書き込み部7
8は逆変換座標229に対応する出力画像アドレス26
9を出力画像ページメモリ79へ送出する。出力画像ペ
ージメモリ79は変換した局所データ240を格納し、
出力画像アドレス269に従って出力画像データ270
を画像出力部80へ送出する。画像出力部80は出力画
像データ270を外部へ出力する。
[0005] The image input unit 10 stores the input image data 200 in the input image page memory 49. The inverse transformed coordinate calculation unit 29 calculates coordinates in the input image obtained by inversely transforming the center pixel of the local data in the output image, and calculates the inverse transformed coordinates 22
9 is output. The page memory read unit 48 sends the input image address 228 of the local data centered on the inverse transformation coordinates 229 to the input image page memory 49. The input image page memory 49 stores the input image data 200, and stores the local data 230 according to the input image address 228.
To the local data converter 61. Based on the conversion information 231 in the conversion ROM 52, the local data conversion unit 51 performs conversion processing such as rotation, enlargement, and reduction on the read local data 230, and outputs the converted local data 240 to the output image page memory 79. Page memory writing unit 7
8 is an output image address 26 corresponding to the inverse transformed coordinates 229
9 to the output image page memory 79. The output image page memory 79 stores the converted local data 240,
Output image data 270 according to output image address 269
To the image output unit 80. The image output unit 80 outputs the output image data 270 to the outside.

【0006】上記の従来例における回転処理は、変換R
OM52に基づく局所的処理と、回転先の局所データの
アドレスを求める広域的処理の2つの処理によって行う
ことを特徴とする。この従来例によれば高速な回転処理
が可能である。すなわち前者の局所的処理は単純化され
ているためにH/Wなどによる高速化が可能であり、ま
た広域的処理は演算回数自体を削減できる。しかしなが
ら従来例は2つのページメモリを持つことが前提となっ
ており、ページメモリが一般に高価であることから、装
置全体のコストが高くなるという問題がある。
[0006] The rotation processing in the above conventional example is performed by a conversion R
It is characterized in that it is performed by two processes: a local process based on the OM 52 and a global process for obtaining the address of the local data of the rotation destination. According to this conventional example, high-speed rotation processing is possible. That is, since the former local processing is simplified, the speed can be increased by H / W or the like, and the wide area processing can reduce the number of operations itself. However, the conventional example is premised on having two page memories, and since the page memories are generally expensive, there is a problem that the cost of the entire apparatus increases.

【0007】[0007]

【発明が解決しようとする課題】本発明は上記問題点を
解決するためのもので、ページメモリを持つことなく少
ないメモリを用いて、高速に低コストでこれら画像の回
転、拡大縮小、平行移動処理を可能にすることを目的と
する。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and uses a small amount of memory without having a page memory to rotate, scale, and translate these images at high speed and at low cost. The purpose is to enable processing.

【0008】[0008]

【課題を解決するための手段】本発明によれば、上述の
目的を達成するために、画像処理装置に、画像を入力す
る画像入力手段と、ラスタ走査順に複数ライン分の入力
画像データを一時記憶するラインバッファメモリと、前
記入力画像から前記ラインバッファメモリへ第1画像デ
ータを転送するデータ転送制御手段と、前記ラインバッ
ファメモリに記憶されている第1画像データに対して所
定の変換を実行して生成された第2画像データを記憶す
る出力バッファメモリと、前記出力バッファメモリをラ
スタ走査しながら前記ラインバッファメモリのアドレス
を算出するアドレス計算手段と、算出されたアドレスを
記憶するアドレスバッファメモリと、前記ラインバッフ
ァメモリに記憶されている画像データを、前記アドレス
バッファから出力されるアドレスに基づいて、前記出力
バッファメモリに書き込む画像データ変換手段と、前記
出力バッファメモリに記憶される画像データを出力する
画像出力手段とを設けるようにしている。
According to the present invention, in order to achieve the above object, an image input device for inputting an image and a plurality of lines of input image data in a raster scanning order are temporarily stored in an image processing apparatus. A line buffer memory for storing, data transfer control means for transferring first image data from the input image to the line buffer memory, and performing a predetermined conversion on the first image data stored in the line buffer memory Output buffer memory for storing the second image data generated as a result, address calculation means for calculating the address of the line buffer memory while raster-scanning the output buffer memory, and address buffer memory for storing the calculated address And outputting the image data stored in the line buffer memory from the address buffer. Based on the address, so that provided the image data converting means for writing to the output buffer memory, and an image output means for outputting the image data stored in the output buffer memory.

【0009】この構成においては、アドレス計算手段が
生成したアドレスを用いてラインバッファメモリのデー
タを出力バッファメモリに転送して所定の変換を行なう
ことができる。しかも、アドレスの計算は一度だけ行な
えばよく、計算量が増大しない。
In this configuration, the data in the line buffer memory can be transferred to the output buffer memory using the address generated by the address calculation means, and a predetermined conversion can be performed. Moreover, the address needs to be calculated only once, and the amount of calculation does not increase.

【0010】[0010]

【発明の実施の態様】以下、図面を参照しながら実施例
を説明する。図1は本発明における画像処理装置の一実
施例を示すブロック図である。図1において、10は画
像入力部、20はラインバッファメモリ、30はデータ
転送制御部、40は出力バッファメモリ、50はアドレ
スバッファメモリ、60は画像データ変換部、70は画
像出力部、80はアドレス計算部である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the image processing apparatus according to the present invention. In FIG. 1, 10 is an image input unit, 20 is a line buffer memory, 30 is a data transfer control unit, 40 is an output buffer memory, 50 is an address buffer memory, 60 is an image data conversion unit, 70 is an image output unit, and 80 is Address calculation unit.

【0011】画像入力部10は入力画像データをラスタ
走査順に1ラインずつ入力画像データ1をラインバッフ
ァメモリ20に送出する。ラインバッファメモリ20は
nライン分の画像データを格納する。例えば、図2に1
6ライン分の画像データを格納するラインバッファメモ
リを示す。
The image input unit 10 sends the input image data 1 to the line buffer memory 20 line by line in the raster scanning order. The line buffer memory 20 stores image data for n lines. For example, in FIG.
5 shows a line buffer memory for storing image data for six lines.

【0012】データ転送制御部30は、ラインバッファ
メモリ20に格納されている画像データから、変換処理
後のデータを取り除き、順次に入力画像データをライン
バッファメモリ20に書き込み、変換処理を待つ。ま
ず、ラインバッファメモリ20の先頭からkライン分の
画像データを削除し、残りの画像データをラインバッフ
ァメモリ20の先頭に移動する。次に入力画像データか
らkライン分の画像データを読み込み、ラインバッファ
メモリ20の後ろに書き込む。ここで、kの値は回転角
度と出力バッファメモリのサイズによって計算される。
例えば図2に示す16ライン分の画像データに対して、
まず先頭から8ライン分の画像データを削除し、残り8
ライン分の画像データをラインバッファメモリの先頭に
移動し、次に入力画像データから8ライン分の画像デー
タをラインバッファメモリ20に読み込む。
The data transfer control section 30 removes the data after the conversion processing from the image data stored in the line buffer memory 20, sequentially writes the input image data in the line buffer memory 20, and waits for the conversion processing. First, k lines of image data are deleted from the head of the line buffer memory 20, and the remaining image data is moved to the head of the line buffer memory 20. Next, image data for k lines is read from the input image data and written to the back of the line buffer memory 20. Here, the value of k is calculated based on the rotation angle and the size of the output buffer memory.
For example, for 16 lines of image data shown in FIG.
First, the image data for eight lines from the beginning is deleted, and the remaining eight lines are deleted.
The image data for the line is moved to the head of the line buffer memory, and then the image data for eight lines is read into the line buffer memory 20 from the input image data.

【0013】出力バッファメモリ40は、mライン分の
変換後の画像データを格納する。アドレス計算部80は
出力バッファメモリ40をラスタ走査し、出力バッファ
メモリ40のアドレスに対応するラインバッファメモリ
20のアドレスを求める。ここで、1ラインの画像デー
タの長さをwとすると、出力バッファメモリ40の全ア
ドレスを計算するためにm×w回の計算が必要となる。
アドレスバッファメモリ50は出力バッファメモリ40
のラスタ順でm×w個のアドレスを保存する。画像デー
タ変換部60は、アドレスバッファメモリ50のアドレ
スに基づいてラインバッファメモリ20から読み出した
画像データを出力バッファメモリ40に書き込む。
The output buffer memory 40 stores m lines of converted image data. The address calculator 80 performs a raster scan of the output buffer memory 40 to obtain an address of the line buffer memory 20 corresponding to the address of the output buffer memory 40. Here, assuming that the length of one line of image data is w, m × w calculations are required to calculate all the addresses of the output buffer memory 40.
The address buffer memory 50 is the output buffer memory 40
M × w addresses are stored in raster order. The image data conversion unit 60 writes the image data read from the line buffer memory 20 to the output buffer memory 40 based on the address of the address buffer memory 50.

【0014】画像出力部70は出力バッファメモリ40
に格納されている変換後の画像データを、出力画像に書
き込み、出力バッファメモリにキャッシュした画像デー
タをクリアし、ラインバッファメモリ20から順次に変
換画像データを求める。
The image output unit 70 includes an output buffer memory 40
Is written in the output image, the image data cached in the output buffer memory is cleared, and the converted image data is sequentially obtained from the line buffer memory 20.

【0015】図3は、この実施例の動作例を説明するも
のである。ここでは、入力画像300が回転させられて
出力画像400になるとする。まず、図3(a)の領域
301の画像データがラインバッファ20に入力され
る。この入力画像の領域301は出力画像の領域402
に対応する。入力画像の領域301のライン数をnと
し、出力画像の領域301のライン数をmとする。現時
点では鎖線のウィンドウ311がラインバッファメモリ
20に記憶されている。また、入力画像はkライン分づ
つ新たに書き込まれていくこととする。nおよびkの値
は、出力画像の領域301(出力バッファメモリ40)
のサイズおよび回転角度に依存して決定される。他の入
力画像の領域と出力画像の領域にも対応する符号を付し
た。
FIG. 3 illustrates an operation example of this embodiment. Here, it is assumed that the input image 300 is rotated to become the output image 400. First, the image data in the area 301 in FIG. The input image area 301 is the output image area 402
Corresponding to The number of lines in the area 301 of the input image is n, and the number of lines in the area 301 of the output image is m. At this time, a chain line window 311 is stored in the line buffer memory 20. It is assumed that the input image is newly written every k lines. The values of n and k are set in the output image area 301 (output buffer memory 40).
Is determined depending on the size and the rotation angle. Corresponding reference numerals are given to other input image areas and output image areas.

【0016】入力画像の領域301のうち散点で示す領
域の画像データが出力画像の領域401(出力バッファ
メモリ40)に書き込まれる。このように書き込まれた
画像データは画像出力部70にさらに転送され、その
後、出力バッファメモリ40に新たな画像データが書き
込み可能になる。
The image data of the area indicated by the scatter points in the area 301 of the input image is written to the area 401 (output buffer memory 40) of the output image. The image data written in this way is further transferred to the image output unit 70, and then new image data can be written to the output buffer memory 40.

【0017】こののち、図3(a)にkで示す領域は以
降の回転処理には用いないので、kライン分の画像デー
タをラインバッファメモリ20から除去する。そして残
りの(n−k)ライン分の画像データをkライン分シフ
トさせる。つぎにkライン分新たな画像データをライン
バッファメモリ20に転送する。この転送により、図3
(b)に示すように、つぎの入力画像領域302がライ
ンバッファメモリ20(ウィンドウ312)に保持され
ることになる。この入力画像領域302の散点部分は出
力画像の領域402に対応するので、これを出力画像の
領域402(出力バッファメモリ40)に新たに書き込
む。そしてこの画像データはさらに画像出力部70に転
送される。
Thereafter, since the region indicated by k in FIG. 3A is not used for the subsequent rotation processing, the image data for k lines is removed from the line buffer memory 20. Then, the image data for the remaining (nk) lines is shifted by k lines. Next, new image data for k lines is transferred to the line buffer memory 20. By this transfer, FIG.
As shown in (b), the next input image area 302 is held in the line buffer memory 20 (window 312). Since the scattered portion of the input image area 302 corresponds to the area 402 of the output image, it is newly written in the area 402 (output buffer memory 40) of the output image. Then, the image data is further transferred to the image output unit 70.

【0018】同様にして、入力画像の領域が順次処理さ
れ、出力画像の領域403、404が生成されて、順
次、画像出力部70に送られる。
Similarly, the areas of the input image are sequentially processed, and the areas 403 and 404 of the output image are generated and sent to the image output unit 70 in sequence.

【0019】ラインバッファメモリ20および出力バッ
ファメモリ40を繰り返し利用して画像全体の処理を行
なう。これらラインバッファメモリ20および出力バッ
ファメモリ20は小さな容量のものでよく、構成を簡単
にできる。また、ラインバッファメモリ20から出力バ
ッファメモリ40へのデータ書き込みに必要なアドレス
は繰り返し処理で同じものであるので、一度だけ計算す
るだけよい。
The entire image is processed by repeatedly using the line buffer memory 20 and the output buffer memory 40. The line buffer memory 20 and the output buffer memory 20 may have a small capacity, and the configuration can be simplified. Further, the address required for writing data from the line buffer memory 20 to the output buffer memory 40 is the same in the repetitive processing, so that it is only necessary to calculate once.

【0020】なお、上述の実施例では、ラインバッファ
メモリ20および出力バッファメモリ40を実際に実装
したが、それらラインバッファメモリ20または出力バ
ッファメモリ40を所定の記憶手段に論理的にマッピン
グさせるようにしてもよい。この場合、上述のアドレス
計算部50のアドレスをさらに変換する必要がある。
In the above-described embodiment, the line buffer memory 20 and the output buffer memory 40 are actually mounted. However, the line buffer memory 20 and the output buffer memory 40 are logically mapped to predetermined storage means. You may. In this case, it is necessary to further convert the address of the address calculation unit 50 described above.

【0021】また、上述実施例では、回転処理について
説明したが、広くアフィン変換に適用でき、また、アフ
ィン変換と同時にクリップ処理、色変換等を行なうよう
にしてもよい。
In the above-described embodiment, the rotation processing has been described. However, the rotation processing can be widely applied to the affine transformation, and the clipping processing, the color conversion, and the like may be performed simultaneously with the affine transformation.

【0022】[0022]

【発明の効果】以上説明したように、本発明によれば、
ラインバッファメモリにより画像データをキャッシュ
し、出力バッファメモリをラス夕走査する際に、キャッ
シュデータから変換後のデータに対応する入力画像デー
タを求め、少ない容量の出力バッファメモリで回転処理
を行うことができる。キャッシュデータは一定の期間に
ラインバッファメモリに保存され、画質を保証すること
ができる。また、アドレスバッファメモリを用いること
により、1度のアドレス計算で出力バッファメモリのア
ドレスとラインバッファメモリのアドレスとを対応付
け、アドレス計算時間を短縮できる。
As described above, according to the present invention,
When the image data is cached by the line buffer memory and the output buffer memory is scanned in the raster mode, the input image data corresponding to the converted data is obtained from the cache data, and the rotation processing is performed by the output buffer memory having a small capacity. it can. The cache data is stored in the line buffer memory for a certain period, and image quality can be guaranteed. Further, by using the address buffer memory, the address of the output buffer memory and the address of the line buffer memory can be associated with one address calculation, and the address calculation time can be reduced.

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

【図1】 本発明の実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a configuration of an embodiment of the present invention.

【図2】 本発明の実施例のラインバッファメモリにお
けるデータ転送を説明する図である。
FIG. 2 is a diagram illustrating data transfer in a line buffer memory according to an embodiment of the present invention.

【図3】 本発明の実施例の動作例を示す図である。FIG. 3 is a diagram showing an operation example of the embodiment of the present invention.

【図4】 従来例の構成を示す図である。FIG. 4 is a diagram showing a configuration of a conventional example.

【符号の説明】[Explanation of symbols]

1 入力画像データ 10 画像入力部 20 ラインバッファメモリ 30 データ転送制御部 40 出力バッファメモリ 50 アドレス計算部 60 画像データ変換部 70 画像出力部 80 アドレスバツファメモリ Reference Signs List 1 input image data 10 image input unit 20 line buffer memory 30 data transfer control unit 40 output buffer memory 50 address calculation unit 60 image data conversion unit 70 image output unit 80 address buffer memory

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 画像を入力する画像入力手段と、 ラスタ走査順に複数ライン分の入力画像データを一時記
憶するラインバッファメモリと、 前記入力画像から前記ラインバッファメモリへ第1画像
データを転送するデータ転送制御手段と、 前記ラインバッファメモリに記憶されている第1画像デ
ータに対して所定の変換を実行して生成された第2画像
データを記憶する出力バッファメモリと、 前記出力バッファメモリをラスタ走査しながら前記ライ
ンバッファメモリのアドレスを算出するアドレス計算手
段と、 算出されたアドレスを記憶するアドレスバッファメモリ
と、 前記ラインバッファメモリに記憶されている画像データ
を、前記アドレスバッファから出力されるアドレスに基
づいて、前記出力バッファメモリに書き込む画像データ
変換手段と、 前記出力バッファメモリに記憶される画像データを出力
する画像出力手段とを有することを特徴とする画像処理
装置。
An image input unit for inputting an image; a line buffer memory for temporarily storing input image data for a plurality of lines in raster scanning order; and data for transferring first image data from the input image to the line buffer memory. Transfer control means, an output buffer memory for storing second image data generated by performing a predetermined conversion on the first image data stored in the line buffer memory, and raster scanning the output buffer memory Address calculation means for calculating the address of the line buffer memory, an address buffer memory for storing the calculated address, and converting the image data stored in the line buffer memory into an address output from the address buffer. Image data conversion to write to the output buffer memory based on Means for outputting image data stored in the output buffer memory.
【請求項2】 前記所定の変換は少なくとも回転処理を
含む請求項1記載の画像処理装置。
2. The image processing apparatus according to claim 1, wherein the predetermined conversion includes at least a rotation process.
【請求項3】 前記データ転送制御手段は、前記ライン
バッファメモリ内の画像データを移動する手段と、前記
入力画像から順次にkライン分の画像データをラインバ
ッファメモリに書き込む手段とを有し、前記kの値は回
転角度と前記出力バッファメモリのサイズとによって計
算される請求項2記載の画像処理装置。
3. The data transfer control means includes means for moving image data in the line buffer memory, and means for sequentially writing k lines of image data from the input image into the line buffer memory, 3. The image processing apparatus according to claim 2, wherein the value of k is calculated based on a rotation angle and a size of the output buffer memory.
【請求項4】 前記画像出力手段は、前記出力バッファ
メモリに格納される画像データを出力画像に書き込み、
出力バッファメモリをリセットする手段を有する請求項
1、2または3記載の画像処理装置。
4. The image output means writes image data stored in the output buffer memory to an output image,
4. The image processing apparatus according to claim 1, further comprising means for resetting an output buffer memory.
【請求項5】 入力画像に対して所定の変換を実行して
なる出力画像を生成する画像処理装置において、 前記入力画像の部分画像のデータを一時記憶する入力バ
ッファメモリと、 前記入力画像の部分画像のデータを前記入力バッファメ
モリに順次に転送する手段と、 前記出力画像の部分画像のデータを一時記憶する出力バ
ッファメモリと、 前記出力画像の部分画像のデータを前記出力バッファメ
モリから順次に出力する手段と、 前記所定の変換の内容に応じて、前記出力バッファのア
ドレスと前記入力バッファメモリのアドレスとを対応付
ける対応付けデータを生成する手段と、 前記対応付けデータに基づいて、前記入力バッファメモ
リに一時記憶されている前記出力画像の部分画像のデー
タを、前記出力画像の部分画像の画像データとして、前
記出力バッファメモリに書き込む手段とを有することを
特徴とする画像処理装置。
5. An image processing apparatus for generating an output image by performing a predetermined conversion on an input image, comprising: an input buffer memory for temporarily storing data of a partial image of the input image; Means for sequentially transferring image data to the input buffer memory; an output buffer memory for temporarily storing data of the partial image of the output image; and sequentially outputting data of the partial image of the output image from the output buffer memory. Means for generating correspondence data for associating the address of the output buffer with the address of the input buffer memory according to the content of the predetermined conversion; and the input buffer memory based on the correspondence data. The data of the partial image of the output image temporarily stored in the Means for writing to the output buffer memory.
JP10001936A 1998-01-07 1998-01-07 Image processor Pending JPH11205576A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10001936A JPH11205576A (en) 1998-01-07 1998-01-07 Image processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10001936A JPH11205576A (en) 1998-01-07 1998-01-07 Image processor

Publications (1)

Publication Number Publication Date
JPH11205576A true JPH11205576A (en) 1999-07-30

Family

ID=11515505

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10001936A Pending JPH11205576A (en) 1998-01-07 1998-01-07 Image processor

Country Status (1)

Country Link
JP (1) JPH11205576A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234478A (en) * 2007-03-22 2008-10-02 Fujitsu Ltd Image recognition device and image rotation processing method
JP2010206672A (en) * 2009-03-05 2010-09-16 Fuji Xerox Co Ltd Image processor and image processing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008234478A (en) * 2007-03-22 2008-10-02 Fujitsu Ltd Image recognition device and image rotation processing method
US8139895B2 (en) 2007-03-22 2012-03-20 Fujitsu Semiconductor Limited Image recognition device and image rotating method
JP2010206672A (en) * 2009-03-05 2010-09-16 Fuji Xerox Co Ltd Image processor and image processing method

Similar Documents

Publication Publication Date Title
JP2685548B2 (en) Method and apparatus for rotating digital image data
US6239812B1 (en) Apparatus and method for high speed 2D/3D image transformation and display using a pipelined hardware
JP2634851B2 (en) Image processing device
JPH11205576A (en) Image processor
JPH0481231B2 (en)
JPH05120441A (en) Vector picture plotting device
US6101290A (en) Bandwidth efficient image transformations on a multiprocessor
JP2020160828A (en) Image data processing device for affine transformation of two-dimensional image
JP4408152B2 (en) Texture mapping method and texture mapping apparatus
JPH1055166A (en) Polygon painting-out accelerator
JP3352761B2 (en) Image data position conversion method
JPH11224331A (en) Raster image generation device and raster image generation method
JP2610825B2 (en) Graphic processing unit
JP3211591B2 (en) Image processing device
JPH04329482A (en) Image rotation processing method and processing device for relevant method
JPH07129460A (en) Method and device for processing image
JPH04278652A (en) Graphic drawing device and its memory access system
JP2000298729A (en) Two-dimensional image generation device
JPH0229834A (en) Image processor
JPS6220075A (en) Image information conversion system
JP2787497B2 (en) Graphic drawing method and apparatus
JPH10261095A (en) Device and method for processing image
JPS6220074A (en) Image processing method
JPH07152357A (en) Data converting method and device therefor
JPH07182312A (en) Method and device for arithmetic processing of image information