JP2006244094A - Data writing device and method, data reading device and method, program, and recording medium - Google Patents
Data writing device and method, data reading device and method, program, and recording medium Download PDFInfo
- Publication number
- JP2006244094A JP2006244094A JP2005058189A JP2005058189A JP2006244094A JP 2006244094 A JP2006244094 A JP 2006244094A JP 2005058189 A JP2005058189 A JP 2005058189A JP 2005058189 A JP2005058189 A JP 2005058189A JP 2006244094 A JP2006244094 A JP 2006244094A
- Authority
- JP
- Japan
- Prior art keywords
- data
- pixels
- image data
- writing
- 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.)
- Withdrawn
Links
Images
Landscapes
- Image Input (AREA)
Abstract
Description
本発明は、画像データを効率的に読み出すためのデータ書き込み装置及び方法、データ読み出し装置及び方法、プログラム、並びに記録媒体に関する。 The present invention relates to a data writing apparatus and method for efficiently reading image data, a data reading apparatus and method, a program, and a recording medium.
従来、図9に示すように入力画像を変換規則に従って変換し、出力画像を得る画像変換装置101が知られている。この画像変換装置101は、図10に示すように画像データを入力する画像入力部102と、画像データを一時的に記憶する画像バッファ部103と、画像データ変換テーブルを格納する変換テーブル部104と、画像データを格納する画像蓄積部105と、画像データ変換テーブルに基づいて画素値を補間する画素値補間計算部106と、変換された画像データを出力する変換画像出力部107とを備えている。このような画像変換装置101は、入力画像を一旦画像蓄積部103に蓄積し、画像データ変換テーブルを用いることにより、出力画像の所望の画素(X,Y)が入力画像のどの座標にあたるか(例えば(X',Y'))を参照している。
Conventionally, an
また、画像変換装置101は、整数値の座標に変換するだけでなく、小数値の座標にも変換することができる。小数値の座標に変換する場合、参照先の入力画像から周辺の画素をメモリから読み出し、その画素値から線形補間を行う。例えば、図11に示すように画像データ変換テーブルにより指定された入力画像上での位置Pは、画像データ変換テーブルが指し示す値の周辺4画素を読み出し、その画素値から線形補間を行うことにより求められる。例えば、P(155.25,171.75)は、図12に示すように周辺4画素P1(155,171)、P2(156,171)、P3(155,172)及びP4(156,172)を読み出すことにより、線形補間される。このように画素値補間を行うことにより、精度の良い出力画像を得ることができる。
Further, the
ところで、入力画像を蓄積するメモリの種類としては、その容量の大きさなどからSDRAM(Synchronous Dynamic Random Access Memory)が広く用いられている。このSDRAMは、同じロウアドレス内であれば、一度のバンク活性化で、カラムアドレスをインクリメントしながら1クロック毎に連続して画素を読み出すことができる(以下、バーストリードという)。 Incidentally, SDRAM (Synchronous Dynamic Random Access Memory) is widely used as the type of memory for storing input images because of its large capacity. This SDRAM can read out pixels continuously every clock while incrementing the column address by activating the bank once within the same row address (hereinafter referred to as burst read).
例えば、プリンタでカラム方向(用紙搬送方向)に印字する場合、画像データを順次縦に切り出すHV(Horizontal/Vertical)変換を行い、画像データをメモリに格納し、画像の縦方向をバーストリードする(例えば、特許文献1参照。)。
For example, when printing in the column direction (paper transport direction) with a printer, HV (Horizontal / Vertical) conversion is performed to sequentially cut out image data vertically, the image data is stored in a memory, and the vertical direction of the image is burst read ( For example, see
また、画像回転システムでは、画像データをライン毎にバンクを切り替えて格納し、高速な画像データの読み出しを行っている(例えば、特許文献2参照。)。 In the image rotation system, image data is stored by switching banks for each line, and high-speed image data is read (for example, see Patent Document 2).
しかしながら、上記特許文献1及び2に記載された技術は、画像データの縦方向又は横方向の読み出しは高速に行うことができるものの、上述した画像変換装置101のように周辺画素を読み出す場合、効率よく画像データを読み出すことができない。
However, although the techniques described in
本発明は、このような従来の実情に鑑みて提案されたものであり、効率よく画像データを読み出すことができるデータ書き込み装置及び方法、データ読み出し装置及び方法、プログラム、並びに記録媒体を提供することを目的とする。 The present invention has been proposed in view of such a conventional situation, and provides a data writing apparatus and method, a data reading apparatus and method, a program, and a recording medium that can read image data efficiently. With the goal.
上述した目的を達成するために、本発明に係るデータ書き込み装置は、画像データをデータメモリに書き込むデータ書き込み装置において、上記画像データの少なくともNラインのデータを一時的に蓄積するバッファと、Nライン毎に上記画像データを上記データメモリに書き込む書き込み手段とを備え、上記書き込み手段は、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように上記画像データを上記データメモリに書き込むことを特徴としている。 In order to achieve the above-described object, a data writing device according to the present invention is a data writing device for writing image data into a data memory, a buffer for temporarily storing at least N lines of the image data, and an N line Writing means for writing the image data into the data memory every time, and the writing means stores data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction within the same row address. The image data is written in the data memory so as to be continuous.
また、本発明に係るデータ書き込み方法は、画像データをデータメモリに書き込むデータ書き込み方法において、上記画像データの少なくともNラインのデータをバッファに一時的に蓄積する工程と、Nライン毎に上記画像データを上記データメモリに書き込む書き込み工程とを備え、上記書き込み工程では、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように上記画像データを上記データメモリに書き込むことを特徴としている。 The data writing method according to the present invention includes a step of temporarily storing at least N lines of the image data in a buffer in the data writing method for writing image data into a data memory, and the image data for each N lines. In the data memory, and in the writing step, the data of any N × N pixels composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. The image data is written in the data memory.
また、本発明に係るプログラムは、画像データをデータメモリに書き込む処理を実行させるプログラムにおいて、上記画像データの少なくともNラインのデータをバッファに一時的に蓄積する工程と、Nライン毎に上記画像データを上記データメモリに書き込む書き込み工程とを備え、上記書き込み工程では、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように上記画像データを上記データメモリに書き込むことを特徴としている。 The program according to the present invention is a program for executing a process of writing image data into a data memory, a step of temporarily storing at least N lines of the image data in a buffer, and the image data for each N lines. In the data memory, and in the writing step, the data of any N × N pixels composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. The image data is written in the data memory.
また、本発明に係るデータ読み出し装置は、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように画像データが格納されたデータメモリから所望の画素位置の画素データを読み出すデータ読み出し装置であって、画素位置に応じて連続するN2画素分のデータをバーストリードし、N×N画素のデータを取得する取得手段と、上記N×N画素のデータに基づいて上記画素位置の画素データを生成する生成手段とを備えることを特徴としている。 Further, the data reading apparatus according to the present invention is a data read-in device in which image data is stored so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. A data reading device for reading out pixel data at a desired pixel position from a memory, wherein the acquisition unit reads out data of N 2 pixels continuous according to the pixel position and acquires data of N × N pixels, and And generating means for generating pixel data at the pixel position based on N × N pixel data.
また、本発明に係るデータ読み出し方法は、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように画像データが格納されたデータメモリから所望の画素位置の画素データを読み出すデータ読み出し方法であって、画素位置に応じて連続するN2画素分のデータをバーストリードし、N×N画素のデータを取得する取得工程と、上記N×N画素のデータに基づいて上記画素位置の画素データを生成する生成工程とを有することを特徴としている。 Further, the data reading method according to the present invention is a data in which image data is stored such that data of arbitrary N × N pixels composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous within the same row address. A data reading method for reading out pixel data of a desired pixel position from a memory, burst reading data for N 2 pixels continuous according to the pixel position, and acquiring N × N pixel data; And a generation step of generating pixel data at the pixel position based on N × N pixel data.
また、本発明に係るプログラムは、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように画像データが格納されたデータメモリから所望の画素位置の画素データを読み出す処理をさせるプログラムであって、画素位置に応じて連続するN2画素分のデータをバーストリードし、N×N画素のデータを取得する取得工程と、上記N×N画素のデータに基づいて上記画素位置の画素データを生成する生成工程とを有することを特徴としている。 Further, the program according to the present invention is provided from a data memory in which image data is stored so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. A program for performing a process of reading out pixel data at a desired pixel position, wherein an N × N pixel data is obtained by burst-reading data for N 2 pixels continuous according to the pixel position, and the above N And a generation step of generating pixel data at the pixel position based on the data of × N pixels.
また、本発明に係る記録媒体は、画像データが記録された記録媒体において、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように画像データが配置されていることを特徴としている。 In the recording medium according to the present invention, in the recording medium on which image data is recorded, arbitrary N × N pixel data composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. As described above, the image data is arranged.
本発明によれば、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように画像データをデータメモリに書き込むことにより、N×N画素のデータを効率的にバーストリードすることができる。 According to the present invention, N × N pixels are written in the data memory so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. The data of N pixels can be burst read efficiently.
以下、本発明を適用した具体的な実施の形態について、図面を参照しながら詳細に説明する。 Hereinafter, specific embodiments to which the present invention is applied will be described in detail with reference to the drawings.
図1は、本実施の形態における画像変換装置を示すブロック図である。画像変換装置1は、画像データを入力する画像入力部2と、画像データを一時的に蓄積する画像バッファ部3と、画像データを格納する画像格納部4と、画像データの書き込み/読み出しを制御するアドレス制御部5と、画像を変換する変換テーブルを格納する変換テーブル格納部6と、変換テーブルをデコードする変換テーブルデコード部7と、画素値補間を行う画素値補間計算部8とを備えて構成されている。
FIG. 1 is a block diagram showing an image conversion apparatus according to the present embodiment. The
画像入力部2から入力された入力画像は画像バッファ部3にて一時的に蓄積される。画像バッファ部3のFIFO31及びFIFO32は、入力画像の1ライン分をそれぞれ蓄積する。FIFO31は、FIFO32に蓄積されたラインの次のラインを格納する。すなわち、FIFO31及びFIFO32は入力された画像データの連続する上下の2ラインを格納する。これにより、後述するように一つ下のラインと組み合わせながら画像を格納することができる。
The input image input from the
セレクタ33は、FIFO31及びFIFO32に蓄積された連続する2ラインの画像データから1ラインの画像データに切り替える。D−Flipfrop34〜36は、1ラインの画像データからバンクの切り替えにより重複させる画素を決定するとともに、1ラインの画像データを各バンクに分ける。各バンクに分けられた画像データは、セレクタ37を介し、書き込みデータとして出力される。
The
画像格納部4は、例えばSDRAM(Synchronous Dynamic Random Access Memory)等のメモリから成り、画像データを格納する。このSDRAMは、同じロウアドレス内であれば、一度のバンク活性化で、カラムアドレスをインクリメントしながら1クロック毎に連続して画素を読み出すことができる(以下、バーストリードという)。また、SDRAMは、あるバンクにおいてコマンド実行中に別のバンクにおいてもコマンドの実行が可能である。 The image storage unit 4 includes a memory such as an SDRAM (Synchronous Dynamic Random Access Memory), and stores image data. This SDRAM can read out pixels continuously every clock while incrementing the column address by activating the bank once within the same row address (hereinafter referred to as burst read). The SDRAM can execute a command in another bank while executing a command in a certain bank.
アドレス制御部5は、セレクタ33及びセレクタ37を制御し、書き込みデータを生成するとともに、画像格納部4への画像データの書き込み及び画像格納部4からの画像データの読み出しを行う。
The
変換テーブル格納部6は、画像を変換するため、画素値を変換する変換テーブルを有している。この変換テーブルには、小数の画素値に変換するものも含まれている。
The conversion
変換テーブルデコード部7は、変換テーブルの整数部と小数部とをデコードする。画素値補間計算部8は、小数部の画素値を整数値の周辺画素で線形補間する。すなわち、変換テーブルデコード部7にてデコードされた整数部より整数値の周辺画素を画像格納部4から読み出し、整数値の周辺画素を読み込みデータとして画素値補間計算部8に入力し、線形補間を行う。
The conversion
このように画像を変換することにより、精度の高い出力画像を得ることができる。 By converting the image in this way, a highly accurate output image can be obtained.
次に、画像格納部4への画像データ格納方法について説明する。図2は、640×480画素の入力画像を4バンクのメモリに格納する場合について説明する図である。この例は、周辺4画素、すなわち2×2画素を連続して読み出すようにしたものである。 Next, a method for storing image data in the image storage unit 4 will be described. FIG. 2 is a diagram illustrating a case where an input image of 640 × 480 pixels is stored in a 4-bank memory. In this example, peripheral 4 pixels, that is, 2 × 2 pixels are continuously read out.
入力画像は、図2に示すように、Y座標が偶数ならばバンク0、1、2、3の順番に、Y座標が奇数ならばバンク2、3、0、1の順番に格納される。すなわち、入力画像データを複数のブロックに分割し、各ブロックが周辺のブロックと異なるバンクとなるように格納される。これにより、例えばカメラにおける歪を修正する場合などに、異なるバンクから高速な読み出しをすることができる。
As shown in FIG. 2, the input image is stored in the order of
また、FIFO31及びFIFO32に蓄積された連続する2ラインの画像データによって、各バンクには、図3〜図6に示すように(X,Y),(X,Y+1),(X+1,Y),(X+1,Y+1),…の順番に一つ下のラインと組み合わせながら画像が格納される。このように同じロウアドレス内に連続させて周辺4画素を格納することにより、一度のバンク活性化で、周辺画素をバーストリードすることができる。
Further, by the continuous two lines of image data stored in the
また、画像横1ラインが1バンクに格納できない場合、D−Flipfrop34〜36により、バンクに格納した最後の画素を次のバンクの先頭にも格納する。例えば図3及び図4の例では、バンク0のカラムアドレスCOL319及びCOL320の画素が、バンク1のカラムアドレスCOL0及びCOL1に格納されている。これにより、どの周辺4画素も1つのバンクから読み出すことができる。
When one horizontal line of the image cannot be stored in one bank, the last pixel stored in the bank is also stored in the head of the next bank by D-Flipflop 34-36. For example, in the example of FIGS. 3 and 4, the pixels at the column addresses COL319 and COL320 of the bank 0 are stored in the column addresses COL0 and COL1 of the
また、入力画像の端は、例えばバンク0のロウアドレス479のように同じ画素値を格納するか又は0を格納することが好ましい。 Further, it is preferable that the end of the input image stores the same pixel value or stores 0 as in the row address 479 of the bank 0, for example.
このように、入力画像を(X,Y),(X,Y+1),(X+1,Y),(X+1,Y+1),…の順番に一つ下のラインと組み合わせながら格納し、変換テーブルの画素値の小数点を切り捨てた整数値の画素にバーストアクセスすることにより、どの周辺4画素もバーストリードすることができる。 In this way, the input image is stored in the order of (X, Y), (X, Y + 1), (X + 1, Y), (X + 1, Y + 1),. By burst access to the integer value pixels with the decimal point of the value truncated, any of the surrounding four pixels can be burst read.
続いて、周辺4画素のバーストリードについて図7を参照しながら説明する。SDRAMからのデータの読み出しは、ACTIVATEコマンドと同時にロウアドレスを入力してバンクを活性化し、READ/WRITEコマンドと同時にカラムアドレスを入力することにより行われ、データはCASレイテンシー時間後に出力される。 Next, burst read of four peripheral pixels will be described with reference to FIG. Reading data from the SDRAM is performed by inputting a row address simultaneously with the ACTIVE command to activate the bank, and inputting a column address simultaneously with the READ / WRITE command, and the data is output after the CAS latency time.
従来は、図7(a)のタイミングのように、画素を読み出すごとにACTIVATEコマンドを発行し、いったん活性化したバンクをプリチャージしなければならなかった。したがって、周辺4画素を読み出そうとすると、プリチャージする一連の動作が必要となるため、図7(a)に示すような読み出し時間を必要とする。 Conventionally, as in the timing of FIG. 7A, an ACTIVATE command must be issued every time a pixel is read, and the bank once activated must be precharged. Therefore, since a series of precharge operations are required to read out four peripheral pixels, a read time as shown in FIG. 7A is required.
しかし、本実施の形態のように、同じロウアドレス内に連続して周辺4画素を格納している場合、図7(b)のタイミングのように、一度のバンクの活性化により連続して周辺4画素をバーストリードすることができる。このタイミングによれば、バーストリード後、読み出したバンクのプリチャージのための1クロックのデータ無出力期間のみで周辺4画素を読み出すことができるため、図7(a)のタイミングよりも読み出し時間を約3分の1に短縮することができる。この1クロックのデータ無出力期間による周辺4画素の連続読み出しは、連続して読み出す周辺4画素がその前の周辺4画素が格納されたバンクと異なる場合、又はその前の周辺4画素が格納されたバンクが同じであっても、その前の周辺4画素と同じロウアドレスに格納されている場合に行うことができる。 However, when the peripheral four pixels are stored continuously in the same row address as in this embodiment, the peripheral is continuously activated by activating the bank once as shown in the timing of FIG. 7B. Four pixels can be burst read. According to this timing, after burst read, the peripheral four pixels can be read out only in one clock data non-output period for precharging the read bank, so that the read time is longer than the timing of FIG. It can be shortened to about one third. In the continuous readout of the surrounding 4 pixels in this 1-clock data non-output period, when the surrounding 4 pixels to be continuously read are different from the bank in which the preceding surrounding 4 pixels are stored, or before the surrounding 4 pixels are stored Even if the banks are the same, this can be done when they are stored at the same row address as the previous four surrounding pixels.
また、上述の実施の形態では、周辺4画素をバーストリードできるように格納したが、これに限られるものではなく、例えば、周辺9画素をバーストリードできるようにしてもよい。この場合、画像バッファ部は、図8に示すような構成となる。すなわち、画像バッファ部300は、連続する3ラインを一時的に蓄積するFIFO301〜303と、FIFO301〜302に蓄積された画像データから1ラインの画像データに切り替えるセレクタ304と、画像データのバンクの切り替えにより重複させる画素を決定するとともに1ラインの画像データを各バンクに分けるD−Flipfrop305〜310と、各バンクに分けられた画像データを書き込みデータとして出力するセレクタ311とを備えて構成される。つまり、N×N画素をバーストリードできるように格納するためには、N個のFIFOと、(N−1)×(バンク数−1)個のD−Flipfropとを備えて構成すればよい。これにより、メモリのロウアドレスには画素データがXY座標系で、
(X,Y),…,(X,Y+(N−1))、
(X+1,Y),…,(X+1,Y+(N−1))、
…
(X+(N−1),Y),…,(X+(N−1),Y+(N−1))
の順に配置される。
In the above-described embodiment, the peripheral four pixels are stored so as to be burst-read. However, the present invention is not limited to this. For example, the peripheral nine pixels may be burst-read. In this case, the image buffer unit is configured as shown in FIG. That is, the
(X, Y), ..., (X, Y + (N-1)),
(X + 1, Y), ..., (X + 1, Y + (N-1)),
...
(X + (N-1), Y), ..., (X + (N-1), Y + (N-1))
Arranged in this order.
以上の説明から明らかなように、本発明によれば、画像データをN×N画素ごとに連続してロウアドレスに書き込むことにより、N×N画素をバーストリードすることができる。 As is apparent from the above description, according to the present invention, N × N pixels can be burst read by writing image data continuously to the row address for each N × N pixels.
1 画像変換装置、 2 画像入力部、 3 画像バッファ部、 4 画像格納部、 5 アドレス制御部、 6 変換テーブル格納部、 7 変換テーブルデコード部、 8 画素値補間計算部
DESCRIPTION OF
Claims (8)
上記画像データの少なくともNラインのデータを一時的に蓄積するバッファと、
Nライン毎に上記画像データを上記データメモリに書き込む書き込み手段とを備え、
上記書き込み手段は、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように上記画像データを上記データメモリに書き込むことを特徴とするデータ書き込み装置。 In a data writing device for writing image data to a data memory,
A buffer for temporarily storing at least N lines of the image data;
Writing means for writing the image data into the data memory every N lines,
The writing means writes the image data into the data memory so that arbitrary N × N pixel data composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. Data writing device.
上記書き込み手段は、上記画像データを複数のブロックに分割し、各ブロックのデータを、隣接するブロックのデータが書き込まれるバンクと異なるバンクとなるように書き込むことを特徴とする請求項1記載のデータ書き込み装置。 The data memory is composed of a plurality of banks,
2. The data according to claim 1, wherein the writing means divides the image data into a plurality of blocks and writes the data of each block so that the bank is different from the bank in which the data of the adjacent block is written. Writing device.
上記画像データの少なくともNラインのデータをバッファに一時的に蓄積する工程と、
Nライン毎に上記画像データを上記データメモリに書き込む書き込み工程とを備え、
上記書き込み工程では、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように上記画像データを上記データメモリに書き込むこと特徴とするデータ書き込み方法。 In a data writing method for writing image data to a data memory,
Temporarily storing at least N lines of the image data in a buffer;
A writing step of writing the image data into the data memory every N lines,
In the writing step, the image data is written into the data memory so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. Data writing method.
上記画像データの少なくともNラインのデータをバッファに一時的に蓄積する工程と、
Nライン毎に上記画像データを上記データメモリに書き込む書き込み工程とを備え、
上記書き込み工程では、水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように上記画像データを上記データメモリに書き込むことを特徴とするプログラム。 In a program that executes a process of writing image data to a data memory,
Temporarily storing at least N lines of the image data in a buffer;
A writing step of writing the image data into the data memory every N lines,
In the writing step, the image data is written into the data memory so that data of an arbitrary N × N pixel composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. Program to do.
画素位置に応じて連続するN2画素分のデータをバーストリードし、N×N画素のデータを取得する取得手段と、
上記N×N画素のデータに基づいて上記画素位置の画素データを生成する生成手段と
を備えることを特徴とするデータ読み出し装置。 Pixel data at a desired pixel position is read out from a data memory in which image data is stored so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. A data reading device,
Acquisition means for burst-reading N 2 pixels of data according to pixel positions and acquiring data of N × N pixels;
A data reading device comprising: generating means for generating pixel data at the pixel position based on the data of the N × N pixels.
画素位置に応じて連続するN2画素分のデータをバーストリードし、N×N画素のデータを取得する取得工程と、
上記N×N画素のデータに基づいて上記画素位置の画素データを生成する生成工程と
を有することを特徴とするデータ読み出し方法。 Pixel data at a desired pixel position is read out from a data memory in which image data is stored so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. A data reading method comprising:
An acquisition step of burst-reading data for N 2 pixels continuous according to the pixel position and acquiring data of N × N pixels;
And a generation step of generating pixel data at the pixel position based on the N × N pixel data.
画素位置に応じて連続するN2画素分のデータをバーストリードし、N×N画素のデータを取得する取得工程と、
上記N×N画素のデータに基づいて上記画素位置の画素データを生成する生成工程と
を有することを特徴とするプログラム。 Pixel data at a desired pixel position is read out from a data memory in which image data is stored so that data of arbitrary N × N pixels including N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address. A program for processing,
An acquisition step of burst-reading data for N 2 pixels continuous according to the pixel position and acquiring data of N × N pixels;
And a generation step of generating pixel data at the pixel position based on the data of the N × N pixels.
水平方向にN画素及び垂直方向にN画素からなる任意のN×N画素のデータが同一のロウアドレス内で連続するように画像データが配置されていることを特徴とする記録媒体。
In a recording medium on which image data is recorded,
A recording medium, wherein image data is arranged so that data of arbitrary N × N pixels composed of N pixels in the horizontal direction and N pixels in the vertical direction are continuous in the same row address.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005058189A JP2006244094A (en) | 2005-03-02 | 2005-03-02 | Data writing device and method, data reading device and method, program, and recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005058189A JP2006244094A (en) | 2005-03-02 | 2005-03-02 | Data writing device and method, data reading device and method, program, and recording medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006244094A true JP2006244094A (en) | 2006-09-14 |
Family
ID=37050453
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005058189A Withdrawn JP2006244094A (en) | 2005-03-02 | 2005-03-02 | Data writing device and method, data reading device and method, program, and recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006244094A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8078011B2 (en) | 2008-02-25 | 2011-12-13 | Seiko Epson Corporation | Image processing circuit and multi-function apparatus |
-
2005
- 2005-03-02 JP JP2005058189A patent/JP2006244094A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8078011B2 (en) | 2008-02-25 | 2011-12-13 | Seiko Epson Corporation | Image processing circuit and multi-function apparatus |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2446413B1 (en) | Apparatus and method for displaying a warped version of a source image | |
JP2007122706A (en) | Method and apparatus for mapping memory | |
JP5035412B2 (en) | Memory controller and memory system using the same | |
KR100283413B1 (en) | Texture Mapping System | |
US7525577B2 (en) | Image processing apparatus and image processing method | |
JP3022405B2 (en) | Image memory controller | |
JP5001638B2 (en) | Exposure data creation device | |
JP2006244094A (en) | Data writing device and method, data reading device and method, program, and recording medium | |
JP2005332292A (en) | Image data rotation processor | |
JP2007053536A (en) | Buffer memory system for raster/block conversion of encoding processor for image signal | |
JP6156653B2 (en) | Image transformation device | |
JPWO2011158699A1 (en) | Image processing device | |
JP2023082579A (en) | Image processing apparatus | |
JP2009187278A (en) | Data storage device and data storage method | |
JP5605225B2 (en) | MEMORY CONTROL DEVICE, MEMORY MAPPING METHOD, AND PROGRAM | |
JP4821410B2 (en) | MEMORY CONTROL METHOD, MEMORY CONTROL DEVICE, IMAGE PROCESSING DEVICE, AND PROGRAM | |
JPH06324935A (en) | Address generator and address generation system | |
JP2006157977A5 (en) | ||
JP2005165678A (en) | Memory access method and memory access device | |
JP2006173876A (en) | Image processor and processing method | |
JP2011142530A (en) | Image distortion correction processing method, device, and program | |
JP2002051338A (en) | Orthogonal transformation apparatus and orthogonal transformation method | |
JP2007323260A (en) | Image memory system | |
WO2012011211A1 (en) | Thumbnail image generation device, magnified image generation device, thumbnail image generation method, and magnified image generation method | |
JP2013196103A (en) | Image processing apparatus and image processing method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20080513 |