JP2007304818A - Image processor and program - Google Patents

Image processor and program Download PDF

Info

Publication number
JP2007304818A
JP2007304818A JP2006131888A JP2006131888A JP2007304818A JP 2007304818 A JP2007304818 A JP 2007304818A JP 2006131888 A JP2006131888 A JP 2006131888A JP 2006131888 A JP2006131888 A JP 2006131888A JP 2007304818 A JP2007304818 A JP 2007304818A
Authority
JP
Japan
Prior art keywords
image processing
image data
image
additional information
block
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
JP2006131888A
Other languages
Japanese (ja)
Inventor
Mitsuyuki Tamaya
光之 玉谷
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 JP2006131888A priority Critical patent/JP2007304818A/en
Publication of JP2007304818A publication Critical patent/JP2007304818A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To simplify a configuration and speeding up processing in an image processor executing a plurality of pieces of image processing. <P>SOLUTION: Line identification information showing sections of a line is embedded in image data. The image processor includes a plurality of image processing blocks 132 executing prescribed image processing, and each of the blocks 132 includes an additional information extraction block B1, an image processing execution block B2 and additional information re-addition block B3. The block 132 recognizes line identification information and deletes the information from the image data at the block B1, and then, executes prescribed image processing at the block B2. In executing the image processing, the identification information recognized at the block B1 is utilized. The block 132 embeds the identification information again in the image data to which the image processing is executed to output the image data to the subsequent stage at the block B3. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、画像処理装置において複数の異なる画像処理を実行するための技術に関する。   The present invention relates to a technique for executing a plurality of different image processes in an image processing apparatus.

ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)を用いた画像処理装置には、複数の画像処理を実行できるものがある。また、画像処理装置が実行する画像処理には、それぞれの処理に応じたパラメータ(例えば拡大・縮小処理であれば、倍率等)が必要となるものがある。このようなパラメータは、それぞれの画像処理を実行する処理ブロックに対応するレジスタに書き込まれ、それぞれの画像処理はレジスタへの書き込みが終了してから開始される。   Some image processing apparatuses using an application specific integrated circuit (ASIC) or a field programmable gate array (FPGA) can execute a plurality of image processing. In addition, some image processing executed by the image processing apparatus requires parameters corresponding to the respective processing (for example, magnification or the like in the case of enlargement / reduction processing). Such parameters are written in a register corresponding to a processing block that executes each image processing, and each image processing is started after the writing to the register is completed.

ここで、従来の画像処理装置の構成の一例を図9に示す。同図に示すように、この画像処理装置900は、画像入力部910と、レジスタ設定部920と、画像処理部930と、バッファ部940と、画像出力部950とを備えている。この構成において、レジスタ設定部920はCPU(Central Processing Unit)により実現され、画像処理部930はASICにより実現されているものとする。このような画像処理装置900においては、レジスタ設定部920は画像処理部930のレジスタIF(インタフェース)部934を介して、画像処理部930の各処理ブロック(入力IF931、画像処理ブロック932a〜932cおよび出力IF133)に対応するレジスタ935a〜935eにパラメータを書き込む必要がある。   An example of the configuration of a conventional image processing apparatus is shown in FIG. As shown in the figure, the image processing apparatus 900 includes an image input unit 910, a register setting unit 920, an image processing unit 930, a buffer unit 940, and an image output unit 950. In this configuration, the register setting unit 920 is realized by a CPU (Central Processing Unit), and the image processing unit 930 is realized by an ASIC. In such an image processing apparatus 900, the register setting unit 920 is connected to each processing block (input IF 931, image processing blocks 932 a to 932 c, and image processing unit 930) via the register IF (interface) unit 934 of the image processing unit 930. It is necessary to write parameters to the registers 935a to 935e corresponding to the output IF 133).

また、画像処理ブロックがフィルタ処理のような複数行の画像データを参照する処理を行う場合には、図10に示すようなラインバッファが必要となる。ラインバッファに各行の画像データを適切に格納するためには、画像データの行やページの区切りを正しく認識する必要がある。そのため、画像処理部930は、画像データを供給する信号線とは異なる信号線を介して、行の区切りを示すライン同期信号やページの区切りを示すページ同期信号の供給を受けている。また、画像処理ブロック932a〜932cにおいては、画素カウンタ936a〜936cを用いて画素データをカウントし、行やページの区切りを特定する必要がある。
特開2003−304381号公報
In addition, when the image processing block performs a process of referring to a plurality of lines of image data such as a filter process, a line buffer as shown in FIG. 10 is necessary. In order to properly store the image data of each line in the line buffer, it is necessary to correctly recognize the line and page break of the image data. Therefore, the image processing unit 930 is supplied with a line synchronization signal indicating a line break and a page synchronization signal indicating a page break via a signal line different from a signal line supplying image data. Further, in the image processing blocks 932a to 932c, it is necessary to count pixel data using the pixel counters 936a to 936c and specify the line or page break.
JP 2003-304381 A

しかし、上述のような構成を有する画像処理装置においては、各画像処理を実行するためにはCPUによるレジスタへの書き込みを待たねばならないため、処理に遅延が生じていた。また、レジスタに書き込むためのIFや、ライン同期信号・ページ同期信号を入力するための信号線が必要となるため、画像処理部(すなわちASIC等)のパッケージサイズが大型化し、コスト高になるという不都合も生じていた。   However, in the image processing apparatus having the above-described configuration, in order to execute each image processing, it is necessary to wait for the CPU to write to the register, so that the processing is delayed. Further, since an IF for writing to the register and a signal line for inputting a line synchronization signal / page synchronization signal are necessary, the package size of the image processing unit (that is, ASIC or the like) is increased, and the cost is increased. There were also inconveniences.

本発明はかかる事情に鑑みてなされたものであり、その目的は、複数の画像処理を実行する画像処理装置において、構成の簡素化と処理の高速化を可能にするための技術を提供することにある。   The present invention has been made in view of such circumstances, and an object of the present invention is to provide a technique for enabling simplification of the configuration and speeding up of processing in an image processing apparatus that executes a plurality of image processing. It is in.

上述の目的を達成するために、本発明は、入力された複数行複数列の画素からなる画像データに対して実行する画像処理に用いられる付加情報を当該画像データに埋め込む情報付加手段と、前記情報付加手段により前記画像データに埋め込まれた付加情報を認識し、当該付加情報を用いて前記画像データに前記画像処理を実行する画像処理手段と、前記画像処理手段により画像処理が実行された画像データを出力する出力手段とを備える画像処理装置を提供する。   In order to achieve the above-mentioned object, the present invention provides an information adding means for embedding additional information used for image processing to be executed for image data composed of inputted pixels of a plurality of rows and a plurality of columns in the image data, An image processing unit that recognizes additional information embedded in the image data by the information adding unit and executes the image processing on the image data using the additional information, and an image on which the image processing is performed by the image processing unit An image processing apparatus including an output unit that outputs data is provided.

また、本発明において、前記画像処理手段は、それぞれ異なる画像処理を実行する複数の画像処理部を備え、前記複数の画像処理部の少なくとも1つは、前記画像データから前記付加情報を削除する抽出部と、前記抽出部により前記画像データから削除された付加情報を用いて、当該付加情報が削除された画像データに対して画像処理を実行する処理実行部と、前記処理実行部により画像処理が実行された画像データに、前記抽出部により削除された付加情報に相当する情報を付加して後段の画像処理部に供給する供給部とを有する構成であることが望ましい。   In the present invention, the image processing means includes a plurality of image processing units that execute different image processes, and at least one of the plurality of image processing units extracts the additional information from the image data. Using the additional information deleted from the image data by the extraction unit, a processing execution unit for performing image processing on the image data from which the additional information has been deleted, and image processing by the processing execution unit. It is desirable to include a supply unit that adds information corresponding to the additional information deleted by the extraction unit to the executed image data and supplies it to the subsequent image processing unit.

あるいは、本発明において、前記画像処理手段は、それぞれ異なる画像処理を実行する複数の画像処理部を備え、前記情報付加手段は、前記複数の画像処理部のそれぞれに用いられるパラメータを前記付加情報として埋め込む構成であることが望ましい。さらに、前記複数の画像処理部の少なくとも1つは、前記画像データに埋め込まれた付加情報に含まれるパラメータを認識する認識部と、前記認識部により認識されたパラメータに自らが用いるパラメータが含まれるとき、当該パラメータを用いて前記画像データに画像処理を実行する処理実行部と、前記付加情報から前記処理実行部において用いられるパラメータを削除して後段の画像処理部に供給する供給部とを有する構成であると、より好適である。   Alternatively, in the present invention, the image processing unit includes a plurality of image processing units that execute different image processes, and the information adding unit uses a parameter used for each of the plurality of image processing units as the additional information. It is desirable that the structure be embedded. Further, at least one of the plurality of image processing units includes a recognition unit that recognizes a parameter included in additional information embedded in the image data, and a parameter used by the recognition unit for the parameter recognized by the recognition unit. A processing execution unit that performs image processing on the image data using the parameter, and a supply unit that deletes a parameter used in the processing execution unit from the additional information and supplies the parameter to the subsequent image processing unit A configuration is more preferable.

以下、本発明の実施の形態について図面を参照しながら説明する。ここでは、本発明に係る画像処理装置として2つの実施形態を例示して説明する。これらの画像処理装置は、例えば、複写機やカラープリンタ等の画像形成装置に搭載されるものである。なお、以下に示す2つの実施形態は、それぞれ異なる画像処理装置を説明しているが、これらを適宜に組み合わせて実施することも可能である。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. Here, two embodiments will be described as examples of the image processing apparatus according to the present invention. These image processing apparatuses are mounted on an image forming apparatus such as a copying machine or a color printer. In the following two embodiments, different image processing apparatuses are described, but it is also possible to carry out by appropriately combining these.

また、説明の便宜上、以下に示す実施形態においては、画素データは、レッド(R)、グリーン(G)およびブルー(B)の各色について8ビットの階調(すなわち各色256階調)を有するデータであるとする。すなわち、以下の実施形態における画像データは、いわゆる24ビットカラーのフルカラー画像データである。また、以下の説明においては、画素データの色を6桁の16進数の値で示す。そして、その表記に際しては、C言語等の表記方法に準じ、先頭に「0x」を付して10進数と区別する。例えば「0x000000」と表記される値は、1〜2桁目がRの階調、3〜4桁目がGの階調、5〜6桁目がBの階調を表しており、このように表記される画素データの色が「黒」であることを表現している。同様に、例えば「0xffffff」、「0xff0000」と表記される値は、それぞれ、画素データの色が「白」、「赤」であることを表現している。   Further, for convenience of explanation, in the embodiment described below, pixel data is data having 8-bit gradation (that is, 256 gradations for each color) for each color of red (R), green (G), and blue (B). Suppose that That is, the image data in the following embodiments is so-called 24-bit color full-color image data. In the following description, the color of pixel data is indicated by a 6-digit hexadecimal value. The notation is distinguished from a decimal number by adding “0x” to the head in accordance with a notation method such as C language. For example, the value expressed as “0x000000” represents the gradation of R in the first and second digits, the gradation of G in the third to fourth digits, and the gradation of B in the fifth to sixth digits. This represents that the color of the pixel data described in is “black”. Similarly, for example, values represented as “0xffffff” and “0xff0000” represent that the color of the pixel data is “white” and “red”, respectively.

[第1実施形態]
図1は、本発明の第1の実施形態である画像処理装置100の機能構成を示した機能ブロック図である。同図に示すように、画像処理装置100の構成を機能別に分類すると、画像入力部110と、情報付加部120と、画像処理部130と、バッファ部140と、画像出力部150とに大別される。
[First Embodiment]
FIG. 1 is a functional block diagram showing a functional configuration of an image processing apparatus 100 according to the first embodiment of the present invention. As shown in the figure, when the configuration of the image processing apparatus 100 is classified by function, it is roughly divided into an image input unit 110, an information adding unit 120, an image processing unit 130, a buffer unit 140, and an image output unit 150. Is done.

画像入力部110は、スキャナやコンピュータ等の入力装置から画像データを取得するためのインタフェース部であり、画像処理装置100に画像データを供給する機能を実現する。なお、ここで画像データとは、それぞれが所定の色調や階調を表す画素データをマトリクス(行列)状に配列することで1つのページを表現するデータの集合のことである。つまり、画像データは、画素データを行方向および列方向に複数配列してなるデータである。画像入力部110は、このような画像データを1次元的なデータ列として、第1行から順次供給する。   The image input unit 110 is an interface unit for acquiring image data from an input device such as a scanner or a computer, and realizes a function of supplying image data to the image processing device 100. Here, the image data is a set of data representing one page by arranging pixel data each representing a predetermined color tone and gradation in a matrix. That is, the image data is data obtained by arranging a plurality of pixel data in the row direction and the column direction. The image input unit 110 sequentially supplies such image data as a one-dimensional data string from the first row.

情報付加部120は、画像入力部110から供給された画像データに付加情報を埋め込む機能を実現する。情報付加部120の機能は、例えば、CPUが所定のプログラムを実行することにより実現される。ここで付加情報とは、画像データの行の区切りやページの区切りを表す情報である。付加情報は、画像データを表すデータ列中の所定の間隔毎に埋め込まれる。   The information adding unit 120 realizes a function of embedding additional information in the image data supplied from the image input unit 110. The function of the information adding unit 120 is realized, for example, when the CPU executes a predetermined program. Here, the additional information is information representing a line break or page break of image data. The additional information is embedded at predetermined intervals in the data string representing the image data.

図2は、本実施形態における付加情報が埋め込まれた画像データを示した概念図である。同図において、D1、D2およびD3はそれぞれ、第1行、第2行および第3行の画像データを表している。また、L1、L2およびL3はそれぞれ、第1行、第2行および第3行の画像データの終端を示す「ライン識別情報」を表しており、P1はこの画像データの終端を示す「ページ識別情報」を表している。このライン識別情報とページ識別情報が、本実施形態における「付加情報」に相当する。なお、同図に図示されてはいないものの、第4行以降についても同様に、各行の画像データの間にその区切りを示すライン識別情報が埋め込まれている。ライン識別情報はライン同期信号(ラインシンク)に相当し、ページ識別情報はページ同期信号(ページシンク)に相当する付加情報である。また、ページ識別情報が埋め込まれることにより、異なるページの画像データの区切りを認識することが可能となっている。   FIG. 2 is a conceptual diagram showing image data in which additional information is embedded in the present embodiment. In the figure, D1, D2, and D3 represent the image data of the first row, the second row, and the third row, respectively. L1, L2, and L3 respectively represent “line identification information” indicating the end of the image data of the first row, the second row, and the third row, and P1 indicates “page identification indicating the end of the image data. Information ". This line identification information and page identification information correspond to “additional information” in the present embodiment. Although not shown in the figure, the line identification information indicating the separation is embedded between the image data of each row in the same manner for the fourth and subsequent rows as well. The line identification information corresponds to a line synchronization signal (line sync), and the page identification information is additional information corresponding to a page synchronization signal (page sync). Further, by embedding page identification information, it is possible to recognize a break between image data of different pages.

ライン識別情報とページ識別情報は、それぞれ、所定の画素数(本実施形態においては「4」である。)のパターンに対応するデータとなっており、各々が互いに異なる値をとることで各々を識別可能としている。また、ライン識別情報とページ識別情報は、通常の画像データにおいては発生し得ない画素パターンとすることで、画像データとの識別を可能としている。例えば、隣り合う画素データが「黒(0x000000)」から「白(0xffffff)」に急激に変化するようなことは、通常の画像データにおいてはほとんど発生することがない。そこで、本実施形態においては、付加情報としてこのような階調変化の組み合わせを用いることとしている。具体的には、例えば、ライン識別情報を「黒・白・黒・白」という4画素分の画素データの組み合わせとし、ページ識別情報を「白・黒・白・黒」という4画素分の画素データの組み合わせとすればよい。   Each of the line identification information and the page identification information is data corresponding to a pattern of a predetermined number of pixels (in this embodiment, “4”). It can be identified. Further, the line identification information and the page identification information can be distinguished from the image data by using pixel patterns that cannot be generated in normal image data. For example, a sudden change in the adjacent pixel data from “black (0x000000)” to “white (0xffffff)” hardly occurs in normal image data. Therefore, in the present embodiment, such a combination of gradation changes is used as additional information. Specifically, for example, the line identification information is a combination of pixel data for four pixels “black, white, black, white”, and the page identification information is a pixel for four pixels “white, black, white, black”. A combination of data may be used.

ここで図1の説明に戻る。画像処理部130は、所定の複数の画像処理を実行する機能を実現する。この機能は、例えばASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)により実現される。画像処理部130は、より詳細には、入力IF131と、画像処理ブロック132a、132bおよび132cと、出力IF133とに分類される。   Returning to the description of FIG. The image processing unit 130 realizes a function of executing a plurality of predetermined image processes. This function is realized by, for example, an application specific integrated circuit (ASIC) or a field programmable gate array (FPGA). More specifically, the image processing unit 130 is classified into an input IF 131, image processing blocks 132a, 132b, and 132c, and an output IF 133.

入力IF131および出力IF133は、画像処理部130が画像データの入出力を行うためのインタフェース(InterFace)部である。入力IF131および出力IF133は、バッファ部140に画像処理や画像データに関する情報を書き込み、あるいはここから読み出す。バッファ部140はRAM(Random Access Memory)等のメモリにより構成され、必要なデータを一時的に記憶する機能を実現する。   The input IF 131 and the output IF 133 are interface (InterFace) units for the image processing unit 130 to input and output image data. The input IF 131 and the output IF 133 write information about image processing and image data in the buffer unit 140, or read information from here. The buffer unit 140 is configured by a memory such as a RAM (Random Access Memory) and implements a function of temporarily storing necessary data.

画像処理ブロック132a〜132cは、それぞれが異なる画像処理を実行する。なお、画像処理ブロック132a〜132cにおいて行われる画像処理は特に限定されないが、例えば、色変換処理や圧縮・伸張処理、拡大・縮小処理、フィルタ処理などである。また、以下の説明において、画像処理ブロック132a〜132cを特に区別する必要がない場合には、これらの総称として「画像処理ブロック132」という表記を用いる。   The image processing blocks 132a to 132c execute different image processing. Note that image processing performed in the image processing blocks 132a to 132c is not particularly limited, and examples thereof include color conversion processing, compression / expansion processing, enlargement / reduction processing, and filter processing. Further, in the following description, when there is no need to particularly distinguish the image processing blocks 132a to 132c, the notation “image processing block 132” is used as a generic term for these.

ここで図3は、画像処理ブロック132の構成を示したブロック図である。同図に示すように、画像処理ブロック132は、付加情報抽出ブロックB1と、画像処理実行ブロックB2と、付加情報再付加ブロックB3とに分類される。付加情報抽出ブロックB1は、画像データに埋め込まれた付加情報を認識して削除する機能を有する。つまり、付加情報抽出ブロックB1は、付加情報を抜き出した状態の画像データを画像処理実行ブロックB2に供給する。画像処理実行ブロックB2は、付加情報抽出ブロックB1から供給された画像データに対して所定の画像処理を実行する機能を有する。画像処理実行ブロックB2は、必要に応じて付加情報抽出ブロックB1が抽出した付加情報を参照し、この付加情報を用いて画像処理を実行する。付加情報再付加ブロックB3は、画像処理実行ブロックB2が画像処理を実行した画像データの所定の位置に付加情報を再び付加し、この画像データを後段の画像処理ブロックに供給する機能を有する。画像処理ブロック132にこのような機能を実装するのは、以下の理由による。   FIG. 3 is a block diagram showing the configuration of the image processing block 132. As shown in the figure, the image processing block 132 is classified into an additional information extraction block B1, an image processing execution block B2, and an additional information re-addition block B3. The additional information extraction block B1 has a function of recognizing and deleting additional information embedded in image data. That is, the additional information extraction block B1 supplies the image data with the additional information extracted to the image processing execution block B2. The image processing execution block B2 has a function of executing predetermined image processing on the image data supplied from the additional information extraction block B1. The image processing execution block B2 refers to the additional information extracted by the additional information extraction block B1 as necessary, and executes image processing using this additional information. The additional information re-addition block B3 has a function of adding the additional information again to a predetermined position of the image data on which the image processing execution block B2 has executed the image processing, and supplying this image data to the subsequent image processing block. The reason why such a function is installed in the image processing block 132 is as follows.

図4は、各種の画像処理の前後における画像データの長さ(すなわち容量)の変化を示した概念図である。なお、同図において、D1は処理前の1行分の画像データ(以下「ラインデータ」という。)を表し、D1a、D1bおよびD1cは処理後のラインデータを表している。同図に示すように、画像処理の種類によっては、その前後でラインデータの長さに変化が生じる。例えば、拡大処理であればラインデータは長くなるし、圧縮処理であればラインデータは短くなる。特に、圧縮処理の場合、そのアルゴリズムによっては処理後のラインデータの長さは必ずしも一定とはならないため、処理後の各行のラインデータの長さがまちまちとなる場合もある。そのため、画像データが1次元のデータ列として出力されるときには、各ラインデータの区切りを示す情報がなければその区切りを認識することができず、その後に適切な画像処理を行うことが不可能となる。   FIG. 4 is a conceptual diagram showing changes in the length (that is, capacity) of image data before and after various types of image processing. In the figure, D1 represents image data for one row before processing (hereinafter referred to as “line data”), and D1a, D1b, and D1c represent line data after processing. As shown in the figure, depending on the type of image processing, the length of the line data changes before and after that. For example, the line data becomes longer in the enlargement process, and the line data becomes shorter in the compression process. In particular, in the case of compression processing, the length of line data after processing is not necessarily constant depending on the algorithm, so the length of line data in each row after processing may vary. For this reason, when image data is output as a one-dimensional data string, it is impossible to recognize the delimitation without information indicating the delimitation of each line data, and it is impossible to perform appropriate image processing thereafter. Become.

また、例えばフィルタ処理のように、処理の前後で画像データの長さが変化しない画像処理であっても、ラインデータに含まれる画素データの内容そのものは変化する。それゆえ、付加情報を含んだまま画像処理実行ブロックB2が画像処理を実行すると、付加情報に相当する画素データの内容が本来の内容とは異なってしまい、それが付加情報であることが認識できなくなる。これらの理由から、画像処理ブロック132は、画像処理実行ブロックB2に供給する画像データから付加情報を一時的に削除することとしている。また、後段の画像処理ブロックにおける処理の便宜のため、画像処理ブロック132は、処理後の画像データに対して再び付加情報を付加することとしている。   Further, even in image processing in which the length of image data does not change before and after processing, such as filter processing, the content of pixel data included in line data itself changes. Therefore, when the image processing execution block B2 executes the image processing while including the additional information, the content of the pixel data corresponding to the additional information is different from the original content, and it can be recognized that it is the additional information. Disappear. For these reasons, the image processing block 132 temporarily deletes additional information from the image data supplied to the image processing execution block B2. Further, for the convenience of processing in the subsequent image processing block, the image processing block 132 adds the additional information to the processed image data again.

ここで図1の説明に戻る。画像出力部150は、画像データを出力するためのインタフェース部であり、画像形成装置に画像データを供給する機能を実現する。画像出力部150から画像データを供給された画像形成装置は、この画像データにより表される画像を記録用紙に形成する。   Returning to the description of FIG. The image output unit 150 is an interface unit for outputting image data, and realizes a function of supplying image data to the image forming apparatus. The image forming apparatus supplied with the image data from the image output unit 150 forms an image represented by the image data on a recording sheet.

このような構成の画像処理装置100によれば、付加情報(ライン識別情報、ページ識別情報)により画像データの行およびページの区切りを認識することができるため、CPUが画像処理部130にライン同期信号やページ同期信号を供給したり、画像処理ブロックのそれぞれが画素データのカウントを行ったりする必要がない。そのため、この画像処理装置100によれば、ライン同期信号やページ同期信号を供給するための信号線や端子が不要となり、また、画素カウンタも不要となるため、装置の簡素化やパッケージサイズの小型化が可能となる。   According to the image processing apparatus 100 configured as described above, since the line and page break of the image data can be recognized by the additional information (line identification information, page identification information), the CPU performs line synchronization with the image processing unit 130. There is no need to supply a signal or a page synchronization signal or to count pixel data for each image processing block. Therefore, according to the image processing apparatus 100, signal lines and terminals for supplying a line synchronization signal and a page synchronization signal are not required, and a pixel counter is not required, so that the apparatus is simplified and the package size is small. Can be realized.

[第2実施形態]
続いて、本発明の第2の実施形態を説明する。図5は、本実施形態の画像処理装置200の機能構成を示した機能ブロック図である。同図に示すように、画像処理装置200の構成を機能別に分類すると、画像入力部210と、情報付加部220と、画像処理部230と、バッファ部240と、画像出力部250とに大別される。このうち、画像入力部210、バッファ部240および画像出力部250の各機能は、それぞれ、上述の画像処理装置100の画像入力部110、バッファ部140および画像出力部150の各機能とほぼ同様である。そのため、ここではこれらの各部の説明を省略する。
[Second Embodiment]
Subsequently, a second embodiment of the present invention will be described. FIG. 5 is a functional block diagram showing a functional configuration of the image processing apparatus 200 of the present embodiment. As shown in the figure, when the configuration of the image processing apparatus 200 is classified by function, it is roughly divided into an image input unit 210, an information addition unit 220, an image processing unit 230, a buffer unit 240, and an image output unit 250. Is done. Among these, the functions of the image input unit 210, the buffer unit 240, and the image output unit 250 are substantially the same as the functions of the image input unit 110, the buffer unit 140, and the image output unit 150 of the above-described image processing apparatus 100, respectively. is there. Therefore, description of each of these parts is omitted here.

情報付加部220は、上述の情報付加部120と同様に、画像入力部210から供給された画像データに付加情報を埋め込む機能を有するが、本実施形態の情報付加部220は、その埋め込む付加情報の内容に異なる部分がある。この情報付加部220は、上述のライン識別情報とページ識別情報に相当する情報に加え、画像処理部230が実行する画像処理に必要なヘッダ情報を画像データに埋め込むように構成されている。なお、ヘッダ情報の詳細については、後述する。   The information addition unit 220 has a function of embedding additional information in the image data supplied from the image input unit 210, as in the information addition unit 120 described above. However, the information addition unit 220 of the present embodiment includes the additional information to be embedded. There are different parts of The information adding unit 220 is configured to embed header information necessary for image processing executed by the image processing unit 230 in image data, in addition to the information corresponding to the line identification information and page identification information described above. Details of the header information will be described later.

画像処理部230は、所定の複数の画像処理を実行する機能を実現する。画像処理部230は、より詳細には、入力IF231と、画像処理ブロック232a、232bおよび232cと、出力IF233とに分類される。画像処理ブロック232a、232bおよび232cは、それぞれ所定の画像処理を実行する。画像処理ブロック232a〜232cにおいて行われる画像処理は特に限定されないが、例えば、色変換処理や圧縮・伸張処理、拡大・縮小処理、フィルタ処理などである。以下では、画像処理ブロック232a、232bおよび232cが実行する画像処理のことを、それぞれ「画像処理A」、「画像処理B」および「画像処理C」という。また、以下の説明において、画像処理ブロック232a〜232cを特に区別する必要がない場合には、これらの総称として「画像処理ブロック232」という表記を用いる。   The image processing unit 230 realizes a function of executing a plurality of predetermined image processes. More specifically, the image processing unit 230 is classified into an input IF 231, image processing blocks 232 a, 232 b and 232 c, and an output IF 233. The image processing blocks 232a, 232b, and 232c each execute predetermined image processing. The image processing performed in the image processing blocks 232a to 232c is not particularly limited, and examples thereof include color conversion processing, compression / expansion processing, enlargement / reduction processing, and filter processing. Hereinafter, the image processing performed by the image processing blocks 232a, 232b, and 232c is referred to as “image processing A”, “image processing B”, and “image processing C”, respectively. In the following description, when it is not necessary to distinguish the image processing blocks 232a to 232c in particular, the notation “image processing block 232” is used as a general term for these.

ここで図6は、画像処理ブロック232の構成を示したブロック図である。同図に示すように、画像処理ブロック232は、付加情報抽出ブロックb1と、画像処理実行ブロックb2と、付加情報再付加ブロックb3とに分類される。付加情報抽出ブロックb1は、画像データに埋め込まれた付加情報を認識して削除する機能を有する。画像処理実行ブロックb2は、付加情報抽出ブロックb1から供給された画像データに対して所定の画像処理を実行する機能を有する。このとき、画像処理実行ブロックb2は、付加情報抽出ブロックb1により抽出された付加情報のうち、自ブロックにおいて必要なヘッダ情報を参照し、このヘッダ情報を用いて画像処理を実行する。付加情報再付加ブロックb3は、画像処理実行ブロックb2が画像処理を実行した画像データの所定の位置に付加情報を再び付加し、この画像データを後段の画像処理ブロックに供給する機能を有する。このとき、付加情報再付加ブロックb3は、画像処理実行ブロックb2が用いたヘッダ情報、すなわち自ブロックにおいて必要なヘッダ情報を除外し、このヘッダ情報以外の付加情報を付加するように構成されている。   FIG. 6 is a block diagram showing the configuration of the image processing block 232. As shown in the figure, the image processing block 232 is classified into an additional information extraction block b1, an image processing execution block b2, and an additional information re-addition block b3. The additional information extraction block b1 has a function of recognizing and deleting additional information embedded in image data. The image processing execution block b2 has a function of executing predetermined image processing on the image data supplied from the additional information extraction block b1. At this time, the image processing execution block b2 refers to the header information necessary for the own block among the additional information extracted by the additional information extraction block b1, and executes image processing using this header information. The additional information re-addition block b3 has a function of adding additional information again to a predetermined position of the image data on which the image processing execution block b2 has executed the image processing, and supplying this image data to the subsequent image processing block. At this time, the additional information re-addition block b3 is configured to exclude header information used by the image processing execution block b2, that is, header information necessary for the own block, and add additional information other than the header information. .

なお、本実施形態の入力IF231および出力IF233は、第1実施形態の入力IF131および出力IF133と同様の機能に加え、上述の付加情報抽出ブロックb1および付加情報再付加ブロックb3に相当する機能を有している。そして、入力IF231および出力IF233は、バッファ部240にヘッダ情報やパラメータ等の付加情報を書き込み、あるいはここから読み出す。バッファ部240に書き込まれる付加情報は、例えば、個々の処理ブロックに依存しないパラメータや、全ての処理ブロックに共通するパラメータなどである。   Note that the input IF 231 and the output IF 233 of this embodiment have functions equivalent to the above-described additional information extraction block b1 and additional information re-addition block b3 in addition to the same functions as the input IF 131 and output IF 133 of the first embodiment. is doing. The input IF 231 and the output IF 233 write or read additional information such as header information and parameters in the buffer unit 240. The additional information written in the buffer unit 240 includes, for example, parameters that do not depend on individual processing blocks, parameters that are common to all processing blocks, and the like.

なお、ここにおいて、パラメータとは種々の画像処理を実行する際に必要となる設定情報のことである。例えば、拡大・縮小処理であれば「倍率」がパラメータの一例に相当し、圧縮処理であれば「圧縮率(圧縮レベル)」がパラメータの一例に相当する。また、上述したように、個々の処理ブロックに依存しない情報もパラメータに含まれる。このようなパラメータとしては、例えば、画像データのサイズや形式等がある。   Here, the parameter is setting information required when executing various image processing. For example, “magnification” corresponds to an example of a parameter for enlargement / reduction processing, and “compression rate (compression level)” corresponds to an example of a parameter for compression processing. As described above, information that does not depend on individual processing blocks is also included in the parameters. Examples of such parameters include the size and format of image data.

図7は、本実施形態における付加情報が埋め込まれた画像データを示した概念図である。同図において、D1、D2およびD3はそれぞれ、第1行、第2行および第3行の画像データを表している。また、Pe1はこの画像データの終端を示す「ページ識別情報」を表している。ページ識別情報は、所定の画素パターンとして画像データに埋め込まれる。   FIG. 7 is a conceptual diagram showing image data in which additional information is embedded in the present embodiment. In the figure, D1, D2, and D3 represent the image data of the first row, the second row, and the third row, respectively. Pe1 represents “page identification information” indicating the end of the image data. The page identification information is embedded in the image data as a predetermined pixel pattern.

また、画像データの先頭部分にあるHs、H1およびHeは、全体として「ヘッダ情報」を示す付加情報を構成している。このうち、HsおよびHeはそれぞれ、ヘッダ情報の開始位置と終了位置を表す画素パターンとなっており、H1はヘッダ情報の実体的内容であるパラメータ等のデータとなっている。   Further, Hs, H1, and He at the head of the image data constitute additional information indicating “header information” as a whole. Among these, Hs and He are pixel patterns representing the start position and end position of the header information, respectively, and H1 is data such as a parameter which is the substantial content of the header information.

ヘッダ情報H1は、複数の処理ID(ID1、ID2、ID3…)と、これに対応するパラメータ(P11、P12、P21、P31…)とを含んでいる。処理IDは画像処理ブロック232、入力IF231または出力IF233を一意的に特定するための識別情報である。すなわち、それぞれの処理IDは画像処理ブロック232、入力IF231または出力IF233のいずれかに対応する。また、それぞれの処理IDには1または複数のパラメータが対応付けられており、このパラメータはそれぞれの処理IDに対応する画像処理ブロック232等において用いられる。   The header information H1 includes a plurality of process IDs (ID1, ID2, ID3...) And corresponding parameters (P11, P12, P21, P31...). The process ID is identification information for uniquely specifying the image processing block 232, the input IF 231 or the output IF 233. That is, each processing ID corresponds to one of the image processing block 232, the input IF 231 and the output IF 233. Each process ID is associated with one or more parameters, and these parameters are used in the image processing block 232 corresponding to each process ID.

なお、本実施形態の「ライン識別情報」も、上述のヘッダ情報に類似した構造となっている。Ls1およびLe1がそれぞれ、第1行のラインデータに対応するライン識別情報の開始位置と終了位置を表す画素パターンとなっており、これらの画素パターンに挟まれるようにしてパラメータ(P1)が埋め込まれている。このようなパラメータは、ライン毎に固有の情報を設定するときに埋め込まれる。また、この構造は、第2行(Ls2、P2、Le2)および第3行(Ls3、P3、Le3)のラインデータに対応するライン識別情報についても同様である。   Note that the “line identification information” of this embodiment also has a structure similar to the header information described above. Ls1 and Le1 are pixel patterns representing the start position and end position of the line identification information corresponding to the line data of the first row, respectively, and parameters (P1) are embedded so as to be sandwiched between these pixel patterns. ing. Such parameters are embedded when setting unique information for each line. This structure is the same for the line identification information corresponding to the line data of the second row (Ls2, P2, Le2) and the third row (Ls3, P3, Le3).

続いて、画像処理装置200が画像処理を実行するときの動作を説明する。ここでは、ヘッダ情報に対する処理を中心に説明し、その他の処理については適宜省略する。また、以下の説明においては、入力IF231、画像処理ブロック232a、232b、232cおよび出力IF233に対応する処理IDは、それぞれ、「ID1」、「ID2」、「ID3」、「ID4」および「ID5」であるとする。   Next, an operation when the image processing apparatus 200 executes image processing will be described. Here, the description will focus on the processing for the header information, and other processing will be omitted as appropriate. In the following description, the process IDs corresponding to the input IF 231, the image processing blocks 232 a, 232 b, 232 c and the output IF 233 are “ID1”, “ID2”, “ID3”, “ID4”, and “ID5”, respectively. Suppose that

図8は、画像処理部230の各部に供給される画像データを説明するための図である。なお、同図においては、ヘッダ情報以外の付加情報を省略している。つまり、同図に示すデータDは、ライン識別情報やページ識別情報を含んだものとなっている。同図に示すように、入力IF231に供給される画像データには、入力IF231、画像処理ブロック232a〜232cおよび出力IF233に対応するヘッダ情報の全てが含まれている。この画像データを供給された入力IF231は、ヘッダ情報から自らに対応する処理ID(ID1)を特定し、この処理IDに対応付けられたパラメータ(P11、P12)をバッファ部140に書き込む。そして入力IF231は、自らが用いた処理IDとパラメータを削除したヘッダ情報を画像データに付加し、後段の画像処理ブロック232aに供給する。   FIG. 8 is a diagram for explaining image data supplied to each unit of the image processing unit 230. In the figure, additional information other than the header information is omitted. That is, the data D shown in the figure includes line identification information and page identification information. As shown in the figure, the image data supplied to the input IF 231 includes all header information corresponding to the input IF 231, the image processing blocks 232 a to 232 c, and the output IF 233. The input IF 231 supplied with the image data specifies the process ID (ID1) corresponding to itself from the header information, and writes the parameters (P11, P12) associated with the process ID in the buffer unit 140. Then, the input IF 231 adds the processing ID used by itself and header information from which the parameters are deleted to the image data, and supplies the image data to the subsequent image processing block 232a.

画像処理ブロック232aに供給される画像データは、ヘッダ情報の一部が削除されている。これは、前段の処理ブロックである入力IF231が、自らが用いたヘッダ情報を削除したからである。画像処理ブロック232aはこの画像データのヘッダ情報から自らに対応する処理ID(ID2)を特定し、この処理IDに対応付けられたパラメータ(P21)を用いて画像処理を実行する。そして画像処理ブロック232aは、自らが用いた処理IDとパラメータを削除したヘッダ情報を画像データに付加し、後段の画像処理ブロック232bに供給する。   A part of the header information is deleted from the image data supplied to the image processing block 232a. This is because the header IF used by the input IF 231 which is the preceding processing block is deleted. The image processing block 232a specifies the processing ID (ID2) corresponding to itself from the header information of the image data, and executes the image processing using the parameter (P21) associated with the processing ID. Then, the image processing block 232a adds the processing ID used by itself and the header information from which the parameters are deleted to the image data, and supplies the image data to the subsequent image processing block 232b.

画像処理ブロック232bは、具体的な画像処理の内容は異なるものの、基本的には、上述の画像処理ブロック232aと同様の手順で画像データからヘッダ情報を参照したり、ヘッダ情報を画像データに付加したりする動作を行う。しかし、同図に示す場合のように、自ブロックに対応する処理ID(ID3)がヘッダ情報に含まれていない場合には、画像処理ブロック232bは画像処理を実行せずに、画像データをそのまま後段の画像処理ブロック232cに供給する。また、画像処理ブロック232c、出力IF233のそれぞれも、上述の入力IF231や画像処理ブロック232a、232bと同様の動作を行う。   Although the image processing block 232b differs in specific image processing contents, basically, the header information is referred to from the image data in the same procedure as the image processing block 232a described above, or the header information is added to the image data. Or perform actions. However, when the processing ID (ID3) corresponding to the own block is not included in the header information as shown in the figure, the image processing block 232b does not execute the image processing and the image data is left as it is. This is supplied to the subsequent image processing block 232c. Each of the image processing block 232c and the output IF 233 performs the same operation as the above-described input IF 231 and the image processing blocks 232a and 232b.

このような動作を行うことにより、本実施形態の画像処理装置200は、個々の画像処理に係るパラメータをレジスタに書き込むことなく画像処理を実行することが可能となる。そのため、この画像処理装置200においては、レジスタや、CPUがレジスタにデータを書き込むための信号線や端子が不要となるため、装置の簡素化やパッケージサイズの小型化が可能となる。加えて、本実施形態の画像処理装置200によれば、CPUからレジスタにパラメータを書き込む必要がないため、CPUのクロック周波数(すなわち性能)に依存せずに画像処理を実行することが可能となる。そのため、例えば、画像処理部230のASICが画像処理装置200や上位装置のCPUよりも高速に動作可能である場合などに、ASICの本来の性能を十分に発揮させて画像処理を実行することができる。   By performing such an operation, the image processing apparatus 200 according to the present embodiment can execute image processing without writing parameters relating to individual image processing to a register. Therefore, the image processing apparatus 200 does not require a register or a signal line or a terminal for the CPU to write data into the register, so that the apparatus can be simplified and the package size can be reduced. In addition, according to the image processing apparatus 200 of the present embodiment, since it is not necessary to write parameters from the CPU to the register, it is possible to execute image processing without depending on the clock frequency (that is, performance) of the CPU. . Therefore, for example, when the ASIC of the image processing unit 230 can operate at a higher speed than the CPU of the image processing apparatus 200 or the host apparatus, the image processing can be executed while fully exhibiting the original performance of the ASIC. it can.

[変形例]
以上の説明においては、2つの実施形態を例示して本発明を説明したが、本発明は上述の実施形態に限定されるものではなく、その他の種々の態様にて実施することが可能である。本発明においては、例えば、上述した実施形態に対して以下のような変形を適用することができる。なお、これらの変形は、各々を適宜に組み合わせることも可能である。
[Modification]
In the above description, the present invention has been described by exemplifying two embodiments. However, the present invention is not limited to the above-described embodiments, and can be implemented in various other modes. . In the present invention, for example, the following modifications can be applied to the above-described embodiment. These modifications can be combined as appropriate.

上述の実施形態においては、画像データはR、G、Bの各色について8ビットの階調を有する画素データの集合であると説明したが、画像データはこのような形式に限定されない。例えば、輝度成分(Y)のみからなる画像データや、輝度成分と色差成分(Cb、Cr)からなる画像データであってもよいし、より階調数の大きい(あるいは小さい)画像データであってもよい。   In the above-described embodiment, it has been described that the image data is a set of pixel data having a gradation of 8 bits for each color of R, G, and B. However, the image data is not limited to such a format. For example, it may be image data consisting only of the luminance component (Y), image data consisting of the luminance component and the color difference components (Cb, Cr), or image data having a larger (or smaller) number of gradations. Also good.

また、上述の第2実施形態においては、使用済みのヘッダ情報(すなわち、前段の処理ブロックにおいて用いたパラメータ等)を削除する態様を説明したが、使用済みのヘッダ情報は必ずしも削除する必要はなく、そのままの状態で後段の処理ブロックに供給してもよい。しかしながら、各処理ブロックが処理するデータ容量に鑑みれば、使用済みのヘッダ情報を削除したほうが、効率的な画像処理を実行することができるといえる。   Further, in the second embodiment described above, an aspect has been described in which used header information (that is, parameters used in the processing block in the previous stage) is deleted. However, it is not always necessary to delete used header information. Alternatively, it may be supplied to the subsequent processing block as it is. However, in view of the data capacity processed by each processing block, it can be said that efficient image processing can be executed by deleting the used header information.

また、上述の第2実施形態においては、特定の処理ブロックに処理を行わせないようにするためには、対応する処理IDをヘッダ情報内に埋め込まないようにすると説明したが、このような態様に限定されない。例えば、ヘッダ情報内に当該ブロックでの処理を行わない旨の情報を埋め込む態様としてもよいし、CPUが処理の実行を要求する処理ブロックを指定する態様としてもよい。後者の場合、ある処理ブロックが処理の実行を要求されていなかった場合、自ブロックに対応するヘッダ情報を削除する処理のみ行って、画像データをそのまま後段の処理ブロックに供給するようにしてもよい。   Further, in the second embodiment described above, in order to prevent a specific processing block from performing processing, it has been described that the corresponding processing ID is not embedded in the header information. It is not limited to. For example, it is good also as an aspect which embeds the information that the process in the said block is not performed in header information, and it is good also as an aspect which designates the process block from which CPU requests | requires execution of a process. In the latter case, when a certain processing block is not requested to execute the processing, only the processing for deleting the header information corresponding to the own block may be performed, and the image data may be supplied as it is to the subsequent processing block. .

また、上述の実施形態においてCPUやASICにより実現されていた機能は、コンピュータがプログラムを実行することによって実現することもできる。すなわち、本発明は、上述した画像処理装置のみならず、上述の画像処理装置が実行する機能を実現するためのプログラムとしても提供され得るものである。   In addition, the functions realized by the CPU and ASIC in the above-described embodiment can also be realized by a computer executing a program. That is, the present invention can be provided not only as the above-described image processing apparatus but also as a program for realizing a function executed by the above-described image processing apparatus.

本発明の第1の実施形態である画像処理装置の機能構成を示した機能ブロック図である。1 is a functional block diagram illustrating a functional configuration of an image processing apparatus according to a first embodiment of the present invention. 同実施形態における付加情報が埋め込まれた画像データを示した概念図である。It is the conceptual diagram which showed the image data in which the additional information in the same embodiment was embedded. 同実施形態における画像処理ブロックの構成を示したブロック図である。FIG. 2 is a block diagram showing a configuration of an image processing block in the same embodiment. 各種の画像処理の前後における画像データの長さの変化を示した概念図である。It is the conceptual diagram which showed the change of the length of the image data before and after various image processing. 本発明の第2の実施形態である画像処理装置の機能構成を示した機能ブロック図である。It is the functional block diagram which showed the function structure of the image processing apparatus which is the 2nd Embodiment of this invention. 同実施形態における画像処理ブロックの構成を示したブロック図である。FIG. 2 is a block diagram showing a configuration of an image processing block in the same embodiment. 同実施形態における付加情報が埋め込まれた画像データを示した概念図である。It is the conceptual diagram which showed the image data in which the additional information in the same embodiment was embedded. 同実施形態において画像処理部の各部に供給される画像データを説明するための図である。It is a figure for demonstrating the image data supplied to each part of an image processing part in the embodiment. 従来の画像処理装置の構成の一例を示した図である。It is the figure which showed an example of the structure of the conventional image processing apparatus. 従来の画像処理部の構成の一例を示した図である。It is the figure which showed an example of the structure of the conventional image processing part.

符号の説明Explanation of symbols

100、200、900…画像処理装置、110、210…画像入力部、120、220…情報付加部、130、230…画像処理部、131、231…入力IF、132、132a、132b、132c、232、232a、232b、232c…画像処理ブロック、B1、b1…付加情報抽出ブロック、B2、b2…画像処理実行ブロック、B3、b3…付加情報再付加ブロック、133…出力IF、140…バッファ部、150…画像出力部 DESCRIPTION OF SYMBOLS 100, 200, 900 ... Image processing apparatus, 110, 210 ... Image input part, 120, 220 ... Information addition part, 130, 230 ... Image processing part, 131, 231 ... Input IF, 132, 132a, 132b, 132c, 232 232a, 232b, 232c ... image processing block, B1, b1 ... additional information extraction block, B2, b2 ... image processing execution block, B3, b3 ... additional information re-addition block, 133 ... output IF, 140 ... buffer unit, 150 ... Image output part

Claims (7)

入力された複数行複数列の画素からなる画像データに対して実行する画像処理に用いられる付加情報を当該画像データに埋め込む情報付加手段と、
前記情報付加手段により前記画像データに埋め込まれた付加情報を認識し、当該付加情報を用いて前記画像データに前記画像処理を実行する画像処理手段と、
前記画像処理手段により画像処理が実行された画像データを出力する出力手段と
を備えることを特徴とする画像処理装置。
Information adding means for embedding additional information used in image processing to be executed for image data composed of input pixels of a plurality of rows and a plurality of columns in the image data;
Image processing means for recognizing additional information embedded in the image data by the information adding means and executing the image processing on the image data using the additional information;
An image processing apparatus comprising: output means for outputting image data subjected to image processing by the image processing means.
前記情報付加手段は、
前記画像データの行の区切りを示す情報を前記付加情報として埋め込む
ことを特徴とする請求項1に記載の画像処理装置。
The information adding means includes
The image processing apparatus according to claim 1, wherein information indicating a line break of the image data is embedded as the additional information.
前記情報付加手段は、
前記画像データの終端を示す情報を前記付加情報として埋め込む
ことを特徴とする請求項1に記載の画像処理装置。
The information adding means includes
The image processing apparatus according to claim 1, wherein information indicating the end of the image data is embedded as the additional information.
前記画像処理手段は、
それぞれ異なる画像処理を実行する複数の画像処理部を備え、
前記複数の画像処理部の少なくとも1つは、
前記画像データから前記付加情報を削除する抽出部と、
前記抽出部により前記画像データから削除された付加情報を用いて、当該付加情報が削除された画像データに対して画像処理を実行する処理実行部と、
前記処理実行部により画像処理が実行された画像データに、前記抽出部により削除された付加情報に相当する情報を付加して後段の画像処理部に供給する供給部とを有する
ことを特徴とする請求項1に記載の画像処理装置。
The image processing means includes
A plurality of image processing units that execute different image processing,
At least one of the plurality of image processing units includes:
An extraction unit for deleting the additional information from the image data;
Using the additional information deleted from the image data by the extraction unit, a processing execution unit that executes image processing on the image data from which the additional information has been deleted;
A supply unit that adds information corresponding to the additional information deleted by the extraction unit to the image data that has been subjected to image processing by the processing execution unit, and supplies the image data to a subsequent image processing unit. The image processing apparatus according to claim 1.
前記画像処理手段は、
それぞれ異なる画像処理を実行する複数の画像処理部を備え、
前記情報付加手段は、
前記複数の画像処理部のそれぞれに用いられるパラメータを前記付加情報として埋め込む
ことを特徴とする請求項1に記載の画像処理装置。
The image processing means includes
A plurality of image processing units that execute different image processing,
The information adding means includes
The image processing apparatus according to claim 1, wherein a parameter used for each of the plurality of image processing units is embedded as the additional information.
前記複数の画像処理部の少なくとも1つは、
前記画像データに埋め込まれた付加情報に含まれるパラメータを認識する認識部と、
前記認識部により認識されたパラメータに自らが用いるパラメータが含まれるとき、当該パラメータを用いて前記画像データに画像処理を実行する処理実行部と、
前記付加情報から前記処理実行部において用いられるパラメータを削除して後段の画像処理部に供給する供給部とを有する
ことを特徴とする請求項5に記載の画像処理装置。
At least one of the plurality of image processing units includes:
A recognition unit for recognizing a parameter included in the additional information embedded in the image data;
When the parameter recognized by the recognition unit includes a parameter used by itself, a processing execution unit that executes image processing on the image data using the parameter;
The image processing apparatus according to claim 5, further comprising: a supply unit that deletes a parameter used in the processing execution unit from the additional information and supplies the parameter to a subsequent image processing unit.
コンピュータに、
入力された複数行複数列の画素からなる画像データに対して実行する画像処理に用いられる付加情報を当該画像データに埋め込む機能と、
前記画像データに埋め込まれた前記付加情報を認識し、当該付加情報を用いて前記画像データに所定の画像処理を実行する機能と、
前記画像処理が実行された画像データを出力する機能と
を実現させるためのプログラム。
On the computer,
A function of embedding additional information used for image processing to be executed for image data composed of input pixels of a plurality of rows and a plurality of columns in the image data;
A function of recognizing the additional information embedded in the image data and executing predetermined image processing on the image data using the additional information;
A program for realizing a function of outputting image data subjected to the image processing.
JP2006131888A 2006-05-10 2006-05-10 Image processor and program Pending JP2007304818A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006131888A JP2007304818A (en) 2006-05-10 2006-05-10 Image processor and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006131888A JP2007304818A (en) 2006-05-10 2006-05-10 Image processor and program

Publications (1)

Publication Number Publication Date
JP2007304818A true JP2007304818A (en) 2007-11-22

Family

ID=38838696

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006131888A Pending JP2007304818A (en) 2006-05-10 2006-05-10 Image processor and program

Country Status (1)

Country Link
JP (1) JP2007304818A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011156237A (en) * 2010-02-02 2011-08-18 Toshiba Corp Ultrasonograph

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011156237A (en) * 2010-02-02 2011-08-18 Toshiba Corp Ultrasonograph

Similar Documents

Publication Publication Date Title
US6429950B1 (en) Method and apparatus for applying object characterization pixel tags to image data in a digital imaging device
CN109664620A (en) Print data processing method, device and equipment
JP4876051B2 (en) Image processing apparatus and control method thereof
JP5522890B2 (en) Image processing apparatus and method
JP2004334852A (en) Image processing by pixel types
JP5684466B2 (en) Method and computer readable medium for processing at least one pixel in a raster image buffer corresponding to objects of multiple object types
JP2007304818A (en) Image processor and program
JP3817473B2 (en) Image output apparatus and image processing method
CN101388945A (en) History image generating system and history image generating method
JP2008228168A (en) Image processing apparatus and program
JP6821924B2 (en) Image processing device, image processing method
JP3487284B2 (en) Printer system, printer driver, and printer
JP2000216984A (en) Image processing system, image transmission system and recording medium
JP5267147B2 (en) Image processing apparatus, image processing method, and computer program
JP5441676B2 (en) Image processing apparatus and processing method thereof
JP4096650B2 (en) Printer driver, computer readable medium, and image data conversion apparatus
JP2000216982A (en) Image processing system and recording medium thereof
JP2003241983A (en) Information processor and information processing method
CN105631888B (en) image data background removing processing system and method
US20120069041A1 (en) Image processing apparatus, image forming apparatus, image processing method, image forming method, and non-transitory computer readable recording medium
CN115665335B (en) Image processing method, image processing apparatus, image forming apparatus, and medium
US20090077273A1 (en) Control Data Transfer
JP4857149B2 (en) Image forming apparatus
JP3778068B2 (en) Image data expansion method and image display control apparatus
JP3907419B2 (en) Data structure vertical / horizontal conversion apparatus and data driven information processing apparatus using the same