WO2004043056A1 - 画像変換装置及び画像変換方法並びに記録媒体 - Google Patents

画像変換装置及び画像変換方法並びに記録媒体 Download PDF

Info

Publication number
WO2004043056A1
WO2004043056A1 PCT/JP2003/014172 JP0314172W WO2004043056A1 WO 2004043056 A1 WO2004043056 A1 WO 2004043056A1 JP 0314172 W JP0314172 W JP 0314172W WO 2004043056 A1 WO2004043056 A1 WO 2004043056A1
Authority
WO
WIPO (PCT)
Prior art keywords
image data
unit
reduction
unit block
reduction processing
Prior art date
Application number
PCT/JP2003/014172
Other languages
English (en)
French (fr)
Inventor
Yoichi Goda
Tadashi Kayada
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co., Ltd. filed Critical Matsushita Electric Industrial Co., Ltd.
Priority to EP03810639A priority Critical patent/EP1523170A4/en
Priority to AU2003277591A priority patent/AU2003277591A1/en
Priority to US10/520,261 priority patent/US20060056715A1/en
Publication of WO2004043056A1 publication Critical patent/WO2004043056A1/ja

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/40Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using video transcoding, i.e. partial or full decoding of a coded input stream followed by re-encoding of the decoded output stream
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4023Scaling of whole images or parts thereof, e.g. expanding or contracting based on decimating pixels or lines of pixels; based on inserting pixels or lines of pixels
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/423Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements
    • H04N19/426Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation characterised by memory arrangements using memory downsizing methods

Definitions

  • the present invention relates to an image conversion device for processing image data stored in an image memory, an image conversion method, and a recording medium.
  • FIG. 1 is a schematic diagram showing a resolution conversion method called a conventional internal method.
  • a pixel g1 after reduction is applied to a multivalued image such as a natural image before reduction.
  • the location of the image in the image is examined, and the four pixels g11, g12, g13, and g14 adjacent to the point (inner point) 1 are used, and as shown in FIG.
  • a bilinear interpolation method that determines the pixel value E of the interior point P 1 by the following calculation based on the distances i and j from 1 is used.
  • JP EG Joint Photographic Experts Group
  • CT Discrete Cosine Transform
  • the compressed data memory 11 holds the compressed image data.
  • the unit block decoding unit 12 decodes the JPEG data held in the compressed data memory 11 in units of 8 ⁇ 8 pixels, which is a unit block, and outputs the result to the unit block storage memory 13.
  • the reduction processing unit 14 reduces the image data of each unit block output from the unit block decoding unit 12 by a bilinear interpolation method using a work buffer 15 for one screen of the image size of the input data. And write it back to unit block storage memory 13.
  • the format conversion unit 16 converts the reduced image data processed by the reduction processing unit 14 into R, G, and B 5-, 6-, and 5-bit formats, and stores the converted data in the display memory 17.
  • a DCT coefficient of 8 ⁇ 8 pixels is converted into a DCT coefficient of 7 ⁇ 7 pixels or a DCT conversion coefficient of 6 ⁇ 6 pixels.
  • the image is reduced (or enlarged).
  • an arbitrary resolution conversion such as reducing the image data of 640 ⁇ 480 pixels to 636 ⁇ 479 pixels is performed. There was a problem that it was not possible to do. Disclosure of the invention
  • An object of the present invention is to provide an excellent image conversion apparatus that does not increase the memory required for decoding even if the image size of the input compressed data increases, compared to an apparatus requiring reduced display. And an image conversion method and a recording medium.
  • the image conversion device includes a reduction processing unit that performs reduction processing on unit image data cut out for each predetermined unit block for each unit, and the reduction processing unit includes: After outputting the reduced image data obtained by the reduction processing, the reduction processing is performed on the new unit image data.
  • an image conversion device comprising: a compressed data memory for storing compressed image data; and an image for decoding and outputting the image data stored in the compressed data memory for each unit.
  • a display memory for storing image data converted according to the display format.
  • a terminal device performs reduction processing on unit image data cut out for each predetermined unit block for each unit, and outputs reduced image data obtained by performing the reduction processing. Thereafter, the image processing apparatus includes an image conversion device that performs the reduction processing on new unit image data.
  • an image conversion method is obtained by an image data unit block decoding step of decoding and outputting digitized image data for each unit, and the image data unit block decoding step. And a format conversion step of converting the reduced image data obtained by the reduction processing step into a display format.
  • a recording medium storing an image conversion processing program includes: an image data unit block decoding step of decoding and outputting digitized image data for each unit; A reduction processing step of reducing the image data of each unit obtained by the decoding step; and a format conversion step of converting the reduced image data obtained by the reduction processing step into a display format.
  • FIG. 1 is a schematic diagram for explaining a method of reducing an image
  • FIG. 2 is a schematic diagram illustrating the nearest neighbor method
  • FIG. 3 is a schematic diagram illustrating the bilinear interpolation method
  • Fig. 4 is a block diagram showing the configuration of a conventional image conversion device.
  • FIG. 5 is a portable terminal device having an image conversion device according to one embodiment of the present invention. Block diagram showing the configuration of the device,
  • FIG. 6 is a block diagram illustrating a configuration of an image conversion device according to an embodiment of the present invention.
  • FIG. 7 is a schematic diagram for explaining the operation of the image conversion device according to one embodiment of the present invention.
  • FIG. 8 is a schematic diagram for explaining the operation of the image conversion device according to one embodiment of the present invention.
  • FIG. 9 is a schematic diagram for explaining the operation of the image conversion device according to one embodiment of the present invention.
  • FIG. 10 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention.
  • FIG. 11 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention.
  • FIG. 12 is a schematic diagram showing images before and after reduction according to an embodiment of the present invention.
  • FIG. 13 is a schematic diagram for explaining the operation of the image conversion device according to one embodiment of the present invention.
  • FIG. 14 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention.
  • FIG. 15 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention.
  • FIG. 16 is a schematic diagram for explaining the operation of the image conversion device according to one embodiment of the present invention.
  • FIG. 17 is a schematic diagram for explaining the operation of the image conversion device according to one embodiment of the present invention.
  • FIG. 18 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention
  • FIG. 19 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention
  • FIG. 20 is a schematic diagram for explaining the operation of the image conversion apparatus according to one embodiment of the present invention.
  • FIG. 21 is a flowchart for explaining an image conversion method according to the present invention
  • FIG. 22 is a block diagram showing a configuration of a portable terminal device according to another embodiment of the present invention.
  • the gist of the present invention is to reduce the work memory required for the reduction process even if the image size of the input image becomes large by performing the reduction process and outputting the result for each unit block when the input image is reduced. This is to avoid the size increase.
  • FIG. 5 is a block diagram showing a configuration of portable terminal device 200 having image conversion device 100 according to the present embodiment.
  • the mobile terminal device 200 performs reception processing such as frequency conversion and demodulation processing on the reception signal received via the antenna 201 by the communication processing unit 210.
  • Compressed image data (hereinafter, simply referred to as compressed data) compressed by, for example, the JPEG method included in the received signal demodulated by the communication processing unit 210 is supplied to the image conversion device 100.
  • the image conversion device 100 decodes the compressed data, converts the size of the decoded image data, and displays the converted image on a display unit 220 including a liquid crystal display element or the like. It has been done.
  • FIG. 6 is a block diagram showing the configuration of the image conversion apparatus 100.
  • parts corresponding to those in FIG. 4 are denoted by the same reference numerals.
  • the compression format of the compressed data is JPEG, and the The component is only the Y (luminance) component, and the JPEG data of 1,280 ⁇ 960 pixels is reduced to 320 ⁇ 240 pixels as an input using a linear interpolation method.
  • the case of displaying in the 6- or 5-bit format will be described.
  • a compressed data memory 11 holds compressed image data (compressed data).
  • the unit block decoding unit 12 decodes the compressed data (JPEG data) held in the compressed data memory 11 for each 8 ⁇ 8 pixel, which is a unit block, and outputs it to the unit block storage memory 13. .
  • the reduction processing unit 14 converts the image data for each unit block output from the unit block decoding unit 12 into a reduction work memory 1 15 a, a reduction column work memory 1 15 b, a reduction work line memory 1 1 5 Perform reduction processing by using the c-primary interpolation method with c and write it back to the unit block storage memory 13.
  • the format conversion section 16 converts the reduced image data processed by the reduction processing section 14 into a format of 5, 6, and 5 bits for each of RGB, and stores it in the display memory 17.
  • the display memory 17 outputs the stored image data to the display unit 220 (FIG. 5) at a predetermined timing.
  • the unit block decoding unit 12 decodes the JPEG data held in the compressed data memory 11 for each 8 ⁇ 8 pixel which is a unit block, and stores the unit block storage unit.
  • Output to memory 13 Incidentally, an 8 ⁇ 8 pixel unit block B 0 shown in FIG. 7 is assumed to be an upper left unit block of the image before reduction.
  • the reduction processing unit 14 can perform processing on the image data of the unit block B 0 held in the unit block storage memory 13 in the block by using a bilinear internal method. Perform reduction processing only in the horizontal direction as much as possible, and store the result in the reduction work memory 115a.
  • the reduction ratio in the horizontal direction is 1279Z319 due to the reduction from 1280 ⁇ 960 pixels to 320 ⁇ 240 pixels.
  • the reduction ratio when performing the reduction from 128 pixels to 320 pixels is 1279, which is the number of intervals of the array of 128 pixels, and 3200 pixels. It is defined to use the ratio with the number of intervals of the array of 3 19. Therefore, the reduction ratio when the number of pixels in the horizontal direction is reduced from 1,280 to, 320 pixels is set to 1,279,3,19.
  • the reduction ratio in the horizontal direction is 1 279 9 3 19, and in this case, in the unit block B 0 of 8 ⁇ 8 pixels before the reduction, two columns in the vertical direction (hereinafter, , A vertical column is simply called a column).
  • the position of the reduced column is the nth column
  • the position N of the column before reduction and the position of the column after reduction are The relationship with the position n is (1 279 Z3 19)
  • the result of interpolating the 4th and 5th columns before reduction stored in the unit block storage memory 13 with the weight of the 5th column (the fractional part of 127,3,19) is used.
  • Such an interpolation method is a bilinear interpolation method.
  • the bilinear interpolation method is used in the reduction processing, but instead, the nearest neighbor method using the result of rounding down or rounding down the decimal part is used. You may do it.
  • the reduction work memory 1 15 a stores the result of the horizontal reduction of the unit block B 0 of the unit block storage memory 13.
  • FIG. 9 since this is necessary for the reduction processing of the next block of the unit block B 0 that has been subjected to the horizontal reduction processing (the unit block B 1 on the right of the unit block B 0).
  • the rightmost column of the unit block B0 before reduction stored in the unit block storage memory 13 before reduction is held in the reduction work column memory 115b.
  • the horizontally reduced image data stored in the work memory for reduction 1 15 a is subjected to a bilinear interpolation method in the block as much as possible in the vertical direction.
  • the first line after reduction is the relationship between the position N of the line before reduction and the position n of the line after reduction (9559-239)
  • N 4.013
  • the fourth and fifth lines before reduction are weighted to the fifth line (9 5 9/2 3 9
  • the lowermost line before the reduction is used for the reduction work line because it is necessary for the subsequent block reduction processing as shown in Fig. 11.
  • the unit block storage memory 13 stores a reduced unit block b0 obtained by reducing the first unit block B0 (FIG. 7). Then, in this state, the format conversion unit 16 outputs the unit block storage method.
  • the image data after reduction (reduction unit block b 0) stored in memory 13 is converted into an output format of 5, 6, and 5 bits for each of RGB and stored in display memory 17.
  • the reduction processing for the first unit block B0 is completed.
  • the image conversion apparatus 100 shifts to the reduction processing of the unit block B1 subsequent to the reduced unit block B0.
  • the unit block decoding unit 12 (FIG. 6) decodes the compressed data (JP EG data) held in the compressed data memory 11 and outputs the next 8
  • the unit block B 1 of 8 pixels is output to the unit block storage memory 13.
  • the reduction processing unit 14 performs a bi-linear internal conversion on the image data of the unit block B 1 before reduction stored in the unit block storage memory 13. In the block, reduction processing is performed only in the horizontal direction as much as possible using the method, and the result is stored in the reduction work memory 115a.
  • the previous reduction result (reduction unit block b 0) obtained from the first unit block B 0 constitutes the 0th and 1st columns after the reduction processing.
  • the result of the reduction processing of the unit block B1 forms the second and third columns after the reduction processing.
  • the horizontal reduced image data stored in the reduction work memory 1 15a is subjected to bilinear interpolation within the block using bilinear interpolation. Perform reduction processing only in the vertical direction as much as possible, and store the result in the unit block storage memory 13.
  • the reduced unit block b1 which is the result of reducing the unit block B1 is stored in the unit block storage memory 13.
  • the format converter 16 converts the reduced image data stored in the unit block storage memory 13 into RGB output formats of 5, 6, and 5 bits, and outputs the converted data to the display memory 17. Store. Thereafter, the above processing is repeated. Then, the processing of the block after the processing of one horizontal line composed of 8 ⁇ 8 pixel unit blocks is completed, that is, the processing of the 160th block in this case will be described.
  • the compressed data (JP EG data) held in the compressed data memory 11 is decoded by the unit block decoding unit 12, and the 160 ⁇ 8 ⁇ 8 pixel is decoded. Is output to the unit block storage memory 13.
  • the unit processing is performed by the reduction processing unit 14.
  • the image data held in the block storage memory 13 is subjected to a reduction process in the horizontal direction as much as possible within the block using bilinear interpolation, and the result is used as the reduction work memory 1 1 5 Store in a.
  • This processing is the same as the processing of the unit block B0 described above with reference to FIG.
  • the image held in the reduction work line memory 1 15 c at the time of processing the first 8 ⁇ 8 pixel unit block B 0 described above with reference to FIG. 20 is performed using the data.
  • the first work block B 0 adjacent to the unit block B 159 to be processed this time is horizontally reduced in the work line memory for reduction 115 c.
  • the data of the bottom line (7th line) of the result is stored.
  • the bilinear interpolation method is performed using the data stored in the reduction work line memory 115c and the horizontally reduced image data stored in the reduction work memory 115a at this time.
  • the reduction process is performed only in the vertical direction as much as possible in the block, and the result is written back to the unit block storage memory 13.
  • the reduction ratio in the vertical direction is 959 ⁇ 239, which is 8 ⁇ 8 pixels.
  • two horizontal lines can be output as follows.
  • the top line after the reduction (reduction unit block b 159) (the second line of the reduction image, based on the reduction ratio in the vertical direction, is the position of the line before reduction in the same manner as in the horizontal direction).
  • the data allocated to the second line after the reduction processing is the 7th line (the data stored in the reduction work line memory 115c) and the 8th line (this time).
  • the second line from the top after the reduction (reduction unit block b 1 5 9) (the third line of the reduction image is based on the reduction ratio in the vertical direction, as in the case of the horizontal direction, and before reduction.
  • the relationship between the position N of the line and the position n of the reduced line (959/239)
  • the data allocated to the second line after the reduction processing is the 1st and 2nd lines before the reduction (the block B 159 to be processed this time is set to the horizontal direction).
  • the 4th and 5th lines from the top line of the compressed result are obtained by interpolating by bilinear interpolation. In this case as well, since it is necessary for the subsequent block reduction processing, the lowermost line before the reduction is stored in the reduction work line memory 115c.
  • the unit block storage memory 13 is in a state where the reduced unit block b159 obtained by reducing the unit block B159 (FIG. 18) is stored.
  • the format conversion unit 16 converts the reduced image data (reduced unit block b 159) stored in the unit block storage memory 13 into RGB, 5, 6, and 5 bits each.
  • the output format is stored in the display memory 17.
  • the above processing is repeated until all the image data have been processed.
  • the image conversion apparatus 100 can reduce the size of one unit before the reduction without using the work buffer 15 (Fig. 4) for one screen of the image size of the input data as in the past when reducing the image.
  • a work memory for reduction 1 15 a that can store the amount of block data
  • a peak row memory 1 15 b for reduction that can store one row of unit blocks
  • data for one line of the reduced image It is only necessary to provide a storable work line memory 1 15 c, and the capacity of these work memories required for the reduction processing can be significantly reduced.
  • the reduction process Is performed for each unit block, the reduced unit block after the completion of the reduction process is output to the display memory 17, and then the reduction process for a new unit block is performed. As the size of the image increases, there is no need to increase it.
  • FIG. 21 is a flowchart showing the operation of the image conversion method of the present invention.
  • step ST101 is a step of performing block decoding processing of image data units, and decodes and outputs digitized image data in units.
  • Step ST102 is a step of performing the above-described reduction processing with reference to FIGS. 7 to 20, and reduces the image data of each unit obtained in the image data unit block decoding processing (step ST101).
  • Step ST103 is a step of performing a format conversion process, in which the reduced image data obtained in the reduction process (step ST102) is converted according to the display format.
  • step ST104 the processing of steps ST101 to ST103 is performed in all unit blocks (in the case of JPEG, the MCU is a minimum coded unit, and in the case of MPEG, a unit called a macroblock).
  • This is a process for determining whether or not the process has been completed. If a negative result is obtained here, this means that the process is in progress, and at this time, the image conversion device 100 Returning to step ST101, the same processing is repeated.
  • a positive result is obtained in step ST104, and this processing procedure ends.
  • the required work memory is greatly reduced, the chip area is reduced, and the cost and size of the device can be reduced.
  • the required peak memory is reduced from 3,225,600 bytes to 769,248 bytes compared to the conventional method, and a memory reduction of about 76% can be achieved.
  • the compression format is JPEG
  • the reduction is from 1280 x 960 pixels to 320 x 240 pixels
  • the output format is 5, 6, and 5 bits for RGB, respectively.
  • the data type is a multi-valued image, a binary image, etc.
  • the compression format is JPEG, MPEG, etc.
  • the output format is a binary image, a half-tone image, etc.
  • Examples of the method include a bi-primary internal method, a nearest internal method, and the like.
  • the image conversion apparatus 100 of the present invention can realize a wireless communication terminal that holds only a reduced decoded image by performing decoding at the same time as decoding the compressed data for each minimum unit. This can reduce the size and cost of the device and save power.
  • An image conversion program in which the image conversion method shown in FIG. 21 is programmed may be recorded on a recording medium.
  • the recording medium used include a semiconductor memory, a magnetic storage device, an optical storage device, and a magneto-optical recording device.
  • the portable terminal device 200 having the image conversion device 100 (FIG. 5) that downloads compressed data by communication has been described.
  • the present invention is not limited to this.
  • compressed data compressed image data
  • the image conversion device 100 of the present invention can be applied to the portable terminal device 400 that performs the reduction process. Even in this case, the portable terminal device can reduce the size, cost, and power consumption of the device by holding only the reduced image data.
  • the work memory to be used is greatly reduced as compared with the related art by reducing the input image for each unit block.
  • the work memory used is not very large, and low cost and memory saving can be realized.
  • the input image can be reduced to an arbitrary size without increasing the required memory.
  • Decryption processing can be performed.
  • This invention is applicable to an image conversion apparatus, an image conversion method, a recording medium, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

画像メモリに格納された画像データを縮小処理する画像変換装置及び画像変換方法並びに記録媒体。画像変換装置(100)は、画像の縮小を行なう際に、縮小前の1単位ブロックのデータ量を格納可能な縮小用ワークメモリ(115a)と、単位ブロックの1列を格納可能な縮小用ワーク列メモリ(115b)と、縮小後の画像の1ライン分のデータを格納可能な縮小用ワークラインメモリ(115c)と、を具備する。

Description

明細書 画像変換装置及び画像変換方法並びに記録媒体 技術分野
本発明は、 画像メモリに格納された画像データを処理する画像変換装置 及び画像変換方法並びに記録媒体に関する。 背景技術
従来から、 低解像情報を高解像情報に解像度変換する方法として、 様々 な方法が提案されている。 これらの提案されている従来方法は、 対象とな る画像の種類 (例えば、 各画素に階調情報を持つ多値画像、 ディザ法や誤 差拡散法等の疑似中間調処理により 2値化された 2値画像、 固定閾値によ り 2値化された 2値画像、 文字画像等) によって、 その変換処理方法が異 なっている。
例えば図 1は、 従来の内揷方法と呼ばれる解像度変換方法を示す略線図 であり、 この內揷方法では、 自然画像等の多値画像に対して、 縮小後の画 素 g 1が縮小前の画像内のどの場所に当たるかを調べ、 その地点 (内揷点 ) 1に隣接する 4画素 g 1 1、 g 1 2、 g 1 3及び g 1 4を用い、 図 2 に示すように、 内揷点 p 1に最も近い画素 g 1 1の画素値を配列する最近 接内揷方法、 又は、 図 3に示すように、 内揷点 p 1を囲む 4点 g 1 1、 g 1 2、 g 1 3及び g 1 4 (これら 4点の画素値を A, B, C, Dとする) と内挿点!) 1との距離 i、 j により、 以下の演算によって内揷点 P 1の画 素値 Eを決定する共一次内揷法等が一般的に用いられる。
E = (1-i) (l-j)A + i(l-j)B + (1-i) jC + ijD …… (式 1 )
—方、 カラ 静止画符号化の国際標準化方式として、 J P EG (Joint Photographic Experts Group) 方式力 S定められて!/ヽる 0 J P E G¾"¾¾D C T (Discrete Cosine Transform) による変換係数の量子化と、 量子化 後の変換係数のェントロピー符号化により画像情報を圧縮する方式である 。 この圧縮方法では、 圧縮する際に例えば 8 X 8画素を 1ブロックとして 、 このブロック毎に圧縮を行なっている。
そして従来の画像変換装置では、 例えば J P E G方式で圧縮された画像 データを上述の内挿法を用いて解像度変換を行なうために、 図 4に示す構 成によつて一度全ての画像データを復号した後、 解像度変換を行なつてい る。
すなわち、 図 4に示されるように、 従来の画像変換装置 1 0において、 圧縮データ用メモリ 1 1は、 圧縮された画像データを保持する。 単位プロ ック復号部 1 2は、 圧縮データ用メモリ 1 1に保持されている J P E Gデ ーダを単位プロックである 8 X 8画素毎に復号し単位プロック格納用メモ リ 1 3に出力する。 縮小処理部 1 4は、 単位プロック復号部 1 2から出力 された単位ブロック毎の画像データを、 入力データの画像サイズ 1画面分 のワークバッファ 1 5を用いて共一次内揷法により縮小処理を行ない、 単 位プロック格納用メモリ 1 3に書き戻す。 形式変換部 1 6は、 縮小処理部 1 4で処理された縮小後の画像データを R G B各 5、 6、 5ビッ トの形式 に変換し、 表示用メモリ 1 7に格納する。
このようにして、 従来の画像変換装置 1 0では、 入力データの画像サイ ズ 1画面分のワークバッファ 1 5を用いて縮小処理を行なうようになされ ている。
また、 その他の解像度変換方法として、 D C T処理を行なう際に使用す る基底行列を所望の解像度に合わせて操作し、 解像度変換を行なう方法が 例えば特開平 7 — 1 2 9 7 5 9号公報 (第 5頁) に記載されている。
しかしながら、 従来の画像変換装置 1 0 (図 4 ) では、 一度全ての画像 データを復号した後、 解像度変換を行なっているため、 入力の圧縮データ の画像サイズが大きくなると、 復号する際に必要となるメモリも増大する ことになり、 装置のサイズアップ、 ならびにコス トアップを伴うという問 題があった。
また、 特開平 7— 1 2 9 7 5 9号公報に示される方法では、 例えば 8 X 8画素の D C T係数を 7 X 7画素の D C T係数や 6 X 6画素の D C T変換 係数に変換することによって画像を縮小 (または拡大) するようになされ ており、 このような方法では、 例えば 6 4 0 X 4 8 0画素の画像データを 6 3 9 X 4 7 9画素に縮小するような任意の解像度変換を行なうことがで きないという問題があった。 発明の開示
本発明の目的は、 縮小表示を必要とする装置に対し、 入力される圧縮デ ータの画像サイズが増大しても復号するために必要なメモリが増大するこ とのない優れた画像変換装置及び画像変換方法並びに記録媒体を提供する ことである。
本発明の一形態によれば、 画像変換装置は、 所定単位ブロック毎に切り 出された単位画像データを、 その単位毎に縮小処理する縮小処理手段を具 備し、 前記縮小処理手段は、 前記縮小処理されてなる縮小画像データを出 力した後、 新たな単位画像データに対して前記縮小処理を施す。
本発明の他の形態によれば、 画像変換装置は、 圧縮された画像データを 格納する圧縮データ用メモリ と、 前記圧縮データ用メモリに格納されてい る画像データを単位毎に復号し出力する画像データ単位プロック復号部と 、 前記画像データ単位プロック復号部から出力される単位プロック毎の画 像データを格納する単位プロック格納用メモリと、 前記単位プロック格納 用メモリに記録されている単位毎の画像データを縮小する縮小処理部と、 前記縮小処理部から出力される縮小後の画像データを格納する縮小処理用 メモリと、 前記縮小処理部での一時情報を格納するワークメモリと、 前記 縮小処理用メモリに記録されている縮小後の画像データを表示形式に合わ せて変換を行なう形式変換部と、 前記表示形式に合わせて変換された画像 データを格納する表示用メモリ と、 を具備する。
本発明のさらに他の形態によれば、 端末装置は、 所定単位プロック毎に 切り出された単位画像データを、 その単位毎に縮小処理するとともに、 前 記縮小処理されてなる縮小画像データを出力した後、 新たな単位画像デー タに対して前記縮小処理を施す画像変換装置を具備する。
上記端末装置において、 好ましくは、 縮小された画像データのみを保持 する。
本発明のさらに他の形態によれば、 画像変換方法は、 ディジタル化され た画像データを単位毎に復号し出力する画像データ単位プロック復号ステ ップと、 前記画像データ単位プロック復号ステップによって得られた単位 毎の画像データを縮小する縮小処理ステップと、 前記縮小処理ステップに よって得られた縮小後の画像データを表示形式に合わせて変換を行なう形 式変換ステップと、 を具備する。
本発明のさらに他の形態によれば、 画像変換処理プログラムを格納した 記録媒体は、 ディジタル化された画像データを単位毎に復号し出力する画 像データ単位プロック復号ステップと、 前記画像データ単位プロック復号 ステップによって得られた単位毎の画像データを縮小する縮小処理ステツ プと、 前記縮小処理ステップによって得られた縮小後の画像データを表示 形式に合わせて変換を行なう形式変換ステップと、 を含む。 図面の簡単な説明
図 1は、 画像の縮小方法を説明するための略線図、
図 2は、 最近接内揷方法を説明するための略線図、
図 3は、 共一次内挿法を説明するための略線図、
図 4は、 従来の画像変換装置の構成を示すプロック図、
図 5は、 本発明の一実施の形態に係る画像変換装置を有する携帯端末装 置の構成を示すプロック図、
図 6は、 本発明の一実施の形態に係る画像変換装置の構成を示すプロッ ク図、
図 7は、 本発明の一実施の形態に係る画像変換装置の動作を説明するた めの略線図、
図 8は、 本発明の一実施の形態に係る画像変換装置の動作を説明するた めの略線図、
図 9は、 本発明の一実施の形態に係る画像変換装置の動作を説明するた めの略線図、
図 1 0は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 1は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 2は、 本発明の一実施の形態における縮小前後の画像を示す略線図 、
図 1 3は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 4は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 5は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 6は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 7は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 1 8は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、 図 1 9は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 2 0は、 本発明の一実施の形態に係る画像変換装置の動作を説明する ための略線図、
図 2 1は、 本発明に係る画像変換方法を説明するためのフロー図、 図 2 2は、 本発明の他の実施の形態による携帯端末装置の構成を示すブ ロック図、 である。 発明を実施するための最良の形態
本発明の骨子は、 入力画像を縮小処理する際に、 各単位プロックごとに 縮小処理及びその結果の出力を行なうことにより、 入力画像の画像サイズ が大きくなっても、 縮小処理に要するワークメモリのサイズが大きくなる ことを回避することである。
以下、 本発明の実施の形態について、 図面を参照して詳細に説明する。 図 5は、 本実施の形態に係る画像変換装置 1 0 0を有する携帯端末装置 2 0 0の構成を示すブロック図である。 この携帯端末装置 2 0 0は、 アン テナ 2 0 1を介して受信した受信信号に対して、 通信処理部 2 1 0によつ て周波数変換等の受信処理、 及び復調処理を行なう。
通信処理部 2 1 0において復調された受信信号に含まれる例えば J P E G方式で圧縮された圧縮画像データ (以下、 これを単に圧縮データと呼ぶ ) は、 画像変換装置 1 0 0に供給される。
画像変換装置 1 0 0は、 圧縮データを復号するとともに、 この復号され た画像データのサイズを変換し、 変換された画像を、 液晶表示素子等で構 成された表示部 2 2 0に表示させるようになされている。
図 6は、 画像変換装置 1 0 0の構成を示すプロック図である。 この図 6 において、 図 4との対応部分には同一符号を付すものとする。
以下の説明では、 圧縮データの圧縮形式を J P E Gとし、 含まれるコン ポーネントは Y (輝度) 成分のみであり、 入力として 1 2 8 0 X 9 6 0画 素の J P EGデータを 3 20 X 240画素に共一次内揷法を用いて縮小し 、 RGB各 5·、 6、 5ビットの形式で表示する場合について説明する。 図 6において、 圧縮データ用メモリ 1 1は、 圧縮された画像データ (圧 縮データ) を保持する。 単位プロック復号部 1 2は、 圧縮データ用メモリ 1 1に保持されている圧縮データ (J P EGデータ) を単位ブロックであ る 8 X 8画素毎に復号し単位プロック格納用メモリ 1 3に出力する。 縮小 処理部 1 4は、 単位ブロック復号部 1 2から出力された単位プロック毎の 画像データを縮小用ワークメモリ 1 1 5 a、 縮小用列ワークメモリ 1 1 5 b、 縮小用ワークラインメモリ 1 1 5 cを用いて共一次内揷法により縮小 処理を行ない、 単位ブロック格納用メモリ 1 3に書き戻す。 形式変換部 1 6は、 縮小処理部 1 4で処理された縮小後の画像データを RGB各 5、 6 、 5ビッ トの形式に変換し、 表示用メモリ 1 7に格納する。 表示用メモリ 1 7は、 格納されている画像データを所定のタイミングで表示部 2 20 ( 図 5) に出力する。
次に画像変換装置 1 0 0の動作について、 図面を用いて説明する。
まず、 図 7に示すように、 単位ブロック復号部 1 2は、 圧縮データ用メ モリ 1 1に保持されている J P EGデータを単位ブロックである 8 X 8画 素毎に復号し単位プロック格納用メモリ 1 3に出力する。 因みに、 図 7に 示される 8 X 8画素の単位ブロック B 0は、 縮小前の画像の左上の単位プ ロックであるものとする。
次に、 図 8に示すように縮小処理部 1 4は、 単位ブロック格納用メモリ 1 3に保持されている単位プロック B 0の画像データに対し、 共一次内揷 法を用いてプロック内で可能な限り横方向のみの縮小処理を行ない、 結果 を縮小用ワークメモリ 1 1 5 aに格納する。 この場合、 1 2 80 X 9 6 0 画素から 3 20 X 240画素への縮小であることにより、 横方向について の縮小率は、 1 2 7 9Z3 1 9となる。 なお、 この実施の形態の場合、 1 2 8 0画素から 3 2 0画素への縮小を 行なう際の縮小率は、 1 28 0画素の配列の間隔数である 1 2 7 9と、 3 20画素の配列の間隔数である 3 1 9との比を用いるように定義する。 従 つて、 横方向の画素数を 1 2 8 0画素から 3 20画素へ縮小する場合の縮 小率を 1 2 7 9 Z 3 1 9とする。
このように、 横方向についての縮小率は、 1 2 7 9Z3 1 9となり、 こ の場合、 縮小前の 8 X 8画素の単位プロック B 0内では、 以下の通り縦方 向の 2列 (以下、 縦方向の列を単に列と呼ぶ) の出力が可能である。
すなわち、 この縮小処理の縮小率は、 1 2 7 9Z3 1 9 = 4. 00 9で あり、 縮小後の列の位置を第 n列とすると、 縮小前の列の位置 Nと縮小後 の列の位置 nとの関係は、 ( 1 2 7 9Z3 1 9) Xn =Nとなる。 従って 、 図 8に示されるように、 縮小用ワークメモリ 1 1 5 aに格納される縮小 後の 0列目 (n = 0) は、 (1 2 7 9Z3 1 9) X 0 = 0であることから 、 単位ブロック格納用メモリ 1 3に格納されている縮小前 0歹【J目と 1列目 を 1列目の重み 0で補間した結果を用いる。 すなわち、 縮小後の 0列目は 、 縮小前の 0列目をそのまま用いることとなる。
また、 縮小用ワークメモリ 1 1 5 aに格納されている縮小後の 1列目 ( n = 1) は、 ( 1 2 7 9Z3 1 9) X 1 = 4. 00 9であること力、ら、 単 位ブロック格納用メモリ 1 3に格納されている縮小前の 4列目と 5列目を 5列目の重み ( 1 2 7 9 /3 1 9の小数部) で補間した結果を用いる。 こ のような補間方法が、 共一次内挿法である。 因みに、 この実施の形態の場 合には、 縮小処理において共一次内揷法を用いているが、 これに代えて、 小数部を切り捨て又は四捨五入した結果を用いた最近接内揷法を用いるよ うにしてもよい。
かく して、 図 8に示されるように、 縮小用ワークメモリ 1 1 5 aには、 単位ブロック格納用メモリ 1 3の単位ブロック B 0を横方向に縮小した結 果が格納される。 ここで、 図 9に示すように、 このとき横方向の縮小処理が施された単位 プロック B 0の次ブロック (単位ブロック B 0の右隣りの単位プロック B 1) の縮小処理に必要となるため、 単位プロック格納用メモリ 1 3に格納 されている縮小前の単位プロック B 0の最右端列を縮小用ワーク列メモリ 1 1 5 bに保持する。 次に、 図 1 0に示すように縮小用ワークメモリ 1 1 5 aに格納されている横方向縮小済みの画像データに対し、 共一次内揷法 を用いてブロック内で可能な限り縦方向のみの縮小処理を行ない、 結果を 単位ブロック格納用メモリ 1 3に書き戻す。 この場合、 1 2 8 0 X 9 6 0 画素から 3 2 0 X 240画素への縮小なので、 縦方向についての縮小率は 、 9 5 972 3 9となり、 8 X 8画素の単位ブロック B 0内では、 以下の 通り横 2ラインの出力が可能である。 なお、 ここでは、 横方向のラインを 端にラインと呼ぶ。
すなわち、 縮小後 (縮小単位ブロック b O) の最上ライン (縮小画像の 0ライン目は、 縦方向の縮小率に基づいて、 横方向の場合と同様にして、 縮小前のラインの位置 Nと縮小後のラインの位置 nとの関係 ( 9 5 9 /2 3 9) X n =Nにおいて、 n = 0を代入することにより、 N= 0となり、 縮小前 0ライン目と 1ライン目を 1ライン目の重み 0で補間した結果とな る。 また、 縮小後の 1ライン目は、 縮小前のラインの位置 Nと縮小後のラ インの位置 nとの関係 (9 5 9ノ2 3 9) X n =Nにおいて、 n = 1を代 入することにより、 N=4. 0 1 3となり、 縮小前の 4ライン目と 5ライ ン目を 5ライン目の重み ( 9 5 9/2 3 9の小数部) で補間した結果とな る。 ここで、 図 1 1に示すように以降のブロックの縮小処理に必要となる ため、 縮小前の最下端ラインを縮小用ワークラインメモリ 1 1 5 cに保持 する。
かく して、 単位ブロック格納用メモリ 1 3には、 最初の単位プロック B 0 (図 7) を縮小してなる縮小単位プロック b 0が格納された状態となる 。 そして、 この状態において、 形式変換部 1 6は、 単位ブロック格納用メ モリ 1 3に格納されている縮小後の画像データ (縮小単位ブロック b 0) を、 RGB各 5、 6、 5ビッ トの出力形式に変換し、 表示用メモリ 1 7に 格納する。
このようにして、 最初の単位プロック B 0についての縮小処理が完了す る。 これに続いて、 図 1 2に示すように、 画像変換装置 1 0 0は、 縮小処 理済みの単位プロック B 0に続く単位ブロック B 1の縮小処理に移る。 こ の場合、 図 1 3に示すように、 単位ブロック復号部 1 2 (図 6) は、 圧縮 データ用メモリ 1 1に保持されている圧縮データ (J P EGデータ) を復 号し、 次の 8 X 8画素の単位プロック B 1を単位プロック格納用メモリ 1 3に出力する。 そして、 図 1 4に示すように、 縮小処理部 1 4は、 単位ブ 口ック格納用メモリ 1 3に保持されている縮小前の単位プロック B 1の画 像データに対し、 共一次内揷法を用いてプロック内で可能な限り横方向の みの縮小処理を行ない、 その結果を縮小用ワークメモリ 1 1 5 aに格納す る。
因みに、 最初の単位ブロック B 0から得られた先の縮小結果 (縮小単位 ブロック b 0) 力 縮小処理後の第 0列及ぴ第 1列を構成するものである から、 今回の縮小処理前の単位プロック B 1を縮小処理した結果は、 縮小 処理後の第 2列及び第 3列を構成するものとなる。 すなわち、 横方向の縮 小率に基づいて上述した縮小前の列の位置 Nと縮小後の列の位置 nとの関 係 ( 1 2 7 9/3 1 9) X n =Nにおいて、 n = 2を代入することにより 、 N= 8. 0 1 9となり、 この縮小処理後の第 2列に割り当てられるデー タは、 縮小前の第 7列 (最初の単位プロック B 0の最右端列) 及び第 8列 (今回処理する単位プロック B 1の最左端列) を共一次内揷法によって補 間することによって得られる。
また、 縮小処理後の第 3列 (図 1 4) については、 縮小前の列の位置 N と縮小後の列の位置 nとの関係 (1 2 7 9Z3 1 9) X n=Nにおいて、 n = 3を代入することにより、 N= 1 2. 0 2 8となり、 この縮小処理後 の第 3列に割り当てられるデータは、 縮小前の第 1 2列 (今回処理する単 位プロック B 1の左から 5番目の列) 及び第 1 3列 (今回処理する単位ブ ロック B 1の左から 6番目の列) を共一次内揷法によって補間することに よって得られる。 このようにして、 単位プロック B 1についても横方向の 縮小処理が行われる。
ここで図 1 5に示すように、 次ブロック (縮小前の単位ブロック B 2) での縮小処理のため、 単位ブロック格納用メモリ 1 3に格納されている今 回の単位プロック B 1の縮小前の最右端ラインを縮小用ワーク列メモリ 1 1 5 bに格納する。
次に、 前ブロックと同様に、 図 1 6に示すように、 縮小用ワークメモリ 1 1 5 aに格納されている横方向縮小済み画像データに対し、 共一次内挿 法を用いてプロック内で可能な限り縦方向のみの縮小処理を行ない、'その 結果を単位ブロック格納用メモリ 1 3に格納する。 かく して、 単位ブロッ ク格納用メモリ 1 3には、 単位ブロック B 1を縮小した結果である縮小単 位ブロック b 1が格納されたことになる。
ここで、 図 1 7に示すように、 以降のプロックの縮小処理に必要となる ため、 縮小前の最下端ラインを縮小用ワークラインメモリ 1 1 5 cに保持 する。 次に、 形式変換部 1 6で単位ブロック格納用メモリ 1 3に格納され ている縮小後の画像データに対し、 RGB各 5、 6、 5ビッ トの出力形式 に変換し表示用メモリ 1 7に格納する。 以降では、 上記の処理を繰り返す 。 そして 8 X 8画素の単位プロックでなる横 1ラインの処理が完了した後 のブロックの処理、 つまりこの場合 1 6 0個目のブロックの処理について 説明する。
図 1 8に示すように、 まず、 単位ブロック復号部 1 2で圧縮データ用メ モリ 1 1に保持されている圧縮データ (J P EGデータ) を復号し、 1 6 0個目の 8 X 8画素の単位プロック B 1 5 9を単位プロック格納用メモリ 1 3に出力する。 次に、 図 1 9に示すように、 縮小処理部 1 4で単位プロ ック格納用メモリ 1 3に保持されている画像データに対し、 共一次内挿法 を用いてブロック内で可能な限り横方向のみの縮小処理を行ない、 その結 果を縮小用ワークメモリ 1 1 5 aに格納する。 この処理については図 8に ついて上述した単位ブロック B 0の処理と同様である。 次に、 縦方向 (列 ) の縮小の際に、 図 1 1について上述した、 最初の 8 X 8画素の単位プロ ック B 0の処理時に縮小用ワークラインメモリ 1 1 5 cに保持した画像デ ータを用いて、 図 20に示す通りの処理を行なう。
すなわち、 図 1 1について上述したように、 縮小用ワークラインメモリ 1 1 5 cには、 今回処理する単位プロック B 1 5 9の上に隣接する最初の 単位ブロック B 0を横方向に縮小処理した結果の最下ライン (第 7ライン ) のデータが格納されている。
そして、 縮小用ワークラインメモリ 1 1 5 cに格納されているデータと 、 このとき縮小用ワークメモリ 1 1 5 aに格納されている横方向縮小済み の画像データを用いて、 共一次内挿法を用いてプロック内で可能な限り縦 方向のみの縮小処理を行ない、 結果を単位ブロック格納用メモリ 1 3に書 き戻す。 この場合、 上述したように、 1 28 0 X 9 6 0画素から 3 2 0 X 240画素への縮小なので、 縦方向についての縮小率は、 9 5 9ノ 2 3 9 となり、 8 X 8画素の単位プロック B 1 5 9内では、 以下の通り横 2ライ ンの出力が可能である。
すなわち、 縮小後 (縮小単位プロック b 1 5 9) の最上ライン (縮小画 像の 2ライン目は、 縦方向の縮小率に基づいて、 横方向の場合と同様にし て、 縮小前のラインの位置 Nと縮小後のラインの位置 nとの関係 (9 5 9 / 2 3 9 ) X n =Nにおいて、 n = 2を代入することにより、 N= 8. 0
1 9となり、 この縮小処理後の第 2ラインに割り当てられるデータは、 縮 小前の第 7ライン (縮小用ワークラインメモリ 1 1 5 cに格納されている データ) 及び第 8ライン (今回処理する単位ブロック B 1 5 9を横方向に 圧縮した結果の最上ライン) を共一次内揷法によつて補間することによつ て得られる。
また、 縮小後 (縮小単位ブロック b 1 5 9) の上から 2番目のライン ( 縮小画像の 3ライン目は、 縦方向の縮小率に基づいて、 横方向の場合と同 様にして、 縮小前のラインの位置 Nと縮小後のラインの位置 nとの関係 ( 9 5 9 / 2 3 9 ) Xn=Nにおいて、 n = 3を代入することにより、
1 2. 0 3 8となり、 この縮小処理後の第 2ラインに割り当てられるデー タは、 縮小前の第 1 2ライン及び第 1 3ライン (今回処理する単位ブロッ ク B 1 5 9を横方向に圧縮した結果の最上ラインから 4ライン目及び 5ラ イン目) を共一次内挿法によって補間することによって得られる。 なお、 この場合においても、 以降のプロックの縮小処理に必要となるため、 縮小 前の最下端ラインを縮小用ワークラインメモリ 1 1 5 cに保持する。
かくして、 単位プロック格納用メモリ 1 3には、 単位ブロック B 1 5 9 (図 1 8) を縮小してなる縮小単位ブロック b 1 5 9が格納された状態と なる。 そして、 この状態において、 形式変換部 1 6は、 単位ブロック格納 用メモリ 1 3に格納されている縮小後の画像データ (縮小単位プロック b 1 5 9) を、 RGB各 5、 6、 5ビッ トの出力形式に変換し、 表示用メモ リ 1 7に格納する。 以下、 上記の処理を全ての画像データを処理し終える まで繰り返す。
このように、 画像変換装置 1 00では、 画像の縮小を行なう際に、 従来 のような入力データの画像サイズ 1画面分のワークバッファ 1 5 (図 4) を用いることなく、 縮小前の 1単位プロックのデータ量を格納可能な縮小 用ワークメモリ 1 1 5 a と、 単位ブロックの 1列を格納可能な縮小用ヮー ク列メモリ 1 1 5 bと、 縮小後の画像の 1ライン分のデータを格納可能な 縮小用ワークラインメモリ 1 1 5 cとを設けるだけでよく、 縮小処理に必 要とされるこれらワークメモリの容量を格段的に小さくすることができ'る そして、 この画像変換装置 1 00における縮小処理では、 その縮小処理 を単位プロックごとに行ない、 縮小処理が完了した縮小単位プロックを表 示メモリ 1 7に出力した後、 新たな単位ブロックについての縮小処理を行 なうことにより、 ワークメモリの容量は、 縮小前の画像のサイズが大きく なっても、 大きくする必要が無くなる。
次に、 本発明の画像変換方法について説明する。 図 2 1は本発明の画像 変換方法の動作を表すフロー図である。
図 2 1において、 ステップ S T 1 0 1は、 画像データ単位プロック復号 処理を行うステップであり、 ディジタル化された画像データを単位毎に復 号し出力する。 また、 ステップ S T 1 0 2は、 図 7〜図 20について上述 した縮小処理を行なうステップであり、 画像データ単位ブロック復号処理 (ステップ S T 1 0 1) において得られる単位毎の画像データを縮小する 。 ステップ S T 1 0 3は、 形式変換処理を行なうステップであり、 縮小処 理 (ステップ S T 1 0 2) において得られる縮小後の画像データを表示形 式に合わせて変換を行なう。
そして、 ステップ S T 1 04は、 ステップ S T 1 0 1〜ステップ S T 1 0 3の処理が全ての単位ブロック ( J P EGの場合は MCU: Minimum Co ded Unitであり、 MP E Gではマクロブロックと呼ばれる単位) の処理が 終了したか否かを判断する処理であり、 ここで否定結果が得られると、 こ のことは処理途中であることを意味しており、 このとき画像変換装置 1 0 0は上述のステップ S T 1 0 1に戻って、 同様の処理を繰り返す。 そして 、 全ての単位プロックの処理が終了するとステップ S T 1 04において肯 定結果が得られることにより、 この処理手順を終了する。
このように、 本実施の形態によれば、 必要なワークメモリを大幅に削減 したため、 チップ面積が小さくなり、 装置のコス トならびにサイズを小さ くすることができる。 本実施の形態の場合、 従来方法に比べ使用するヮー クメモリは、 3, 225, 600byteから 769, 248byteに削減され、 約 76%のメモリ 削減が達成可能である。 因みに、 以上の説明では圧縮形式が J P E Gで、 1 2 8 0 X 9 6 0画素 から 3 2 0 X 2 4 0画素への縮小で、 出力形式が R G B各 5、 6、 5ビッ トで、 縮小方法が共一次内挿法の場合について説明したが、 どのようなデ ータ種別、 圧縮形式、 縮小パターン、 出力形式、 縮小方法の場合でも適用 できることは言うまでもない。 この場合のデータ種別としては、 多値画像 、 2値画像等であり、 圧縮形式としては、 J P E G、 M P E G等であり、 出力形式には、 2値画像、 中間擬似階調画像等であり、 縮小方法としては 、 共一次内揷法、 最近接内揷法等が挙げられる。
また、 本発明の画像変換装置 1 0 0は、 圧縮データの最小単位毎の復号 と同時に縮小を行なうことにより、 縮小されたデコード画像のみを保持す る無線通信端末を実現することができる。 これにより、 装置の小型化およ びコストの削減並びに省電力化が図れる。
また、 図 2 1に示した画像変換方法をプログラム化した画像変換プログ ラムを記録媒体に記録するようにしても良い。 この場合、 用いる記録媒体 として、 例えば半導体メモリ、 磁気記憶装置、 光記憶装置、 光磁気記録装 置がある。
また、 上述の実施の形態においては、 画像変換装置 1 0 0を有する携帯 端末装置 2 0 0 (図 5 ) として、 圧縮データを通信によってダウンロード するものについて述べたが、 本発明はこれに限らず、 例えば、 図 2 2に示 すように、 圧縮データ (圧縮された画像データ) を格納したメモリカード 4 0 1から読取り部 4 1 0によって圧縮データを読み取り、 この読み取つ た圧縮データを復号し、 縮小処理する携帯端末装置 4 0 0においても本発 明の画像変換装置 1 0 0を適用することができる。 この場合においても、 携帯端末装置は、 縮小された画像データのみを保持することにより、 装置 の小型化およびコス トの削減並びに省電力化が図れる。
以上説明したように、 本発明によれば、 入力画像を単位プロックごとに 縮小処理することにより、 使用するワークメモリを従来に比べ大幅に削減 した画像変換装置を実現することができ、 入力の画像サイズがどれだけ大 きくなろうとも使用するワークメモリが增大せず、 低コス ト、 省メモリ と することが可能となる。
また、 本発明によれば、 入力画像を単位ブロックごとに縮小処理するこ とにより、 入力圧縮データの画像サイズが増大しても、 必要なメモリを増 やすことなく任意サイズへの縮小をしつつ復号処理を行なうことが可能と なる。
本明細書は、 200 2年 1 1月 8日出願の特願 20 0 2— 3 2 5 9 1 2 に基づくものである。 この内容を全てここに含めておく。 産業上の利用の可能性
本発明は、 画像変換装置及び画像変換方法並びに記録媒体等に適用する ことができる。

Claims

請求の範囲
1 . 所定単位ブロック毎に切り出された単位画像データを、 その単位毎 に縮小処理する縮小処理手段を具備し、
前記縮小処理手段は、 前記縮小処理されてなる縮小画像データを出力し た後、 新たな単位画像データに対して前記縮小処理を施すことを特徴とす る画像変換装置。
2 . 圧縮された画像データを格納する圧縮データ用メモリと、
前記圧縮データ用メモリに格納されている画像データを単位毎に復号し 出力する画像データ単位ブロック復号部と、
前記画像データ単位プロック復号部から出力される単位プロック毎の画 像データを格納する単位プロック格納用メモリと、
前記単位プロック格納用メモリに記録されている単位毎の画像データを 縮小する縮小処理部と、
前記縮小処理部から出力される縮小後の画像データを格納する縮小処理 用メモリ と、
前記縮小処理部での一時情報を格納するワークメモリ と、
前記縮小処理用メモリに記録されている縮小後の画像データを表示形式 に合わせて変換を行なう形式変換部と、
前記表示形式に合わせて変換された画像データを格納する表示用メモリ と、
を具備することを特徴とする画像変換装置。
3 . 所定単位ブロック毎に切り出された単位画像データを、 その単位毎 に縮小処理するとともに、 前記縮小処理されてなる縮小画像データを出力 した後、 新たな単位画像データに対して前記縮小処理を施す画像変換装置 を具備することを特徴とする端末装置。
4 . 縮小された画像データのみを保持することを特徴とする請求の範囲 第 3項記載の端末装置。
5 . ディジタル化された画像データを単位毎に復号し出力する画像デー タ単位ブロック復号ステップと、
前記画像データ単位プロック復号ステップによって得られた単位毎の画 像データを縮小する縮小処理ステップと、
前記縮小処理ステップによつて得られた縮小後の画像データを表示形式 に合わせて変換を行なう形式変換ステップと、
を具備することを特徴とする画像変換方法。
6 . ディジタル化された画像データを単位毎に復号し出力する画像デー タ単位プロック復号ステップと、
前記画像データ単位プロック復号ステップによって得られた単位毎の画 像データを縮小する縮小処理ステップと、
前記縮小処理ステップによつて得られた縮小後の画像データを表示形式 に合わせて変換を行なう形式変換ステツプと、
を含む画像変換処理プログラムを格納した記録媒体。
PCT/JP2003/014172 2002-11-08 2003-11-07 画像変換装置及び画像変換方法並びに記録媒体 WO2004043056A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP03810639A EP1523170A4 (en) 2002-11-08 2003-11-07 IMAGE CONVERSION DEVICE, IMAGE CONVERSION METHOD, AND RECORDING MEDIUM
AU2003277591A AU2003277591A1 (en) 2002-11-08 2003-11-07 Image conversion device, image conversion method, and recording medium
US10/520,261 US20060056715A1 (en) 2002-11-08 2003-11-07 Image conversion device, image conversion method, and recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2002325912A JP2004165733A (ja) 2002-11-08 2002-11-08 画像変換装置及び画像変換方法並びに記録媒体
JP2002-325912 2002-11-08

Publications (1)

Publication Number Publication Date
WO2004043056A1 true WO2004043056A1 (ja) 2004-05-21

Family

ID=32310489

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2003/014172 WO2004043056A1 (ja) 2002-11-08 2003-11-07 画像変換装置及び画像変換方法並びに記録媒体

Country Status (6)

Country Link
US (1) US20060056715A1 (ja)
EP (1) EP1523170A4 (ja)
JP (1) JP2004165733A (ja)
CN (1) CN1692625A (ja)
AU (1) AU2003277591A1 (ja)
WO (1) WO2004043056A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8630511B2 (en) 2005-09-15 2014-01-14 Spansion Llc Image processing apparatus and method for image resizing matching data supply speed

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7346220B2 (en) 2003-07-23 2008-03-18 Seiko Epson Corporation Method and apparatus for reducing the bandwidth required to transmit image data
JP4196782B2 (ja) * 2003-08-26 2008-12-17 セイコーエプソン株式会社 画像処理装置及び画像処理をコンピュータに実行させる画像処理プログラム
US7421130B2 (en) 2004-06-25 2008-09-02 Seiko Epson Corporation Method and apparatus for storing image data using an MCU buffer
US7386178B2 (en) 2004-07-29 2008-06-10 Seiko Epson Corporation Method and apparatus for transforming the dimensions of an image
JP5018000B2 (ja) * 2006-10-05 2012-09-05 株式会社明電舎 データ処理方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0918698A (ja) * 1995-07-04 1997-01-17 Canon Inc 画像処理装置および画像処理方法
JPH0955851A (ja) * 1995-08-16 1997-02-25 Nec Corp ファクシミリ装置
JP2001094791A (ja) * 1999-09-27 2001-04-06 Hitachi Kokusai Electric Inc 画像ノイズ削減方法及び画像ノイズ削減装置並びに画像入力方法及び画像入力装置
JP2002262058A (ja) * 2001-03-01 2002-09-13 Fuji Photo Film Co Ltd 画像処理方法および装置並びに記録媒体

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5267333A (en) * 1989-02-28 1993-11-30 Sharp Kabushiki Kaisha Image compressing apparatus and image coding synthesizing method
JP2989364B2 (ja) * 1992-03-12 1999-12-13 シャープ株式会社 画像処理装置及び画像処理方法
US5614952A (en) * 1994-10-11 1997-03-25 Hitachi America, Ltd. Digital video decoder for decoding digital high definition and/or digital standard definition television signals
US5444491A (en) * 1993-02-26 1995-08-22 Massachusetts Institute Of Technology Television system with multiple transmission formats
JP4280319B2 (ja) * 1998-03-11 2009-06-17 キヤノン株式会社 画像処理装置、画像処理方法及びコンピュータ読み取り可能な記憶媒体

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0918698A (ja) * 1995-07-04 1997-01-17 Canon Inc 画像処理装置および画像処理方法
JPH0955851A (ja) * 1995-08-16 1997-02-25 Nec Corp ファクシミリ装置
JP2001094791A (ja) * 1999-09-27 2001-04-06 Hitachi Kokusai Electric Inc 画像ノイズ削減方法及び画像ノイズ削減装置並びに画像入力方法及び画像入力装置
JP2002262058A (ja) * 2001-03-01 2002-09-13 Fuji Photo Film Co Ltd 画像処理方法および装置並びに記録媒体

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1523170A4 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8630511B2 (en) 2005-09-15 2014-01-14 Spansion Llc Image processing apparatus and method for image resizing matching data supply speed

Also Published As

Publication number Publication date
EP1523170A1 (en) 2005-04-13
EP1523170A4 (en) 2006-01-04
US20060056715A1 (en) 2006-03-16
CN1692625A (zh) 2005-11-02
AU2003277591A1 (en) 2004-06-07
JP2004165733A (ja) 2004-06-10

Similar Documents

Publication Publication Date Title
US8116579B2 (en) Method and system for data compression
US8031937B2 (en) Frame buffer compression and decompression method for graphics rendering
CN102547283B (zh) 动态视频数据压缩的设备和方法
JP4782181B2 (ja) エントロピー復号化回路、エントロピー復号化方法、およびパイプライン方式を利用したエントロピー復号化方法
JP4151684B2 (ja) 符号化装置、符号化方法および符号化プログラム、並びに撮像装置
US9894371B2 (en) Video decoder memory bandwidth compression
US20060280245A1 (en) MPEG video storage address generation apparatuses and methods for uniformly fetching and storing video data
US8427494B2 (en) Variable-length coding data transfer interface
WO2004043056A1 (ja) 画像変換装置及び画像変換方法並びに記録媒体
US6249617B1 (en) Video encounter having an integrated scaling mechanism
US7787700B2 (en) Signal processing method, signal processing apparatus, computer-readable medium and a data recording medium
JP2005055825A (ja) 画像表示装置、画像表示方法及び画像表示プログラム
JP4109151B2 (ja) 画像処理装置
US8229236B2 (en) Method for progressive JPEG image decoding
JP2000244744A (ja) 画像データ圧縮方法及び画像データ管理方法
JP3862418B2 (ja) 画像復号化方法および装置並びに画像復号化方法をコンピュータに実行させるためのプログラムを記録したコンピュータ読取り可能な記録媒体
JP4162348B2 (ja) メモリ混載画像処理用lsiおよび画像処理装置
CN116347089B (zh) Jpeg图像处理方法及其装置、电子设备、存储介质
US7616820B2 (en) System and method for reducing discontinuity of gray level in an image buffer memory
US7415161B2 (en) Method and related processing circuits for reducing memory accessing while performing de/compressing of multimedia files
JP3842650B2 (ja) 画像処理装置及び画像処理方法
JPH06315143A (ja) 画像処理装置
JPH0818791A (ja) 画像処理装置及びその方法
CN116347089A (zh) Jpeg图像处理方法及其装置、电子设备、存储介质
JP2001128182A (ja) 画像符号化方法および画像符号化プログラムを格納したコンピュータで読取可能な記録媒体

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2003810639

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2006056715

Country of ref document: US

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 10520261

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 20038A06518

Country of ref document: CN

WWP Wipo information: published in national office

Ref document number: 2003810639

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 10520261

Country of ref document: US

WWW Wipo information: withdrawn in national office

Ref document number: 2003810639

Country of ref document: EP