JP4771541B2 - Image encoding apparatus and method, computer program, and computer-readable storage medium - Google Patents
Image encoding apparatus and method, computer program, and computer-readable storage medium Download PDFInfo
- Publication number
- JP4771541B2 JP4771541B2 JP2006216255A JP2006216255A JP4771541B2 JP 4771541 B2 JP4771541 B2 JP 4771541B2 JP 2006216255 A JP2006216255 A JP 2006216255A JP 2006216255 A JP2006216255 A JP 2006216255A JP 4771541 B2 JP4771541 B2 JP 4771541B2
- Authority
- JP
- Japan
- Prior art keywords
- pixel
- quantization
- encoding
- size
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Description
本発明は画像データの符号化技術に関するものである。 The present invention relates to an image data encoding technique.
画像符号化技術の1つに、画像をラスタースキャン順に走査していく過程で、着目画素の予測値をその周囲画素を用いて求め、その予測値と着目画素の実際の値の差分値を符号化する予測符号化方式がある。従来、このような予測符号化方式においては、符号化済みの画素に基づいて着目画素の状態を分類し、それぞれの状態における予測誤差の確率分布に応じて符号化することで圧縮性能を高めることが一般的に行われている。例えば、連続階調静止画像の可逆と準可逆圧縮の国際標準方式としてISOとITU−Tから勧告されているJPEG−LS Part1(非特許文献1)では、着目画素の周囲4画素を参照して、画素間差分を求める。そして、これら差分に基づいて365個の状態に分離して予測誤差の符号化を行っている。 As one of the image encoding techniques, in the process of scanning an image in the raster scan order, the predicted value of the target pixel is obtained using its surrounding pixels, and the difference value between the predicted value and the actual value of the target pixel is encoded. There is a predictive coding method. Conventionally, in such a predictive encoding method, the state of the target pixel is classified based on the encoded pixels, and the compression performance is improved by encoding according to the probability distribution of the prediction error in each state. Is generally done. For example, JPEG-LS Part 1 (Non-Patent Document 1) recommended by ISO and ITU-T as an international standard system for reversible and quasi-reversible compression of continuous tone still images refers to four pixels surrounding the target pixel. The difference between pixels is obtained. Then, based on these differences, the prediction error is encoded by separating into 365 states.
以下、JPEG−LSにおける状態生成の方法について説明する。以下の説明では、例えば準可逆符号化のための誤差の許容範囲を表すパラメータNEARを0と仮定するなど、本発明に直接関係しない事柄については省略するので、標準方式の詳細については規格書を参照されたい。 Hereinafter, a state generation method in JPEG-LS will be described. In the following description, matters not directly related to the present invention are omitted, for example, assuming that the parameter NEAR representing the allowable range of error for quasi-reversible encoding is 0. Please refer.
図3はJPEG−LSで参照される周囲画素(a,b,c,d)と着目画素xとの相対位置関係を示している。ラスタースキャン順に画素を符号化するため、図示の画素a,b,c,dは全て符号化済みとなる。まず、以下の式によりaとc、cとb、bとdの差分を求め、それぞれをD1、D2、D3とする。
D1=d−b
D2=b−c
D3=c−a
FIG. 3 shows the relative positional relationship between surrounding pixels (a, b, c, d) referred to in JPEG-LS and the target pixel x. Since the pixels are encoded in the raster scan order, the illustrated pixels a, b, c, and d are all encoded. First, the differences between a and c, c and b, and b and d are obtained by the following equations, and are set as D1, D2, and D3, respectively.
D1 = db
D2 = b−c
D3 = c−a
この差分値D1、D2、D3を9通り(−4から4まで)に量子化して、それぞれの差分の量子化値Q1、Q2、Q3を求める。図2に差分値の範囲とその量子化値の対応を示す。T1、T2、T3はあらかじめ定められた非負の整数値である。例えば、0〜255の値を取る8ビットの画像に対しては、T1=3、T2=7、T3=21といった値が設定される。このようにして得られたQ1,Q2,Q3の組み合わせ{Q,Q2,Q3}は、Q1、Q2、Q3がそれぞれ−4から4までの9通りの値を持つので、9×9×9=729通りとなる。状態{Q1,Q2,Q3}で予測誤差eが発生する確率は状態{−Q1,−Q2,−Q3}で予測誤差−eが発生する確率に同じとして考え良いので、これらの状態を統合して365通りに縮退する。この365通りの状態でそれぞれ想定される確率分布に応じて予測誤差を符号化する。JPEG−LSではそれぞれの状態ごとに予測誤差の絶対値の総和とその状態の発生回数を保持し、これらの値からGolomb符号化のパラメータkを設定することで各状態の確率分布に適応した符号化を行う。符号化の開始時点ではこれらの値に初期値を設定しておき、符号化処理の過程で随時値を更新していくことにより、動的に各状態の確率分布に追従する。
さて、上述の状態依存の予測符号化で、S1からSnのn個の状態に分離して符号化を行う場合、予測誤差eをそれぞれの状態での出現確率P(e|Si)に基づいて符号化することになり、そのエントロピH(n)は以下の式で与えられる。
H(n) =−ΣP(e | Si) log2 P(e | Si)
(ここで、Σはi=1乃至nまでの合算を示す)
In the state-dependent predictive coding described above, when coding is performed by separating the n states from S1 to Sn, the prediction error e is determined based on the appearance probability P (e | Si) in each state. The entropy H (n) is given by the following equation.
H (n) = −ΣP (e | Si) log 2 P (e | Si)
(Where Σ is the sum of i = 1 to n)
H(n)≧H(n+1)の関係にあるため、状態数を多くすることで圧縮性能の改善が期待される。しかしながら、上述のJPEG−LSなど1パスの画像符号化方式では、符号化しながら、それぞれの状態の確率分布に追従するよう確率モデルを更新していく。そのため、状態数を多くしすぎると各状態の発生回数が少なくなり、確率分布の適応が十分に行われないまま、符号化が終了してしまう。つまり、圧縮性能の低下を引き起こす。同じように、例えば32×32等の小さい画像を符号化する場合には365個の状態数では十分な確率追従が行われないという問題もある。 Since there is a relationship of H (n) ≧ H (n + 1), an improvement in compression performance is expected by increasing the number of states. However, in the above-described one-pass image encoding scheme such as JPEG-LS, the probability model is updated so as to follow the probability distribution of each state while encoding. For this reason, if the number of states is increased too much, the number of occurrences of each state decreases, and the encoding ends without sufficient adaptation of the probability distribution. That is, the compression performance is reduced. Similarly, when a small image such as 32 × 32 is encoded, there is a problem that sufficient probability tracking is not performed with the number of states of 365.
本願発明は、上述の問題点に鑑みてなされたものである。そして、本発明は、1つには、小さいサイズの画像データを状態依存の予測符号化する場合や、画像をブロックに分割してそれぞれ独立に状態依存の予測符号化を行う場合において、画像のサイズ、またはブロックのサイズに毎に適切な状態数を設定して符号化することで、圧縮性能を向上する技術を提供しようとするものである。 The present invention has been made in view of the above-mentioned problems. In one aspect of the present invention, when small-size image data is subjected to state-dependent predictive coding, or when an image is divided into blocks and state-dependent predictive coding is performed independently, It is an object of the present invention to provide a technique for improving compression performance by setting an appropriate number of states for each size or block size and encoding.
この課題を解決するため、例えば本発明の画像符号化装置は以下の構成を備える。すなわち、
着目画素の周囲の符号化済み画素群において、予め設定された位置関係にあり、固定数の画素ペアの差分値を算出し、算出した各画素ペアの差分値を量子化し、量子化した各値に基づき前記着目画素の周囲の状態を分類し、分類された状態に応じた確率モデルに従って、前記着目画素を符号化する画像符号化装置であって、
符号化対象の画像のサイズを示すサイズ情報に従って、前記量子化を行うための量子化パラメータを設定する量子化パラメータ設定手段と、
前記着目画素の周囲の符号化済み画素群において、予め設定された位置関係にあり、固定数の画素ペアの差分値を算出する差分算出手段と、
該差分算出手段で算出された各画素ペアの差分値を、前記量子化パラメータ設定手段で設定された量子化パラメータに従って量子化する量子化手段と、
該量子化手段で得られた各画素ペアの量子化後の値に基づいて、前記着目画素の周囲の状態を判別する状態判別手段と、
該状態判別手段で判別された状態を符号化パラメータとし、前記着目画素を符号化する符号化手段とを備え、
前記量子化パラメータ設定手段は、前記符号化対象の画像のサイズが小さいほど、前記量子化手段による量子化後の値の取り得る個数を少なくするための量子化パラメータを設定することを特徴とする。
In order to solve this problem, for example, an image encoding device of the present invention has the following configuration. That is,
In the encoded pixel group around the pixel of interest, the difference between the fixed number of pixel pairs is calculated in advance, and the difference value of each calculated pixel pair is quantized. Classifying the surrounding state of the pixel of interest on the basis of, and encoding the pixel of interest according to a probability model corresponding to the classified state,
Quantization parameter setting means for setting a quantization parameter for performing the quantization according to size information indicating a size of an image to be encoded;
Difference calculation means for calculating a difference value of a fixed number of pixel pairs that are in a preset positional relationship in the encoded pixel group around the pixel of interest;
Quantization means for quantizing a difference value of each pixel pair calculated by the difference calculation means according to a quantization parameter set by the quantization parameter setting means;
State determining means for determining the state around the pixel of interest based on the quantized value of each pixel pair obtained by the quantizing means;
An encoding unit that encodes the pixel of interest using the state determined by the state determination unit as an encoding parameter ;
The quantization parameter setting means sets a quantization parameter for reducing the number of values that can be taken after the quantization by the quantization means as the size of the image to be encoded is smaller. .
本発明の構成によれば、小さいサイズの画像、或るいは小さいサイズのタイル単位の画像においても効率の良い符号化を行なうことができる。また、ランダムアクセス性、並列処理性を高めるために、ブロックに分割して、それぞれ独立に予測符号化する場合においても、より高能率な符号化が可能となる。 According to the configuration of the present invention, it is possible to perform efficient encoding even in a small-size image or a small-size tile unit image. In addition, in order to improve random accessibility and parallel processability, even when divided into blocks and independently predictively encoded, higher-efficiency encoding is possible.
以下、添付図面に従って本発明に係る実施形態を詳細に説明する。 Hereinafter, embodiments according to the present invention will be described in detail with reference to the accompanying drawings.
<第1の実施形態>
図1は本実施形態に係る画像処理装置(or画像符号化装置)のブロック構成図である。
<First Embodiment>
FIG. 1 is a block diagram of an image processing apparatus (or image encoding apparatus) according to this embodiment.
図1に示すように、本実施形態に係る装置は、画像入力部101、ラインバッファ102、可逆符号化部103、符号列形成部104、状態数決定部105とを備える。同図において106、107、108は信号線を示す。なお、画像入力部101が入力する画像データの発生源はイメージスキャナとするが、画像データを記憶した記憶媒体、ネットワーク上のサーバ等、その種類は問わない。
As illustrated in FIG. 1, the apparatus according to the present embodiment includes an
以下、図1を参照して、本実施形態の画像処理装置の処理について説明する。 Hereinafter, the processing of the image processing apparatus of the present embodiment will be described with reference to FIG.
まず、前提として、本実施形態に係る画像処理装置における符号化対象画像は、RGBカラー画像データであり、各コンポーネント(色)は8ビット(0〜255の範囲)の輝度値で表現されるものとする。符号化対象の画像データの並びは点順次、即ち、ラスタースキャン順に各画素を並べ、その各画素はR、G、Bの順番でデータを並べて構成されるものとする。また、画像のサイズは水平方向画素数W、垂直方向画素数Hとする。なお、カラー画像はRGBに限らず、YCbCrでも良いし、他の色空間でも良い。また、各コンポーネントも8ビットに限らない。上記はあくまで一例であると認識されたい。 First, as a premise, the encoding target image in the image processing apparatus according to the present embodiment is RGB color image data, and each component (color) is expressed by a luminance value of 8 bits (range 0 to 255). And The image data to be encoded is arranged in dot order, that is, in the raster scan order, and the pixels are arranged in the order of R, G, and B. The size of the image is assumed to be the number of horizontal pixels W and the number of vertical pixels H. The color image is not limited to RGB, but may be YCbCr or another color space. Each component is not limited to 8 bits. It should be recognized that the above is merely an example.
次に、本実施形態の画像処理装置での各部の動作について説明する。 Next, the operation of each unit in the image processing apparatus of this embodiment will be described.
まず、符号化対象画像データの入力に先立ち、装置外部から符号化対象となる画像の水平方向画素数W、垂直方向画素数Hがそれぞれ信号線106、信号線107から入力される。これらは、原稿のサイズ、イメージスキャナの読取り解像度で一義的に決まる。また、記憶媒体に格納された画像データを符号化対象とする場合には、そのファイルのヘッダに含まれる情報を解析することで得られるものである。
First, prior to inputting the encoding target image data, the horizontal pixel number W and the vertical pixel number H of the image to be encoded are input from the
続いて、符号化対象画像データが画像入力部101から、ラスタースキャン順に入力される。
Subsequently, encoding target image data is input from the
ラインバッファ102は画像データを2ライン分格納する領域を持ち、画像入力部101から入力される画像データを順次格納していく。ラインバッファ102に必要とされる容量はW×2×3(RGB分)バイトである。
The
可逆符号化部103はラインバッファ102に格納される2ライン分の画像データのうち、新たに格納された1ライン分の画像データを、それ以前に格納されている直前のラインの画像データを参照してJPEG−LS Baselineのラインインターリーブモードとして規定される符号化アルゴリズムに従って符号化し、符号化データを符号列形成部104へと出力する。このとき、状態分離に用いられる閾値T1,T2,T3は後述する状態数決定部105から与えられる値を用いる。JPEG−LS Baselineのラインインターリーブモードによる符号化の詳細については勧告書に詳細に記述されているのでここでは説明を省略する。
The
状態数決定部105は信号線106、信号線107から入力される水平、垂直方向の画素数W、Hに基づいて可逆符号化部103における予測符号化での状態数を決定づける閾値T1、T2、T3を決定する。その具体例を以下に示す。
The state
まず、状態数決定部105はWとHの積を求め、符号化対象の画像データの総画素数Rを求める。このRを画素数判定のための閾値Th1、Th2と比較し、その大小関係から状態数を決定する。
First, the state
R<Th1ならば14状態になるようにT1=T2=T3=1とする。このように設定すると、可逆符号化部103で行われる状態分離で、周囲画素の差分値が−1以下であればその量子化値は−4となり、0ならば0、1以上ならば4となり、差分の量子化値は−4、0、4の3通りとなる。
If R <Th1, T1 = T2 = T3 = 1 so that 14 states are obtained. With this setting, in the state separation performed by the
Th1≦R<Th2ならば63状態になるようにT1=T2=T3=7とする。この場合、差分値の量子化値としては−4、−1、0、1、4の5通りとなる。 If Th1 ≦ R <Th2, T1 = T2 = T3 = 7 so that the state becomes 63. In this case, the quantized value of the difference value is -4, -1, 0, 1, 4 in five ways.
Th2≦Rならば365状態になるように、閾値値T1=3、T2=7、T3=21を設定する。この場合、差分値の量子化値として−4、−3、−2、−1、0、1、2、3、4の9通り全てが起こり得る。 The threshold values T1 = 3, T2 = 7, and T3 = 21 are set so that the 365 state is obtained when Th2 ≦ R. In this case, all nine patterns of -4, -3, -2, -1, 0, 1, 2, 3, 4 can occur as the quantized values of the difference values.
ここで画素数判定の閾値Th1とTh2は例えばTh1=1024、Th2=4096といった値を設定する。従って、この場合、水平と垂直方向の画素数の等しい画像では、32×32よりも小さい画像では状態数は14となる。また、符号化対象の画像が32×32以上で64×64未満のサイズなら63、同64×64以上の大きさの画像ならば365といった具合に切り替えられることになる。 Here, the threshold values Th1 and Th2 for determining the number of pixels are set to values such as Th1 = 1024 and Th2 = 4096, for example. Therefore, in this case, in an image having the same number of pixels in the horizontal and vertical directions, the number of states is 14 in an image smaller than 32 × 32. Also, if the image to be encoded is 32 × 32 or larger and less than 64 × 64, it is switched to 63, and if it is 64 × 64 or larger, 365 is switched.
符号列形成部104は可逆符号化部103から出力される符号化データに、必要な付加情報を加えて本画像処理装置の出力となる符号列を形成して信号線108より出力する。図7は本画像処理装置の出力符号列の構成を示す図である。出力符号列の先頭には、画像を復号するために必要となる情報、例えば、画像の水平方向画素数、垂直方向画素数、コンポーネント数、各コンポーネントのビット数などの付加情報がJPEG−LS標準に準拠した形式でヘッダとして付けられる。また、このヘッダ部分には状態数決定部105から出力されるT1、T2、T3の値を含んだLSEマーカセグメントなども含まれる。
The code
図4は、本実施形態に係る画像処理装置における符号化対象画像データの符号化処理の流れを示すフローチャートである。以下、図4に示したフローチャートを参照して、本実施形態に係る画像処理装置が行う画像符号化処理の全体的な流れについて説明する。 FIG. 4 is a flowchart showing the flow of the encoding process of the encoding target image data in the image processing apparatus according to this embodiment. The overall flow of the image encoding process performed by the image processing apparatus according to this embodiment will be described below with reference to the flowchart shown in FIG.
まず、信号線106、信号線107から符号化対象画像の水平方向画素数W、垂直方向画素数Hが入力され、状態数決定部105において状態数を決定する閾値T1、T2、T3が定められる(ステップS400)。
First, the number of pixels W in the horizontal direction and the number of pixels H in the vertical direction of the encoding target image are input from the
次に、符号列形成部104は、状態数決定部105から出力されるT1,T2,T3や、符号化対象画像の水平方向画素数W、垂直方向画素数Hなどに基づき、JPEG−LS標準に準拠した各種ヘッダを生成する(ステップS401)。
Next, the code
次いで、画像入力部101は画像データの入力を開始し、ラインバッファ102に符号化対象となる画像データの1ライン分のデータを格納する(ステップS402)。なお、1つの画像の符号化処理を開始にするに先立ち、ラインバッファ102はゼロクリアされるものとする。
Next, the
可逆符号化部103は、ラインバッファ102に格納されたラインデータについて可逆符号化を行ない、符号化データを生成し、それを符号列形成部104に出力する(ステップS403)。
The
符号列形成部104は、可逆符号化部105から出力される符号化データを結合してJPEG−LS標準の定めるフォーマットで本画像処理装置の出力となる符号化データを生成し、順次装置外部へと出力する(ステップS404)。
The code
この後、ステップS405にて、符号化したラインデータが符号化対象画像の最後のラインであるか否か判断し、最後のラインでない場合(NO)はステップS402へと処理を戻し、次のラインのデータを読み込んで処理を継続する。一方、最後のラインである場合(YES)には対象とする画像データについての符号化処理を終了する。以上の処理により、画像全体の符号化が行われる。 Thereafter, in step S405, it is determined whether or not the encoded line data is the last line of the encoding target image. If the encoded line data is not the last line (NO), the process returns to step S402 to return to the next line. The data is read and processing continues. On the other hand, if it is the last line (YES), the encoding process for the target image data is terminated. With the above processing, the entire image is encoded.
本実施形態の画像処理装置で生成した符号化データはJPEG−LS標準に定める符号化データの形式であるので、JPEG−LS標準に準拠した復号装置で復号することができる。 Since the encoded data generated by the image processing apparatus of this embodiment is in the format of encoded data defined by the JPEG-LS standard, it can be decoded by a decoding apparatus compliant with the JPEG-LS standard.
以上の説明のように、本実施形態に係る画像処理装置では、画像のサイズに応じて状態数を切り替えることにより、それぞれの状態の確立分布へ適応しやすくしており、予測符号化の効率を改善することができる。 As described above, in the image processing device according to the present embodiment, the number of states is switched according to the size of the image, so that it is easy to adapt to the established distribution of each state, and the efficiency of predictive coding is increased. Can be improved.
なお、画像のサイズ(水平、垂直画素数)と閾値Th1、Th2との関係は、一例であって上記実施形態に本願発明が限定されるものではない。 The relationship between the image size (horizontal and vertical pixel count) and the threshold values Th1 and Th2 is merely an example, and the present invention is not limited to the above embodiment.
<第1の実施形態の変形例>
上記実施形態では、図1に示す装置構成で画像データを符号化するものであったが、例えばパーソナルコンピュータ等の汎用情報処理装置のソフトウェア(アプリケーションプログラム)でもって、上記と等価の処理を行なうことも可能である。
<Modification of First Embodiment>
In the above embodiment, the image data is encoded with the apparatus configuration shown in FIG. 1, but a process equivalent to the above is performed by software (application program) of a general-purpose information processing apparatus such as a personal computer. Is also possible.
図11は本変形例に係る情報処理装置の基本構成を示す図である。 FIG. 11 is a diagram showing a basic configuration of an information processing apparatus according to this modification.
図中、1401は装置全体の制御を司るCPUである。1402はCPU1401のワークエリアとして使用するRAMであり、1403はBIOS及びブートプログラムを格納しているROMである。1404はキーボード、1405はポインティングデバイスの1つであるマウスである。1406は表示制御部であって、内部にはビデオメモリ及びCPU1401の制御によってビデオメモリへの描画、及び、ビデオメモリに可能されたデータをビデオ信号として表示装置1412に出力する表示コントローラを内蔵している。表示装置1412はCRTや液晶表示装置である。1407はハードディスク装置等の外部記憶装置であり、これにはOS(オペレーティングシステム)、画像符号化を行なうアプリケーションプログラムが格納されている。なお、外部記憶装置1407は、各種アプリケーションで作成されたファイルを格納すためにも利用される。1408は記憶媒体ドライブであり、フレキシブルディスク、メモリカード、CD−ROM等の記憶媒体に対してリード/ライトを行なう。1409は本装置とイメージスキャナ1411とを接続するためのスキャナインタフェース(USBやSCSIインタフェース等)ある。1413はネットワークインタフェースである。
In the figure,
本装置の電源がONになると、CPU1401はROM1403のブートプログラムに従って、外部記憶装置1407からOSをRAM1402にロードする。この結果、OSの制御の下で、表示制御部1406にGUIを描画して、表示装置1412にそのGUIを表示させる。操作者は、表示装置1412の表示を見て、キーボード1404やマウス1405を操作することになる。ここで、画像符号化アプリケーションの起動指示が操作者より与えられると、CPU1401は外部記憶装置1407内の画像符号化アプリケーションプログラムをRAM1402にロードし、実行する。この結果、本装置が画像処理装置として機能することになる。
When the power of the apparatus is turned on, the
CPU1401が画像符号化アプリケーションを実行し、操作者より符号化対象となる画像の入力指示を受けると、イメージスキャナ1411より原稿画像を入力し、符号化を行なうことになる。符号化結果は、外部記憶装置1407にファイルとして格納する。
When the
なお、原稿を読取る際、原稿サイズをGUIで指定するので、その際に指定したサイズとイメージスキャナの解像度に基づき、符号化対象の画像データのサイズ(水平方向と垂直方向の画素数)を取得できる。また、イメージスキャナに原稿サイズを検出するセンサが設けられ、その検出結果をスキャナインタフェースを介して受信できる場合には、その原稿サイズと読み取り解像度に基づいて符号化対象の画像データのサイズを取得できる。 When reading a document, the size of the document is specified by GUI. Based on the size specified at that time and the resolution of the image scanner, the size of the image data to be encoded (the number of pixels in the horizontal and vertical directions) is acquired. it can. If the image scanner is provided with a sensor for detecting the document size and the detection result can be received via the scanner interface, the size of the image data to be encoded can be acquired based on the document size and the reading resolution. .
さて、原稿の読み取りが開始されると、CPU1401は、符号化アプリケーションに従って、イメージスキャナ1411より原稿画像を入力し、符号化を行なうことになる。符号化結果は、外部記憶装置1407にファイルとして格納する。
When reading of a document is started, the
ここで、画像符号化アプリケーションは、図1に示す各構成要素に相当するモジュール(サブルーチン、関数と言い換えることもできる)を有する。ただし、ラインバッファ102については、画像符号化アプリケーションの実行することで、RAM1402に確保されることになる。従って、画像符号化アプリケーションは、基本的に図4と同様の処理となるのが理解できよう。
Here, the image encoding application has modules (also referred to as subroutines and functions) corresponding to the components shown in FIG. However, the
よって、本発明は、コンピュータプログラムをもその範疇とするのは明らかである。なお、上記では、符号化対象の画像はイメージスキャナ1411から入力するものとしたが、符号化対象の画像データは記憶媒体に格納されていても良いし、ネットワーク上のサーバからダウンロードする場合にも適用可能である。また符号化結果の出力先も、外部記憶装置1407に限らず、ネットワークでも構わないし、その出力先は如何なるものでも構わない。
Therefore, it is obvious that the present invention includes a computer program as its category. In the above description, the encoding target image is input from the
<第2の実施形態>
図6は本第2の実施形態に係る画像処理装置のブロック構成図である。
<Second Embodiment>
FIG. 6 is a block diagram of an image processing apparatus according to the second embodiment.
図6に示すように、本実施形態に係る画像処理装置は、画像入力部601、ラインバッファ602、ブロック分割部603、タイルバッファ604、可逆符号化部103、符号列形成部605、状態数決定部105、タイルサイズ設定部606とを備える。同図において607、608は信号線を示す。第1の実施形態で説明した図1と共通のブロックについては同じ番号を付し、説明を省略する。
As shown in FIG. 6, the image processing apparatus according to the present embodiment includes an
以下、図6を参照して、本第2の実施形態に係る画像処理装置が行う画像符号化処理について説明する。 Hereinafter, with reference to FIG. 6, an image encoding process performed by the image processing apparatus according to the second embodiment will be described.
本第2の実施形態に係る画像処理装置における符号化対象画像は、第1の実施形態と同様に、RGB各コンポーネント(色)8ビット(0〜255の範囲の輝度値)で表わされるカラー画像データである。また、符号化対象の画像データの並びは点順次、即ち、ラスタースキャン順に各画素を並べ、その各画素はR、G、Bの順番でデータを並べて構成されるものとする。画像は水平方向W画素、垂直方向H画素により構成されるものとする。本第2の実施形態の画像処理装置は画像データをブロックに分割し、各ブロック(タイル)を独立に符号化するものである。タイルサイズは16×16、32×32、64×64の3種類の中から選択することができ、符号化対象画像ごとに設定する。なお、タイルのサイズは、ユーザが操作パネルやキーボード等を使って指定するものとする。 The encoding target image in the image processing apparatus according to the second embodiment is a color image represented by 8-bit RGB components (colors) (brightness values in the range of 0 to 255) as in the first embodiment. It is data. The image data to be encoded is arranged in dot order, that is, in the raster scan order, and the pixels are arranged in the order of R, G, and B. The image is assumed to be composed of horizontal W pixels and vertical H pixels. The image processing apparatus according to the second embodiment divides image data into blocks and encodes each block (tile) independently. The tile size can be selected from three types of 16 × 16, 32 × 32, and 64 × 64, and is set for each encoding target image. Note that the tile size is designated by the user using the operation panel, keyboard, or the like.
次に、本実施形態の画像処理装置での各部の動作について説明する。 Next, the operation of each unit in the image processing apparatus of this embodiment will be described.
まず、符号化対象画像データの入力に先立ち、信号線607からタイルの大きさを選択するタイルサイズ選択信号が入力される。タイルサイズ選択信号は3値であり、16×16を選択する場合には“0”、32×32を選択する場合には“1”、64×64を選択する場合には“2”が入力される。
First, prior to inputting the encoding target image data, a tile size selection signal for selecting a tile size is input from the
タイルサイズ設定部606は信号線607から入力されるタイルサイズ選択信号に従ってタイルの水平方向画素数Iw、垂直方向画素数Ihを設定し、出力する。つまり、タイルサイズ選択信号が“0”の場合、タイルサイズ設定部606はIw=Ih=16を出力する。また、“1”の場合にはIw=Ih=32、“2”の場合にはIw=Ih=64を出力する。
The tile
続いて、符号化対象画像データが画像入力部601から、ラスタースキャン順に入力される。
Subsequently, the encoding target image data is input from the
ラインバッファ602は画像データを64ライン分格納する領域を持ち、画像入力部101から入力される画像データを順次格納していく。ラインバッファ102に必要とされる容量、即ち1ストライプのデータ量はW×64×3(RGB分)バイトである。説明の便宜上、垂直方向画素数Hは64の整数倍であるとする。
The
ブロック分割部603は、タイルサイズ設定部606の出力するタイルの垂直方向画素数Ihに基づいてラインバッファ602の充足状況を監視し、ラインバッファ602にIhライン分の画像データが格納されると、ラインバッファ602に格納される画像データを水平方向Iw画素、垂直方向Ih画素で構成される矩形ブロックに分割して、ブロック単位に読み出してタイルバッファ604へと格納する。説明の便宜上、画像の水平方向画素数WはIwの整数倍であるとし、矩形ブロックに分割した場合に不完全なブロックが発生しないものとする。以降、符号化対象画像データをIhラインの幅で分割したデータをストライプと呼び、水平方向Iw画素、垂直方向Ih画素で構成される矩形ブロックをタイルと呼ぶ。
The
図8に符号化対象の画像データとストライプ、タイルの関係を示す。図のように画像中、水平方向i番目、垂直方向j番目のタイルをT(i,j)と記す。 FIG. 8 shows the relationship between image data to be encoded, stripes, and tiles. As shown in the figure, the i-th tile in the horizontal direction and the j-th tile in the vertical direction are denoted as T (i, j).
タイルバッファ604は最大サイズ(64×64)の1タイル分の画素データを格納する領域を持ち、ブロック分割部603から出力されるタイルデータを順次格納していく。タイルバッファ604に必要とされる容量は64×64×3(RGB分)バイトである。
The
可逆符号化部103は第1の実施形態と同様にして、タイルバッファ604に格納されるタイルをライン単位に、JPEG−LS Baselineのラインインターリーブモードとして規定される符号化アルゴリズムに従って符号化し、タイル符号化データを符号列形成部605へと出力する。このとき、状態分離に用いられる閾値T1、T2、T3は状態数決定部105から与えられる値を用いる。
Similarly to the first embodiment, the
符号列形成部106は可逆符号化部103から出力されるタイル符号化データを結合させ、必要な付加情報を加えて本画像処理装置の出力となる符号列を形成して信号線608より出力する。各タイルについて可逆符号化部103から出力されるタイル符号化データはそれぞれのタイルを1枚の画像として符号化して得られるJPEG−LS符号化データの構造(図7を参照)の、エントロピ符号化データセグメント部分に相当する。
The code
図9は本第2の実施形態における画像処理装置の出力符号列の構成を示している。出力符号列の先頭には、画像を復号するために必要となる情報、例えば、画像の水平方向画素数、垂直方向画素数、色空間を表す属性情報、コンポーネント数、各コンポーネントのビット数やタイルの幅、高さなどの付加情報がヘッダとして付けられる。また、状態数決定部105から出力されるT1、T2、T3の値をヘッダに含める。
FIG. 9 shows the configuration of the output code string of the image processing apparatus in the second embodiment. At the beginning of the output code string, information necessary for decoding the image, for example, the number of pixels in the horizontal direction of the image, the number of pixels in the vertical direction, attribute information indicating the color space, the number of components, the number of bits of each component, and the tile Additional information such as width and height is attached as a header. In addition, the values of T1, T2, and T3 output from the state
図10は各タイルの出力符号列の構成を示す図である。各タイルの先頭にはタイルヘッダを付加し、各タイルの水平、垂直位置情報(i,j)などを含める。なお、各タイルデータの先頭、または末尾にマーカを置く。あるいは、各タイルの符号列の長さをタイルの先頭や、符号化データの先頭のヘッダ部分に含めるなどして管理することによりタイル単位のランダムアクセスを可能とすることができる。 FIG. 10 is a diagram showing the configuration of the output code string of each tile. A tile header is added to the head of each tile to include horizontal and vertical position information (i, j) of each tile. A marker is placed at the beginning or end of each tile data. Alternatively, random access in units of tiles can be made possible by managing the length of the code string of each tile by including it in the head of the tile or the header portion of the head of the encoded data.
図5は、本実施形態に係る画像処理装置による符号化対象画像データの符号化処理の流れを示すフローチャートである。以下、図5に示したフローチャートに従い、本第2の実施形態に係る画像処理装置が行う画像符号化処理の全体的な流れについて説明する。 FIG. 5 is a flowchart showing the flow of the encoding process of the encoding target image data by the image processing apparatus according to this embodiment. The overall flow of the image encoding process performed by the image processing apparatus according to the second embodiment will be described below according to the flowchart shown in FIG.
まず、タイルサイズ設定部606は、信号線607からタイルサイズ選択信号を入力し、その選択信号に応じてタイルの水平方向画素数Iw、垂直方向画素数Ihを決定し、出力する。状態数決定部105は、これらIw、Ihに基づいて状態数を決定する閾値T1,T2,T3を決定する(ステップS500)。
First, the tile
続いて、画像入力部601からの画像データの入力を開始し、ラインバッファ602に符号化対象となる画像データの1ストライプ分のデータが格納する(ステップS501)。
Subsequently, input of image data from the
次に、ブロック分割部603は、ラインバッファ602に格納されるストライプから1つのタイルデータを取り出し、タイルバッファ604に格納する(ステップS502)。続いて可逆符号化部103は、タイルバッファ604に格納されるタイルデータの可逆符号化を行う(ステップS503)。符号列形成部608は、可逆符号化部103から出力されるタイル符号化データを結合して所定のフォーマットで本画像処理装置の出力となる符号化データを生成し、順次装置外部へと出力する(ステップS605)。
Next, the
次いで、符号化したタイルがストライプ内の最後のタイルであるか否か判断し(ステップS505)、最後のタイルでない場合(NO)は隣のタイルに処理の対象を移してS502から処理を繰り返す。また、ストライプの最後のタイルの符号化が完了したと判断した場合には、ステップS506へと処理を移す。ステップS506では符号化したストライプが画像の最後のストライプであるか否かを判断し、最後のストライプでない場合(NO)はステップS501に処理を移して次のストライプのデータを読み込んで、そのストライプの符号化処理を行なう。 Next, it is determined whether or not the encoded tile is the last tile in the stripe (step S505). If it is not the last tile (NO), the processing target is transferred to the adjacent tile and the processing is repeated from S502. If it is determined that the encoding of the last tile of the stripe has been completed, the process proceeds to step S506. In step S506, it is determined whether or not the encoded stripe is the last stripe of the image. If it is not the last stripe (NO), the process proceeds to step S501 to read the data of the next stripe and read the data of the stripe. Perform the encoding process.
こうして、ステップS506にて、最後のストライプの符号化が完了したと判断した場合、画像データについての符号化処理を終了する。 Thus, if it is determined in step S506 that the encoding of the last stripe has been completed, the encoding process for the image data is terminated.
以上の処理により、画像全体の符号化が行われる。なお、ここでは1タイルづつ順番に符号化する方法について述べたが、各タイルの符号化が他のタイルに全く依存していないため、複数のタイルを並列に符号化処理することもできる。 With the above processing, the entire image is encoded. Here, although the method of encoding one tile at a time has been described, since the encoding of each tile does not depend on other tiles at all, a plurality of tiles can be encoded in parallel.
また、第2の実施形態の画像処理装置で生成した符号化データを復号するにはヘッダに示されるT1、T2、T3の値を用いて、符号化処理の逆の手順でそれぞれのタイルを復号していくようにすれば良い。各タイルは独立に符号化されているので、先に述べたように、マーカを検出する、あるいは各タイルの符号化データの長さ情報などから復号したいタイルの符号化データにアクセスすることによって特定タイルのみを復号したり、複数のタイルを並列に復号したりすることができる。 In addition, in order to decode the encoded data generated by the image processing apparatus according to the second embodiment, each tile is decoded in the reverse procedure of the encoding process using the values of T1, T2, and T3 indicated in the header. You should do it. Since each tile is encoded independently, as described above, it is specified by detecting the marker or accessing the encoded data of the tile to be decoded from the length information of the encoded data of each tile. Only tiles can be decoded or multiple tiles can be decoded in parallel.
以上の説明のように、本第2の実施形態に係る画像処理装置では、画像をタイルに分割し、タイルごとに独立に予測符号化をベースとする可逆符号化を行う符号化方式において、タイルのサイズに応じて状態数を適切に設定することにより符号量を低減することができる。 As described above, in the image processing apparatus according to the second embodiment, in an encoding method in which an image is divided into tiles and lossless encoding based on predictive encoding is performed independently for each tile, tiles are used. The amount of codes can be reduced by appropriately setting the number of states according to the size of.
また、上記第2の実施形態は、第1の実施形態の変形例と同様、コンピュータが該当するプログラムを実行することでも実施できる。この場合、そのコンピュータプログラムは、図6に示すような各構成に対応するモジュールを備え、メイン処理では図5の処理を行なえばよいであろう。 Moreover, the said 2nd Embodiment can be implemented also by running the program which a computer corresponds similarly to the modification of 1st Embodiment. In this case, the computer program includes modules corresponding to the respective configurations as shown in FIG. 6, and the main process may be performed as shown in FIG.
<他の実施形態>
本発明は上述した実施の形態に限定されるものではない。例えば、可逆符号化部103で用いる可逆符号化方式としてJPEG−LS Baseline方式のラインインターリーブモードを例に説明したが、同標準のその他のインターリーブモードや、コンテキストに基づくその他の符号化方式を適用しても良い。
<Other embodiments>
The present invention is not limited to the embodiment described above. For example, although the JPEG-LS Baseline line interleave mode has been described as an example of the lossless encoding method used in the
また、状態数の設定方法として総画素数Rに基づいて決定する方法を示したが、水平・垂直方向画素数のいずれか一方のみから定めるなど、画像(またはタイル)の大きさに関係する指標値に基づくものであれば良い。 In addition, although the method for determining the number of states based on the total number of pixels R has been shown, an index related to the size of the image (or tile), such as determining from only one of the number of pixels in the horizontal and vertical directions. It may be based on the value.
また、第2の実施形態として画像をタイルに分割して、タイルサイズに応じて状態数を決定する例を示したが、一つの画像を異なる幾つかのタイルに分割して符号化する場合に適用することもできる。この場合、個々のタイルのサイズに応じて状態数を決定すれば良い。 In the second embodiment, an example is shown in which an image is divided into tiles and the number of states is determined according to the tile size. However, when one image is divided into several different tiles and encoded. It can also be applied. In this case, the number of states may be determined according to the size of each tile.
また、上記各実施形態からも明らかなように、本発明はコンピュータプログラムをもその範疇とするものであるが、通常、コンピュータプログラムはCD−ROM等のコンピュータ可読記憶媒体に格納されて、コンピュータのシステムにコピーもしくはインストールすることで実行可能となる。従って、このようなコンピュータ可読記憶媒体も本発明の範疇にあることも明らかである。 Further, as is clear from the above embodiments, the present invention includes a computer program as a category. Usually, a computer program is stored in a computer-readable storage medium such as a CD-ROM, and It can be executed by copying or installing to the system. Therefore, it is obvious that such a computer-readable storage medium is also within the scope of the present invention.
Claims (8)
符号化対象の画像のサイズを示すサイズ情報に従って、前記量子化を行うための量子化パラメータを設定する量子化パラメータ設定手段と、
前記着目画素の周囲の符号化済み画素群において、予め設定された位置関係にあり、固定数の画素ペアの差分値を算出する差分算出手段と、
該差分算出手段で算出された各画素ペアの差分値を、前記量子化パラメータ設定手段で設定された量子化パラメータに従って量子化する量子化手段と、
該量子化手段で得られた各画素ペアの量子化後の値に基づいて、前記着目画素の周囲の状態を判別する状態判別手段と、
該状態判別手段で判別された状態を符号化パラメータとし、前記着目画素を符号化する符号化手段とを備え、
前記量子化パラメータ設定手段は、前記符号化対象の画像のサイズが小さいほど、前記量子化手段による量子化後の値の取り得る個数を少なくするための量子化パラメータを設定することを特徴とする画像符号化装置。 In the encoded pixel group around the pixel of interest, the difference between the fixed number of pixel pairs is calculated in advance, and the difference value of each calculated pixel pair is quantized. Classifying the surrounding state of the pixel of interest on the basis of, and encoding the pixel of interest according to a probability model corresponding to the classified state,
Quantization parameter setting means for setting a quantization parameter for performing the quantization according to size information indicating a size of an image to be encoded;
Difference calculation means for calculating a difference value of a fixed number of pixel pairs that are in a preset positional relationship in the encoded pixel group around the pixel of interest;
Quantization means for quantizing a difference value of each pixel pair calculated by the difference calculation means according to a quantization parameter set by the quantization parameter setting means;
State determining means for determining the state around the pixel of interest based on the quantized value of each pixel pair obtained by the quantizing means;
An encoding unit that encodes the pixel of interest using the state determined by the state determination unit as an encoding parameter ;
The quantization parameter setting means sets a quantization parameter for reducing the number of values that can be taken after the quantization by the quantization means as the size of the image to be encoded is smaller. Image encoding device.
複数画素を内包するブロックのサイズを設定するサイズ設定手段と、
該サイズ設定手段で設定されたサイズのブロックを単位に、符号化対象の画像データから前記ブロックのブロック画像データを切り出す切り出し手段と、
前記サイズ設定手段で設定されたブロックのサイズを示すサイズ情報に従って、前記量子化を行うための量子化パラメータを設定する量子化パラメータ設定手段と、
前記切り出し手段で切り出されたブロック画像データ中の前記着目画素の周囲の符号化済み画素群において、予め設定された位置関係にあり、固定数の画素ペアの差分値を算出する差分算出手段と、
該差分算出手段で算出された各画素ペアの差分値を、前記量子化パラメータ設定手段で設定された量子化パラメータに従って量子化する量子化手段と、
該量子化手段で得られた各画素ペアの量子化後の値に基づいて、前記着目画素の周囲の状態を判別する状態判別手段と、
該状態判別手段で判別された状態を符号化パラメータとし、前記着目画素を符号化する符号化手段とを備え、
前記量子化パラメータ設定手段は、前記サイズ設定手段で設定されたブロックのサイズが小さいほど、前記量子化手段による量子化後の値の取り得る個数を少なくするための量子化パラメータを設定することを特徴とする画像符号化装置。 In the encoded pixel group around the pixel of interest, the difference between the fixed number of pixel pairs is calculated in advance, and the difference value of each calculated pixel pair is quantized. Classifying the surrounding state of the pixel of interest on the basis of, and encoding the pixel of interest according to a probability model corresponding to the classified state,
Size setting means for setting the size of a block containing a plurality of pixels;
Cutout means for cutting out the block image data of the block from the image data to be encoded in units of blocks of the size set by the size setting means ;
According to the size information indicating the size of the block set by said size setting means, and a quantization parameter setting means for setting a quantization parameter for performing the quantization,
A difference calculating means for calculating a difference value of a fixed number of pixel pairs in a pre-set positional relationship in the encoded pixel group around the target pixel in the block image data cut out by the cutting means;
Quantization means for quantizing a difference value of each pixel pair calculated by the difference calculation means according to a quantization parameter set by the quantization parameter setting means;
State determining means for determining the state around the pixel of interest based on the quantized value of each pixel pair obtained by the quantizing means;
An encoding unit that encodes the pixel of interest using the state determined by the state determination unit as an encoding parameter ;
The quantization parameter setting means sets a quantization parameter for reducing the number of values that can be taken after the quantization by the quantization means as the block size set by the size setting means is smaller. An image encoding device.
符号化対象の画像のサイズを示すサイズ情報に従って、前記量子化を行うための量子化パラメータを設定する量子化パラメータ設定工程と、
前記着目画素の周囲の符号化済み画素群において、予め設定された位置関係にあり、固定数の画素ペアの差分値を算出する差分算出工程と、
該差分算出工程で算出された各画素ペアの差分値を、前記量子化パラメータ設定工程で設定された量子化パラメータに従って量子化する量子化工程と、
該量子化工程で得られた各画素ペアの量子化後の値に基づいて、前記着目画素の周囲の状態を判別する状態判別工程と、
該状態判別工程で判別された状態を符号化パラメータとし、前記着目画素を符号化する符号化工程とを備え、
前記量子化パラメータ設定工程は、前記符号化対象の画像のサイズが小さいほど、前記量子化工程による量子化後の値の取り得る個数を少なくするための量子化パラメータを設定することを特徴とする画像符号化方法。 In the encoded pixel group around the pixel of interest, the difference between the fixed number of pixel pairs is calculated in advance, and the difference value of each calculated pixel pair is quantized. the ambient conditions of the target pixel is classified based on, according to a probability model corresponding to the classified condition, the target pixel to an image coding method for coding,
A quantization parameter setting step for setting a quantization parameter for performing the quantization according to size information indicating a size of an image to be encoded;
A difference calculating step of calculating a difference value of a fixed number of pixel pairs that is in a preset positional relationship in the encoded pixel group around the pixel of interest;
A quantization step of quantizing a difference value of each pixel pair calculated in the difference calculation step according to a quantization parameter set in the quantization parameter setting step;
A state determination step of determining the surrounding state of the pixel of interest based on the quantized value of each pixel pair obtained in the quantization step;
An encoding step of encoding the pixel of interest using the state determined in the state determination step as an encoding parameter ;
The quantization parameter setting step sets a quantization parameter for reducing the number of values that can be obtained after quantization by the quantization step as the size of the image to be encoded is smaller. Image coding method.
複数画素を内包するブロックのサイズを設定するサイズ設定工程と、
該サイズ設定工程で設定されたサイズのブロックを単位に、符号化対象の画像データから前記ブロックのブロック画像データを切り出す切り出し工程と、
前記サイズ設定工程で設定されたブロックのサイズを示すサイズ情報に従って、前記量子化を行うための量子化パラメータを設定する量子化パラメータ設定工程と、
前記切り出し工程で切り出されたブロック画像データ中の前記着目画素の周囲の符号化済み画素群において、予め設定された位置関係にあり、固定数の画素ペアの差分値を算出する差分算出工程と、
該差分算出工程で算出された各画素ペアの差分値を、前記量子化パラメータ設定工程で設定された量子化パラメータに従って量子化する量子化工程と、
該量子化工程で得られた各画素ペアの量子化後の値に基づいて、前記着目画素の周囲の状態を判別する状態判別工程と、
該状態判別工程で判別された状態を符号化パラメータとし、前記着目画素を符号化する符号化工程とを備え、
前記量子化パラメータ設定工程は、前記サイズ設定工程で設定されたブロックのサイズが小さいほど、前記量子化工程による量子化後の値の取り得る個数を少なくするための量子化パラメータを設定することを特徴とする画像符号化方法。 In the encoded pixel group around the pixel of interest, the difference between the fixed number of pixel pairs is calculated in advance, and the difference value of each calculated pixel pair is quantized. the ambient conditions of the target pixel is classified based on, according to a probability model corresponding to the classified condition, the target pixel to an image coding method for coding,
A size setting step for setting the size of a block containing a plurality of pixels;
A cutout step of cutting out block image data of the block from the image data to be encoded in units of blocks of the size set in the size setting step,
In accordance with size information indicating the size of the block set in the size setting step, a quantization parameter setting step for setting a quantization parameter for performing the quantization,
A difference calculation step of calculating a difference value of a fixed number of pixel pairs in a preset positional relationship in the encoded pixel group around the target pixel in the block image data cut out in the cutout step;
A quantization step of quantizing a difference value of each pixel pair calculated in the difference calculation step according to a quantization parameter set in the quantization parameter setting step;
A state determination step of determining the surrounding state of the pixel of interest based on the quantized value of each pixel pair obtained in the quantization step;
An encoding step of encoding the pixel of interest using the state determined in the state determination step as an encoding parameter;
In the quantization parameter setting step, the smaller the block size set in the size setting step is, the smaller the number of possible values after the quantization in the quantization step is set. A characteristic image encoding method .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006216255A JP4771541B2 (en) | 2006-08-08 | 2006-08-08 | Image encoding apparatus and method, computer program, and computer-readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006216255A JP4771541B2 (en) | 2006-08-08 | 2006-08-08 | Image encoding apparatus and method, computer program, and computer-readable storage medium |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2008042684A JP2008042684A (en) | 2008-02-21 |
JP2008042684A5 JP2008042684A5 (en) | 2009-09-17 |
JP4771541B2 true JP4771541B2 (en) | 2011-09-14 |
Family
ID=39177199
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006216255A Expired - Fee Related JP4771541B2 (en) | 2006-08-08 | 2006-08-08 | Image encoding apparatus and method, computer program, and computer-readable storage medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4771541B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105828070B (en) * | 2016-03-23 | 2016-12-28 | 华中科技大学 | The JPEG LS image lossless of error-propagation prevention/near lossless compression hardware algorithm implementation method |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02177766A (en) * | 1988-12-28 | 1990-07-10 | Canon Inc | Hierarchical encoding system for binary image |
-
2006
- 2006-08-08 JP JP2006216255A patent/JP4771541B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2008042684A (en) | 2008-02-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7912300B2 (en) | Image processing apparatus and control method therefor | |
JP4979323B2 (en) | Image processing apparatus and control method thereof | |
US7826670B2 (en) | Data compression apparatus and data compression program storage medium | |
JP4418762B2 (en) | Image encoding apparatus, image decoding apparatus, control method thereof, computer program, and computer-readable storage medium | |
JP4847398B2 (en) | Image processing apparatus and method | |
KR20120065394A (en) | Image processing apparatus and processing method therefor | |
US20060204086A1 (en) | Compression of palettized images | |
JP2008042688A (en) | Image processing apparatus and control method thereof, and computer program and computer readable storage medium | |
US20060176196A1 (en) | Data compression apparatus, and data compression program storage medium | |
US7953296B2 (en) | Image resolution conversion with error detection | |
JP4771541B2 (en) | Image encoding apparatus and method, computer program, and computer-readable storage medium | |
JP2008042683A (en) | Image processing apparatus and its control method, computer program and computer readable storage medium | |
US7373000B2 (en) | Image processing apparatus | |
JP2006080793A (en) | Image coder, method, compputer program, and computer readable storage medium | |
JP2008078826A (en) | Image processor and its control method | |
JP5933987B2 (en) | Image coding apparatus and control method thereof | |
JP2008022376A (en) | Image processing device, control method thereof, computer program, and computer readable storage medium | |
JP2008109478A (en) | Image encoding device, method, program and storage medium | |
JP4324079B2 (en) | Image encoding apparatus and method, computer program, and computer-readable storage medium | |
JP2008042681A (en) | Image processing method and processor, computer program and computer readable storage medium | |
JP4795160B2 (en) | Image processing apparatus, control method therefor, computer program, and computer-readable storage medium | |
JP4699307B2 (en) | Data compression apparatus and data compression program | |
JP4377351B2 (en) | Data compression apparatus and data compression program | |
JP2001128182A (en) | Image encoding method and computer-readable recording medium storing image encoding program | |
JP4131970B2 (en) | Data compression apparatus and data compression program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090803 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090803 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110225 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110425 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110516 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110526 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110617 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110620 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140701 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |