JP2005323293A - Image processing apparatus - Google Patents

Image processing apparatus Download PDF

Info

Publication number
JP2005323293A
JP2005323293A JP2004141453A JP2004141453A JP2005323293A JP 2005323293 A JP2005323293 A JP 2005323293A JP 2004141453 A JP2004141453 A JP 2004141453A JP 2004141453 A JP2004141453 A JP 2004141453A JP 2005323293 A JP2005323293 A JP 2005323293A
Authority
JP
Japan
Prior art keywords
image
superimposed
data
format
area
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
JP2004141453A
Other languages
Japanese (ja)
Inventor
Yasuo Nakano
泰生 中野
Yoichi Endo
陽一 遠藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2004141453A priority Critical patent/JP2005323293A/en
Publication of JP2005323293A publication Critical patent/JP2005323293A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To attain improvement of image processing efficiency by attaining reduction of processing time, power consumption and memory capacity in image superimposing processing. <P>SOLUTION: A format converting unit 10 includes a superimpose image region selecting section 12 and an arithmetic processing section 13. The superimpose image region selecting section sets a threshold value for determining whether or not the region is required for a superimpose image, when superimposing a plurality of image data, and selects an image region based on the threshold value. The arithmetic processing section 13 operates the selected image region using a conversion coefficient and converts the YUV format and RGB format of the image data. An image superimposing unit 20 writes a plurality of format-converted image data in a memory and generates a superimposed image and outputs it. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は画像処理装置に関し、特に複数の画像データの処理を行う画像処理装置に関する。   The present invention relates to an image processing apparatus, and more particularly to an image processing apparatus that processes a plurality of image data.

近年の画像処理システムは非常に複雑化しており、1つのシステム上に多種多様なマクロ(アプリケーション)が実装され、RGBフォーマットやYUVフォーマットなどの様々な画像フォーマットが混在するケースが増えている。   In recent years, image processing systems have become very complex, and various types of macros (applications) are mounted on one system and various image formats such as RGB format and YUV format are mixed.

RGBとは、Red(赤)、Green(緑)、Blue(青)の光の3原色の頭文字をつけた略称で、カラーテレビなどは、この3つの色を混ぜ合わせることによって色調(色の濃淡、強弱など)を表現している。   RGB is an abbreviation with the initial letters of the three primary colors of red (red), green (green), and blue (blue). Expresses light and shade, strength, etc.).

RGBフォーマットでよく使われるものとしては、RGB888やRGB555がある。RGB888は、RGBをそれぞれ256階調(8ビット)に分けて、1677万7210(=28×28×28)色の色調表現を可能としたフォーマットである。RGB555は、RGBをそれぞれ32階調(5ビット)に分けて3万2768(=25×25×25)色の色調表現を可能としたフォーマットである。 RGB 888 and RGB 555 are frequently used in the RGB format. RGB888 is a format that enables color tone expression of 16,777,210 (= 2 8 × 2 8 × 2 8 ) colors by dividing RGB into 256 gradations (8 bits). RGB555 is a format in which RGB can be divided into 32 gradations (5 bits) and color tone expression of 32,768 (= 2 5 × 2 5 × 2 5 ) colors can be expressed.

また、YUVとは、輝度信号(Y)、輝度信号と赤色成分の差(U)、輝度信号と青色成分の差(V)の3つの情報で色を表す形式である。人間の目が色の変化よりも明るさの変化に敏感な性質を利用して、輝度信号により多くのデータ量を割り当てることで、少ない画質の劣化で高いデータ圧縮率を得ることができ、JPEG、MPEGなどの圧縮技術に用いられている。なお、R−Yの色差信号UをCr、B−Yの色差信号VをCbと表記することもある。   YUV is a format in which color is represented by three pieces of information: a luminance signal (Y), a difference between the luminance signal and the red component (U), and a difference between the luminance signal and the blue component (V). By utilizing the property that the human eye is more sensitive to changes in brightness than changes in color and allocating a larger amount of data to the luminance signal, a high data compression rate can be obtained with little degradation in image quality. It is used in compression techniques such as MPEG. The RY color difference signal U may be referred to as Cr, and the BY color difference signal V may be referred to as Cb.

YUVフォーマットは、サブサンプリング(輝度の画質劣化は明確に識別できるが色の画質劣化は判断しづらいために、色情報に対しては削減して平均化される。この処理をサブサンプリングと呼ぶ)を行う際の色差成分の間引き方によって、数種類に分類される。例えば、水平方向の2画素で間引き、2画素で1つのUと1つのVを共有するYUV422などがある。主なYUVフォーマットの分類テーブルT3を図6に示す。   YUV format is sub-sampling (degradation of image quality of luminance can be clearly identified, but it is difficult to judge deterioration of image quality of color, so color information is reduced and averaged. This process is called sub-sampling) Are classified into several types according to the method of thinning out color difference components. For example, there are YUV422 which thins out by two pixels in the horizontal direction and shares one U and one V by two pixels. A main YUV format classification table T3 is shown in FIG.

一方、複数の画像フォーマットが混在したシステムでは、各マクロ間で高速かつ円滑にデータのやりとりを行っており、YUV→RGBといったように、現在の色が表現されているフォーマット(色空間)から別のフォーマットへのフォーマット変換(色空間変換)が行われる。例えば、YUVで色が表現されているデジタルビデオをパソコンのディスプレイに出力しようとする場合には、RGBへの変換が必要となる。   On the other hand, in a system in which a plurality of image formats are mixed, data is exchanged between macros at high speed and smoothly, and it is different from the format (color space) in which the current color is expressed, such as YUV → RGB. Format conversion (color space conversion) to the above format is performed. For example, when digital video in which colors are expressed in YUV is to be output to a personal computer display, conversion to RGB is required.

図7はフォーマット変換を行う画像処理システムを示す図である。画像処理システム100は、CPU101、フォーマット変換器102、グラフィック・コントローラ103、マクロ104−1〜104−n、メモリ105、メモリ・コントローラ106から構成される。   FIG. 7 illustrates an image processing system that performs format conversion. The image processing system 100 includes a CPU 101, a format converter 102, a graphic controller 103, macros 104-1 to 104-n, a memory 105, and a memory controller 106.

CPU101は、全体の画像処理制御を行う。フォーマット変換器102は、YUV⇔RGBのフォーマット変換を行う装置で、例えば、RGB888やYUV420等の画像フォーマットをハードウエアにより相互に変換する。グラフィック・コントローラ103は、アニメーション等の描画処理を行い、一般にRGBフォーマット(RGB888 or RGB555)のデータを扱う。   The CPU 101 performs overall image processing control. The format converter 102 is a device that performs YUV / RGB format conversion, and converts image formats such as RGB888 and YUV420 to each other by hardware. The graphic controller 103 performs drawing processing such as animation, and generally handles data in the RGB format (RGB888 or RGB555).

マクロ104−1〜104−nは、JPEG、MPEGなどの機能を含み、それぞれに設定された圧縮・伸張処理を行う。メモリ105は、画像データを格納し、メモリ・コントローラ106は、メモリ105のR/W制御を行う。   The macros 104-1 to 104-n include functions such as JPEG and MPEG, and perform compression / decompression processing set for each. The memory 105 stores image data, and the memory controller 106 performs R / W control of the memory 105.

このような画像処理システム100では、複数のマクロ104−1〜104−nが出力するフォーマットの異なった画像を重畳処理して、最終的な出力画像を生成するという処理が頻繁に行われる。重畳処理とは、例えば、背景となるイメージデータに文字・図形データを重ね合わせるなどの処理のことである。   In such an image processing system 100, a process of superimposing images having different formats output by the plurality of macros 104-1 to 104-n and generating a final output image is frequently performed. The superimposing process is, for example, a process of superimposing character / graphic data on the background image data.

以下の(a)〜(d)は、従来の画像重畳処理の流れを示すものである。画像処理システム100に対し、2枚のYUVフォーマット画像データを重畳して、1枚のRGB画像データを生成する処理を示している。   The following (a) to (d) show the flow of conventional image superposition processing. 2 shows a process of superimposing two pieces of YUV format image data on the image processing system 100 to generate one piece of RGB image data.

(a)フォーマット変換器102は、1枚目のYUVフォーマット画像データをメモリ105の領域Aから読み出し、1フレーム全体のデータをRGB画像データフォーマットに変換する。なお、フォーマット変換器102は、画像の開始アドレス、終了アドレス等で囲まれた1つの矩形領域全体(例えば1画面全体)に対してフォーマット変換を行う機能を有している。そして、フォーマット変換器102は、フォーマット変換したRGB画像データを、メモリ105の領域Aに書き戻す。   (A) The format converter 102 reads the first YUV format image data from the area A of the memory 105, and converts the data of one frame into the RGB image data format. The format converter 102 has a function of performing format conversion on the entire rectangular area (for example, the entire screen) surrounded by the start address and end address of the image. Then, the format converter 102 writes the format-converted RGB image data back to the area A of the memory 105.

(b)フォーマット変換器102は、2枚目のYUVフォーマット画像データをメモリ105の領域Bから読み出し、1フレーム全体のデータをRGB画像データフォーマットに変換する。そして、フォーマット変換器102は、フォーマット変換したRGB画像データを、メモリ105の領域Bに書き戻す。   (B) The format converter 102 reads the second YUV format image data from the area B of the memory 105 and converts the data of the entire frame into the RGB image data format. Then, the format converter 102 writes the format-converted RGB image data back to the area B of the memory 105.

(c)CPU101(またはグラフィック・コントローラ103)は、(a)で処理されたデータをメモリ105から読み出し、重畳する画素か否かの重畳判定を画素毎に行った後、重畳すべきデータをメモリ105の領域C(出力画像領域)に書き戻す。   (C) The CPU 101 (or graphic controller 103) reads out the data processed in (a) from the memory 105, performs superimposition determination as to whether or not to superimpose pixels for each pixel, and then stores the data to be superimposed on the memory. 105 is written back into area C (output image area).

(d)CPU101(またはグラフィック・コントローラ103)は、(b)で処理されたデータをメモリ105から読み出し、画素毎に同様な重畳判定をした後、重畳すべきデータをメモリ105の領域C(出力画像領域)に書き戻す。このような処理により、2枚のYUVフォーマット画像データが重畳した、1枚のRGB画像データが生成される。   (D) The CPU 101 (or the graphic controller 103) reads out the data processed in (b) from the memory 105, performs the same superimposition determination for each pixel, and then transmits the data to be superimposed on the area C (output) of the memory 105. Write back to the image area. By such processing, one piece of RGB image data in which two pieces of YUV format image data are superimposed is generated.

一方、従来の画像重畳処理技術として、イメージデータに文字・図形データが重畳する部分を合成前に簡易なイメージに置換して、イメージデータの前処理の負担を軽減する技術が提案されている(例えば、特許文献1)。
特開平07−131632号公報(段落番号〔0012〕〜〔0016〕,第1図)
On the other hand, as a conventional image superimposition processing technique, a technique has been proposed in which a portion where character / graphic data is superimposed on image data is replaced with a simple image before synthesis to reduce the burden of preprocessing of image data ( For example, Patent Document 1).
Japanese Patent Laid-Open No. 07-131632 (paragraph numbers [0012] to [0016], FIG. 1)

上記のような画像処理システム100で異フォーマットの画像を重畳する作業を行う場合は、画像データ全体(1画面分)を最初にフォーマット変換し、そのデータをソフトウエア(CPU101)またはハードウエア(グラフィック・コントローラ103)で読み出し、重畳すべきデータか否かの判定を行った後に、必要データを出力画像領域に書き戻すという一連の作業を、重畳画像枚数分だけ繰り返す必要があった。   When the image processing system 100 performs the operation of superimposing images of different formats, the entire image data (for one screen) is first converted in format, and the data is converted into software (CPU 101) or hardware (graphics). After the controller 103) reads out and determines whether or not the data is to be superimposed, it is necessary to repeat a series of operations for writing the necessary data back to the output image area by the number of superimposed images.

このように、従来では、フォーマット変換処理と重畳判定処理とは、別々の構成要素で実行されているため、構成要素間でのデータのやりとりが必要であり、また、従来のフォーマット変換器102では、画像の開始アドレス、終了アドレス等で囲まれた1つの矩形領域全体において、その矩形領域の中でさらに指定された重畳領域だけにフォーマット変換を施すといった機能は有していなかった。   As described above, conventionally, the format conversion process and the superimposition determination process are executed by separate components, and therefore, data exchange between the components is necessary. In the conventional format converter 102, In addition, the entire rectangular area surrounded by the start address, end address, and the like of the image did not have a function of performing format conversion only on the designated superimposition area in the rectangular area.

これにより、従来では画像重畳処理を行う場合、最終的に生成される重畳画面に対して不要な画像領域まで、フォーマット変換を施さなければならず、このため処理時間、消費電力が大幅に増加するといった問題があった。また、扱う画像データが巨大化している現在では、使用するメモリ容量も増加することになり、コスト的に大きな負担がかかることになる。   As a result, when image superimposition processing is conventionally performed, format conversion must be performed up to an unnecessary image region on the finally generated superimposition screen, which significantly increases processing time and power consumption. There was a problem. Further, at the present time when the image data to be handled has become enormous, the memory capacity to be used will also increase, resulting in a large cost burden.

さらに、上記の従来技術(特開平07−131632号公報)では、文字・図形の重なるイメージ領域を一定の色で塗りつぶしておくことで、JPEG等の圧縮・伸張処理の負担の軽減を図っているが、重畳領域の輪郭を抽出して一定の色で塗りつぶすといった複雑な処理を施しているため、必ずしも画像処理全体の処理効率向上のための最適な処理とはいえない。   Further, in the above-described conventional technique (Japanese Patent Laid-Open No. 07-131632), the burden of compression / decompression processing such as JPEG is reduced by painting an image area where characters and figures overlap with a certain color. However, it is not necessarily an optimal process for improving the processing efficiency of the entire image processing because it performs a complicated process of extracting the outline of the superimposed region and filling it with a certain color.

本発明はこのような点に鑑みてなされたものであり、重畳画像に必要な領域のみフォーマット変換を行って、画像処理効率の向上を図った画像処理装置を提供することを目的とする。   The present invention has been made in view of the above points, and an object of the present invention is to provide an image processing apparatus that performs format conversion only on a region necessary for a superimposed image to improve image processing efficiency.

本発明では上記課題を解決するために、図1に示すような、複数の画像データの処理を行う画像処理装置1において、複数の画像データを重畳する場合に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき、画像領域を選別する重畳画像領域選別部12と、選別された画像領域を、変換係数により演算して、画像データのフォーマット変換を行う演算処理部13と、から構成されるフォーマット変換部10と、フォーマット変換後の複数の画像データをメモリに書き込み、重畳画像を生成し出力する画像重畳部20と、を有することを特徴とする画像処理装置1が提供される。   In the present invention, in order to solve the above-described problem, in the image processing apparatus 1 that processes a plurality of image data as shown in FIG. 1, it is a necessary area for a superimposed image when a plurality of image data is superimposed. A threshold value for determining whether or not the image area is selected, and based on the threshold value, an overlapped image area selecting unit 12 that selects an image area, and the selected image area is calculated by a conversion coefficient to obtain image data. A format conversion unit 10 configured to perform the format conversion, and an image superimposition unit 20 that writes a plurality of image data after format conversion to a memory, generates a superimposed image, and outputs the superimposed image. An image processing apparatus 1 is provided.

ここで、重畳画像領域選別部12は、複数の画像データを重畳する場合に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき、画像領域を選別する。演算処理部13は、選別された画像領域を、変換係数により演算して、画像データのフォーマット変換を行う。画像重畳部20は、フォーマット変換後の複数の画像データをメモリに書き込み、重畳画像を生成し出力する。   Here, the superimposed image region selection unit 12 sets a threshold value for determining whether the region is necessary for the superimposed image when a plurality of image data is superimposed, and based on the threshold value, Select the image area. The arithmetic processing unit 13 performs the format conversion of the image data by calculating the selected image area using the conversion coefficient. The image superimposing unit 20 writes the plurality of image data after the format conversion to the memory, generates a superimposed image, and outputs it.

本発明の画像処理装置は、複数の画像データを重畳する場合に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき、画像領域を選別し、選別された画像領域を、変換係数により演算して、画像データのフォーマット変換を行う。そして、フォーマット変換後の複数の画像データをメモリに書き込み、重畳画像を生成し出力する構成とした。これにより、重畳画像に必要な領域のみフォーマット変換を行えるので、画像重畳処理における処理時間、消費電力、メモリ容量の低減化を図り、画像処理効率の向上を図ることが可能になる。   The image processing apparatus of the present invention sets a threshold value for determining whether or not a region is necessary for a superimposed image when a plurality of image data are superimposed, and the image region is determined based on the threshold value. The selected image area is calculated using a conversion coefficient, and the format conversion of the image data is performed. Then, a plurality of image data after format conversion is written in a memory, and a superimposed image is generated and output. As a result, format conversion can be performed only in a region necessary for the superimposed image, so that it is possible to reduce processing time, power consumption, and memory capacity in the image superimposing process, and to improve image processing efficiency.

以下、本発明の実施の形態を図面を参照して説明する。図1は本発明の画像処理装置の原理図である。画像処理装置1は、フォーマット変換部10と画像重畳部20から構成され、画像データの重畳を高速に行う装置である。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a principle diagram of an image processing apparatus according to the present invention. The image processing apparatus 1 includes a format conversion unit 10 and an image superimposing unit 20, and is an apparatus that superimposes image data at high speed.

フォーマット変換部10は、重畳画像領域選別部12と演算処理部13を含む。重畳画像領域選別部12は、複数の画像データを重畳する際に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき、画像領域を選別する。演算処理部13は、選別された画像領域を、変換係数により演算して、画像データのフォーマット変換(YUVフォーマット→RGBフォーマットなど)を行う。   The format conversion unit 10 includes a superimposed image region selection unit 12 and an arithmetic processing unit 13. The superimposed image area selection unit 12 sets a threshold value for determining whether or not the area is necessary for the superimposed image when superimposing a plurality of image data, and determines the image area based on the threshold value. Sort out. The arithmetic processing unit 13 calculates the selected image area using a conversion coefficient, and performs format conversion of the image data (YUV format → RGB format, etc.).

画像重畳部20は、フォーマット変換後の複数の画像データをメモリに書き込み、重畳画像を生成し出力する。図の例では、背景画像D1に文字・図形画像D2を重畳して(重ね合わせて)、1枚の重畳画像D3を生成している。   The image superimposing unit 20 writes the plurality of image data after the format conversion to the memory, generates a superimposed image, and outputs it. In the example shown in the figure, a single superimposed image D3 is generated by superimposing (superimposing) a character / graphic image D2 on the background image D1.

図2は画像処理装置1の全体構成を示す図である。画像処理装置1は、フォーマット変換部10、画像重畳部20から構成され、フォーマット変換部10は、入力バッファ11、重畳画像領域選別部12、演算処理部13、出力バッファ14から構成される。   FIG. 2 is a diagram illustrating the overall configuration of the image processing apparatus 1. The image processing apparatus 1 includes a format conversion unit 10 and an image superimposition unit 20, and the format conversion unit 10 includes an input buffer 11, a superimposed image region selection unit 12, an arithmetic processing unit 13, and an output buffer 14.

入力バッファ11は、装置内のメモリ上に置かれたフォーマット変換の対象となる入力画像データを取り込み保持する。重畳画像領域選別部12は、しきい値テーブルT1を含み、しきい値テーブルT1は、演算処理部13に入力する画像データを選別するためのしきい値情報を保持する。   The input buffer 11 captures and holds input image data to be subjected to format conversion placed on a memory in the apparatus. The superimposed image area selection unit 12 includes a threshold value table T1, and the threshold value table T1 holds threshold information for selecting image data to be input to the arithmetic processing unit 13.

演算処理部13は、変換係数テーブルT2を含み、変換係数テーブルT2は、フォーマット変換する際の変換係数情報を保持する。出力バッファ14は、演算処理部13から出力されるデータを保持する。画像重畳部20は、メモリ21を有し、出力バッファ14からの画像データをメモリ21に取り込み、メモリ21に重畳画像を格納する。   The arithmetic processing unit 13 includes a conversion coefficient table T2, and the conversion coefficient table T2 holds conversion coefficient information for format conversion. The output buffer 14 holds data output from the arithmetic processing unit 13. The image superimposing unit 20 has a memory 21, takes in image data from the output buffer 14 into the memory 21, and stores the superimposed image in the memory 21.

次に本発明の画像処理装置1の構成及び動作について以下詳しく説明する。なお、フォーマット変換としては、YUVフォーマット→RGBフォーマットの変換を行うものとする。   Next, the configuration and operation of the image processing apparatus 1 of the present invention will be described in detail below. As the format conversion, conversion from YUV format to RGB format is performed.

図3は入力バッファ11及び重畳画像領域選別部12の構成を示す図である。画像データは、第1色成分、第2色成分、第3色成分の3つの色成分から構成され、本発明ではそれぞれをY、Cr、Cbとして3つの色成分毎に処理を行う。   FIG. 3 is a diagram showing the configuration of the input buffer 11 and the superimposed image region selection unit 12. The image data is composed of three color components, a first color component, a second color component, and a third color component. In the present invention, each of the three color components is processed as Y, Cr, and Cb.

入力バッファ11は、Y格納領域部11a、Cr格納領域部11b、Cb格納領域部11cから構成される。重畳画像領域選別部12は、しきい値テーブルT1、Y成分比較器12a−1、Cr成分比較器12a−2、Cb成分比較器12a−3、判定回路12bから構成される。   The input buffer 11 includes a Y storage area 11a, a Cr storage area 11b, and a Cb storage area 11c. The superimposed image region selection unit 12 includes a threshold table T1, a Y component comparator 12a-1, a Cr component comparator 12a-2, a Cb component comparator 12a-3, and a determination circuit 12b.

入力バッファ11に対し、Y格納領域部11a、Cr格納領域部11b、Cb格納領域部11cはそれぞれ、Yデータ、Crデータ、Cbデータを格納する。
しきい値テーブルT1は、レジスタ群の一部として実現され、Yデータに関しては、Yデータの下限しきい値を設定するY下限レジスタr1aとYデータの上限しきい値を設定するY上限レジスタr1bから構成される。
For the input buffer 11, the Y storage area 11a, the Cr storage area 11b, and the Cb storage area 11c store Y data, Cr data, and Cb data, respectively.
The threshold value table T1 is realized as a part of a register group. Regarding Y data, a Y lower limit register r1a for setting a lower limit threshold value for Y data and a Y upper limit register r1b for setting an upper limit threshold value for Y data. Consists of

同様に、Crデータに関しては、Crデータの下限しきい値を設定するCr下限レジスタr2aとCrデータの上限しきい値を設定するCr上限レジスタr2bから構成され、Cbデータに関しては、Cbデータの下限しきい値を設定するCb下限レジスタr3aとCbデータの上限しきい値を設定するCb上限レジスタr3bから構成される。   Similarly, the Cr data includes a Cr lower limit register r2a for setting a lower limit threshold for Cr data and a Cr upper limit register r2b for setting an upper limit threshold for Cr data. For Cb data, the lower limit for the Cb data is set. It consists of a Cb lower limit register r3a for setting a threshold and a Cb upper limit register r3b for setting an upper limit threshold for Cb data.

Y成分比較器12a−1は、Y上限しきい値及びY下限しきい値の範囲内に、Y格納領域部11aから出力されたYデータが入るか否かを比較判断し、判定結果とYデータを出力する。Cr成分比較器12a−2は、Cr上限しきい値及びCr下限しきい値の範囲内に、Cr格納領域部11bから出力されたCrデータが入るか否かを比較判断し、判定結果とCrデータを出力する。Cb成分比較器12a−3は、Cb上限しきい値及びCb下限しきい値の範囲内に、Cb格納領域部11cから出力されたCbデータが入るか否かを比較判断し、判定結果とCbデータを出力する。   The Y component comparator 12a-1 compares and determines whether or not the Y data output from the Y storage area portion 11a falls within the range of the Y upper limit threshold and the Y lower limit threshold. Output data. The Cr component comparator 12a-2 compares and determines whether or not the Cr data output from the Cr storage area unit 11b falls within the range of the Cr upper limit threshold and the Cr lower limit threshold. Output data. The Cb component comparator 12a-3 compares and determines whether or not the Cb data output from the Cb storage area unit 11c falls within the range of the Cb upper limit threshold and the Cb lower limit threshold. Output data.

判定回路12bは、Yデータ、Crデータ、Cbデータと、それぞれの判定結果とを受信し、3つの判定結果がすべて、Yデータ、Crデータ、Cbデータがしきい値範囲内にあることを示すものであるならば、イネーブルをアサートし、Yデータ、Crデータ、Cbデータを次段の演算処理部13へ送信する。   The determination circuit 12b receives Y data, Cr data, and Cb data and the respective determination results, and all the three determination results indicate that the Y data, Cr data, and Cb data are within the threshold range. If it is, enable is asserted, and Y data, Cr data, and Cb data are transmitted to the arithmetic processing unit 13 at the next stage.

次に図3を用いて入力画像が重畳判定されるまでの動作について説明する(フォーマット変換を行う演算処理部13以降の動作は図4で説明する)。具体的には、YUVフォーマット(YUV420またはYUV422)の画像をRGB888データに変換して画像重畳する場合において、ある写真画像を背景とし、その上に白紙上に書かれた黒い文字部分のみを重畳する動作例について以降説明する。   Next, the operation until the input image is determined to be superimposed will be described with reference to FIG. 3 (the operation after the arithmetic processing unit 13 that performs format conversion will be described with reference to FIG. 4). Specifically, when an image in YUV format (YUV420 or YUV422) is converted to RGB888 data and superimposed, only a black character portion written on a blank sheet is superimposed on a certain photographic image as a background. An operation example will be described below.

背景画像と文字データのそれぞれについて画像処理が行われるので、まず、背景となる写真画像の重畳判定処理について説明する。背景画像のように画像全体をフォーマット変換したい場合は、各色成分の6つの上限/下限レジスタを以下のように設定し、すべての入力データが変換対象となるようにする。   Since the image processing is performed for each of the background image and the character data, first, the superimposition determination processing for the photographic image as the background will be described. When it is desired to convert the format of the entire image like a background image, the six upper limit / lower limit registers for each color component are set as follows so that all input data is to be converted.

Y下限レジスタr1a=0x00、Y上限レジスタr1b=0xff、Cr下限レジスタr2a=0x00、Cr上限レジスタr2b=0xff、Cb下限レジスタr3a=0x00、Cb上限レジスタr3b=0xff、と設定する。   Y lower limit register r1a = 0x00, Y upper limit register r1b = 0xff, Cr lower limit register r2a = 0x00, Cr upper limit register r2b = 0xff, Cb lower limit register r3a = 0x00, and Cb upper limit register r3b = 0xff.

入力バッファ11に格納されたY、Cr、Cbのそれぞれのデータは0x00〜0xffまで様々な値を取り得るが、下限しきい値及び上限しきい値が上記のように設定されていれば、すべてのデータがしきい値内に入ることになる。   Each data of Y, Cr, Cb stored in the input buffer 11 can take various values from 0x00 to 0xff, but if the lower and upper thresholds are set as described above, all Will fall within the threshold.

すると、Y成分比較器12a−1、Cr成分比較器12a−2、Cb成分比較器12a−3は、すべてのデータに対して判定結果がOK(データがしきい値内に入る)となる。判定回路12bは、3つの判定結果と、Y、Cr、Cbのそれぞれのデータとを受信すると、判定結果すべてがOKであるので、アサートしたイネーブル信号と、Y、Cr、Cbのデータとを次段の演算処理部13へ送信する。   Then, the Y component comparator 12a-1, the Cr component comparator 12a-2, and the Cb component comparator 12a-3 have OK determination results (data falls within the threshold value) for all data. When the determination circuit 12b receives the three determination results and the data of Y, Cr, and Cb, since all the determination results are OK, the asserted enable signal and the data of Y, Cr, and Cb are next processed. To the stage arithmetic processing unit 13.

次に白紙に書かれた文字部分の重畳判定について説明する。白及び黒の色成分は、Y、Cr、Cbのフォーマットとして以下の特徴を持っている。白い色のY、Cr、Cbデータの特徴としては、Y:0xffに近い値、Cr:0x80に近い値、Cb:0x80に近い値を持つ。   Next, the superimposition determination of the character portion written on the blank paper will be described. The white and black color components have the following characteristics as Y, Cr, and Cb formats. The characteristics of the white color Y, Cr, and Cb data include values close to Y: 0xff, values close to Cr: 0x80, and values close to Cb: 0x80.

また、黒い色のY、Cr、Cbデータの特徴としては、Y:0x00に近い値、Cr:0x80に近い値、Cb:0x80に近い値を持つ。したがって、黒い色(文字部分)のみがフォーマット変換対象となるためには、各色成分の6つの上限/下限レジスタを、例えば以下のように設定することができる。   Further, the characteristics of black Y, Cr, and Cb data have values close to Y: 0x00, values close to Cr: 0x80, and values close to Cb: 0x80. Therefore, in order for only the black color (character portion) to be subject to format conversion, the six upper / lower limit registers for each color component can be set as follows, for example.

Y下限レジスタr1a=0x00、Y上限レジスタr1b=0x10、Cr下限レジスタr2a=0x78、Cr上限レジスタr2b=0x88、Cb下限レジスタr3a=0x78、Cb上限レジスタr3b=0x88、と設定する。   Y lower limit register r1a = 0x00, Y upper limit register r1b = 0x10, Cr lower limit register r2a = 0x78, Cr upper limit register r2b = 0x88, Cb lower limit register r3a = 0x78, Cb upper limit register r3b = 0x88.

このようなしきい値設定において、例えば、白いデータ(Y=0xff/Cr=0x80/Cb=0x80)が入力バッファ11に取り込まれた場合は、Cr、Cbに関してはしきい値内に入っているためOK判定が出るが、Yはしきい値内に入ってはいない。したがって、この場合は、判定回路12bからイネーブルはアサートされない。   In such a threshold setting, for example, when white data (Y = 0xff / Cr = 0x80 / Cb = 0x80) is taken into the input buffer 11, Cr and Cb are within the threshold. An OK judgment is issued, but Y does not fall within the threshold value. Therefore, in this case, enable is not asserted from the determination circuit 12b.

一方、黒いデータ(Y=0x00/Cr=0x80/Cb=0x80)が入力バッファ11に取り込まれた場合は、すべての色成分ともに、しきい値内に入っているため、判定回路12bはイネーブルをアサートすることになり、この黒いデータは次段の演算処理部13へ送信されることになる。   On the other hand, when black data (Y = 0x00 / Cr = 0x80 / Cb = 0x80) is taken into the input buffer 11, since all the color components are within the threshold value, the determination circuit 12b is enabled. The black data is transmitted to the arithmetic processing unit 13 at the next stage.

次に演算処理部13以降の動作について説明する。図4は演算処理部13、出力バッファ14及び画像重畳部20の動作を説明するための図である。判定回路12bからのイネーブル信号がアサートされると、演算処理部13内の積和演算器13aが活性化し、変換係数テーブルT2を用いてフォーマット変換演算を行う。   Next, operations after the arithmetic processing unit 13 will be described. FIG. 4 is a diagram for explaining operations of the arithmetic processing unit 13, the output buffer 14, and the image superimposing unit 20. When the enable signal from the determination circuit 12b is asserted, the product-sum operation unit 13a in the operation processing unit 13 is activated, and the format conversion operation is performed using the conversion coefficient table T2.

YUVフォーマットからRGBフォーマットへの変換を行う場合、変換係数テーブルT2には、ITU-R BT.601で規定されている変換係数などが設定される(なお、変換係数テーブルT2で保存される変換係数は外部から書き換え可能としてもよい)。そして、積和演算器13aが、変換係数が含まれる以下の式(1a)〜(1c)を用いて積和演算を行うことで、YUVフォーマットからRGBフォーマット(RGB888データ)への変換が実行される。   When conversion from the YUV format to the RGB format is performed, conversion coefficients defined in ITU-R BT.601 are set in the conversion coefficient table T2 (note that conversion coefficients stored in the conversion coefficient table T2 are stored). May be rewritable from the outside). Then, the product-sum operation unit 13a performs the product-sum operation using the following formulas (1a) to (1c) including the conversion coefficient, so that the conversion from the YUV format to the RGB format (RGB888 data) is executed. The

Figure 2005323293
Figure 2005323293

演算処理部13では、背景画像及び文字画像に上記のような演算を行って、背景画像のRGB888データを出力し、また文字画像のRGB888データを出力する。出力バッファ14は、これらの画像データを受信し、R、G、Bの画素毎にFIFO形式で格納する。   The arithmetic processing unit 13 performs the above-described calculation on the background image and the character image, outputs the background image RGB888 data, and outputs the character image RGB888 data. The output buffer 14 receives these image data and stores them in the FIFO format for each of R, G, and B pixels.

画像重畳部20は、出力バッファ14から出力された画像データを、メモリ21内の指定領域に書き込む。ここでは、背景画像と文字画像を、出力画像領域21aに書き込むことで、背景画に文字が重ね合わされた重畳画像が生成する。なお、メモリ21は複数構成となっており、それぞれのメモリ面に対応して複数の重畳画像を格納できる。   The image superimposing unit 20 writes the image data output from the output buffer 14 in a designated area in the memory 21. Here, a background image and a character image are written in the output image area 21a, thereby generating a superimposed image in which characters are superimposed on the background image. Note that the memory 21 has a plurality of configurations, and a plurality of superimposed images can be stored corresponding to each memory surface.

以上説明したように、本発明により、必要データのみをフォーマット変換し(背景となる画像はすべてフォーマット変換され、その背景に重畳される画像としては文字データのみフォーマット変換される)、メモリに書き込むことができる。これにより、画像重畳処理の効率化を図ることが可能になる。   As described above, according to the present invention, only necessary data is format-converted (all background images are format-converted and only character data is format-converted as an image superimposed on the background) and written to the memory. Can do. Thereby, it is possible to improve the efficiency of the image superimposition processing.

また、重畳データのみがメモリ21に書き込まれるため(重畳に関係ない不要なデータが書き込まれない)、データ出力領域として直接、出力画像領域21aを指定でき、別途、出力アドレスレジスタ等で格納アドレスを指定して出力させることが可能になる。   In addition, since only the superimposition data is written in the memory 21 (unnecessary data not related to the superimposition is not written), the output image area 21a can be directly designated as the data output area, and the storage address can be separately specified by an output address register or the like. It becomes possible to specify and output.

なお、上記の説明では、1枚の重畳画像用に色成分しきい値レジスタをしきい値テーブルT1内に用意して、重畳画像処理を行う例について示したが、しきい値テーブルT1に設定されるしきい値は、外部から任意に設定可能である。このため、異なる重畳画像を複数生成するには、それらの画像に対応したしきい値の設定を逐一行って、複数の重畳画像を生成することが可能である。   In the above description, an example in which a color component threshold value register is prepared in the threshold value table T1 for one superimposed image and the superimposed image processing is performed has been described. However, the threshold value table T1 is set. The threshold value to be set can be arbitrarily set from the outside. For this reason, in order to generate a plurality of different superimposed images, it is possible to generate a plurality of superimposed images by setting threshold values corresponding to the images one by one.

次に本発明の画像処理装置1を適用した携帯電話機について説明する。図5は本発明の携帯電話機の構成を示す図である。携帯電話機3は、カメラ3aを有しており、メニュー表示部31と、画像保存部32と、画像処理部33とから構成される。   Next, a mobile phone to which the image processing apparatus 1 of the present invention is applied will be described. FIG. 5 is a diagram showing the configuration of the mobile phone of the present invention. The mobile phone 3 includes a camera 3 a and includes a menu display unit 31, an image storage unit 32, and an image processing unit 33.

メニュー表示部31は、ユーザ・インタフェース機能を有し、重畳画像を生成する重畳モードを含むモード選択メニューをユーザに表示する。画像保存部32は、背景画像保存部32aと文字・図形画像保存部32bを含み、背景画像保存部32aは、カメラ3aで撮影された背景画像を保存する。文字・図形画像保存部32bは、カメラ3aで撮影された文字・図形画像を保存する。なお、背景画像保存部32a及び文字・図形画像保存部32bは、実際は同一メモリ上の異なる格納領域に該当する。画像処理部33は、本発明の画像処理装置1に該当する機能を有している。   The menu display unit 31 has a user interface function, and displays a mode selection menu including a superposition mode for generating a superposition image to the user. The image storage unit 32 includes a background image storage unit 32a and a character / graphic image storage unit 32b. The background image storage unit 32a stores a background image captured by the camera 3a. The character / graphic image storage unit 32b stores a character / graphic image captured by the camera 3a. The background image storage unit 32a and the character / graphic image storage unit 32b actually correspond to different storage areas on the same memory. The image processing unit 33 has a function corresponding to the image processing apparatus 1 of the present invention.

ここで、携帯電話機3を用いた重畳画像作成の一連の流れについて以下(a)〜(f)に示す。
(a) ユーザは白い紙の上に黒いペンで、文字や絵(文字・図形画像D2)を描いておく。
Here, a series of flow of creating a superimposed image using the mobile phone 3 is shown in the following (a) to (f).
(A) The user draws a character or a picture (character / graphic image D2) with a black pen on white paper.

(b) 携帯電話機3のメニュー表示部31で、画像を重畳させるモードに設定する。
(c) ユーザは、背景にしたい画像(背景画像D1)を携帯電話機3のカメラ3aで撮影し、背景画像保存部32aは背景画像D1を保存する。
(B) The menu display unit 31 of the mobile phone 3 is set to a mode for superimposing an image.
(C) The user takes an image (background image D1) to be used as a background with the camera 3a of the mobile phone 3, and the background image storage unit 32a stores the background image D1.

(d) ユーザは、文字や絵を描いた紙(文字・図形画像D2)を携帯電話機3のカメラ3aで撮影し、文字・図形画像保存部32bは文字・図形画像D2を保存する。
(e) 携帯電話機3の重畳モードが動作し(画像処理部33が動作し)、背景画像の上に文字や絵が重畳された1枚の画像(重畳画像D3)が出来上がる。
(D) A user photographs paper (character / graphic image D2) on which characters and pictures are drawn with the camera 3a of the mobile phone 3, and the character / graphic image storage unit 32b stores the character / graphic image D2.
(E) The superimposing mode of the mobile phone 3 operates (the image processing unit 33 operates), and one image (superimposed image D3) in which characters and pictures are superimposed on the background image is completed.

(f) ユーザは、出来上がった画像を壁紙にしたり、メールに添付して相手に送信したりする。
以上説明したように、本発明によれば、フォーマット変換部10に、設定されたしきい値により重畳判定を行う機能を設け、重畳画像に必要な領域のみフォーマット変換を行う構成とした。これにより、1つの構成要素内で、重畳判定及びフォーマット変換を行い、かつ必要最小限のフォーマット変換を行うので、画像処理時間の低減化を図ることが可能になる。
(F) The user uses the completed image as wallpaper, or attaches it to an email and sends it to the other party.
As described above, according to the present invention, the format conversion unit 10 is provided with a function for performing superimposition determination based on a set threshold value, and is configured to perform format conversion only on a region necessary for a superimposed image. As a result, superposition determination and format conversion are performed within one component, and the minimum necessary format conversion is performed, so that it is possible to reduce the image processing time.

また、図7の画像処理システム100に、本発明の機能を使用した場合の動作フローとしては、1枚目のYUVフォーマット画像データを読み出し、しきい値による重畳判定を行い、重畳データのみにフォーマット変換を施し、メモリ105上の出力画像領域に書き込む。同様に、2枚目のYUVフォーマット画像データを読み出し、しきい値による重畳を行い、重畳データのみにフォーマット変換を施し、メモリ105上の出力画像領域に書き込み、画像を重畳する。このような動作から、従来と比べて本発明では、画像処理時間が大幅に減少することがわかる。   In addition, as an operation flow when the function of the present invention is used in the image processing system 100 of FIG. 7, the first YUV format image data is read out, and superimposition determination based on a threshold is performed, and only the superimposition data is formatted. Conversion is performed and the output image area on the memory 105 is written. Similarly, the second YUV format image data is read out, superposed by a threshold value, format conversion is performed only on the superposed data, written in the output image area on the memory 105, and the image is superimposed. From such an operation, it can be seen that the image processing time is greatly reduced in the present invention as compared with the prior art.

一方、本発明では、画像フォーマット変換及びメモリへの書き出しを重畳データのみに対して行うため、メモリ容量、消費電力を大幅に低減することが可能になる。
なお、上記の説明ではフォーマット変換としてYUV→RGBとしたが、演算処理部13のマトリックス計算の逆演算を行って、RGB→YUVのフォーマット変換を行うこともできる。また、2枚の画像を重畳して1枚の重畳画像を生成する場合を示したが、複数枚の画像に対応したしきい値を設定するレジスタを設ければ、基本的な制御は変わらずに、複数枚の画像を重畳して1枚の重畳画像を生成することもできる。
On the other hand, in the present invention, since the image format conversion and the writing to the memory are performed only for the superimposed data, the memory capacity and the power consumption can be greatly reduced.
In the above description, YUV → RGB is used as the format conversion, but it is also possible to perform the RGB → YUV format conversion by performing the inverse operation of the matrix calculation of the arithmetic processing unit 13. Also, the case where a single superimposed image is generated by superimposing two images has been shown, but if a register for setting a threshold value corresponding to a plurality of images is provided, the basic control remains unchanged. In addition, a single superimposed image can be generated by superimposing a plurality of images.

さらに、上記では本発明を、携帯電話機に適用した例について示したが、携帯電話機に限らず、多様な画像処理機能を有する装置に適用できる。例えば、グラフィック・コントローラを有するシステムに対して、グラフィック・コントローラで描画したアニメーションとして、描画領域のみを複数枚重ねて、重畳画像を生成することもできる。また、グラフィック・コントローラで描画したアニメーションのうち、例えば、赤で描画された部分だけを取り出して自然画と重ねるなどの処理も本発明により容易に行うことが可能である。   Furthermore, although the example which applied this invention to the mobile telephone was shown above, it is applicable not only to a mobile telephone but to the apparatus which has various image processing functions. For example, for a system having a graphic controller, a superimposed image can be generated by superimposing a plurality of drawing areas as animation drawn by the graphic controller. Also, the present invention can easily perform processing such as taking out only the portion drawn in red from the animation drawn by the graphic controller and overlaying it with the natural image.

本発明の画像処理装置の原理図である。1 is a principle diagram of an image processing apparatus according to the present invention. 画像処理装置の全体構成を示す図である。It is a figure which shows the whole structure of an image processing apparatus. 入力バッファ及び重畳画像領域選別部の構成を示す図である。It is a figure which shows the structure of an input buffer and a superimposition image area | region selection part. 演算処理部、出力バッファ及び画像重畳部の動作を説明するための図である。It is a figure for demonstrating operation | movement of an arithmetic processing part, an output buffer, and an image superimposition part. 本発明の携帯電話機の構成を示す図である。It is a figure which shows the structure of the mobile telephone of this invention. YUVフォーマットの分類テーブルを示す図である。It is a figure which shows the classification table of a YUV format. フォーマット変換を行う画像処理システムを示す図である。It is a figure which shows the image processing system which performs format conversion.

符号の説明Explanation of symbols

1 画像処理装置
10 フォーマット変換部
12 重畳画像領域選別部
13 演算処理部
20 画像重畳部
D1 背景画像
D2 文字・図形画像
D3 重畳画像

DESCRIPTION OF SYMBOLS 1 Image processing apparatus 10 Format conversion part 12 Superimposed image area | region selection part 13 Operation processing part 20 Image superimposition part D1 Background image D2 Character and figure image D3 Superimposed image

Claims (4)

複数の画像データの処理を行う画像処理装置において、
複数の画像データを重畳する場合に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき、画像領域を選別する重畳画像領域選別部と、選別された画像領域を、変換係数により演算して、画像データのフォーマット変換を行う演算処理部と、から構成されるフォーマット変換部と、
フォーマット変換後の複数の画像データをメモリに書き込み、重畳画像を生成し出力する画像重畳部と、
を有することを特徴とする画像処理装置。
In an image processing apparatus that processes a plurality of image data,
A superimposed image region selecting unit that sets a threshold value for determining whether or not a region is necessary for a superimposed image when a plurality of image data are superimposed, and selects an image region based on the threshold value; A format conversion unit comprising: an arithmetic processing unit that calculates the selected image region by a conversion coefficient and performs format conversion of the image data;
An image superimposing unit that writes a plurality of image data after format conversion to a memory, generates a superimposed image, and outputs;
An image processing apparatus comprising:
前記重畳画像領域選別部は、画像データを構成する第1色成分、第2色成分、第3色成分のそれぞれに対して下限しきい値と上限しきい値を設定し、3つの色成分がしきい値の範囲内に入る画像領域のみを、重畳すべき画像領域と判断することを特徴とする請求項1記載の画像処理装置。   The superimposed image region selection unit sets a lower limit threshold and an upper limit threshold for each of the first color component, the second color component, and the third color component constituting the image data, and the three color components are The image processing apparatus according to claim 1, wherein only an image area that falls within a threshold range is determined as an image area to be superimposed. 画像データのフォーマット変換を行うフォーマット変換装置において、
複数の画像データを重畳する場合に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき画像領域を選別する際に、画像データを構成する第1色成分、第2色成分、第3色成分のそれぞれに対して下限しきい値と上限しきい値を設定し、3つの色成分がしきい値の範囲内に入る画像領域を、重畳すべき画像領域と判断する重畳画像領域選別部と、
選別された画像領域を、変換係数により演算して、画像データのフォーマット変換を行う演算処理部と、
を有することを特徴とするフォーマット変換装置。
In a format conversion device that performs format conversion of image data,
When superimposing multiple image data, set a threshold value to determine whether the area is necessary for the superimposed image, and configure the image data when selecting the image area based on the threshold value A lower limit threshold and an upper limit threshold are set for each of the first color component, the second color component, and the third color component, and an image area in which the three color components fall within the threshold range, A superimposed image region selection unit that determines an image region to be superimposed;
An arithmetic processing unit that performs a format conversion of the image data by calculating the selected image area using a conversion coefficient;
A format conversion apparatus comprising:
カメラ機能を有する携帯電話機において、
重畳画像を生成する重畳モードを含むモード選択メニューをユーザに表示するメニュー表示部と、
カメラで撮影された背景画像を保存する背景画像保存部、カメラで撮影された文字・図形画像を保存する文字・図形画像保存部、を含む画像保存部と、
背景画像と文字・図形画像を重畳する場合に、重畳画像に必要な領域であるか否かを判定するためのしきい値を設定し、しきい値にもとづき画像領域を選別する際に、画像データを構成する第1色成分、第2色成分、第3色成分のそれぞれに対して下限しきい値と上限しきい値を設定し、3つの色成分がしきい値の範囲内に入る画像領域を、重畳すべき画像領域と判断する重畳画像領域選別部、選別された画像領域を、変換係数により演算して、画像データのYUVフォーマットとRGBフォーマットの変換を行う演算処理部、フォーマット変換後の背景画像と文字・図形画像をメモリに書き込み、背景画像の上に文字・図形画像が重畳された1枚の重畳画像を生成し出力する画像重畳部、から構成される画像処理部と、
を有することを特徴とする携帯電話機。

In a mobile phone having a camera function,
A menu display unit for displaying a mode selection menu including a superposition mode for generating a superposition image to the user;
An image storage unit including a background image storage unit that stores a background image captured by the camera, and a character / graphic image storage unit that stores a character / graphic image captured by the camera;
When superimposing a background image and a character / graphic image, a threshold is set for determining whether the area is necessary for the superimposed image, and the image area is selected when selecting the image area based on the threshold. An image in which the lower limit threshold and the upper limit threshold are set for each of the first color component, the second color component, and the third color component constituting the data, and the three color components fall within the threshold range. Superimposed image area selection unit that determines an area as an image area to be superimposed, an arithmetic processing unit that calculates the selected image area using a conversion coefficient, and converts the YUV format and RGB format of the image data, after format conversion An image processing unit including an image superimposing unit that writes a background image and a character / graphic image into a memory and generates and outputs a single superimposed image in which the character / graphic image is superimposed on the background image;
A mobile phone characterized by comprising:

JP2004141453A 2004-05-11 2004-05-11 Image processing apparatus Pending JP2005323293A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004141453A JP2005323293A (en) 2004-05-11 2004-05-11 Image processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004141453A JP2005323293A (en) 2004-05-11 2004-05-11 Image processing apparatus

Publications (1)

Publication Number Publication Date
JP2005323293A true JP2005323293A (en) 2005-11-17

Family

ID=35470207

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004141453A Pending JP2005323293A (en) 2004-05-11 2004-05-11 Image processing apparatus

Country Status (1)

Country Link
JP (1) JP2005323293A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007115511A1 (en) * 2006-04-11 2007-10-18 Mediatek Inc. Method and system for image overlay processing
JP2015041829A (en) * 2013-08-21 2015-03-02 株式会社エクストーン Communication system
CN113538215A (en) * 2021-06-11 2021-10-22 展讯半导体(成都)有限公司 Image format conversion method, device and system, electronic equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007115511A1 (en) * 2006-04-11 2007-10-18 Mediatek Inc. Method and system for image overlay processing
CN101322152B (en) * 2006-04-11 2011-12-07 联发科技股份有限公司 Method and system for image overlay processing
JP2015041829A (en) * 2013-08-21 2015-03-02 株式会社エクストーン Communication system
CN113538215A (en) * 2021-06-11 2021-10-22 展讯半导体(成都)有限公司 Image format conversion method, device and system, electronic equipment and storage medium
CN113538215B (en) * 2021-06-11 2022-12-27 展讯半导体(成都)有限公司 Image format conversion method, device and system, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
JP6381215B2 (en) Image processing apparatus, image processing method, display apparatus, display apparatus control method, and program
JP4065482B2 (en) Image data processing method, apparatus, storage medium, and program
JP2009038523A (en) Unit and method for processing image
JP4600424B2 (en) Development processing apparatus for undeveloped image data, development processing method, and computer program for development processing
WO2011105482A1 (en) Data-generating device, data-generating method, data-generating program, and recording medium
JP2009038498A (en) Unit and method for processing image
JP2009037585A (en) Method and system for generating immersive sensation for two-dimensional still image, method for dominating factor for generating immersive sensation, image content analysis method, and scaling parameter prediction method
JP2008217785A (en) Display controller and image data converting method
US20110216968A1 (en) Smart image resizing with color-based entropy and gradient operators
CN1655626B (en) System and method for clipping values of pixels
JP2008244588A (en) Image processing apparatus, image processing method, image processing program and camera
CN113132696A (en) Image tone mapping method, device, electronic equipment and storage medium
JP2005117407A (en) Image processor
JP2010191026A (en) Terminal outputting image data in accordance with external display device, program, and method
JP4146506B1 (en) Mosaic image generating apparatus, method and program
JP5070921B2 (en) Development processing apparatus for undeveloped image data, development processing method, and computer program for development processing
JPH11120325A (en) Image evaluating method, medium where image evaluating program is recorded, and image evaluating device
JP2005323293A (en) Image processing apparatus
JP2007142494A (en) Image processing apparatus and method, and program
JPWO2006106750A1 (en) Image processing apparatus, image processing method, and image processing program
JP4807315B2 (en) Development processing apparatus for undeveloped image data, development processing method, and computer program for executing development processing
JP2010091617A (en) Automatic setting device for character color of clock, method and program for the same
JP5026731B2 (en) On-screen display translucent realization apparatus, realization system and realization method
JP4396107B2 (en) Video display system
JP2007158928A (en) Apparatus, method and program for color space conversion

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070409

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20080729

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081125

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090324