WO2004043056A1 - 画像変換装置及び画像変換方法並びに記録媒体 - Google Patents
画像変換装置及び画像変換方法並びに記録媒体 Download PDFInfo
- 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
Links
- 238000006243 chemical reaction Methods 0.000 title claims abstract description 78
- 238000000034 method Methods 0.000 title claims abstract description 56
- 230000015654 memory Effects 0.000 claims abstract description 94
- 230000000717 retained effect Effects 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 24
- 238000011946 reduction process Methods 0.000 description 11
- 230000006835 compression Effects 0.000 description 7
- 238000007906 compression Methods 0.000 description 7
- 238000004891 communication Methods 0.000 description 4
- 238000007796 conventional method Methods 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 238000009792 diffusion process Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 239000011159 matrix material Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 238000013139 quantization Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/40—Methods 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4023—Scaling 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/42—Methods 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/423—Methods 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/426—Methods 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)
- Editing Of Facsimile Originals (AREA)
- Image Processing (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
Description
Claims
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU2003277591A AU2003277591A1 (en) | 2002-11-08 | 2003-11-07 | Image conversion device, image conversion method, and recording medium |
EP03810639A EP1523170A4 (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 |
---|---|---|---|
JP2002-325912 | 2002-11-08 | ||
JP2002325912A JP2004165733A (ja) | 2002-11-08 | 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)
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)
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)
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)
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 | キヤノン株式会社 | 画像処理装置、画像処理方法及びコンピュータ読み取り可能な記憶媒体 |
-
2002
- 2002-11-08 JP JP2002325912A patent/JP2004165733A/ja active Pending
-
2003
- 2003-11-07 EP EP03810639A patent/EP1523170A4/en not_active Withdrawn
- 2003-11-07 CN CNA2003801006518A patent/CN1692625A/zh active Pending
- 2003-11-07 WO PCT/JP2003/014172 patent/WO2004043056A1/ja not_active Application Discontinuation
- 2003-11-07 AU AU2003277591A patent/AU2003277591A1/en not_active Abandoned
- 2003-11-07 US US10/520,261 patent/US20060056715A1/en not_active Abandoned
Patent Citations (4)
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)
Title |
---|
See also references of EP1523170A4 * |
Cited By (1)
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 |
JP2004165733A (ja) | 2004-06-10 |
CN1692625A (zh) | 2005-11-02 |
US20060056715A1 (en) | 2006-03-16 |
AU2003277591A1 (en) | 2004-06-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8116579B2 (en) | Method and system for data compression | |
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) | 画像変換装置及び画像変換方法並びに記録媒体 | |
US7787700B2 (en) | Signal processing method, signal processing apparatus, computer-readable medium and a data recording medium | |
US6249617B1 (en) | Video encounter having an integrated scaling mechanism | |
JP2005055825A (ja) | 画像表示装置、画像表示方法及び画像表示プログラム | |
JP4109151B2 (ja) | 画像処理装置 | |
US8229236B2 (en) | Method for progressive JPEG image decoding | |
JP2000244744A (ja) | 画像データ圧縮方法及び画像データ管理方法 | |
JP3862418B2 (ja) | 画像復号化方法および装置並びに画像復号化方法をコンピュータに実行させるためのプログラムを記録したコンピュータ読取り可能な記録媒体 | |
JP4162348B2 (ja) | メモリ混載画像処理用lsiおよび画像処理装置 | |
CN116347089B (zh) | Jpeg图像处理方法及其装置、电子设备、存储介质 | |
WO2007105951A1 (en) | Method and device for coding and decoding data | |
US7415161B2 (en) | Method and related processing circuits for reducing memory accessing while performing de/compressing of multimedia files | |
JP3842650B2 (ja) | 画像処理装置及び画像処理方法 | |
JPH0818791A (ja) | 画像処理装置及びその方法 | |
JP2000078514A (ja) | 画像高速表示装置及び画像高速表示方法 | |
US7602847B1 (en) | Device and method for compression of a video stream | |
JP2009065536A (ja) | 復号化装置及び復号化方法 | |
JPH10200715A (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 |