JP2009206563A - Image signal processing apparatus, and image signal processing program - Google Patents

Image signal processing apparatus, and image signal processing program Download PDF

Info

Publication number
JP2009206563A
JP2009206563A JP2008044076A JP2008044076A JP2009206563A JP 2009206563 A JP2009206563 A JP 2009206563A JP 2008044076 A JP2008044076 A JP 2008044076A JP 2008044076 A JP2008044076 A JP 2008044076A JP 2009206563 A JP2009206563 A JP 2009206563A
Authority
JP
Japan
Prior art keywords
bits
gradation data
random number
bit
image signal
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.)
Granted
Application number
JP2008044076A
Other languages
Japanese (ja)
Other versions
JP5024112B2 (en
Inventor
Shigeru Fukushima
茂 福島
Takashi Nishi
岳志 西
Takashi Morishige
孝 森重
Hideki Takehara
英樹 竹原
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2008044076A priority Critical patent/JP5024112B2/en
Publication of JP2009206563A publication Critical patent/JP2009206563A/en
Application granted granted Critical
Publication of JP5024112B2 publication Critical patent/JP5024112B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image signal processing apparatus capable of effectively suppressing a Mach band effect by improving the resolution of apparent gradation data by controlling the frequency of appearance of gradation data having low resolution. <P>SOLUTION: This image signal processing apparatus 100 reduces the number of bits of the gradation data of a digital image signal from (M+N) bit to M-bit. The apparatus 100 is provided with: a filter processing section 110 for applying filter processing for smoothing lower N-bits to the gradation data of (M+N) bits; a random number generating section 112 for generating N-bit random numbers; a random number adding section 114 for adding N-bit random numbers to the lower N-bits of the gradation data of (M+N) bits subjected to the filtering processing; and a disregarding section 118 for rounding the lower N-bits of the added gradation data of (M+N) bits to generate gradation data of M-bits. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、デジタル画像のビット数を縮退する画像信号処理装置および画像信号処理プログラムに関する。   The present invention relates to an image signal processing device and an image signal processing program for reducing the number of bits of a digital image.

デジタル画像信号処理では、その画像の階調を有限なビット数で表現するため、グラデーション領域やCG(Computer Graphics)画像などにおいて、急激な明るさの変化を実際以上に大きく感じてしまい、階調が段階的に変化して境界線が線や縞に見えてしまうマッハバンド効果が発生する。このマッハバンド効果は、デジタル画像信号の分解能に満たない端数が単純に切り捨てまたは四捨五入されるとき、例えば、A/D(Analog to Digital)変換の際やデジタル信号処理のビット数を縮退する過程において発生する。   In digital image signal processing, the gradation of the image is expressed by a finite number of bits, so in a gradation area or a CG (Computer Graphics) image, a sudden brightness change is felt to be greater than actual, and the gradation Mach band effect occurs in which the boundary line appears to be a line or stripe by changing stepwise. This Mach band effect is used when fractions less than the resolution of a digital image signal are simply rounded down or rounded off, for example, during A / D (Analog to Digital) conversion or in the process of reducing the number of bits in digital signal processing. appear.

このうち後者にあたる、デジタル信号処理のビット数を縮退する際に発生するマッハバンド効果を抑制する研究が従来から行われている。例えば、特許文献1に記載のカラーシェーディング方法では、上位ビットと下位ビットからなる輝度データの下位ビットに乱数を加算して得た輝度データの上位ビットを用いて乱数補間する技術が開示されている。かかる技術では少ないメモリでマッハバンド効果を抑制することができる。
特開昭61−126593号
Of these, studies have been made to suppress the Mach band effect that occurs when the number of bits in digital signal processing, which is the latter, is reduced. For example, the color shading method described in Patent Document 1 discloses a technique for performing random number interpolation using upper bits of luminance data obtained by adding random numbers to lower bits of luminance data composed of upper bits and lower bits. . Such a technique can suppress the Mach band effect with a small amount of memory.
JP 61-126593 A

上述した従来の画像信号処理装置では、ビット縮退時に発生するマッハバンド効果を抑制することは可能であるが、原画像信号に既にマッハバンド効果が生じている場合、例えば、下位ビット全てが「0」や「1」に固定されている場合や「10」と「01」等数点の所定値に偏っている場合には、そのマッハバンド効果を抑制することができなかった。   In the conventional image signal processing apparatus described above, it is possible to suppress the Mach band effect that occurs at the time of bit degeneration, but when the Mach band effect has already occurred in the original image signal, for example, all the lower bits are set to “0”. ”Or“ 1 ”, or when it is biased to a predetermined value such as“ 10 ”and“ 01 ”, the Mach band effect could not be suppressed.

また、上述した従来の画像信号処理装置では、マッハバンド効果を抑制する範囲が下位ビット分に限られるため、そのビット数によってはマッハバンド効果を解消しきれず、線や縞を十分に取り切れない場合が生じ得る。   Further, in the conventional image signal processing apparatus described above, since the range for suppressing the Mach band effect is limited to the lower bits, the Mach band effect cannot be completely eliminated depending on the number of bits, and lines and stripes cannot be sufficiently removed. Cases can arise.

本発明は、このような課題に鑑み、分解能が低い階調データの出現頻度を調整することで見かけ上の階調データの分解能を上げマッハバンド効果を有効に抑制することが可能な、画像信号処理装置および画像信号処理プログラムを提供することを目的としている。   In view of such a problem, the present invention provides an image signal capable of effectively suppressing the Mach band effect by increasing the apparent resolution of gradation data by adjusting the appearance frequency of gradation data having a low resolution. An object of the present invention is to provide a processing device and an image signal processing program.

上記課題を解決するために、本発明の代表的な構成は、デジタル画像信号の階調データのビット数を(M+N)ビットからMビットに縮退する画像信号処理装置において、当該画像信号処理装置に入力された(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、Nビットの乱数を生成する乱数生成部と、フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに乱数生成部で生成したNビットの乱数を加算する乱数加算部と、加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部と、を備えることを特徴とする。ただし、M、Nおよび後述するLは1以上の整数である。   In order to solve the above-described problems, a typical configuration of the present invention is an image signal processing device that reduces the number of bits of gradation data of a digital image signal from (M + N) bits to M bits. The input (M + N) -bit gradation data is subjected to a filtering process that performs a filtering process for smoothing the lower N bits, a random number generating part that generates an N-bit random number, and a filtering process (M + N). A random number addition unit for adding the N-bit random number generated by the random number generation unit to the lower N bits of the bit gradation data, and truncating the lower N bits of the added (M + N) -bit gradation data, And a truncation unit for generating key data. However, M, N and L described later are integers of 1 or more.

かかるフィルタ処理部により、端数となる下位Nビットにも適切な数値が設定され、グラデーションを形成する領域において離散データを補間する。また、そのように適切な数値が設定された下位Nビットに乱数を加算することで、下位Nビットの値を上位Mビットへの切り上げの出現頻度に置き換えることができ、縮退された階調データはMビットであるが、その出現頻度(密度)によってMビットの分解能より細かい階調を表現することができ、マッハバンド効果を有効に抑制することが可能となる。   By such a filter processing unit, an appropriate numerical value is also set for the lower N bits as a fraction, and discrete data is interpolated in a region where gradation is formed. In addition, by adding a random number to the lower N bits set with such an appropriate numerical value, the value of the lower N bits can be replaced with the appearance frequency of rounding up to the upper M bits, and degenerated gradation data Is M bits, but the appearance frequency (density) can express a gradation finer than the resolution of M bits, and the Mach band effect can be effectively suppressed.

さらに、原画像信号に既にマッハバンド効果が生じている、下位Nビット全てが「0」や「1」に固定されている場合や「10」と「01」等数点の所定値に偏っている場合であっても、フィルタ処理部のフィルタ処理によってその偏りを均すことができるので、マッハバンド効果の抑制を有効化することが可能となる。   Furthermore, when the Mach band effect has already occurred in the original image signal, all the lower N bits are fixed to “0” or “1”, or biased toward a predetermined value such as “10” and “01”. Even in such a case, since the bias can be leveled by the filter processing of the filter processing unit, the suppression of the Mach band effect can be validated.

本発明の画像信号処理装置の他の代表的な構成は、デジタル画像信号の階調データを下位Lビット分拡張して(M+N)ビットの階調データを生成する下位拡張部と、拡張された(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、Nビットの乱数を生成する乱数生成部と、フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに乱数生成部で生成したNビットの乱数を加算する乱数加算部と、加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部と、を備えることを特徴とする。   Another representative configuration of the image signal processing apparatus of the present invention is extended with a lower extension unit that generates gradation data of (M + N) bits by extending gradation data of a digital image signal by lower L bits. (M + N) bit gradation data, a filter processing unit that performs a filtering process for smoothing the lower N bits, a random number generation unit that generates an N-bit random number, and a (M + N) -bit scale that has been subjected to the filtering process A random number addition unit that adds the N-bit random number generated by the random number generation unit to the lower N bits of the tone data, and the lower N bits of the added (M + N) -bit gradation data are rounded down to obtain M-bit gradation data. And a truncation unit to be generated.

ここでは、画像信号処理装置に入力された階調データ(以下、単に原階調データという。)をLビット拡張した(M+N)ビットの階調データをフィルタ処理および乱数加算し、最終的にMビットの階調データを取得する。即ち、階調データのビット数は(M+N−L)からL拡張して(M+N)、N縮退してMへと変化する。かかる構成により、縮退前のビット数(M+N−L)と、縮退後のビット数Mを自由に選択することができる。また、縮退後のMビット階調データの出現頻度による実質的な分解能は、画素数の制限を無視すると、拡張されたLビットに応じて高くなる。従って、このようなLビットの拡張によりマッハバンド効果をより有効に抑制することが可能となり、グラデーションやCG画像のさらなる高画質化を図ることができる。   Here, the gradation data (M + N) bits obtained by extending L gradation data (hereinafter simply referred to as original gradation data) input to the image signal processing apparatus are filtered and random number added, and finally M Get bit gradation data. That is, the number of bits of the gradation data is expanded from (M + N−L) to L (M + N), degenerated N, and changes to M. With this configuration, the number of bits before degeneration (M + N−L) and the number of bits M after degeneration can be freely selected. In addition, the substantial resolution due to the appearance frequency of the M-bit gradation data after degeneration increases in accordance with the expanded L bits if the limitation on the number of pixels is ignored. Therefore, it is possible to more effectively suppress the Mach band effect by such an extension of L bits, and it is possible to further improve the image quality of gradation and CG images.

本発明の画像信号処理プログラムの代表的な構成は、コンピュータを、デジタル画像信号の(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、Nビットの乱数を生成する乱数生成部と、フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに乱数生成部で生成したNビットの乱数を加算する乱数加算部と、加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部、として機能させることを特徴とする。   A typical configuration of the image signal processing program according to the present invention includes a filter processing unit that performs a filter process for smoothing lower N bits on (M + N) bit gradation data of a digital image signal, and an N-bit image processing program. A random number generation unit that generates a random number, a random number addition unit that adds the N-bit random number generated by the random number generation unit to the lower N bits of the (M + N) -bit gradation data that has been subjected to the filtering process, are added ( It is characterized by functioning as a truncation unit that generates M-bit gradation data by truncating the lower N bits of (M + N) -bit gradation data.

本発明の画像信号処理プログラムの他の代表的な構成は、コンピュータを、デジタル画像信号の階調データを下位Lビット分拡張して(M+N)ビットの階調データを生成する下位拡張部と、拡張された(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、Nビットの乱数を生成する乱数生成部と、フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに乱数生成部で生成したNビットの乱数を加算する乱数加算部と、加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部、として機能させることを特徴とする。   Another typical configuration of the image signal processing program of the present invention includes: a computer, a lower extension unit that generates gradation data of (M + N) bits by extending gradation data of a digital image signal by lower L bits; The expanded (M + N) -bit gradation data is subjected to a filtering process for performing a filtering process for smoothing the lower N bits, a random number generating part for generating an N-bit random number, and a filtering process (M + N). A random number addition unit for adding the N-bit random number generated by the random number generation unit to the lower N bits of the bit gradation data, and truncating the lower N bits of the added (M + N) -bit gradation data, It is made to function as a truncation part which produces | generates key data.

上述した画像信号処理装置おける技術的思想に対応する構成要素やその説明は、当該画像信号処理プログラムにも適用可能である。   The components corresponding to the technical idea of the image signal processing apparatus described above and the description thereof can also be applied to the image signal processing program.

以上説明したように本発明によれば、分解能が低い階調データの出現頻度を調整することで見かけ上の階調データの分解能を上げマッハバンド効果を有効に抑制することが可能となる。その結果、グラデーションやCG画像をさらに高画質化することができる。   As described above, according to the present invention, it is possible to increase the apparent resolution of gradation data by adjusting the appearance frequency of gradation data having a low resolution, and to effectively suppress the Mach band effect. As a result, the gradation and CG image can be further improved in image quality.

以下に添付図面を参照しながら、本発明の好適な実施形態について詳細に説明する。かかる実施形態に示す寸法、材料、その他具体的な数値などは、発明の理解を容易とするための例示にすぎず、特に断る場合を除き、本発明を限定するものではない。なお、本明細書及び図面において、実質的に同一の機能、構成を有する要素については、同一の符号を付することにより重複説明を省略し、また本発明に直接関係のない要素は図示を省略する。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. The dimensions, materials, and other specific numerical values shown in the embodiment are merely examples for facilitating understanding of the invention, and do not limit the present invention unless otherwise specified. In the present specification and drawings, elements having substantially the same function and configuration are denoted by the same reference numerals, and redundant description is omitted, and elements not directly related to the present invention are not illustrated. To do.

デジタル画像信号における12ビットや10ビットといった階調データを、そのデジタル画像を再生する装置で利用可能な8ビットの階調データに落とし込む場合、上位8ビットを維持したまま下位ビットを削除するビットの縮退が行われる。ここで、下位2ビットを単純に切り捨てまたは四捨五入すると階調が段階的に変化して境界線が線や縞に見えてしまうマッハバンド効果が生じる。本実施形態では、グラデーション領域等において階調の境界線が線や縞として視認されてしまうこのようなマッハバンド効果を有効に抑制する画像信号処理装置および画像信号処理プログラムを提供する。   When dropping gradation data such as 12 bits or 10 bits in a digital image signal into 8-bit gradation data that can be used by a device that reproduces the digital image, the lower bits are deleted while maintaining the upper 8 bits. Degeneration is performed. Here, when the lower 2 bits are simply rounded off or rounded off, the gradation changes stepwise and a Mach band effect is generated in which the boundary line appears as a line or stripe. The present embodiment provides an image signal processing device and an image signal processing program that effectively suppress such a Mach band effect in which a gradation boundary line is visually recognized as a line or a stripe in a gradation region or the like.

(画像信号処理装置100)
図1は、画像信号処理装置100の概略的な構成を示した機能ブロック図である。画像信号処理装置100は、フィルタ処理部110と、乱数生成部112と、乱数加算部114と、クリッピング部116と、切り捨て部118と、下位拡張部120とを含んで構成され、デジタル画像信号の階調データのビット数を(M+N)ビットからMビットに縮退する。このような各構成要素は、CPU(Central Processing Unit)やDSP(Digital Signal Processor)等のプロセッサによってソフトウェア的に動作してもよいし、それぞれ単独の集積回路によってハードウェア的に動作してもよい。
(Image signal processing apparatus 100)
FIG. 1 is a functional block diagram showing a schematic configuration of the image signal processing apparatus 100. The image signal processing apparatus 100 includes a filter processing unit 110, a random number generation unit 112, a random number addition unit 114, a clipping unit 116, a truncation unit 118, and a lower extension unit 120. The number of bits of gradation data is reduced from (M + N) bits to M bits. Each of these components may operate as a software by a processor such as a CPU (Central Processing Unit) or DSP (Digital Signal Processor), or may operate as a hardware by a single integrated circuit. .

フィルタ処理部110は、入力された(M+N)ビットの階調データの下位Nビットに影響を与える程度(上位Mビットに影響を与えない)のフィルタ処理を行い、下位Nビットを適切な数値に変化(平滑化、緩斜化)させる。かかるフィルタ処理部110のフィルタとして、高周波成分を除去する空間LPF(Low Pass Filter)を用いることができる。ここでLPFの理論、次数、方式(FIR(Finite Impluse Response)、IIR(Infinite Impulse Response))は問われず、既存の様々なアルゴリズムを用いることができる。本実施形態では、典型的に、特定の画素を中心とする周囲横7×縦5の画素のそれぞれの階調データに重み付けを行い、階調データを平均化した値を上記特定の画素の階調データとするボックスフィルタを用いる。   The filter processing unit 110 performs a filtering process that affects the lower N bits of the input (M + N) -bit gradation data (does not affect the upper M bits), and sets the lower N bits to an appropriate numerical value. Change (smoothing, slowing down). A spatial LPF (Low Pass Filter) that removes high-frequency components can be used as the filter of the filter processing unit 110. Here, the LPF theory, order, and method (FIR (Finite Impluse Response), IIR (Infinite Impulse Response)) are not limited, and various existing algorithms can be used. In the present embodiment, typically, the gradation data of each of the surrounding horizontal 7 × vertical 5 pixels centering on a specific pixel is weighted, and the value obtained by averaging the gradation data is used as the level of the specific pixel. A box filter is used as key data.

かかるフィルタ処理部110により、Mビットへの縮退時に切り捨てられる端数(下位Nビット)にも適切な数値が設定される。   The filter processing unit 110 also sets an appropriate numerical value for the fraction (lower N bits) that is rounded down when degenerating to M bits.

図2は、グラデーション領域におけるフィルタ処理部110の動作を示した説明図である。例えば、階調データの実際の画像(アナログ量)が破線150で示す値であった場合に、その階調を示す(M+N)ビットデータ(ここでは、10ビットデータ)が実線152で表されているとする。この10ビットデータは10ビットの分解能を有しているにも拘わらず、下位Nビット(ここでは2ビット)が0に固定され、階調データは、図2(a)に示すように、領域154において「0000110000(2進数)」、領域156において「0000110100(2進数)」となる。ここで当該フィルタ処理部110によるフィルタ処理を施すと、下位2ビット158にもグラデーションに沿った適切な数値が設定され、図2(b)に示すように、隣接する画素間における階調データのスムーズな移行を実現することができる。   FIG. 2 is an explanatory diagram showing the operation of the filter processing unit 110 in the gradation area. For example, when an actual image (analog amount) of gradation data has a value indicated by a broken line 150, (M + N) bit data (here, 10-bit data) indicating the gradation is represented by a solid line 152. Suppose that Although the 10-bit data has a resolution of 10 bits, the lower N bits (2 bits in this case) are fixed to 0, and the grayscale data is a region as shown in FIG. “0000110000 (binary number)” in 154 and “0000110100 (binary number)” in the area 156. Here, when the filter processing by the filter processing unit 110 is performed, an appropriate numerical value along the gradation is also set in the lower 2 bits 158, and as shown in FIG. 2B, the gradation data between adjacent pixels is set. Smooth transition can be realized.

乱数生成部112は、Nビットの乱数を生成する。例えば、(M+N)が10であるのに対してNが2であった場合、生成する乱数は、上位8(M)ビットが全て0となり、かつ下位2(N)ビットがランダム値「00」「01」「10」「11」(2進数)となる。   The random number generator 112 generates an N-bit random number. For example, if (M + N) is 10 and N is 2, the generated random number is all the upper 8 (M) bits are 0 and the lower 2 (N) bits are a random value “00”. “01”, “10”, “11” (binary number).

図3は、乱数生成部112で生成される乱数の一覧を示した説明図である。乱数の種類はビット数Nに応じて決まる。従って、Nが2の場合、乱数の種類は2=4となる。乱数生成部112は、かかる4つの乱数を均等な出現確率(25%)で生成し、後述する乱数加算部114に伝達する。 FIG. 3 is an explanatory diagram showing a list of random numbers generated by the random number generation unit 112. The type of random number is determined according to the number of bits N. Therefore, when N is 2, the type of random number is 2 2 = 4. The random number generation unit 112 generates the four random numbers with a uniform appearance probability (25%) and transmits the generated random numbers to the random number addition unit 114 described later.

乱数加算部114は、フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに乱数生成部112で生成したNビットの乱数を加算する。   The random number addition unit 114 adds the N-bit random number generated by the random number generation unit 112 to the lower N bits of the (M + N) -bit gradation data subjected to the filter processing.

図4は、乱数加算部114の動作を示した説明図である。乱数加算部114は、フィルタ処理部110から伝送された10ビットの階調データの下位2ビットに、乱数生成部112で生成された2ビットの乱数を加算している。図4では、理解を容易にするため乱数が加算される前の階調データ(以下、単に階調元データという。)の上位8ビットを「00001100」に固定して説明する。   FIG. 4 is an explanatory diagram showing the operation of the random number adder 114. The random number addition unit 114 adds the 2-bit random number generated by the random number generation unit 112 to the lower 2 bits of the 10-bit gradation data transmitted from the filter processing unit 110. In FIG. 4, in order to facilitate understanding, the upper 8 bits of gradation data before random numbers are added (hereinafter simply referred to as gradation original data) are fixed to “00001100”.

例えば、階調元データが「0000110000」であった場合、いずれの乱数を加算したとしても上位8ビットへの切り上げは行われず、多数の階調元データを当該乱数加算部114に通したとしたとしても加算後の階調データの上位8ビットが変更することはない。これに対して、階調元データが「0000110001」であった場合、乱数「11」を加算した場合のみ上位8ビットへの切り上げが生じる。これは、多数の階調元データを乱数加算部114に通した場合に、25%の出現頻度で上位8ビットが「00001101」になることを示している。同様にして、階調元データが「0000110010」であった場合、50%の確率で上位8ビットへの切り上げが生じ、階調元データが「0000110011」であった場合、75%の確率で上位8ビットへの切り上げが生じる。   For example, when the gradation original data is “0000110000”, any random number added is not rounded up to the upper 8 bits, and a large number of gradation original data is passed through the random number adding unit 114. However, the upper 8 bits of the gradation data after the addition are not changed. On the other hand, when the gradation original data is “0000110001”, rounding up to the upper 8 bits occurs only when the random number “11” is added. This indicates that the upper 8 bits are “00001101” with an appearance frequency of 25% when a large number of gradation original data are passed through the random number addition unit 114. Similarly, when the original gradation data is “0000110010”, rounding up to the upper 8 bits occurs with a probability of 50%, and when the original gradation data is “0000110011”, the upper part is with a probability of 75%. Rounding up to 8 bits occurs.

換言すれば、フィルタ処理部110により適切な数値が設定された(分解能が上がった)下位2ビットに、乱数加算部114が2ビットの乱数を加算することで、下位2ビットの値を上位8ビットへの切り上げの出現頻度に置き換えることができ、上位8ビットのみを注視すると、多数の階調データのその出現頻度(密度)によって分解能より細かい階調を表現することができ、見かけ上の分解能が高くなる。こうしてマッハバンド効果を有効に抑制することが可能となる。   In other words, the random number adder 114 adds a 2-bit random number to the lower 2 bits for which an appropriate numerical value has been set by the filter processing unit 110 (the resolution has increased), whereby the lower 2 bits are converted into the upper 8 bits. It can be replaced with the appearance frequency of rounding up to bits, and if only the upper 8 bits are watched, a gradation finer than the resolution can be expressed by the appearance frequency (density) of a large number of gradation data, and the apparent resolution Becomes higher. Thus, the Mach band effect can be effectively suppressed.

図5は、乱数加算部114の動作を画像的に表現した説明図である。ここでは、理解を容易にするため、上位8ビットのうちの最下位ビットと下位2ビットとの3ビットのみを用いて説明する。上位8ビットの最下位のみが1ビット相異する図5(a)の2つの領域160、162の下位2ビットがいずれも「0」で埋められ、その領域160、162が「000」と「100」で表されるとする。このとき、フィルタ処理部110がフィルタ処理を実行することによって、領域160の「000」は、図5(b)に示すように、4つの領域170、172、174、176における「000」「001」「010」「011」に分けられる。図5(b)では、図5(a)と比べて下位2ビット分、分解能が上がっているのが理解できる。しかし、最終的には上位8ビットに縮退され、下位2ビットは切り捨てられるので、フィルタ処理によって見かけ上の分解能が上がっても、そのまま上位8ビットに縮退されると、その下位2ビットの階調を有効に表現することができない。   FIG. 5 is an explanatory diagram representing the operation of the random number adding unit 114 in an image. Here, for easy understanding, description will be made using only 3 bits of the least significant bit and the least significant 2 bits among the most significant 8 bits. Both the lower 2 bits of the two areas 160 and 162 in FIG. 5A in which only the lowermost of the upper 8 bits are different by 1 bit are both filled with “0”, and the areas 160 and 162 are “000” and “ Suppose that 100 is represented. At this time, when the filter processing unit 110 executes the filter processing, “000” in the area 160 becomes “000” “001” in the four areas 170, 172, 174, and 176 as shown in FIG. "010" "011". In FIG. 5 (b), it can be understood that the resolution is increased by the lower 2 bits compared to FIG. 5 (a). However, since it is finally reduced to the upper 8 bits and the lower 2 bits are discarded, even if the apparent resolution is increased by the filter processing, if the reduction is made to the upper 8 bits as it is, the gradation of the lower 2 bits Cannot be expressed effectively.

ここで、乱数加算部114による乱数の加算が行われると、実際の画像が「000」と「100」とが混在した状態で表現され、図5(c)に示すようにその出現頻度に応じて、見かけ上のグラデーションを表現することができる。かかる出現頻度による見かけ上のグラデーションは、上位8ビットのみによって表されているものの、人の視覚を通じて、下位2ビット分、分解能を上げた場合の階調の違いによる真のグラデーションと等しくなる。   Here, when random number addition is performed by the random number adding unit 114, an actual image is expressed in a state where “000” and “100” are mixed, and depending on the appearance frequency as shown in FIG. Can express an apparent gradation. Although the apparent gradation due to the appearance frequency is represented by only the upper 8 bits, it is equal to the true gradation due to the difference in gradation when the resolution is increased by the lower 2 bits through human vision.

また、図2(a)に示したような、原画像信号に既にマッハバンド効果が生じている、下位2ビット全てが「0」や「1」に固定されている場合や「10」と「01」等数点の所定値に偏っている場合であっても、フィルタ処理部110のフィルタ処理によってその偏りを均すことができるので、マッハバンド効果の抑制を有効化することが可能となる。   Also, as shown in FIG. 2A, when the Mach band effect has already occurred in the original image signal, all the lower 2 bits are fixed to “0” or “1”, or “10” and “ Even if it is biased to a predetermined value of “01” equal number of points, the bias can be leveled by the filter processing of the filter processing unit 110, so that the suppression of the Mach band effect can be enabled. .

クリッピング部116は、当該画像信号処理装置100の階調データに上限値が設けられる場合、加算された(M+N)ビットの階調データがその上限値を超えるようであれば強制的に上限値に変更する。本実施形態では、階調元データの上位Mビットに1加算する頻度によって階調を表している。これは、入力される階調データの数値が増加することを示している。そして、その階調元データの上位Mビットが上限値を指している場合、その階調元データに1を加算すると上限値を超えてしまい、さらに、上限値が2−1である場合データがオーバフローを起こしてしまう。例えば、階調元データの上位8ビットが「11111111」であった場合に乱数を加算することで切り上げが生じたとしても、このようなクリッピング部116によって、オーバフローは抑制され、階調データは「11111111」を維持する。かかる構成により、当該画像信号処理装置100のオーバフローによるビット反転等の障害を防止することが可能となる。 When an upper limit value is provided for the gradation data of the image signal processing apparatus 100, the clipping unit 116 forcibly sets the upper limit value if the added (M + N) -bit gradation data exceeds the upper limit value. change. In this embodiment, the gradation is represented by the frequency of adding 1 to the upper M bits of the gradation original data. This indicates that the numerical value of the input gradation data increases. If the upper M bits of the original gradation data indicate the upper limit value, adding 1 to the original gradation data will exceed the upper limit value, and if the upper limit value is 2 M −1, the data Will overflow. For example, even if round-up occurs by adding a random number when the upper 8 bits of the gradation original data are “11111111”, such clipping unit 116 suppresses overflow, and gradation data is “ 11111111 "is maintained. With this configuration, it is possible to prevent failures such as bit inversion due to overflow of the image signal processing apparatus 100.

切り捨て部118は、クリッピングされた(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する。上述したように、乱数加算部114が下位Nビットに埋もれたデータを出現頻度として上位Mビットに反映しているので、乱数を加算し終えた下位Nビットは不要となる。従って、切り捨て部118は、その不要となった下位Nビットを切り捨てる。   The truncation unit 118 generates M-bit gradation data by truncating the lower N bits of the clipped (M + N) -bit gradation data. As described above, since the random number addition unit 114 reflects the data buried in the lower N bits as the appearance frequency in the upper M bits, the lower N bits after the addition of the random numbers are unnecessary. Therefore, the truncation unit 118 truncates the unnecessary lower N bits.

下位拡張部120は、フィルタ処理を施す前に下位ビットの拡張を行う場合に、階調データを下位Lビット分拡張して(M+N)ビットの階調データを生成し、その階調データをフィルタ処理部110に伝送する。このとき拡張したLビットには「0」または「1」を埋めてもよいし、所定の数値を入れてもよい。ここでは、原階調データをLビット拡張した(M+N)ビットの階調データをフィルタ処理および乱数加算し、最終的にMビットの階調データを取得する。かかる構成により、縮退前のビット数(M+N−L)と、縮退後のビット数Mを自由に選択することができる。例えば、10ビットの階調データを12ビットに拡張しフィルタ処理および乱数加算後8ビットに縮退したり、8ビットの階調データを10ビットに拡張し8ビットに戻したり、8ビットの階調データを一旦12ビットに拡張し10ビットに変更したりすることが可能となる。   The lower extension unit 120 generates gradation data of (M + N) bits by extending the gradation data by the lower L bits when extending the lower bits before performing the filtering process, and filters the gradation data. The data is transmitted to the processing unit 110. At this time, the expanded L bit may be filled with “0” or “1”, or a predetermined numerical value may be entered. Here, (M + N) -bit gradation data obtained by extending the original gradation data by L bits is subjected to filtering and random number addition, and finally M-bit gradation data is obtained. With this configuration, the number of bits before degeneration (M + N−L) and the number of bits M after degeneration can be freely selected. For example, 10-bit gradation data is expanded to 12 bits and reduced to 8 bits after filtering and random number addition, 8-bit gradation data is expanded to 10 bits and returned to 8 bits, or 8-bit gradation The data can be temporarily extended to 12 bits and changed to 10 bits.

また、縮退後のMビット階調データの出現頻度による実質的な(見た目上の)分解能は、画素数の制限を無視すると、拡張されたLビットに応じて(2に比例して)高くなる。従って、このようなLビットの拡張によりマッハバンド効果をより有効に抑制することが可能となり、グラデーションやCG画像のさらなる高画質化を図ることができる。 Further, the substantial (apparent) resolution due to the appearance frequency of the M-bit gradation data after degeneration is high according to the expanded L bits (in proportion to 2 L ), if the limitation on the number of pixels is ignored. Become. Therefore, it is possible to more effectively suppress the Mach band effect by such an extension of L bits, and it is possible to further improve the image quality of gradation and CG images.

(画像信号処理プログラム)
次に、コンピュータを上述した画像信号処理装置100として機能させる画像信号処理プログラムについて具体例を挙げて詳述する。
(Image signal processing program)
Next, an image signal processing program that causes a computer to function as the above-described image signal processing apparatus 100 will be described in detail with a specific example.

図6は、画像信号処理プログラムの処理を示したフローチャートである。ここでは、10ビットの階調データを12ビットに拡張し、最終的に8ビットに縮退する例を挙げている。   FIG. 6 is a flowchart showing the processing of the image signal processing program. Here, an example is given in which 10-bit gradation data is expanded to 12 bits and finally degenerated to 8 bits.

まず、下位拡張部120は、10ビットの階調データの下位2ビットを拡張して12ビットの階調データを生成する(S200)。このとき拡張した2ビットには「0」を埋める。続いてフィルタ処理部110は、入力された12ビットの階調データを、高周波成分を除去するLPFを用いてフィルタ処理し(S202)、下位4ビットを適切な数値に平滑化する。こうして下位4ビットの端数にも適切な数値が設定される。   First, the lower extension unit 120 extends the lower 2 bits of the 10-bit gradation data to generate 12-bit gradation data (S200). At this time, the extended 2 bits are filled with “0”. Subsequently, the filter processing unit 110 filters the input 12-bit gradation data using an LPF that removes high-frequency components (S202), and smoothes the lower 4 bits into appropriate numerical values. Thus, an appropriate numerical value is also set for the fraction of the lower 4 bits.

次に、乱数生成部112は、下位4ビット分の乱数、即ち16通りの乱数を生成し(S204)、乱数加算部114は、フィルタ処理(S202)が施された12ビットの階調データの下位4ビットに乱数生成部112で生成された4ビットの乱数を加算する(S206)。   Next, the random number generation unit 112 generates random numbers for the lower 4 bits, that is, 16 random numbers (S204), and the random number addition unit 114 performs the filtering process (S202) of the 12-bit gradation data. The 4-bit random number generated by the random number generation unit 112 is added to the lower 4 bits (S206).

図7は、このような乱数加算部114の動作の一例を示した説明図である。ここでは、フィルタ処理された12ビットの階調データ「010110011001」に「0000」〜「1111」の16通りの乱数を加算しているので、切り上がる出現頻度は56.25%となる。   FIG. 7 is an explanatory diagram showing an example of the operation of such a random number adding unit 114. Here, since 16 kinds of random numbers “0000” to “1111” are added to the filtered 12-bit gradation data “010110011001”, the appearance frequency rounded up is 56.25%.

クリッピング部116は、乱数加算部114から出力された12ビットの階調データをクリッピングし(S208)、切り捨て部118が、クリッピングされた12ビットの階調データの下位4ビットを切り捨てて最終的な8ビットの階調データを生成する(S210)。   The clipping unit 116 clips the 12-bit gradation data output from the random number addition unit 114 (S208), and the truncation unit 118 truncates the lower 4 bits of the clipped 12-bit gradation data to obtain the final result. 8-bit gradation data is generated (S210).

こうして乱数加算部114に入力された「010110011001」の階調データの56.25%は「01011010」となり、残りの43.75%が「01011001」となる。これは、下位4ビットが表す補間値を上位8ビットへの切り上げの出現頻度に置き換えることであり、この出現頻度によって見かけ上の分解能が向上することとなる。かかる見かけ上の分解能は、上位8ビットに加えてさらに4ビットあることとなる。   Thus, 56.25% of the gradation data “010110011001” input to the random number adder 114 becomes “01011010”, and the remaining 43.75% becomes “01011001”. This is to replace the interpolation value represented by the lower 4 bits with the appearance frequency of rounding up to the upper 8 bits, and the apparent resolution is improved by the appearance frequency. Such an apparent resolution is 4 bits in addition to the upper 8 bits.

図8は、当該画像信号処理プログラムによる画像変化の実施例を示した説明図である。ここでは、図8(a)に示すようなマッハバンド効果を含む10ビットの階調データを本実施形態の画像信号処理プログラムによって8ビットに縮退している。かかる縮退後の図8(b)を参照すると、乱数を用いることにより均等な出現頻度でグラデーションを形成でき、マッハバンド効果が著しく抑制されているのが理解できる。   FIG. 8 is an explanatory diagram showing an example of image change by the image signal processing program. Here, 10-bit gradation data including the Mach band effect as shown in FIG. 8A is reduced to 8 bits by the image signal processing program of this embodiment. Referring to FIG. 8B after the degeneration, it can be understood that gradation can be formed with an even appearance frequency by using random numbers, and the Mach band effect is remarkably suppressed.

このように、本実施形態では、(M+N−L)ビットの原画像信号を(M+N)ビットに拡張し、(M+N)ビットの階調でフィルタ処理した後、フィルタ処理後の階調データの下位(N)ビットに基づいて決定される出現頻度に応じてMビットに縮退処理を施すことで、ビット縮退時に発生するマッハバンド効果のみならず、原画像信号に存在するマッハバンド効果も抑制することが可能となる。その結果、グラデーションやCG画像も高画質化することができる。   As described above, in the present embodiment, the original image signal of (M + N−L) bits is expanded to (M + N) bits and filtered with a gradation of (M + N) bits, and then the lower order of the gradation data after the filtering process. (N) By performing degeneration processing on M bits according to the appearance frequency determined based on bits, not only the Mach band effect that occurs during bit degeneration, but also the Mach band effect that exists in the original image signal is suppressed. Is possible. As a result, the gradation and CG image can also be improved in image quality.

なお、上述した画像信号処理プログラムは、記録媒体から読みとられてコンピュータに取り込まれてもよいし、通信ネットワークを介して伝送されてコンピュータに取り込まれてもよい。   The image signal processing program described above may be read from a recording medium and loaded into a computer, or may be transmitted via a communication network and loaded into a computer.

以上、添付図面を参照しながら本発明の好適な実施形態について説明したが、本発明はかかる実施形態に限定されないことは言うまでもない。当業者であれば、特許請求の範囲に記載された範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。   As mentioned above, although preferred embodiment of this invention was described referring an accompanying drawing, it cannot be overemphasized that this invention is not limited to this embodiment. It will be apparent to those skilled in the art that various changes and modifications can be made within the scope of the claims, and these are naturally within the technical scope of the present invention. Understood.

例えば、上述した実施形態においては、階調データに乱数を加算する構成を述べているが、かかる部分を減算によって遂行可能であることは言うまでもない。この場合、クリッピング部116は、下限をクリッピングすることになる。   For example, in the above-described embodiment, a configuration is described in which random numbers are added to gradation data, but it goes without saying that such a portion can be performed by subtraction. In this case, the clipping unit 116 clips the lower limit.

また、上述した階調データは、特に動画か静止画に限るものではなく、デジタル画像信号を用いる様々な局面において利用可能である。   The gradation data described above is not limited to a moving image or a still image, and can be used in various aspects using a digital image signal.

なお、本明細書の画像信号処理プログラムの処理として挙げた各工程は、必ずしもフローチャートとして記載された順序に沿って時系列に処理する必要はなく、並列的あるいは個別に実行される処理(例えば、並列処理あるいはオブジェクトによる処理)も含むとしてもよい。   Note that the steps listed as the processing of the image signal processing program of the present specification do not necessarily have to be processed in time series in the order described in the flowchart, and are executed in parallel or individually (for example, Parallel processing or object processing) may also be included.

本発明は、デジタル画像の画像信号処理装置及び画像信号処理プログラムに関する。   The present invention relates to an image signal processing apparatus and an image signal processing program for digital images.

画像信号処理装置の概略的な構成を示した機能ブロック図である。It is the functional block diagram which showed the schematic structure of the image signal processing apparatus. グラデーション領域におけるフィルタ処理部の動作を示した説明図である。It is explanatory drawing which showed operation | movement of the filter process part in a gradation area | region. 乱数生成部で生成される乱数の一覧を示した説明図である。It is explanatory drawing which showed the list of the random numbers produced | generated by a random number generation part. 乱数加算部の動作を示した説明図である。It is explanatory drawing which showed operation | movement of the random number addition part. 乱数加算部の動作を画像的に表現した説明図である。It is explanatory drawing which represented operation | movement of the random number addition part image-wise. 画像信号処理プログラムの処理を示したフローチャートである。It is the flowchart which showed the process of the image signal processing program. 乱数加算部の動作の一例を示した説明図である。It is explanatory drawing which showed an example of operation | movement of a random number addition part. 画像信号処理プログラム処理による画像変化の実施例を示した説明図である。It is explanatory drawing which showed the Example of the image change by an image signal processing program process.

符号の説明Explanation of symbols

100 …画像信号処理装置
110 …フィルタ処理部
112 …乱数生成部
114 …乱数加算部
116 …クリッピング部
118 …切り捨て部
120 …下位拡張部
DESCRIPTION OF SYMBOLS 100 ... Image signal processing apparatus 110 ... Filter processing part 112 ... Random number generation part 114 ... Random number addition part 116 ... Clipping part 118 ... Truncation part 120 ... Lower extension part

Claims (4)

デジタル画像信号の階調データのビット数を(M+N)ビットからMビットに縮退する画像信号処理装置において、
当該画像信号処理装置に入力された(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、
Nビットの乱数を生成する乱数生成部と、
前記フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに前記乱数生成部で生成したNビットの乱数を加算する乱数加算部と、
前記加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部と、
を備えることを特徴とする画像信号処理装置。
In an image signal processing apparatus that reduces the number of bits of gradation data of a digital image signal from (M + N) bits to M bits,
A filter processing unit that performs a filter process for smoothing lower N bits on (M + N) -bit gradation data input to the image signal processing apparatus;
A random number generator for generating an N-bit random number;
A random number addition unit for adding the N-bit random number generated by the random number generation unit to the lower N bits of the (M + N) -bit gradation data subjected to the filtering process;
A truncation unit that truncates the lower N bits of the added (M + N) -bit gradation data to generate M-bit gradation data;
An image signal processing apparatus comprising:
デジタル画像信号の階調データを下位Lビット分拡張して(M+N)ビットの階調データを生成する下位拡張部と、
前記拡張された(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、
Nビットの乱数を生成する乱数生成部と、
前記フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに前記乱数生成部で生成したNビットの乱数を加算する乱数加算部と、
前記加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部と、
を備えることを特徴とする画像信号処理装置。
A low-order extension unit that extends gradation data of a digital image signal by lower L bits to generate (M + N) -bit gradation data;
A filter processing unit that applies a filter process to smooth the lower N bits to the expanded (M + N) -bit gradation data;
A random number generator for generating an N-bit random number;
A random number addition unit for adding the N-bit random number generated by the random number generation unit to the lower N bits of the (M + N) -bit gradation data subjected to the filtering process;
A truncation unit that truncates the lower N bits of the added (M + N) -bit gradation data to generate M-bit gradation data;
An image signal processing apparatus comprising:
コンピュータを、
デジタル画像信号の(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、
Nビットの乱数を生成する乱数生成部と、
前記フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに前記乱数生成部で生成したNビットの乱数を加算する乱数加算部と、
前記加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部、
として機能させることを特徴とする画像信号処理プログラム。
Computer
A filter processing unit that performs a filter process for smoothing lower N bits on (M + N) -bit gradation data of a digital image signal;
A random number generator for generating an N-bit random number;
A random number addition unit for adding the N-bit random number generated by the random number generation unit to the lower N bits of the (M + N) -bit gradation data subjected to the filtering process;
A truncation unit that truncates the lower N bits of the added (M + N) -bit gradation data to generate M-bit gradation data;
An image signal processing program which is made to function as:
コンピュータを、
デジタル画像信号の階調データを下位Lビット分拡張して(M+N)ビットの階調データを生成する下位拡張部と、
前記拡張された(M+N)ビットの階調データに、下位Nビットを平滑化するフィルタ処理を施すフィルタ処理部と、
Nビットの乱数を生成する乱数生成部と、
前記フィルタ処理が施された(M+N)ビットの階調データの下位Nビットに前記乱数生成部で生成したNビットの乱数を加算する乱数加算部と、
前記加算された(M+N)ビットの階調データの下位Nビットを切り捨ててMビットの階調データを生成する切り捨て部、
として機能させることを特徴とする画像信号処理プログラム。
Computer
A low-order extension unit that extends gradation data of a digital image signal by lower L bits to generate (M + N) -bit gradation data;
A filter processing unit that applies a filter process to smooth the lower N bits to the expanded (M + N) -bit gradation data;
A random number generator for generating an N-bit random number;
A random number addition unit for adding the N-bit random number generated by the random number generation unit to the lower N bits of the (M + N) -bit gradation data subjected to the filtering process;
A truncation unit that truncates the lower N bits of the added (M + N) -bit gradation data to generate M-bit gradation data;
An image signal processing program which is made to function as:
JP2008044076A 2008-02-26 2008-02-26 Image signal processing apparatus and image signal processing program Active JP5024112B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008044076A JP5024112B2 (en) 2008-02-26 2008-02-26 Image signal processing apparatus and image signal processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008044076A JP5024112B2 (en) 2008-02-26 2008-02-26 Image signal processing apparatus and image signal processing program

Publications (2)

Publication Number Publication Date
JP2009206563A true JP2009206563A (en) 2009-09-10
JP5024112B2 JP5024112B2 (en) 2012-09-12

Family

ID=41148446

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008044076A Active JP5024112B2 (en) 2008-02-26 2008-02-26 Image signal processing apparatus and image signal processing program

Country Status (1)

Country Link
JP (1) JP5024112B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011164565A (en) * 2010-02-11 2011-08-25 Samsung Mobile Display Co Ltd Organic electroluminescent display and method of driving the same
JP2013258526A (en) * 2012-06-12 2013-12-26 Dainippon Printing Co Ltd Image processing device, image processing method, program for image processing, and recording medium
JP2014110503A (en) * 2012-11-30 2014-06-12 Kyocera Document Solutions Inc Image processor and image processing program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61126593A (en) * 1984-11-26 1986-06-14 仲井 久雄 Color shading method and apparatus by gray level random number interpolation
JPH0638044A (en) * 1992-07-15 1994-02-10 Fuji Photo Film Co Ltd Method and device for calibrating image data
JPH10173488A (en) * 1996-12-13 1998-06-26 Hitachi Ltd Digital signal processing device and display using the same
JP2004304658A (en) * 2003-03-31 2004-10-28 Canon Inc Image processing method and image processing apparatus
JP2005070796A (en) * 2000-03-24 2005-03-17 Sharp Corp Image processing apparatus and image display apparatus equipped with the same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61126593A (en) * 1984-11-26 1986-06-14 仲井 久雄 Color shading method and apparatus by gray level random number interpolation
JPH0638044A (en) * 1992-07-15 1994-02-10 Fuji Photo Film Co Ltd Method and device for calibrating image data
JPH10173488A (en) * 1996-12-13 1998-06-26 Hitachi Ltd Digital signal processing device and display using the same
JP2005070796A (en) * 2000-03-24 2005-03-17 Sharp Corp Image processing apparatus and image display apparatus equipped with the same
JP2004304658A (en) * 2003-03-31 2004-10-28 Canon Inc Image processing method and image processing apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011164565A (en) * 2010-02-11 2011-08-25 Samsung Mobile Display Co Ltd Organic electroluminescent display and method of driving the same
JP2013258526A (en) * 2012-06-12 2013-12-26 Dainippon Printing Co Ltd Image processing device, image processing method, program for image processing, and recording medium
JP2014110503A (en) * 2012-11-30 2014-06-12 Kyocera Document Solutions Inc Image processor and image processing program

Also Published As

Publication number Publication date
JP5024112B2 (en) 2012-09-12

Similar Documents

Publication Publication Date Title
JP4455513B2 (en) Image processing method, image processing apparatus, and image display apparatus
JP4816970B2 (en) Image processing apparatus, display apparatus, image processing method, and program
JP5177142B2 (en) Image processing apparatus, display apparatus, image processing method, and program thereof
US20060197993A1 (en) Image processing apparatus, image processing method, image display apparatus, and image display method
US8290310B2 (en) Image processing apparatus and method, program, and recording medium
JP4217657B2 (en) Image processing method, program, storage medium, and apparatus
JP5534787B2 (en) Image processing apparatus and image processing method
JP4874184B2 (en) Image processing apparatus and image processing method
JP4918926B2 (en) Image processing apparatus, display apparatus, image processing method, and program
JP2006319975A (en) Method and system for extending binary image data to contone image data
JP2007181189A (en) Image processing device, display device, image processing method, and program
JP5024112B2 (en) Image signal processing apparatus and image signal processing program
JP5159651B2 (en) Image processing apparatus, image processing method, and image display apparatus
JP5164880B2 (en) Image processing apparatus, image processing method, and image display apparatus
JP4381240B2 (en) Image processing apparatus, image display apparatus using the same, image processing method, and program for causing computer to execute the same
JP2005278149A (en) Image signal processing method and circuit
TWI258109B (en) Method and apparatus for non-linear dithering of images
JP2008311979A (en) Threshold matrix generating method, device and program
JP2008211840A (en) Image processing apparatus
JP2009267671A (en) Image processing apparatus
JP5233757B2 (en) Image processing apparatus and image display apparatus
JP2008067233A (en) Digital-watermarking embedding method, program, and computer-readable recording medium
JP3703180B2 (en) Image processing apparatus and image processing method
JP4342297B2 (en) Image processing circuit and image processing method
JP2007322870A (en) Image display apparatus and image display method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100617

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100909

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110930

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111011

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20111012

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111208

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: 20120522

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: 20120604

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150629

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5024112

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150