JP2006313415A - Image processing apparatus - Google Patents

Image processing apparatus Download PDF

Info

Publication number
JP2006313415A
JP2006313415A JP2005134970A JP2005134970A JP2006313415A JP 2006313415 A JP2006313415 A JP 2006313415A JP 2005134970 A JP2005134970 A JP 2005134970A JP 2005134970 A JP2005134970 A JP 2005134970A JP 2006313415 A JP2006313415 A JP 2006313415A
Authority
JP
Japan
Prior art keywords
resolution conversion
image
image signal
thumbnail
main image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2005134970A
Other languages
Japanese (ja)
Inventor
Hideto Sakakima
英人 榊間
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005134970A priority Critical patent/JP2006313415A/en
Publication of JP2006313415A publication Critical patent/JP2006313415A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processing apparatus performing resolution conversion processing of a digitally-coded image at a higher rate and with higher quality. <P>SOLUTION: The apparatus comprises an input means inputting a main image signal and a thumbnail image signal relating to the main image signal; a feature detection means detecting the feature of the main image signal corresponding to the thumbnail image signal on the basis of the thumbnail image signal; and a resolution conversion means determining a resolution conversion method to be applied to the main image signal from a plurality of kinds of resolution conversion methods on the basis of the detection results from the detection means and performing the resolution conversion processing to the main image signal by means of the determined conversion method. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、画像処理装置に関し、特には画像信号の解像度変換処理に関する。   The present invention relates to an image processing apparatus, and more particularly to a resolution conversion process for an image signal.

近年デジタルカメラが急速に普及し、多くのユーザに利用されている。デジタルカメラは、撮影した画像をJPEG(Joint Photographic Experts Group)と呼ばれる圧縮符号化方式により符号化し、デジタルデータとしてHDDやメモリーカードなどのメディアに保存する。ユーザはこの画像をPCなどで閲覧し、またプリンタで印刷するなどして利用している。   In recent years, digital cameras have rapidly spread and are used by many users. A digital camera encodes a photographed image by a compression encoding method called JPEG (Joint Photographic Experts Group), and stores it as digital data in a medium such as an HDD or a memory card. The user browses this image with a PC or the like and uses it by printing it with a printer.

デジタルカメラで撮像したJPEG画像をテレビ画面で閲覧したいという要求もある。デジタル符号化画像を閲覧するためにはデコーダが必要であるが、テレビ内にこのデコーダを用意しておけば、テレビ内のHDD等に蓄積しておいたデジタル画像、またはメモリーカードをテレビの差込口に挿入することなどで、デジタル画像をいつでもテレビで閲覧することが可能となる。   There is also a demand for browsing JPEG images taken with a digital camera on a television screen. In order to view digitally encoded images, a decoder is required. If this decoder is prepared in the television, the digital image stored in the HDD in the television or the memory card can be transferred to the television. A digital image can be viewed on a television at any time by inserting it into a slot.

デジタルカメラによるデジタル画像は高精細化されてきており、また今後もデジタル画像の高精細化は進むものと考えられる。しかしながらテレビの解像度はこれほど高精細ではないため、例えばデジタル画像を全画面表示する場合には解像度変換処理が必須となっている。   Digital images from digital cameras have been improved in definition, and it is considered that digital images will be improved in the future. However, since the resolution of a television is not so high, for example, when a digital image is displayed on a full screen, a resolution conversion process is essential.

デジタル画像の解像度変換処理には様々な手法が考えられているが、おおきく分けて空間領域における解像度変換と、周波数領域における解像度変換がある。空間領域における解像度変換手法の代表的なものとしては、ニアレストネイバー法、バイリニア法、バイキュービック法があげられる。ニアレストネイバー法は、変換後の画素位置に最も近い元画像の画素を新しい画素値とする方法であり、演算量は少ないため処理速度は高速であるが、画質は非常に悪い。バイリニア法は1次補間の一種であり、求める画素値の近傍4点を利用して線形補間する方法である。二アレストネイバー法と比較し画質は向上しているが、処理速度は低速である。バイキュービック法は3次補間の一種であり、求める画素値の近傍16画素を利用して補間する。演算量が多いため処理速度は非常に遅いが、画質は前述の2手法より一般的には良いとされている解像度変換手法である。周波数領域における解像度変換手法は、DCT変換した係数を削除、または0値を挿入するなどして解像度変換を行う手法である。テレビにデジタル画像を表示する際には、これらの手法のいずれかを利用して解像度変換が行われることになる(例えば、特許文献1参照。)。
特開平11−8838号公報
Various methods are considered for resolution conversion processing of digital images, and there are roughly divided resolution conversion in the spatial domain and resolution conversion in the frequency domain. Typical resolution conversion methods in the spatial domain include the nearest neighbor method, the bilinear method, and the bicubic method. The nearest neighbor method is a method in which the pixel of the original image closest to the pixel position after conversion is used as a new pixel value. Since the amount of calculation is small, the processing speed is high, but the image quality is very poor. The bilinear method is a kind of linear interpolation, and is a method of linear interpolation using four points near the pixel value to be obtained. The image quality is improved compared to the two-arrest neighbor method, but the processing speed is low. The bicubic method is a kind of cubic interpolation, and interpolation is performed using 16 pixels near the pixel value to be obtained. Although the processing speed is very slow due to a large amount of calculation, the image quality is a resolution conversion method that is generally better than the above two methods. The resolution conversion method in the frequency domain is a method of performing resolution conversion by deleting a coefficient obtained by DCT conversion or inserting a zero value. When a digital image is displayed on a television, resolution conversion is performed using any of these methods (see, for example, Patent Document 1).
Japanese Patent Laid-Open No. 11-8838

しかし、上述のように解像度変換処理を行う場合、処理の高速化と高画質化の両方を望むことはできない。空間領域における解像度変換手法を例にとると、ニアレストネイバー法を用いれば高速処理が可能であるため、テレビにデジタル画像の表示を瞬時に行うことが可能であるが、画質が悪いため、十分に閲覧に耐えるものであるとは言いがたい。またバイキュービック法などを利用する場合は、高画質に解像度変換を行うため閲覧時に違和感を持つことはないが、処理量の多さのため表示に時間がかかり、瞬時の応答性が損なわれてしまう。   However, when the resolution conversion process is performed as described above, it is impossible to desire both high-speed processing and high image quality. Taking the resolution conversion method in the spatial domain as an example, the nearest neighbor method can be used for high-speed processing, so digital images can be displayed instantaneously on the TV, but the image quality is poor, It is hard to say that it can withstand browsing. Also, when using the bicubic method, etc., the resolution is converted to high image quality, so there is no sense of incongruity when browsing, but it takes time to display due to the large amount of processing, and the instantaneous responsiveness is impaired. End up.

本発明は上記方法の問題点を解決し、解像度変換処理を施した場合にも高精細な画像を得ることが出来る画像処理装置を提供することを目的とする。   An object of the present invention is to solve the problems of the above-described method and provide an image processing apparatus capable of obtaining a high-definition image even when a resolution conversion process is performed.

上記目的を解決するため、本発明においては、主画像信号及び前記主画像信号に係るサムネイル画像信号とを入力する入力手段と、前記サムネイル画像信号に基づいて前記サムネイル画像信号に対応する主画像信号の特徴を検出する特徴検出手段と、前記特徴検出手段の検出結果に基づいて複数種類の解像度変換方式より前記主画像信号に対して適用すべき解像度変換方式を決定し、この決定した解像度変換方式により前記主画像信号に対して解像度変換処理を施す解像度変換手段とを備える。   In order to solve the above object, in the present invention, an input means for inputting a main image signal and a thumbnail image signal related to the main image signal, and a main image signal corresponding to the thumbnail image signal based on the thumbnail image signal A feature detection unit for detecting a feature of the image, and a resolution conversion method to be applied to the main image signal from a plurality of types of resolution conversion methods based on a detection result of the feature detection unit, and the determined resolution conversion method And a resolution conversion means for performing resolution conversion processing on the main image signal.

本発明によれば、サムネイル画像を利用してデジタル符号化画像の特徴を効率的に把握することで、このデジタル符号化画像の解像度変換を高速かつ高画質に行うことが可能となる。   According to the present invention, it is possible to perform resolution conversion of a digitally encoded image at high speed and high image quality by efficiently grasping the characteristics of the digitally encoded image using a thumbnail image.

以下本発明を実施するための最良の形態を、実施例により詳しく説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to examples.

図1は本発明に係わるデジタル符号化画像の解像度変換システムの全体構成を示すブロック図である。システム内のモジュール間における矢印はデータの流れを示しており、太い矢印が画像データなどの本システムで扱う主データの流れを示し、細い矢印が制御信号等を示している。以下、各モジュールについての説明を行う。   FIG. 1 is a block diagram showing the overall configuration of a resolution conversion system for digitally encoded images according to the present invention. Arrows between modules in the system indicate the flow of data, thick arrows indicate the flow of main data handled by the system such as image data, and thin arrows indicate control signals and the like. Hereinafter, each module will be described.

デジタル符号化画像の解像度変換システム100は、符号化画像120を入力し、復号処理および解像度変換処理を施した後に出力画像121として出力する解像度変換システムである。符号化画像120の入力方法はデジタルカメラによる撮影画像を蓄積するためのCF(Compact Flash(登録商標))カードなどのメモリーカードであり、出力先はテレビなどの表示装置である。   The resolution conversion system 100 for a digitally encoded image is a resolution conversion system that inputs an encoded image 120 and outputs it as an output image 121 after performing decoding processing and resolution conversion processing. The input method of the encoded image 120 is a memory card such as a CF (Compact Flash (registered trademark)) card for storing images taken by a digital camera, and the output destination is a display device such as a television.

入力された符号化画像120はサムネイル情報分離部101においてサムネイル画像とデジタル符号化画像に分離される。その後、デジタル符号化画像は画像復号部105へ送出され、サムネイル画像は直接特徴抽出部103へ、またはサムネイルが符号化されておりかつ復号する必要がある場合はサムネイル復号部102へ送出された後に特徴抽出部103へ送出される。サムネイル画像とデジタル符号化画像は、図2に示される構成でデータが保持されている。図2はDCF(Design rule for Camera File system)基本ファイルの構成を示しており、現在のデジタル画像の撮影において、ほとんどのデジタルカメラが採用しているファイルシステム規格の構成図である。デジタル画像はヘッダ部と主データ部に分かれており、ヘッダ部にサムネイル201が保存され、主データ部にデジタル符号化画像202が保存される構成となっている。またサムネイル201は圧縮または非圧縮データのどちらも許されているが、通常はデジタル符号化画像202と同様にJPEG圧縮されている。したがってサムネイル復号部102と画像復号部105は基本的に同じ構成となる。サムネイル情報分離部101では、図2においてサムネイル201とデジタル符号化画像202を分離する操作を行うことになる。   The input encoded image 120 is separated into a thumbnail image and a digital encoded image by the thumbnail information separation unit 101. Thereafter, the digitally encoded image is sent to the image decoding unit 105, and the thumbnail image is directly sent to the feature extraction unit 103, or if the thumbnail is encoded and needs to be decoded, after being sent to the thumbnail decoding unit 102 It is sent to the feature extraction unit 103. The thumbnail image and the digitally encoded image hold data in the configuration shown in FIG. FIG. 2 shows the configuration of a DCF (Design rule for Camera File system) basic file, and is a configuration diagram of a file system standard adopted by most digital cameras in taking a current digital image. The digital image is divided into a header portion and a main data portion. A thumbnail 201 is stored in the header portion, and a digital encoded image 202 is stored in the main data portion. The thumbnail 201 is allowed to be either compressed or uncompressed data, but is usually JPEG compressed in the same manner as the digitally encoded image 202. Therefore, the thumbnail decoding unit 102 and the image decoding unit 105 basically have the same configuration. The thumbnail information separation unit 101 performs an operation of separating the thumbnail 201 and the digital encoded image 202 in FIG.

特徴抽出部103は、サムネイル情報分離部103において分離されたサムネイル画像を解析し、デジタル符号化画像の特徴を抽出する操作を行う。抽出方法は、サムネイル画像を複数に分割した小領域ごとにエッジ検出フィルタをかけ、その小領域におけるエッジの有無(高周波成分量)を算出し、値で示す。この値が特徴情報110となり、解像度変換方式決定部104へ送出される。解像度変換方式決定部104では、特徴情報110を利用して解像度変換方式を決定する。解像度変換方式の決定方法は、特徴情報110の値を利用し、ある一定値以上を示した場合はバイキュービック法を、ある一定値以下であった場合はニアレストネイバー法を、その中間に位置していた場合はバイリニア法を選択し、これをサムネイルの小領域に対応するデジタル符号化画像の解像度変換方式とする。解像度変換方式決定部において決定された方式は、方式指示信号111として解像度変換部106に送出される。   The feature extraction unit 103 analyzes the thumbnail image separated by the thumbnail information separation unit 103 and performs an operation of extracting the feature of the digitally encoded image. In the extraction method, an edge detection filter is applied to each small area obtained by dividing the thumbnail image into a plurality of areas, and the presence / absence of edges in the small area (high-frequency component amount) is calculated and indicated by a value. This value becomes the feature information 110 and is sent to the resolution conversion method determination unit 104. The resolution conversion method determination unit 104 determines the resolution conversion method using the feature information 110. The resolution conversion method is determined by using the value of the feature information 110. The bicubic method is used when the value is a certain value or more, the nearest neighbor method is used when the value is less than a certain value, and the middle is located between them. If so, the bilinear method is selected and this is used as the resolution conversion method for the digitally encoded image corresponding to the small area of the thumbnail. The method determined by the resolution conversion method determination unit is sent to the resolution conversion unit 106 as a method instruction signal 111.

ここでサムネイルを特徴抽出に利用する利点について図4を用いて説明する。図4はサムネイル画像401とデジタル符号化画像402のサイズについて模式的に示した図である。サムネイル画像401はDCF規格に従っている場合、サイズは固定であり160×120ピクセルである。またデジタル符号化画像402は640×480ピクセルで撮影した画像であるとする。上記特徴抽出を、サムネイル画像401において8×8ピクセル単位で実行した場合、実際のデジタル符号化画像402上においては32×32ピクセルの領域を示すことになる。つまりサムネイル画像401に8×8ピクセルのエッジ検出フィルタを一回適用することで、デジタル符号化画像402上において、16倍の領域の特徴を一度に判定することが可能となる。図4ではデジタル符号化画像402を640×480ピクセルサイズのものとしているが、現状のデジタル画像の解像度はこれ以上のサイズが主流であるため、サムネイル画像401上の小領域に対応するデジタル符号化画像402上のサイズはさらに大きなものとなる。したがって、サムネイル画像401を特徴抽出に利用することで、デジタル符号化画像402の画像全体の特徴を効率的に把握することが可能となる。   Here, advantages of using thumbnails for feature extraction will be described with reference to FIG. FIG. 4 is a diagram schematically showing the sizes of the thumbnail image 401 and the digitally encoded image 402. When the thumbnail image 401 conforms to the DCF standard, the size is fixed and 160 × 120 pixels. Further, it is assumed that the digitally encoded image 402 is an image photographed at 640 × 480 pixels. When the above feature extraction is executed in units of 8 × 8 pixels in the thumbnail image 401, a region of 32 × 32 pixels is shown on the actual digital encoded image 402. That is, by applying the edge detection filter of 8 × 8 pixels to the thumbnail image 401 once, it is possible to determine the characteristics of the 16 times region on the digital encoded image 402 at a time. In FIG. 4, the digital encoded image 402 has a size of 640 × 480 pixels, but since the current resolution of digital images is mainly larger than this, digital encoding corresponding to a small area on the thumbnail image 401 is performed. The size on the image 402 is even larger. Therefore, by using the thumbnail image 401 for feature extraction, it is possible to efficiently grasp the characteristics of the entire digital encoded image 402.

デジタル符号化画像は、画像復号部105で復号された後に解像度変換部106へ送出される。解像度変換部106において、復号されたデジタル符号化画像に方式指示信号111に従う解像度変換方式が適用され、出力画像121となる。   The digitally encoded image is decoded by the image decoding unit 105 and then sent to the resolution conversion unit 106. In the resolution conversion unit 106, a resolution conversion method according to the method instruction signal 111 is applied to the decoded digitally encoded image, and an output image 121 is obtained.

以上が本発明のデジタル符号化画像の解像度変換システムを示す全体構成の説明であるが、このシステムを利用して実際に解像度変換を行う場合の処理フローを、図3を用いて説明する。   The above is the description of the overall configuration of the resolution conversion system for digitally encoded images according to the present invention. The processing flow when the resolution conversion is actually performed using this system will be described with reference to FIG.

図3は本発明の実施の形態に係わるフローチャートである。図3では図2に示すファイルシステム構成で保存されたデジタル画像を復号して解像度変換を行う場合の処理手順を示している。   FIG. 3 is a flowchart according to the embodiment of the present invention. FIG. 3 shows a processing procedure when resolution conversion is performed by decoding a digital image stored in the file system configuration shown in FIG.

まず、ステップS301において、サムネイルが符号化されているかどうかの判定を行う。符号化されている場合はステップS302においてサムネイルを復号し、実際の画像データ(raw data)を取得する。符号化されていない(非圧縮な)サムネイル画像である場合はそのままの状態で利用可能であるため、図1におけるサムネイル復号部102にサムネイル画像を送出する必要はなく、そのまま次のステップに進む。   First, in step S301, it is determined whether the thumbnail is encoded. If encoded, the thumbnail is decoded in step S302, and actual image data (raw data) is obtained. Since it is possible to use an unencoded (uncompressed) thumbnail image as it is, it is not necessary to send the thumbnail image to the thumbnail decoding unit 102 in FIG. 1, and the process proceeds to the next step.

次にステップS303において、サムネイル画像の特徴抽出をする。特徴抽出は図4に示すようにサムネイルを小領域に分割し、それぞれの領域に対してエッジ検出フィルタを適用する。そして得られた小領域毎の特徴値を利用して、ステップS304において解像度変換方式を決定する。ステップS304で決定された解像度変換方式を、サムネイル上の小領域に対応するデジタル符号化画像の領域に対して、ステップS305において適用し解像度変換を実行する。   Next, in step S303, feature extraction of thumbnail images is performed. In feature extraction, as shown in FIG. 4, the thumbnail is divided into small areas, and an edge detection filter is applied to each area. Then, using the obtained feature value for each small area, a resolution conversion method is determined in step S304. The resolution conversion method determined in step S304 is applied in step S305 to the digitally encoded image area corresponding to the small area on the thumbnail to execute resolution conversion.

ステップS306において、すべての領域について解像度変換を実施したか判定し、未実施である場合はS303に戻り処理フローを繰り返す。すべての領域が終了した時点で一枚のデジタル符号化画像の解像度変換が終了することになる。   In step S306, it is determined whether resolution conversion has been performed for all areas. If not, the process returns to S303 and the processing flow is repeated. When all the regions are completed, the resolution conversion of one digitally encoded image is completed.

本実施の形態においてはサムネイル画像の特徴抽出を、サムネイルを復号した後にエッジ検出フィルタを適用するとしているが、それ以外の特徴抽出フィルタも利用可能である。その際には解像度変換方式を決定する閾値と、それに対応する解像度変換方式が異なることになる。また、サムネイル画像が符号化されている場合、復号する操作を行わなくても特徴抽出が可能である。サムネイル画像がJPEGによって符号化されている場合、DCT(Discrete Cosine Transform)と呼ばれる直交変換が適用されている。これは適用するブロックに対して低周波成分と高周波成分を分離する操作であるため、DCTによって得られるDCT係数を判定することにより、そのブロックの高周波成分の有無を判定することが可能となる。   In this embodiment, the feature detection of the thumbnail image is performed by applying the edge detection filter after decoding the thumbnail. However, other feature extraction filters can be used. In this case, the threshold value for determining the resolution conversion method and the corresponding resolution conversion method are different. In addition, when a thumbnail image is encoded, feature extraction can be performed without performing a decoding operation. When the thumbnail image is encoded by JPEG, orthogonal transformation called DCT (Discrete Cosine Transform) is applied. Since this is an operation for separating the low frequency component and the high frequency component from the block to be applied, the presence or absence of the high frequency component of the block can be determined by determining the DCT coefficient obtained by DCT.

本実施の形態においては、デジタル符号化画像の解像度変換システムについて示したが、デジタル符号化画像の解像度変換方法についても、同様の操作を行うことで同様の効果を得ることが可能である。   In the present embodiment, the resolution conversion system for digitally encoded images has been described. However, the same effect can be obtained by performing the same operation for the resolution conversion method for digitally encoded images.

本実施の形態によれば、サムネイル画像を利用してデジタル符号化画像の特徴を抽出することで、デジタル符号化画像の特徴を、それ自身を解析するよりも速く把握することが可能であり、解像度変換を高画質にかつ高速に行うことが可能となる。   According to the present embodiment, by extracting features of a digitally encoded image using a thumbnail image, it is possible to grasp the features of the digitally encoded image faster than analyzing itself, Resolution conversion can be performed at high speed with high image quality.

本発明の実施の形態に係わる、デジタル符号化画像の解像度変換システムを表すブロック図である。It is a block diagram showing the resolution conversion system of the digitally encoded image concerning embodiment of this invention. 本発明の実施の形態で利用するデジタル符号化画像の構成を示す図である。It is a figure which shows the structure of the digital encoding image utilized in embodiment of this invention. 本発明の実施の形態を示すフローチャートである。It is a flowchart which shows embodiment of this invention. 本発明の実施の形態において、サムネイル画像とデジタル符号化画像とのサイズの違いを表す図である。In an embodiment of the invention, it is a figure showing a difference in size between a thumbnail image and a digitally encoded image.

符号の説明Explanation of symbols

100 デジタル符号化画像の解像度変換システム
101 サムネイル情報分離部
102 サムネイル復号部
103 特徴抽出部
104 解像度変換方式決定部
105 画像復号部
106 解像度変換部
100 Digital Coded Image Resolution Conversion System 101 Thumbnail Information Separation Unit 102 Thumbnail Decoding Unit 103 Feature Extraction Unit 104 Resolution Conversion Method Determination Unit 105 Image Decoding Unit 106 Resolution Conversion Unit

Claims (1)

主画像信号及び前記主画像信号に係るサムネイル画像信号とを入力する入力手段と、
前記サムネイル画像信号に基づいて前記サムネイル画像信号に対応する主画像信号の特徴を検出する特徴検出手段と、
前記特徴検出手段の検出結果に基づいて複数種類の解像度変換方式より前記主画像信号に対して適用すべき解像度変換方式を決定し、この決定した解像度変換方式により前記主画像信号に対して解像度変換処理を施す解像度変換手段とを備えることを特徴とする画像処理装置。
Input means for inputting a main image signal and a thumbnail image signal related to the main image signal;
Feature detection means for detecting a feature of the main image signal corresponding to the thumbnail image signal based on the thumbnail image signal;
Based on the detection result of the feature detection means, a resolution conversion method to be applied to the main image signal is determined from a plurality of types of resolution conversion methods, and resolution conversion is performed on the main image signal by the determined resolution conversion method. An image processing apparatus comprising: resolution conversion means for performing processing.
JP2005134970A 2005-05-06 2005-05-06 Image processing apparatus Withdrawn JP2006313415A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005134970A JP2006313415A (en) 2005-05-06 2005-05-06 Image processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005134970A JP2006313415A (en) 2005-05-06 2005-05-06 Image processing apparatus

Publications (1)

Publication Number Publication Date
JP2006313415A true JP2006313415A (en) 2006-11-16

Family

ID=37534890

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005134970A Withdrawn JP2006313415A (en) 2005-05-06 2005-05-06 Image processing apparatus

Country Status (1)

Country Link
JP (1) JP2006313415A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010124599A1 (en) * 2009-04-30 2010-11-04 华为终端有限公司 Image conversion method, conversion device and display system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010124599A1 (en) * 2009-04-30 2010-11-04 华为终端有限公司 Image conversion method, conversion device and display system
US8503823B2 (en) 2009-04-30 2013-08-06 Huawei Device Co., Ltd. Method, device and display system for converting an image according to detected word areas

Similar Documents

Publication Publication Date Title
US20200195851A1 (en) Compression and decoding of single sensor color image data
US9635262B2 (en) Motion estimation and detection in a camera system accelerator architecture
EP0947954B1 (en) Image transformations in the compressed domain
US8503827B2 (en) Apparatus and method for decoding image data
JP4455364B2 (en) Resolution conversion method and apparatus
JP4919743B2 (en) Method and apparatus for generating thumbnails with digital images
US7747097B2 (en) Method for simple hardware implementation of JPEG size limiter
EP3192251B1 (en) Image processing apparatus and image processing method
JP2004134937A (en) Image processing apparatus
EP3192250B1 (en) Image processing apparatus and image processing method
JP2006203270A (en) Image compression method and device
JP2006313415A (en) Image processing apparatus
JP4987800B2 (en) Imaging device
JP2006340300A (en) Signal processing method, signal processing apparatus, signal processing program and information recording medium
JP2000059612A (en) Image processing device and method therefor
US20100266209A1 (en) Image processing apparatus, image processing method, and program
JP4129097B2 (en) Image processing apparatus and image processing method
JP2006333299A (en) Encoding apparatus, encoding method and image forming apparatus
JP2005235029A (en) Image demagnification method and device, and program
JP2005277758A (en) Image decoding apparatus
JP5186820B2 (en) Encoding apparatus, encoding method, and encoding program
JP2005175943A (en) Image processor, image processing method, computer program, and recording medium

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080805